Skip to content

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

v3.6

Choose a tag to compare

@matias-craftech matias-craftech released this 09 Sep 13:58
3e02395

Changed docker base image

v3.5

Choose a tag to compare

@lucasblanco31 lucasblanco31 released this 14 Jul 17:16
f197f6a

🚀Released Upgrade Notes

What's Changed

  • Modify python docker image.

PR: fix: upgrade python version to fix download curl by @mjroson in #30

Full Changelog: v3.4...v3.5

v3.4

Choose a tag to compare

@patriciocostilla patriciocostilla released this 04 Nov 19:21
98cf869

🚀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

Choose a tag to compare

@rodrigoAguirre1 rodrigoAguirre1 released this 25 Jan 20:54
0e68e4f

🚀 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

Choose a tag to compare

@agustinmontero agustinmontero released this 06 Sep 14:48
3d55ced

Chores

  • chore: update docker base image

What's Changed

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

v3.1

Choose a tag to compare

@agustinmontero agustinmontero released this 01 Sep 17:21
51df561

Chores

  • update kubectl from v1.19.0 to v1.22.12

What's Changed

Full Changelog: v3...v3.1

v3

Choose a tag to compare

@agustinmontero agustinmontero released this 01 Sep 15:26
bc3fef2

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

Choose a tag to compare

@AixaCarrizo AixaCarrizo released this 18 Feb 19:35
66c0504
Merge pull request #9 from craftech-io/chore/chart-version

chore: added support for chart version

v2.0.0-rc3

Choose a tag to compare

@matiri132 matiri132 released this 08 Feb 21:44
f00beeb

Improvement

  • Add support for basic auth credentials

v2.0.0-rc2

v2.0.0-rc2 Pre-release
Pre-release

Choose a tag to compare

@ayalaluquez ayalaluquez released this 02 Feb 21:54
e8d9915

Improvement

  • Simplify the script to add helm repository