Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to ACK runtime v0.43.0, code-generator v0.43.1 #154

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions apis/v1alpha1/ack-generate-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ack_generate_info:
build_date: "2025-02-18T01:03:38Z"
build_hash: 66c0f840b0bcf6f552be46cf5ee0fb95ad57053e
go_version: go1.23.6
version: v0.43.0
api_directory_checksum: 0f68037c7970cd69c9365d191e78762f7ed5a7c5
build_date: "2025-02-19T22:58:15Z"
build_hash: 8b426c490ff1984d8ce5577e11d6dabe1b6373b8
go_version: go1.24.0
version: v0.43.1
api_directory_checksum: f7101c7d94faf18b93442dc7f34b11f2c9d0dba9
api_version: v1alpha1
aws_sdk_go_version: v1.32.6
generator_config_info:
163 changes: 102 additions & 61 deletions apis/v1alpha1/cache_cluster.go

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion apis/v1alpha1/cache_parameter_group.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions apis/v1alpha1/cache_subnet_group.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

173 changes: 104 additions & 69 deletions apis/v1alpha1/replication_group.go

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion apis/v1alpha1/snapshot.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion apis/v1alpha1/user.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion apis/v1alpha1/user_group.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/controller/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -6,4 +6,4 @@ kind: Kustomization
images:
- name: controller
newName: public.ecr.aws/aws-controllers-k8s/elasticache-controller
newTag: 0.2.0
newTag: 0.2.1
Loading