Skip to content

Commit dfbbfd7

Browse files
authored
Update ACK runtime, code-generator v0.20.1 & aws-sdk-go to v1.44.93 (#93)
Issue #, if available: aws-controllers-k8s/community#1203 Description of changes: Updates *runtime* and *aws-sdk-go* dependencies to use the latest aws models/shapes and ignores newly identified resources. The latest models are needed to align controller functionality with that of the console. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 4f39a70 commit dfbbfd7

Some content is hidden

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

47 files changed

+4767
-1380
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2022-09-13T23:09:05Z"
3-
build_hash: 585f06bbd6d4cc1b738acb85901e7a009bf452c7
4-
go_version: go1.18.3
5-
version: v0.20.0
6-
api_directory_checksum: 3960da50b98c36b05635d3abbfd129ae7bb48e32
2+
build_date: "2022-09-14T17:04:56Z"
3+
build_hash: 1da44f4be322eea156ed23a86e33c29da5cede9c
4+
go_version: go1.18.1
5+
version: v0.20.1-2-g1da44f4
6+
api_directory_checksum: 127aa0f51fbcdde596b8f42f93bcdf3b6dee8488
77
api_version: v1alpha1
8-
aws_sdk_go_version: v1.42.0
8+
aws_sdk_go_version: v1.44.93
99
generator_config_info:
10-
file_checksum: 6dda562aa9c69e0c93f33141f2c5a671456fc306
10+
file_checksum: 753e88b4fc3df1b908f63a998ffe37497ec57da1
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/enums.go

Lines changed: 767 additions & 265 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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ ignore:
6565
- InstanceEventWindow
6666
- InstanceExportTask
6767
#- InternetGateway
68+
- Ipam
69+
- IpamPool
70+
- IpamScope
6871
- KeyPair
6972
- LaunchTemplateVersion
7073
- LaunchTemplate
@@ -74,10 +77,12 @@ ignore:
7477
#- NatGateway
7578
- NetworkAclEntry
7679
- NetworkAcl
80+
- NetworkInsightsAccessScope
7781
- NetworkInsightsPath
7882
- NetworkInterfacePermission
7983
- NetworkInterface
8084
- PlacementGroup
85+
- PublicIpv4Pool
8186
- ReplaceRootVolumeTask
8287
- ReservedInstancesListing
8388
- RestoreImageTask
@@ -97,9 +102,11 @@ ignore:
97102
- TransitGatewayConnect
98103
- TransitGatewayMulticastDomain
99104
- TransitGatewayPeeringAttachment
105+
- TransitGatewayPolicyTable
100106
- TransitGatewayPrefixListReference
101107
- TransitGatewayRouteTable
102108
- TransitGatewayRoute
109+
- TransitGatewayRouteTableAnnouncement
103110
- TransitGatewayVpcAttachment
104111
#- TransitGateway
105112
- Volume

apis/v1alpha1/instance.go

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

apis/v1alpha1/subnet.go

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

0 commit comments

Comments
 (0)