Skip to content

Commit f479c3e

Browse files
authored
Merge pull request #1483 from fluxcd/pick-changelog-v1.6.1
Add changelog entry for v1.6.1
2 parents 5703d47 + bc4756a commit f479c3e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## 1.6.1
6+
7+
**Release date:** 2025-07-08
8+
9+
This patch release fixes a bug introduced in v1.6.0
10+
that causes SOPS decryption with US Government KMS
11+
keys to fail with the error:
12+
13+
```
14+
STS: AssumeRoleWithWebIdentity, https response error\n StatusCode: 0, RequestID: ,
15+
request send failed, Post\n \"https://sts.arn.amazonaws.com/\": dial tcp:
16+
lookupts.arn.amazonaws.com on 10.100.0.10:53: no such host
17+
```
18+
19+
Fixes:
20+
- Fix regression in STS endpoint for SOPS decryption with AWS KMS in US Gov partition
21+
[#1478](https://github.com/fluxcd/kustomize-controller/pull/1478)
22+
523
## 1.6.0
624

725
**Release date:** 2025-05-28

0 commit comments

Comments
 (0)