Skip to content

Commit

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

----------

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

----------

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

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

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

----------

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

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

----------

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 6, 2025
1 parent 8929330 commit 3f77d50
Show file tree
Hide file tree
Showing 13 changed files with 344 additions and 359 deletions.
54 changes: 27 additions & 27 deletions apis/v1alpha1/access_point.go

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

6 changes: 3 additions & 3 deletions apis/v1alpha1/ack-generate-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ack_generate_info:
build_date: "2025-02-05T19:30:04Z"
build_hash: 509a9991d926c6e13b5f02566443e79ebe994e17
build_date: "2025-02-06T03:12:52Z"
build_hash: 8762917215d9902b2011a2b0b1b0c776855a683e
go_version: go1.23.5
version: v0.41.0-18-g509a999
version: v0.42.0
api_directory_checksum: 78c2eb5f2e05080726633beb066d0b258bf2c290
api_version: v1alpha1
aws_sdk_go_version: v1.32.6
Expand Down
66 changes: 33 additions & 33 deletions apis/v1alpha1/enums.go

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

Loading

0 comments on commit 3f77d50

Please sign in to comment.