From d5f4d0c4aa7bc04381a68910cb4ebc3176379dba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 01:07:39 +0000 Subject: [PATCH] chore(main): release 1.3.3 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e04225b..af64b9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.3](https://github.com/electronicarts/helmci/compare/v1.3.2...v1.3.3) (2024-10-18) + + +### Bug Fixes + +* filter out useless helm messages to slack ([4f68d2f](https://github.com/electronicarts/helmci/commit/4f68d2ff4216acda82289eefc5939d0eca1d53c2)) + ## [1.3.2](https://github.com/electronicarts/helmci/compare/v1.3.1...v1.3.2) (2024-10-17) diff --git a/Cargo.lock b/Cargo.lock index 08c8322..786b9d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -805,7 +805,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "helmci" -version = "1.3.2" +version = "1.3.3" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index d2a1728..a698108 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helmci" -version = "1.3.2" +version = "1.3.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html