From 1260aaf959b20557ec98d077364aafa3caf77953 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 00:43:32 +0000 Subject: [PATCH] chore(main): release 2.0.2 --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5f0cd5..9723b9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.0.2](https://github.com/electronicarts/helmci/compare/v2.0.1...v2.0.2) (2024-11-29) + + +### Bug Fixes + +* add .gitignore file for example ([d7410d0](https://github.com/electronicarts/helmci/commit/d7410d0397dde582265ee92677ec34cbb3667d87)) +* add lock file to example ([01065a4](https://github.com/electronicarts/helmci/commit/01065a413dae7f4e478b4435b09510167b639515)) +* improve update performance if no changes ([4eea8b3](https://github.com/electronicarts/helmci/commit/4eea8b336fa367ad0ecfbc25f0e1b2059996a01b)) +* Remove override config from docs too ([97a5f4f](https://github.com/electronicarts/helmci/commit/97a5f4f6b6b6a060a3c9418512adb93127acbc26)) +* remove overrides support ([2ca9c03](https://github.com/electronicarts/helmci/commit/2ca9c0384d389753b04c319fafc4ca40bda7cc93)) +* support sops.yaml file by default ([94b63c9](https://github.com/electronicarts/helmci/commit/94b63c95cec130defe7e2d1c6e3ab1cd1954fae3)) + ## [2.0.1](https://github.com/electronicarts/helmci/compare/v2.0.0...v2.0.1) (2024-11-26) diff --git a/Cargo.lock b/Cargo.lock index 73f697c..894d96a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1170,7 +1170,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "helmci" -version = "2.0.1" +version = "2.0.2" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index d8dbc1b..f38d7f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helmci" -version = "2.0.1" +version = "2.0.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html