Skip to content

Commit edae298

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

File tree

29 files changed

+404
-282
lines changed

29 files changed

+404
-282
lines changed

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: "2025-03-10T17:20:05Z"
3-
build_hash: 5645e51ed3c413f616e1b929f1527a5139c44198
4-
go_version: go1.24.0
5-
version: v0.43.2-3-g5645e51
2+
build_date: "2025-03-27T16:30:34Z"
3+
build_hash: 980cb1e4734f673d16101cf55206b84ca639ec01
4+
go_version: go1.24.1
5+
version: v0.44.0
66
api_directory_checksum: 2960d5d47c03026d9207068e776eef99e09f798a
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.32.6

cmd/controller/main.go

Lines changed: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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/rds-controller
9-
newTag: 1.4.14
9+
newTag: 1.4.15

go.mod

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
module github.com/aws-controllers-k8s/rds-controller
22

3-
go 1.22.0
3+
go 1.24.0
44

5-
toolchain go1.22.5
5+
toolchain go1.24.1
66

77
require (
88
github.com/aws-controllers-k8s/ec2-controller v1.1.2
99
github.com/aws-controllers-k8s/kms-controller v1.0.8
10-
github.com/aws-controllers-k8s/runtime v0.43.0
10+
github.com/aws-controllers-k8s/runtime v0.44.0
1111
github.com/aws/aws-sdk-go v1.49.0
1212
github.com/aws/aws-sdk-go-v2 v1.34.0
1313
github.com/aws/aws-sdk-go-v2/service/rds v1.93.8
1414
github.com/aws/smithy-go v1.22.2
1515
github.com/go-logr/logr v1.4.2
1616
github.com/samber/lo v1.37.0
1717
github.com/spf13/pflag v1.0.5
18-
k8s.io/api v0.31.0
19-
k8s.io/apimachinery v0.31.0
20-
k8s.io/client-go v0.31.0
21-
sigs.k8s.io/controller-runtime v0.19.0
18+
k8s.io/api v0.32.1
19+
k8s.io/apimachinery v0.32.1
20+
k8s.io/client-go v0.32.1
21+
sigs.k8s.io/controller-runtime v0.20.4
2222
)
2323

2424
require (
@@ -38,21 +38,20 @@ require (
3838
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3939
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4040
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
41-
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
41+
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
4242
github.com/fsnotify/fsnotify v1.7.0 // indirect
4343
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
4444
github.com/go-logr/zapr v1.3.0 // indirect
45-
github.com/go-openapi/jsonpointer v0.19.6 // indirect
45+
github.com/go-openapi/jsonpointer v0.21.0 // indirect
4646
github.com/go-openapi/jsonreference v0.20.2 // indirect
47-
github.com/go-openapi/swag v0.22.4 // indirect
47+
github.com/go-openapi/swag v0.23.0 // indirect
4848
github.com/gogo/protobuf v1.3.2 // indirect
49-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
5049
github.com/golang/protobuf v1.5.4 // indirect
50+
github.com/google/btree v1.1.3 // indirect
5151
github.com/google/gnostic-models v0.6.8 // indirect
5252
github.com/google/go-cmp v0.6.0 // indirect
5353
github.com/google/gofuzz v1.2.0 // indirect
5454
github.com/google/uuid v1.6.0 // indirect
55-
github.com/imdario/mergo v0.3.12 // indirect
5655
github.com/itchyny/gojq v0.12.6 // indirect
5756
github.com/itchyny/timefmt-go v0.1.3 // indirect
5857
github.com/jaypipes/envutil v1.0.0 // indirect
@@ -70,24 +69,25 @@ require (
7069
github.com/prometheus/procfs v0.15.1 // indirect
7170
github.com/x448/float16 v0.8.4 // indirect
7271
go.uber.org/multierr v1.11.0 // indirect
73-
go.uber.org/zap v1.26.0 // indirect
74-
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
75-
golang.org/x/net v0.33.0 // indirect
76-
golang.org/x/oauth2 v0.21.0 // indirect
77-
golang.org/x/sys v0.28.0 // indirect
78-
golang.org/x/term v0.27.0 // indirect
79-
golang.org/x/text v0.21.0 // indirect
80-
golang.org/x/time v0.3.0 // indirect
72+
go.uber.org/zap v1.27.0 // indirect
73+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
74+
golang.org/x/net v0.37.0 // indirect
75+
golang.org/x/oauth2 v0.23.0 // indirect
76+
golang.org/x/sync v0.12.0 // indirect
77+
golang.org/x/sys v0.31.0 // indirect
78+
golang.org/x/term v0.30.0 // indirect
79+
golang.org/x/text v0.23.0 // indirect
80+
golang.org/x/time v0.7.0 // indirect
8181
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
82-
google.golang.org/protobuf v1.34.2 // indirect
82+
google.golang.org/protobuf v1.35.1 // indirect
83+
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
8384
gopkg.in/inf.v0 v0.9.1 // indirect
84-
gopkg.in/yaml.v2 v2.4.0 // indirect
8585
gopkg.in/yaml.v3 v3.0.1 // indirect
86-
k8s.io/apiextensions-apiserver v0.31.0 // indirect
86+
k8s.io/apiextensions-apiserver v0.32.1 // indirect
8787
k8s.io/klog/v2 v2.130.1 // indirect
88-
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
89-
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
90-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
91-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
88+
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
89+
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
90+
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
91+
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
9292
sigs.k8s.io/yaml v1.4.0 // indirect
9393
)

0 commit comments

Comments
 (0)