Skip to content

Commit f32ee67

Browse files
authored
Update to ACK runtime v0.60.0, code-generator v0.60.0 (#230)
### Update to ACK runtime `v0.60.0`, code-generator `v0.60.0` ---------- * ACK code-generator `v0.60.0` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.60.0) * ACK runtime `v0.60.0` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.60.0) ---------- NOTE: This PR increments the release version of service controller from `v1.6.0` to `v1.6.1` Once this PR is merged, release `v1.6.1` will be automatically created for `s3-controller` **Please close this PR, if you do not want the new patch release for `s3-controller`** ---------- #### stdout for `make build-controller`: ``` building ack-generate ... ok. ==== building s3-controller ==== Copying common custom resource definitions into s3 Building Kubernetes API objects for s3 Generating deepcopy code for s3 Generating custom resource definitions for s3 Building service controller for s3 Running GO mod tidy Generating RBAC manifests for s3 Running gofmt against generated code for s3 Updating additional GitHub repository maintenance files ==== building s3-controller release artifacts ==== Building release artifacts for s3-v1.6.1 Generating common custom resource definitions Generating custom resource definitions for s3 Generating RBAC manifests for s3 ``` ---------- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 3eec67e commit f32ee67

11 files changed

Lines changed: 24 additions & 17 deletions

File tree

OWNERS

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
# See the OWNERS docs at https://go.k8s.io/owners
22

33
approvers:
4-
- core-ack-team
5-
6-
reviewers:
7-
- core-ack-reviewers
4+
- core-ack-team

OWNERS_ALIASES

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ aliases:
66
- jlbutler
77
- michaelhtm
88
- knottnt
9-
core-ack-reviewers:
109
- gustavodiaz7722
1110
- sapphirew
1211
# emeritus-core-ack-team:

apis/v1alpha1/ack-generate-metadata.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ack_generate_info:
2-
build_date: "2026-05-19T18:37:46Z"
3-
build_hash: e581e886276bd781409a3fb11fa665ea31de17d4
4-
go_version: go1.26.3
5-
version: v0.59.1
2+
build_date: "2026-06-22T23:09:33Z"
3+
build_hash: 2ae5d2cfadaa2a10b2ccb9e73a111b2a91c36642
4+
go_version: go1.26.4
5+
version: v0.60.0
66
api_directory_checksum: e23232dc2504a712abd593de099adfb68140c13d
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.41.5

config/controller/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ kind: Kustomization
66
images:
77
- name: controller
88
newName: public.ecr.aws/aws-controllers-k8s/s3-controller
9-
newTag: 1.6.0
9+
newTag: 1.6.1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/aws-controllers-k8s/s3-controller
33
go 1.25.0
44

55
require (
6-
github.com/aws-controllers-k8s/runtime v0.59.1
6+
github.com/aws-controllers-k8s/runtime v0.60.0
77
github.com/aws/aws-sdk-go v1.49.0
88
github.com/aws/aws-sdk-go-v2 v1.41.5
99
github.com/aws/aws-sdk-go-v2/service/s3 v1.97.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0=
22
github.com/Masterminds/semver/v3 v3.4.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM=
3-
github.com/aws-controllers-k8s/runtime v0.59.1 h1:7UDKl9/dif8oNjxx/5Z5ciUfuyn86MS4BvoG9LqF6h4=
4-
github.com/aws-controllers-k8s/runtime v0.59.1/go.mod h1:ljWD1IdtVx/qC7C4lVobF4vLNhno/xX5A78BOke1Ksk=
3+
github.com/aws-controllers-k8s/runtime v0.60.0 h1:obCtliXzv+HqpVwEHZ388wC7uBDVdGWeuK8DMHcPcIE=
4+
github.com/aws-controllers-k8s/runtime v0.60.0/go.mod h1:ljWD1IdtVx/qC7C4lVobF4vLNhno/xX5A78BOke1Ksk=
55
github.com/aws/aws-sdk-go v1.49.0 h1:g9BkW1fo9GqKfwg2+zCD+TW/D36Ux+vtfJ8guF4AYmY=
66
github.com/aws/aws-sdk-go v1.49.0/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk=
77
github.com/aws/aws-sdk-go-v2 v1.41.5 h1:dj5kopbwUsVUVFgO4Fi5BIT3t4WyqIDjGKCangnV/yY=

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: s3-chart
33
description: A Helm chart for the ACK service controller for Amazon Simple Storage Service (S3)
4-
version: 1.6.0
5-
appVersion: 1.6.0
4+
version: 1.6.1
5+
appVersion: 1.6.1
66
home: https://github.com/aws-controllers-k8s/s3-controller
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:

helm/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{ .Chart.Name }} has been installed.
2-
This chart deploys "public.ecr.aws/aws-controllers-k8s/s3-controller:1.6.0".
2+
This chart deploys "public.ecr.aws/aws-controllers-k8s/s3-controller:1.6.1".
33

44
Check its status by running:
55
kubectl --namespace {{ .Release.Namespace }} get pods -l "app.kubernetes.io/instance={{ .Release.Name }}"

helm/templates/deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ spec:
102102
- "$(FEATURE_GATES)"
103103
{{- end }}
104104
- --enable-carm={{ .Values.enableCARM }}
105+
- --enable-cross-namespace={{ .Values.enableCrossNamespace }}
105106
image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
106107
imagePullPolicy: {{ .Values.image.pullPolicy }}
107108
name: controller

helm/values.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,11 @@
278278
"description": "Parameter to enable or disable cross account resource management.",
279279
"type": "boolean",
280280
"default": true
281+
},
282+
"enableCrossNamespace": {
283+
"description": "Enable cross-namespace behavior (resource references, secret references, field exports). When false, the controller rejects any operation that crosses namespace boundaries.",
284+
"type": "boolean",
285+
"default": true
281286
},
282287
"serviceAccount": {
283288
"description": "ServiceAccount settings",

0 commit comments

Comments
 (0)