Releases: craftech-io/eks-helm-deploy-action
Releases · craftech-io/eks-helm-deploy-action
v3.4
🚀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 propertimeout
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
🚀 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
Chores
- chore: update docker base image
What's Changed
- chore: update docker base image by @agustinmontero in #20
- v3.2 by @agustinmontero in #21
Full Changelog: v3.1...v3.2
v3.1
Chores
- update
kubectl
from v1.19.0 to v1.22.12
What's Changed
- chore: update kubectl version by @agustinmontero in #18
- v3.1 by @agustinmontero in #19
Full Changelog: v3...v3.1
v3
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
- feat: add support for aws ecr helm repository by @agustinmontero in #16
- v3 by @agustinmontero in #17
New Contributors
- @agustinmontero made their first contribution in #16
Full Changelog: v2.0.1-rc1...v3
v2.0.1-rc1
Merge pull request #9 from craftech-io/chore/chart-version chore: added support for chart version
v2.0.0-rc3
Improvement
- Add support for basic auth credentials
v2.0.0-rc2
Improvement
- Simplify the script to add helm repository
v2.0.0-rc1
Feature
- add conditional for remote repository
v1.1.0
Features
- Support for
helm dependency update
command. ref: helm docs