Skip to content

Commit

Permalink
Update to ACK runtime v0.23.0, code-generator v0.23.1 (#126)
Browse files Browse the repository at this point in the history
Co-authored-by: ci-robot <[email protected]>
  • Loading branch information
ack-bot and ci-robot authored Feb 2, 2023
1 parent abe7bda commit 74db7f8
Show file tree
Hide file tree
Showing 38 changed files with 134 additions and 120 deletions.
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: "2023-02-01T15:41:09Z"
build_hash: 5ee0ac052c54f008dff50f6f5ebb73f2cf3a0bd7
go_version: go1.18.1
version: v0.20.1-4-g5ee0ac0
api_directory_checksum: b3a2878ca8a156389214b900257c4d572ad4e3a5
build_date: "2023-02-02T18:04:55Z"
build_hash: b55ae8752ece381c383ffe5b388ed2147c6b30d8
go_version: go1.19
version: v0.23.1
api_directory_checksum: ade517e59c50ff94e6c44a6eca8bc512cfdcf614
api_version: v1alpha1
aws_sdk_go_version: v1.44.93
generator_config_info:
Expand Down
1 change: 1 addition & 0 deletions apis/v1alpha1/dhcp_options.go

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

1 change: 1 addition & 0 deletions apis/v1alpha1/elastic_ip_address.go

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

1 change: 1 addition & 0 deletions apis/v1alpha1/instance.go

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

1 change: 1 addition & 0 deletions apis/v1alpha1/internet_gateway.go

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

1 change: 1 addition & 0 deletions apis/v1alpha1/nat_gateway.go

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

7 changes: 3 additions & 4 deletions apis/v1alpha1/security_group.go

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

25 changes: 9 additions & 16 deletions apis/v1alpha1/subnet.go

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

1 change: 1 addition & 0 deletions apis/v1alpha1/transit_gateway.go

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

16 changes: 5 additions & 11 deletions apis/v1alpha1/types.go

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

2 changes: 1 addition & 1 deletion apis/v1alpha1/vpc.go

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

1 change: 1 addition & 0 deletions apis/v1alpha1/vpc_endpoint.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/zz_generated.deepcopy.go

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

9 changes: 4 additions & 5 deletions config/controller/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
apiVersion: v1
kind: Namespace
metadata:
labels:
control-plane: controller
name: ack-system
---
apiVersion: apps/v1
Expand All @@ -11,16 +9,17 @@ metadata:
name: ack-ec2-controller
namespace: ack-system
labels:
control-plane: controller
app.kubernetes.io/name: ack-ec2-controller
app.kubernetes.io/part-of: ack-system
spec:
selector:
matchLabels:
control-plane: controller
app.kubernetes.io/name: ack-ec2-controller
replicas: 1
template:
metadata:
labels:
control-plane: controller
app.kubernetes.io/name: ack-ec2-controller
spec:
containers:
- command:
Expand Down
2 changes: 1 addition & 1 deletion config/controller/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ kind: Kustomization
images:
- name: controller
newName: public.ecr.aws/aws-controllers-k8s/ec2-controller
newTag: v0.1.0
newTag: v0.1.1
2 changes: 1 addition & 1 deletion config/controller/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: ack-system
spec:
selector:
control-plane: controller
app.kubernetes.io/name: ack-ec2-controller
ports:
- name: metricsport
port: 8080
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/ec2.services.k8s.aws_subnets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ spec:
description: Indicates whether this is the default subnet for the
Availability Zone.
type: boolean
enableLNIAtDeviceIndex:
enableLniAtDeviceIndex:
description: Indicates the device position for local network interfaces
in this subnet. For example, 1 indicates local network interfaces
in this subnet are the secondary network interface (eth1).
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module github.com/aws-controllers-k8s/ec2-controller

go 1.17
go 1.19

require (
github.com/aws-controllers-k8s/runtime v0.20.1
github.com/aws-controllers-k8s/runtime v0.23.0
github.com/aws/aws-sdk-go v1.44.93
github.com/go-logr/logr v1.2.0
github.com/spf13/pflag v1.0.5
Expand Down
Loading

0 comments on commit 74db7f8

Please sign in to comment.