diff --git a/CHANGELOG.md b/CHANGELOG.md index dafc5b2..4c3f867 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.5.0](https://github.com/electronicarts/helmci/compare/v0.4.3...v0.5.0) (2024-04-26) + + +### Features + +* Add support for shared values files. ([025b99b](https://github.com/electronicarts/helmci/commit/025b99bcf302f12cf54c0c8c3c67daa97140d520)) +* Support writing config changes ([b500e6b](https://github.com/electronicarts/helmci/commit/b500e6b6398235c3763836a10eb8e449f5da07b2)) + + +### Bug Fixes + +* Delete legacy chart_version config value ([007c56a](https://github.com/electronicarts/helmci/commit/007c56a252716449b2529c253b3c0a7f9e0967f5)) +* Increase max slack retries to 8 after rate limit error ([a7f8258](https://github.com/electronicarts/helmci/commit/a7f8258e2a7ce82c25d97644c8f1cc58bda8a7d6)) +* Run cargo fmt ([8cb8898](https://github.com/electronicarts/helmci/commit/8cb8898fa17b77d8cdd5ff03439d4b71aefd5f61)) + ## [0.4.3](https://github.com/electronicarts/helmci/compare/v0.4.2...v0.4.3) (2024-04-10) diff --git a/Cargo.lock b/Cargo.lock index 42e8085..dd71de7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -671,7 +671,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "helmci" -version = "0.4.3" +version = "0.5.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 212a20b..86228a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helmci" -version = "0.4.3" +version = "0.5.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html