Skip to content

Latest commit

 

History

History
208 lines (92 loc) · 9.57 KB

CHANGELOG.md

File metadata and controls

208 lines (92 loc) · 9.57 KB

2.9.2 (2024-10-24)

Bug Fixes

  • replaced deprecated deploy step with run (#92) (0b94a4d)

2.9.1 (2024-08-23)

Bug Fixes

  • Adds quotes around parameter in mustache braces (#90) (bc69771)

2.8.1 (2024-06-24)

Bug Fixes

  • test-python and deploy-with-kustomize job (#88) (f9dfcf1)

2.8.0 (2024-06-17)

Features

  • adding deploy-with-kustomize job & command (#87) (7272da2)

2.7.2 (2023-08-09)

2.7.1 (2023-07-26)

2.7.0 (2023-07-20)

Features

  • args-and-tags: add extra build args and retag build (#75) (b1cb67a)

2.6.0 (2023-07-18)

Bug Fixes

  • adding the --force npm flag to overcome version conflicts (#73) (20da3e4)

Features

  • Adds conditional logic for remote docker in tests (#71) (110762c)

2.6.0 (2023-07-18)

Bug Fixes

  • adding the --force npm flag to overcome version conflicts (#73) (20da3e4)

Features

  • Adds conditional logic for remote docker in tests (#71) (110762c)

2.6.0 (2023-07-18)

Bug Fixes

  • adding the --force npm flag to overcome version conflicts (#73) (20da3e4)

Features

  • Adds conditional logic for remote docker in tests (#71) (110762c)

2.6.0 (2023-07-18)

Bug Fixes

  • adding the --force npm flag to overcome version conflicts (#73) (20da3e4)

Features

  • Adds conditional logic for remote docker in tests (#71) (110762c)

2.5.0 (2023-05-25)

Features

  • enabling docker layer caching on docker-build command (#66) (61d5df8)

2.4.0 (2023-05-25)

Features

  • RMN-191 upload sourcemaps to rollbar (997ce20)
  • SDG-16 add resource_class to docker-build and deploy-kube (b0e3080)
  • SDG-16 added cimg/node image executor with resource_class (c0437de)
  • SDG-16 conditionally store and tar ./coverage dir (8feb6f2)
  • SDG-16 new command to call npm ci or npm install based on node_modules (592a683)

2.3.0 (2022-12-19)

Features

2.2.0 (2022-05-31)

Features

  • Added apollo-service-task for ecr (#51) (bcce660)

2.1.0 (2022-02-17)

Features

  • ecr: SMS-440 added executor and jobs to manage ecr hosted docker images. (#40) (55d6dbf)

2.0.2 (2021-05-18)

2.0.1 (2021-05-18)

2.0.0 (2021-02-18)

Features

  • node lint: add npm run lint step to the test-nodejs task (#13) (1fbc03f)

BREAKING CHANGES

  • node lint: job test-nodejs now enables linting by default via the command npm run lint

1.3.3 (2021-01-20)

Bug Fixes

  • determine-docker-tag: remove @ from tag and branch name (#12) (2a5baa6)

1.3.2 (2021-01-12)

Bug Fixes

  • deploy-dag: correct slack notification and project folder copy into nested folder (#11) (cbcada8)

1.3.1 (2020-12-22)

Bug Fixes

  • test-python: corrected cached paths (e7b15a0)

1.3.0 (2020-12-01)

Features

  • python: added dag deploy and python test jobs (#7) (7700b4c)

1.2.0 (2020-07-27)

Bug Fixes

  • deploy: removed requirement on notification-channel (7310297), closes #4

Features

  • add post-steps to deployment job (d58278e)
  • added notify rollbar command (d49851e)

1.1.0 (2020-07-27)

Features

  • added executor and jobs (01ec4e2)

1.0.1 (2020-06-30)

Bug Fixes

  • typo in orb name in releaserc (c92e6a9)

1.0.0 (2020-06-27)

Bug Fixes

  • releaserc circleci path (666c7d6)

Features