Skip to content

Commit

Permalink
chore(main): release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and brianmay committed Apr 26, 2024
1 parent 8cb8898 commit b07814b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b07814b

Please sign in to comment.