Releases: electronicarts/helmci
Releases · electronicarts/helmci
v1.0.0
1.0.0 (2024-05-29)
⚠ BREAKING CHANGES
- Command line is different; probably shouldn't affect anything other then my scripts.
Features
- Refactor release filter command line (74a0c48)
Bug Fixes
v0.5.1
0.5.1 (2024-04-28)
Bug Fixes
- Outdated command requires helm repos to be initialized (09c5c83)
v0.5.0
0.5.0 (2024-04-26)
Features
- Add support for shared values files. (025b99b)
- Support writing config changes (b500e6b)
Bug Fixes
- Delete legacy chart_version config value (007c56a)
- Increase max slack retries to 8 after rate limit error (a7f8258)
- Run cargo fmt (8cb8898)
v0.4.3
0.4.3 (2024-04-10)
Bug Fixes
- Really remove openssl dependancy (ad681b2)
v0.4.2
0.4.2 (2024-04-10)
Bug Fixes
- Remove dependancy on openssl (967e0d2)
v0.4.1
0.4.1 (2024-04-10)
Bug Fixes
- Add kludge if version is not symantic version (3d95e07)
- Correct clippy warnings (f77e45f)
- Correct code formatting (ea83ce2)
- Don't display errors when legacy versions cannot be parsed (3227f96)
- Refactor Outdated command (663d4e8)
v0.4.0
0.4.0 (2024-04-08)
Features
- When we skip an env or cluster then ignore config (6f7a161)
v0.3.3
0.3.3 (2023-11-09)
Bug Fixes
- Ensure we set the correct registry and region when calling describe-images (785a355)
v0.3.2
0.3.2 (2023-11-06)
Bug Fixes
- clippy errors in CI (8c53d92)
- Rename --cinc parameter to --cluster (164e3cf)
v0.3.1
0.3.1 (2023-08-09)
Bug Fixes
- Fix incorrect slack messages (0a20c40)
- Refactor slack rate limit retrying (b958843)