Skip to content

Commit a0a7dcb

Browse files
authored
Update to ACK runtime v0.61.0, code-generator v0.61.0 (#89)
### 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 `v1.5.1` to `v1.5.2` Once this PR is merged, release `v1.5.2` will be automatically created for `elbv2-controller` **Please close this PR, if you do not want the new patch release for `elbv2-controller`** ---------- #### stdout for `make build-controller`: ``` building ack-generate ... ok. ==== building elbv2-controller ==== Copying common custom resource definitions into elbv2 Building Kubernetes API objects for elbv2 Generating deepcopy code for elbv2 Generating custom resource definitions for elbv2 Building service controller for elbv2 Running GO mod tidy Generating RBAC manifests for elbv2 Running gofmt against generated code for elbv2 Updating additional GitHub repository maintenance files ==== building elbv2-controller release artifacts ==== Building release artifacts for elbv2-v1.5.2 Generating common custom resource definitions Generating custom resource definitions for elbv2 Generating RBAC manifests for elbv2 ``` ---------- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 2553025 commit a0a7dcb

8 files changed

Lines changed: 33 additions & 31 deletions

File tree

ATTRIBUTION.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1434,6 +1434,7 @@ Subdependencies:
14341434
* `k8s.io/klog/v2`
14351435
* `k8s.io/utils`
14361436
* `sigs.k8s.io/controller-runtime`
1437+
* `sigs.k8s.io/yaml`
14371438
* `github.com/aws/aws-sdk-go-v2/feature/ec2/imds`
14381439
* `github.com/aws/aws-sdk-go-v2/internal/configsources`
14391440
* `github.com/aws/aws-sdk-go-v2/internal/endpoints/v2`
@@ -1489,7 +1490,6 @@ Subdependencies:
14891490
* `sigs.k8s.io/json`
14901491
* `sigs.k8s.io/randfill`
14911492
* `sigs.k8s.io/structured-merge-diff/v6`
1492-
* `sigs.k8s.io/yaml`
14931493

14941494
#### github.com/aws/aws-sdk-go-v2
14951495

@@ -1624,6 +1624,8 @@ License Identifier: Apache-2.0
16241624

16251625
License Identifier: Apache-2.0
16261626

1627+
1628+
16271629
#### github.com/aws/aws-sdk-go-v2/feature/ec2/imds
16281630

16291631
License Identifier: Apache-2.0

apis/v1alpha1/ack-generate-metadata.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ack_generate_info:
2-
build_date: "2026-06-22T23:03:45Z"
3-
build_hash: 2ae5d2cfadaa2a10b2ccb9e73a111b2a91c36642
2+
build_date: "2026-07-07T21:48:18Z"
3+
build_hash: 0a6b791fa10a6140d862be334a6891868ee588eb
44
go_version: go1.26.4
5-
version: v0.60.0
5+
version: v0.61.0
66
api_directory_checksum: 060554dd6962e2466013922cf96fb4cf92a23706
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.32.6

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/elbv2-controller
9-
newTag: 1.5.1
9+
newTag: 1.5.2

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/ec2-controller v1.2.4
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.50.20
99
github.com/aws/aws-sdk-go-v2 v1.34.0
1010
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.43.8
@@ -68,12 +68,12 @@ require (
6868
go.uber.org/zap v1.27.0 // indirect
6969
go.yaml.in/yaml/v2 v2.4.3 // indirect
7070
go.yaml.in/yaml/v3 v3.0.4 // indirect
71-
golang.org/x/net v0.47.0 // indirect
71+
golang.org/x/net v0.55.0 // indirect
7272
golang.org/x/oauth2 v0.30.0 // indirect
73-
golang.org/x/sync v0.18.0 // indirect
74-
golang.org/x/sys v0.38.0 // indirect
75-
golang.org/x/term v0.37.0 // indirect
76-
golang.org/x/text v0.31.0 // indirect
73+
golang.org/x/sync v0.20.0 // indirect
74+
golang.org/x/sys v0.45.0 // indirect
75+
golang.org/x/term v0.43.0 // indirect
76+
golang.org/x/text v0.37.0 // indirect
7777
golang.org/x/time v0.9.0 // indirect
7878
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
7979
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/ec2-controller v1.2.4 h1:lLm/jH4Zmylykuyjo/P8lgHYCdu4do+apX8A34cA0Rk=
44
github.com/aws-controllers-k8s/ec2-controller v1.2.4/go.mod h1:d1pRZ8OyXqokbMNmsVcr/gD6ZZ8EJurOK/6jbiV4y14=
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.50.20 h1:xfAnSDVf/azIWTVQXQODp89bubvCS85r70O3nuQ4dnE=
88
github.com/aws/aws-sdk-go v1.50.20/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk=
99
github.com/aws/aws-sdk-go-v2 v1.34.0 h1:9iyL+cjifckRGEVpRKZP3eIxVlL06Qk1Tk13vreaVQU=
@@ -166,26 +166,26 @@ go.yaml.in/yaml/v2 v2.4.3 h1:6gvOSjQoTB3vt1l+CU+tSyi/HOjfOjRLJ4YwYZGwRO0=
166166
go.yaml.in/yaml/v2 v2.4.3/go.mod h1:zSxWcmIDjOzPXpjlTTbAsKokqkDNAVtZO0WOMiT90s8=
167167
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=
168168
go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=
169-
golang.org/x/mod v0.29.0 h1:HV8lRxZC4l2cr3Zq1LvtOsi/ThTgWnUk/y64QSs8GwA=
170-
golang.org/x/mod v0.29.0/go.mod h1:NyhrlYXJ2H4eJiRy/WDBO6HMqZQ6q9nk4JzS3NuCK+w=
171-
golang.org/x/net v0.47.0 h1:Mx+4dIFzqraBXUugkia1OOvlD6LemFo1ALMHjrXDOhY=
172-
golang.org/x/net v0.47.0/go.mod h1:/jNxtkgq5yWUGYkaZGqo27cfGZ1c5Nen03aYrrKpVRU=
169+
golang.org/x/mod v0.35.0 h1:Ww1D637e6Pg+Zb2KrWfHQUnH2dQRLBQyAtpr/haaJeM=
170+
golang.org/x/mod v0.35.0/go.mod h1:+GwiRhIInF8wPm+4AoT6L0FA1QWAad3OMdTRx4tFYlU=
171+
golang.org/x/net v0.55.0 h1:bcvxaJn3e1U6InsFWt1JUq1aSjnRxLzT2rtD2KfkDF8=
172+
golang.org/x/net v0.55.0/go.mod h1:L5U2KuzuOe1lY7Z+aWVIKK6qEeJXnXV9yzGA+WCHJww=
173173
golang.org/x/oauth2 v0.30.0 h1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI=
174174
golang.org/x/oauth2 v0.30.0/go.mod h1:B++QgG3ZKulg6sRPGD/mqlHQs5rB3Ml9erfeDY7xKlU=
175-
golang.org/x/sync v0.18.0 h1:kr88TuHDroi+UVf+0hZnirlk8o8T+4MrK6mr60WkH/I=
176-
golang.org/x/sync v0.18.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
175+
golang.org/x/sync v0.20.0 h1:e0PTpb7pjO8GAtTs2dQ6jYa5BWYlMuX047Dco/pItO4=
176+
golang.org/x/sync v0.20.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
177177
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
178178
golang.org/x/sys v0.0.0-20211124211545-fe61309f8881/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
179-
golang.org/x/sys v0.38.0 h1:3yZWxaJjBmCWXqhN1qh02AkOnCQ1poK6oF+a7xWL6Gc=
180-
golang.org/x/sys v0.38.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
181-
golang.org/x/term v0.37.0 h1:8EGAD0qCmHYZg6J17DvsMy9/wJ7/D/4pV/wfnld5lTU=
182-
golang.org/x/term v0.37.0/go.mod h1:5pB4lxRNYYVZuTLmy8oR2BH8dflOR+IbTYFD8fi3254=
183-
golang.org/x/text v0.31.0 h1:aC8ghyu4JhP8VojJ2lEHBnochRno1sgL6nEi9WGFGMM=
184-
golang.org/x/text v0.31.0/go.mod h1:tKRAlv61yKIjGGHX/4tP1LTbc13YSec1pxVEWXzfoeM=
179+
golang.org/x/sys v0.45.0 h1:dO4czNzziLiiXplLQgBCEpCvXQ3dnkn0SdaZSYdQ+FY=
180+
golang.org/x/sys v0.45.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
181+
golang.org/x/term v0.43.0 h1:S4RLU2sB31O/NCl+zFN9Aru9A/Cq2aqKpTZJ6B+DwT4=
182+
golang.org/x/term v0.43.0/go.mod h1:lrhlHNdQJHO+1qVYiHfFKVuVioJIheAc3fBSMFYEIsk=
183+
golang.org/x/text v0.37.0 h1:Cqjiwd9eSg8e0QAkyCaQTNHFIIzWtidPahFWR83rTrc=
184+
golang.org/x/text v0.37.0/go.mod h1:a5sjxXGs9hsn/AJVwuElvCAo9v8QYLzvavO5z2PiM38=
185185
golang.org/x/time v0.9.0 h1:EsRrnYcQiGH+5FfbgvV4AP7qEZstoyrHB0DzarOQ4ZY=
186186
golang.org/x/time v0.9.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
187-
golang.org/x/tools v0.38.0 h1:Hx2Xv8hISq8Lm16jvBZ2VQf+RLmbd7wVUsALibYI/IQ=
188-
golang.org/x/tools v0.38.0/go.mod h1:yEsQ/d/YK8cjh0L6rZlY8tgtlKiBNTL14pGDJPJpYQs=
187+
golang.org/x/tools v0.44.0 h1:UP4ajHPIcuMjT1GqzDWRlalUEoY+uzoZKnhOjbIPD2c=
188+
golang.org/x/tools v0.44.0/go.mod h1:KA0AfVErSdxRZIsOVipbv3rQhVXTnlU6UhKxHd1seDI=
189189
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
190190
gomodules.xyz/jsonpatch/v2 v2.4.0 h1:Ci3iUJyx9UeRx7CeFN8ARgGbkESwJK+KB9lLcWxY/Zw=
191191
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: elbv2-chart
33
description: A Helm chart for the ACK service controller for Elastic Load Balancing (ELB)
4-
version: 1.5.1
5-
appVersion: 1.5.1
4+
version: 1.5.2
5+
appVersion: 1.5.2
66
home: https://github.com/aws-controllers-k8s/elbv2-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/elbv2-controller:1.5.1".
2+
This chart deploys "public.ecr.aws/aws-controllers-k8s/elbv2-controller:1.5.2".
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/elbv2-controller
7-
tag: 1.5.1
7+
tag: 1.5.2
88
pullPolicy: IfNotPresent
99
pullSecrets: []
1010

0 commit comments

Comments
 (0)