Skip to content

Commit

Permalink
Update to ACK runtime v0.43.0, code-generator v0.43.2 (#149)
Browse files Browse the repository at this point in the history
### Update to ACK runtime `v0.43.0`, code-generator `v0.43.2`

----------

* ACK code-generator `v0.43.2` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.43.2)
* ACK runtime `v0.43.0` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.43.0)

----------

NOTE:
This PR increments the release version of service controller from `v1.6.2` to `v1.6.3`

Once this PR is merged, release `v1.6.3` will be automatically created for `eks-controller`

**Please close this PR, if you do not want the new patch release for `eks-controller`**

----------

#### stdout for `make build-controller`:

```
building ack-generate ... ok.
==== building eks-controller ====
Copying common custom resource definitions into eks
Building Kubernetes API objects for eks
Generating deepcopy code for eks
Generating custom resource definitions for eks
Building service controller for eks
Running GO mod tidy
Generating RBAC manifests for eks
Running gofmt against generated code for eks
Updating additional GitHub repository maintenance files
==== building eks-controller release artifacts ====
Building release artifacts for eks-v1.6.3
Generating common custom resource definitions
Generating custom resource definitions for eks
Generating RBAC manifests for eks
```

----------

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • Loading branch information
ack-bot authored Feb 20, 2025
1 parent 89887b5 commit a0ba257
Show file tree
Hide file tree
Showing 26 changed files with 811 additions and 245 deletions.
12 changes: 2 additions & 10 deletions apis/v1alpha1/access_entry.go

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

8 changes: 4 additions & 4 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-19T23:11:58Z"
build_hash: 8b426c490ff1984d8ce5577e11d6dabe1b6373b8
build_date: "2025-02-20T18:02:55Z"
build_hash: a326346bd3a6973254d247c9ab2dc76790c36241
go_version: go1.24.0
version: v0.43.1
api_directory_checksum: e23ba532551996b9f8cb6b4e5345cea8e6b76030
version: v0.43.2
api_directory_checksum: feb947454f62a1c6a36512771ee31f36ae7bcb6d
api_version: v1alpha1
aws_sdk_go_version: v1.32.6
generator_config_info:
Expand Down
42 changes: 15 additions & 27 deletions apis/v1alpha1/addon.go

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

22 changes: 1 addition & 21 deletions apis/v1alpha1/cluster.go

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

19 changes: 4 additions & 15 deletions apis/v1alpha1/fargate_profile.go

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

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

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

Loading

0 comments on commit a0ba257

Please sign in to comment.