Skip to content

Releases: craftech-io/eks-helm-deploy-action

v3.4

04 Nov 19:21
98cf869
Compare
Choose a tag to compare

🚀Released Upgrade Notes

What's Changed

  • Added a new input: atomic
    • Setting this to a non-empty value will make helm perform an atomic release, meaning that it will rollback failed releases before finishing

⚠️ Warnings

  • When using the atomic feature, you'll have to set a proper timeout value for the Helm release to finish correctly. This is because Helm waits until all related resource are working before marking an atomic release as "Deployed".

Full Changelog: v3.3...v3.4

v3.3

25 Jan 20:54
0e68e4f
Compare
Choose a tag to compare

🚀 Release Notes

What's Changed

  • feat(aws-access-keys-no-required): the aws access keys required configuration is changed to false. This way, you can configure AWS credentials outside the action, for example, with OIDC in a previous step.

by @rodrigoAguirre1 in #24

Full Changelog: v3.2...v3.3

v3.2

06 Sep 14:48
3d55ced
Compare
Choose a tag to compare

Chores

  • chore: update docker base image

What's Changed

Full Changelog: v3.1...v3.2

v3.1

01 Sep 17:21
51df561
Compare
Choose a tag to compare

Chores

  • update kubectl from v1.19.0 to v1.22.12

What's Changed

Full Changelog: v3...v3.1

v3

01 Sep 15:26
bc3fef2
Compare
Choose a tag to compare

Features

  • add support for aws ecr helm repository

Chores

  • reformat bash script
  • remove default aws-region
  • remove default chart-path

Fixes

  • helm dependency update

What's Changed

New Contributors

Full Changelog: v2.0.1-rc1...v3

v2.0.1-rc1

18 Feb 19:35
66c0504
Compare
Choose a tag to compare
Merge pull request #9 from craftech-io/chore/chart-version

chore: added support for chart version

v2.0.0-rc3

08 Feb 21:44
f00beeb
Compare
Choose a tag to compare

Improvement

  • Add support for basic auth credentials

v2.0.0-rc2

02 Feb 21:54
e8d9915
Compare
Choose a tag to compare
v2.0.0-rc2 Pre-release
Pre-release

Improvement

  • Simplify the script to add helm repository

v2.0.0-rc1

02 Feb 21:36
1f24d91
Compare
Choose a tag to compare
v2.0.0-rc1 Pre-release
Pre-release

Feature

  • add conditional for remote repository

v1.1.0

21 Sep 21:14
95e7fa4
Compare
Choose a tag to compare

Features

  • Support for helm dependency update command. ref: helm docs