Skip to content

Commit 40f0194

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

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+3335
-199
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2025-02-20T18:04:23Z"
3-
build_hash: a326346bd3a6973254d247c9ab2dc76790c36241
2+
build_date: "2025-04-03T05:54:37Z"
3+
build_hash: cccb1805b425c5a5e2bb8b99e22b0a811e2896e2
44
go_version: go1.24.0
5-
version: v0.43.2
6-
api_directory_checksum: 2b29d9314a6ca77238f1a5fe09772f307485d94f
5+
version: v0.43.2-12-gcccb180
6+
api_directory_checksum: b36e0217b62cb5431d11ccfaad66312c1cf1aa35
77
api_version: v1alpha1
8-
aws_sdk_go_version: 1.32.6
8+
aws_sdk_go_version: v1.32.6
99
generator_config_info:
10-
file_checksum: d2f4a656f9dccd7026fa8ab2be568da2b62379f6
10+
file_checksum: 65d70046b645ac8c066d287a3c17fecc74270161
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/api_method_response.go

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

apis/v1alpha1/generator.yaml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ operations:
55
operation_type:
66
- Create
77
resource_name: Integration
8+
PutMethodResponse:
9+
operation_type:
10+
- Create
11+
resource_name: ApiMethodResponse
12+
DeleteMethodResponse:
13+
operation_type:
14+
- Delete
15+
resource_name: ApiMethodResponse
16+
UpdateMethodResponse:
17+
operation_type:
18+
- Update
19+
resource_name: ApiMethodResponse
20+
GetMethodResponse:
21+
operation_type:
22+
- READ_ONE
823
ignore:
924
resource_names:
1025
- ApiKey
@@ -200,3 +215,36 @@ resources:
200215
- ConflictException
201216
- NotFoundException
202217
- InvalidParameter
218+
ApiMethodResponse:
219+
fields:
220+
RestAPIID:
221+
references:
222+
resource: RestAPI
223+
path: Status.ID
224+
is_required: true
225+
is_immutable: true
226+
ResourceID:
227+
references:
228+
resource: Resource
229+
path: Status.ID
230+
is_required: true
231+
is_immutable: true
232+
HTTPMethod:
233+
is_required: true
234+
is_immutable: true
235+
StatusCode:
236+
is_required: true
237+
is_immutable: true
238+
tags:
239+
ignore: true
240+
hooks:
241+
sdk_update_post_build_request:
242+
template_path: hooks/api_method_response/sdk_update_post_build_request.go.tpl
243+
delta_pre_compare:
244+
code: customPreCompare(a, b)
245+
exceptions:
246+
terminal_codes:
247+
- BadRequestException
248+
- ConflictException
249+
- NotFoundException
250+
- InvalidParameter

apis/v1alpha1/types.go

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

0 commit comments

Comments
 (0)