Skip to content

Commit 194a0c9

Browse files
authored
Update ACK runtime to v0.18.0 (#66)
### Update ACK runtime to `v0.18.0` ---------- * ACK code-generator `v0.18.0` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.18.0) * ACK runtime `v0.18.0` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.18.0) ---------- NOTE: This PR increments the release version of service controller from `v0.0.19` to `v0.0.20` Once this PR is merged, release `v0.0.20` will be automatically created for `rds-controller` **Please close this PR, if you do not want the new patch release for `rds-controller`** ---------- #### stdout for `make build-controller`: ``` building ack-generate ... ok. ==== building rds-controller ==== Copying common custom resource definitions into rds Building Kubernetes API objects for rds Generating deepcopy code for rds Generating custom resource definitions for rds Building service controller for rds Generating RBAC manifests for rds Running gofmt against generated code for rds Updating additional GitHub repository maintenance files ==== building rds-controller release artifacts ==== Building release artifacts for rds-v0.0.20 Generating common custom resource definitions Generating custom resource definitions for rds Generating RBAC manifests for rds ``` ---------- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 1dfe7bd commit 194a0c9

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

+518
-22
lines changed

apis/v1alpha1/ack-generate-metadata.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ack_generate_info:
2-
build_date: "2022-03-05T00:11:28Z"
3-
build_hash: ade2429bb444ab635916395ea5773d141ba135e1
2+
build_date: "2022-03-22T20:27:53Z"
3+
build_hash: 6f659f796434e8fd6443c0b3a5b495daae910035
44
go_version: go1.17.5
5-
version: v0.17.2
5+
version: v0.18.0
66
api_directory_checksum: c5762d0b5707ca20866f2f0e85bc23863733ca11
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.42.0

config/controller/deployment.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ spec:
2828
args:
2929
- --aws-region
3030
- "$(AWS_REGION)"
31+
- --aws-endpoint-url
32+
- "$(AWS_ENDPOINT_URL)"
3133
- --enable-development-logging
3234
- "$(ACK_ENABLE_DEVELOPMENT_LOGGING)"
3335
- --log-level
@@ -53,6 +55,18 @@ spec:
5355
valueFrom:
5456
fieldRef:
5557
fieldPath: metadata.namespace
58+
- name: AWS_REGION
59+
value: ""
60+
- name: AWS_ENDPOINT_URL
61+
value: ""
62+
- name: ACK_WATCH_NAMESPACE
63+
value: ""
64+
- name: ACK_ENABLE_DEVELOPMENT_LOGGING
65+
value: "false"
66+
- name: ACK_LOG_LEVEL
67+
value: "info"
68+
- name: ACK_RESOURCE_TAGS
69+
value: "services.k8s.aws/managed=true,services.k8s.aws/created=%UTCNOW%,services.k8s.aws/namespace=%KUBERNETES_NAMESPACE%"
5670
securityContext:
5771
allowPrivilegeEscalation: false
5872
privileged: false

config/controller/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ kind: Kustomization
66
images:
77
- name: controller
88
newName: public.ecr.aws/aws-controllers-k8s/rds-controller
9-
newTag: v0.0.19
9+
newTag: v0.0.20

config/crd/bases/rds.services.k8s.aws_dbclusterparametergroups.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,13 @@ spec:
150150
description: OwnerAccountID is the AWS Account ID of the account
151151
that owns the backend AWS service API resource.
152152
type: string
153+
region:
154+
description: Region is the AWS region in which the resource exists
155+
or will exist.
156+
type: string
153157
required:
154158
- ownerAccountID
159+
- region
155160
type: object
156161
conditions:
157162
description: All CRS managed by ACK have a common `Status.Conditions`

config/crd/bases/rds.services.k8s.aws_dbclusters.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,8 +387,13 @@ spec:
387387
description: OwnerAccountID is the AWS Account ID of the account
388388
that owns the backend AWS service API resource.
389389
type: string
390+
region:
391+
description: Region is the AWS region in which the resource exists
392+
or will exist.
393+
type: string
390394
required:
391395
- ownerAccountID
396+
- region
392397
type: object
393398
activityStreamKMSKeyID:
394399
description: "The Amazon Web Services KMS key identifier used for

config/crd/bases/rds.services.k8s.aws_dbinstances.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,8 +647,13 @@ spec:
647647
description: OwnerAccountID is the AWS Account ID of the account
648648
that owns the backend AWS service API resource.
649649
type: string
650+
region:
651+
description: Region is the AWS region in which the resource exists
652+
or will exist.
653+
type: string
650654
required:
651655
- ownerAccountID
656+
- region
652657
type: object
653658
activityStreamEngineNativeAuditFieldsIncluded:
654659
description: Indicates whether engine-native audit fields are included

config/crd/bases/rds.services.k8s.aws_dbparametergroups.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,13 @@ spec:
152152
description: OwnerAccountID is the AWS Account ID of the account
153153
that owns the backend AWS service API resource.
154154
type: string
155+
region:
156+
description: Region is the AWS region in which the resource exists
157+
or will exist.
158+
type: string
155159
required:
156160
- ownerAccountID
161+
- region
157162
type: object
158163
conditions:
159164
description: All CRS managed by ACK have a common `Status.Conditions`

config/crd/bases/rds.services.k8s.aws_dbsecuritygroups.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,13 @@ spec:
8888
description: OwnerAccountID is the AWS Account ID of the account
8989
that owns the backend AWS service API resource.
9090
type: string
91+
region:
92+
description: Region is the AWS region in which the resource exists
93+
or will exist.
94+
type: string
9195
required:
9296
- ownerAccountID
97+
- region
9398
type: object
9499
conditions:
95100
description: All CRS managed by ACK have a common `Status.Conditions`

config/crd/bases/rds.services.k8s.aws_dbsubnetgroups.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,13 @@ spec:
9292
description: OwnerAccountID is the AWS Account ID of the account
9393
that owns the backend AWS service API resource.
9494
type: string
95+
region:
96+
description: Region is the AWS region in which the resource exists
97+
or will exist.
98+
type: string
9599
required:
96100
- ownerAccountID
101+
- region
97102
type: object
98103
conditions:
99104
description: All CRS managed by ACK have a common `Status.Conditions`

config/crd/bases/rds.services.k8s.aws_globalclusters.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,13 @@ spec:
8989
description: OwnerAccountID is the AWS Account ID of the account
9090
that owns the backend AWS service API resource.
9191
type: string
92+
region:
93+
description: Region is the AWS region in which the resource exists
94+
or will exist.
95+
type: string
9296
required:
9397
- ownerAccountID
98+
- region
9499
type: object
95100
conditions:
96101
description: All CRS managed by ACK have a common `Status.Conditions`

0 commit comments

Comments
 (0)