Skip to content

Commit 17b9cc5

Browse files
chore(main): release 2.1.1
1 parent e1ee405 commit 17b9cc5

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.1.1](https://github.com/electronicarts/helmci/compare/v2.1.0...v2.1.1) (2025-11-21)
4+
5+
6+
### Bug Fixes
7+
8+
* check for error status in HTTP get helm index ([302f82b](https://github.com/electronicarts/helmci/commit/302f82b52e2dcdf6bc6ce59fe917336d89c75ab0))
9+
310
## [2.1.0](https://github.com/electronicarts/helmci/compare/v2.0.12...v2.1.0) (2025-11-03)
411

512

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "helmci"
3-
version = "2.1.0"
3+
version = "2.1.1"
44
edition = "2024"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -39,7 +39,7 @@ async-compression = { version = "0.4.33", features = ["futures-io", "gzip"] }
3939
async-channel = "2.5.0"
4040
aws-config = "1.8.11"
4141
aws-sdk-ecr = "1.100.0"
42-
aws-sdk-ecrpublic = "1.93.0"
42+
aws-sdk-ecrpublic = "1.92.0"
4343
# aws-credential-types = "1.2.8"
4444
aws-credential-types = { version = "1.2.10", features = ["hardcoded-credentials"] } # Enable the feature here
4545
base64 = "0.22.1"

0 commit comments

Comments
 (0)