Skip to content

Commit 3315c53

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

10 files changed

Lines changed: 44 additions & 34 deletions

File tree

ATTRIBUTION.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1514,6 +1514,7 @@ Subdependencies:
15141514
* `k8s.io/klog/v2`
15151515
* `k8s.io/utils`
15161516
* `sigs.k8s.io/controller-runtime`
1517+
* `sigs.k8s.io/yaml`
15171518
* `github.com/aws/aws-sdk-go-v2/feature/ec2/imds`
15181519
* `github.com/aws/aws-sdk-go-v2/internal/configsources`
15191520
* `github.com/aws/aws-sdk-go-v2/internal/endpoints/v2`
@@ -1569,7 +1570,6 @@ Subdependencies:
15691570
* `sigs.k8s.io/json`
15701571
* `sigs.k8s.io/randfill`
15711572
* `sigs.k8s.io/structured-merge-diff/v6`
1572-
* `sigs.k8s.io/yaml`
15731573

15741574
#### github.com/aws/aws-sdk-go-v2
15751575

@@ -1640,6 +1640,8 @@ License Identifier: Apache-2.0
16401640

16411641

16421642

1643+
1644+
16431645

16441646

16451647

OWNERS

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

33
approvers:
4-
- core-ack-team
4+
- core-ack-team

OWNERS_ALIASES

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,12 @@ aliases:
88
- knottnt
99
- gustavodiaz7722
1010
- sapphirew
11-
11+
# emeritus-core-ack-team:
12+
# - rushmash91
13+
# - TiberiuGC
14+
# - jaypipes
15+
# - jljaco
16+
# - mhausenblas
17+
# - RedbackThomson
18+
# - vijtrip2
19+
# - ivelichkovich

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-06-24T22:20:08Z"
3-
build_hash: 2ae5d2cfadaa2a10b2ccb9e73a111b2a91c36642
4-
go_version: go1.26.3
5-
version: v0.60.0
2+
build_date: "2026-07-07T21:52:05Z"
3+
build_hash: 0a6b791fa10a6140d862be334a6891868ee588eb
4+
go_version: go1.26.4
5+
version: v0.61.0
66
api_directory_checksum: 4ad83c75c5ecc99a74fd2ff32e1e348d6aef8945
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/s3vectors-controller
9-
newTag: 0.1.0
9+
newTag: 0.1.1

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25.0
44

55
require (
66
github.com/aws-controllers-k8s/kms-controller v1.3.0
7-
github.com/aws-controllers-k8s/runtime v0.60.0
7+
github.com/aws-controllers-k8s/runtime v0.61.0
88
github.com/aws/aws-sdk-go v1.49.0
99
github.com/aws/aws-sdk-go-v2 v1.42.0
1010
github.com/aws/aws-sdk-go-v2/service/s3vectors v1.7.6
@@ -66,12 +66,12 @@ require (
6666
go.uber.org/zap v1.27.0 // indirect
6767
go.yaml.in/yaml/v2 v2.4.3 // indirect
6868
go.yaml.in/yaml/v3 v3.0.4 // indirect
69-
golang.org/x/net v0.47.0 // indirect
69+
golang.org/x/net v0.55.0 // indirect
7070
golang.org/x/oauth2 v0.30.0 // indirect
71-
golang.org/x/sync v0.18.0 // indirect
72-
golang.org/x/sys v0.38.0 // indirect
73-
golang.org/x/term v0.37.0 // indirect
74-
golang.org/x/text v0.31.0 // indirect
71+
golang.org/x/sync v0.20.0 // indirect
72+
golang.org/x/sys v0.45.0 // indirect
73+
golang.org/x/term v0.43.0 // indirect
74+
golang.org/x/text v0.37.0 // indirect
7575
golang.org/x/time v0.9.0 // indirect
7676
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
7777
google.golang.org/protobuf v1.36.8 // indirect

go.sum

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1
22
github.com/Masterminds/semver/v3 v3.4.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM=
33
github.com/aws-controllers-k8s/kms-controller v1.3.0 h1:av94BOXgUWSV2yUzTqMA1W88vcuJNPTjDLGSLfZLRMU=
44
github.com/aws-controllers-k8s/kms-controller v1.3.0/go.mod h1:tyz2MjyLAM1+0y8ici9nE26soolNFSh0Tk55E7sjBvI=
5-
github.com/aws-controllers-k8s/runtime v0.60.0 h1:obCtliXzv+HqpVwEHZ388wC7uBDVdGWeuK8DMHcPcIE=
6-
github.com/aws-controllers-k8s/runtime v0.60.0/go.mod h1:ljWD1IdtVx/qC7C4lVobF4vLNhno/xX5A78BOke1Ksk=
5+
github.com/aws-controllers-k8s/runtime v0.61.0 h1:46ksj9nvW5gx86aB44/zfrZOvJj4G7WWnWf7hj2CcCw=
6+
github.com/aws-controllers-k8s/runtime v0.61.0/go.mod h1:Ovpk9GCCc/3hekVN6CL0cZhsG41JqSvIb8DXwaEwL34=
77
github.com/aws/aws-sdk-go v1.49.0 h1:g9BkW1fo9GqKfwg2+zCD+TW/D36Ux+vtfJ8guF4AYmY=
88
github.com/aws/aws-sdk-go v1.49.0/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk=
99
github.com/aws/aws-sdk-go-v2 v1.42.0 h1:XvXMJTkFQtpBKIWZnmr9ZEOc2InWM2yldjXEJ/bymhA=
@@ -164,26 +164,26 @@ go.yaml.in/yaml/v2 v2.4.3 h1:6gvOSjQoTB3vt1l+CU+tSyi/HOjfOjRLJ4YwYZGwRO0=
164164
go.yaml.in/yaml/v2 v2.4.3/go.mod h1:zSxWcmIDjOzPXpjlTTbAsKokqkDNAVtZO0WOMiT90s8=
165165
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=
166166
go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=
167-
golang.org/x/mod v0.29.0 h1:HV8lRxZC4l2cr3Zq1LvtOsi/ThTgWnUk/y64QSs8GwA=
168-
golang.org/x/mod v0.29.0/go.mod h1:NyhrlYXJ2H4eJiRy/WDBO6HMqZQ6q9nk4JzS3NuCK+w=
169-
golang.org/x/net v0.47.0 h1:Mx+4dIFzqraBXUugkia1OOvlD6LemFo1ALMHjrXDOhY=
170-
golang.org/x/net v0.47.0/go.mod h1:/jNxtkgq5yWUGYkaZGqo27cfGZ1c5Nen03aYrrKpVRU=
167+
golang.org/x/mod v0.35.0 h1:Ww1D637e6Pg+Zb2KrWfHQUnH2dQRLBQyAtpr/haaJeM=
168+
golang.org/x/mod v0.35.0/go.mod h1:+GwiRhIInF8wPm+4AoT6L0FA1QWAad3OMdTRx4tFYlU=
169+
golang.org/x/net v0.55.0 h1:bcvxaJn3e1U6InsFWt1JUq1aSjnRxLzT2rtD2KfkDF8=
170+
golang.org/x/net v0.55.0/go.mod h1:L5U2KuzuOe1lY7Z+aWVIKK6qEeJXnXV9yzGA+WCHJww=
171171
golang.org/x/oauth2 v0.30.0 h1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI=
172172
golang.org/x/oauth2 v0.30.0/go.mod h1:B++QgG3ZKulg6sRPGD/mqlHQs5rB3Ml9erfeDY7xKlU=
173-
golang.org/x/sync v0.18.0 h1:kr88TuHDroi+UVf+0hZnirlk8o8T+4MrK6mr60WkH/I=
174-
golang.org/x/sync v0.18.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
173+
golang.org/x/sync v0.20.0 h1:e0PTpb7pjO8GAtTs2dQ6jYa5BWYlMuX047Dco/pItO4=
174+
golang.org/x/sync v0.20.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
175175
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
176176
golang.org/x/sys v0.0.0-20211124211545-fe61309f8881/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
177-
golang.org/x/sys v0.38.0 h1:3yZWxaJjBmCWXqhN1qh02AkOnCQ1poK6oF+a7xWL6Gc=
178-
golang.org/x/sys v0.38.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
179-
golang.org/x/term v0.37.0 h1:8EGAD0qCmHYZg6J17DvsMy9/wJ7/D/4pV/wfnld5lTU=
180-
golang.org/x/term v0.37.0/go.mod h1:5pB4lxRNYYVZuTLmy8oR2BH8dflOR+IbTYFD8fi3254=
181-
golang.org/x/text v0.31.0 h1:aC8ghyu4JhP8VojJ2lEHBnochRno1sgL6nEi9WGFGMM=
182-
golang.org/x/text v0.31.0/go.mod h1:tKRAlv61yKIjGGHX/4tP1LTbc13YSec1pxVEWXzfoeM=
177+
golang.org/x/sys v0.45.0 h1:dO4czNzziLiiXplLQgBCEpCvXQ3dnkn0SdaZSYdQ+FY=
178+
golang.org/x/sys v0.45.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
179+
golang.org/x/term v0.43.0 h1:S4RLU2sB31O/NCl+zFN9Aru9A/Cq2aqKpTZJ6B+DwT4=
180+
golang.org/x/term v0.43.0/go.mod h1:lrhlHNdQJHO+1qVYiHfFKVuVioJIheAc3fBSMFYEIsk=
181+
golang.org/x/text v0.37.0 h1:Cqjiwd9eSg8e0QAkyCaQTNHFIIzWtidPahFWR83rTrc=
182+
golang.org/x/text v0.37.0/go.mod h1:a5sjxXGs9hsn/AJVwuElvCAo9v8QYLzvavO5z2PiM38=
183183
golang.org/x/time v0.9.0 h1:EsRrnYcQiGH+5FfbgvV4AP7qEZstoyrHB0DzarOQ4ZY=
184184
golang.org/x/time v0.9.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
185-
golang.org/x/tools v0.38.0 h1:Hx2Xv8hISq8Lm16jvBZ2VQf+RLmbd7wVUsALibYI/IQ=
186-
golang.org/x/tools v0.38.0/go.mod h1:yEsQ/d/YK8cjh0L6rZlY8tgtlKiBNTL14pGDJPJpYQs=
185+
golang.org/x/tools v0.44.0 h1:UP4ajHPIcuMjT1GqzDWRlalUEoY+uzoZKnhOjbIPD2c=
186+
golang.org/x/tools v0.44.0/go.mod h1:KA0AfVErSdxRZIsOVipbv3rQhVXTnlU6UhKxHd1seDI=
187187
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
188188
gomodules.xyz/jsonpatch/v2 v2.4.0 h1:Ci3iUJyx9UeRx7CeFN8ARgGbkESwJK+KB9lLcWxY/Zw=
189189
gomodules.xyz/jsonpatch/v2 v2.4.0/go.mod h1:AH3dM2RI6uoBZxn3LVrfvJ3E0/9dG4cSrbuBJT4moAY=

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: s3vectors-chart
33
description: A Helm chart for the ACK service controller for Amazon S3 Vectors (S3Vectors)
4-
version: 0.1.0
5-
appVersion: 0.1.0
4+
version: 0.1.1
5+
appVersion: 0.1.1
66
home: https://github.com/aws-controllers-k8s/s3vectors-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/s3vectors-controller:0.1.0".
2+
This chart deploys "public.ecr.aws/aws-controllers-k8s/s3vectors-controller:0.1.1".
33

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

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
image:
66
repository: public.ecr.aws/aws-controllers-k8s/s3vectors-controller
7-
tag: 0.1.0
7+
tag: 0.1.1
88
pullPolicy: IfNotPresent
99
pullSecrets: []
1010

0 commit comments

Comments
 (0)