Skip to content

Commit

Permalink
chore(main): release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and brianmay committed Jul 31, 2023
1 parent 12c2751 commit fed052c
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.3.0](https://github.com/electronicarts/helmci/compare/v0.2.1...v0.3.0) (2023-07-31)


### Features

* Add basic helm-secrets support ([a2e687f](https://github.com/electronicarts/helmci/commit/a2e687f170488ee045f504d4c7345736988a7768))


### Bug Fixes

* Add RateLimitError support for helm results too ([12c2751](https://github.com/electronicarts/helmci/commit/12c2751f944308f7de45b2d8d8aa434e4e8b266a))
* Loop slack update on RateLimitError ([2bd76d1](https://github.com/electronicarts/helmci/commit/2bd76d14d0c128ffd474f1e838ac3a4bccd17081))
* Update slack code to check for rate limiting ([a50cd2f](https://github.com/electronicarts/helmci/commit/a50cd2fba05d7e589b2a54f10707b61157c22055))
* Use OsString type for Commands ([a34f9c4](https://github.com/electronicarts/helmci/commit/a34f9c48e95fa4cc766bfd01575632491038d66c))

## [0.2.1](https://github.com/electronicarts/helmci/compare/v0.2.0...v0.2.1) (2023-02-02)


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.2.1"
version = "0.3.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 fed052c

Please sign in to comment.