Skip to content

Commit 8ec4a6e

Browse files
authored
Merge pull request #1482 from fluxcd/release-v1.6.1
Release v1.6.1
2 parents 9a203c8 + 84115f6 commit 8ec4a6e

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
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

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: fluxcd/kustomize-controller
77
newName: fluxcd/kustomize-controller
8-
newTag: v1.6.0
8+
newTag: v1.6.1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/cyphar/filepath-securejoin v0.4.1
2020
github.com/dimchansky/utfbom v1.1.1
2121
github.com/fluxcd/cli-utils v0.36.0-flux.13
22-
github.com/fluxcd/kustomize-controller/api v1.6.0
22+
github.com/fluxcd/kustomize-controller/api v1.6.1
2323
github.com/fluxcd/pkg/apis/acl v0.7.0
2424
github.com/fluxcd/pkg/apis/event v0.17.0
2525
github.com/fluxcd/pkg/apis/kustomize v1.10.0

0 commit comments

Comments
 (0)