Skip to content

Commit ef04a41

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

26 files changed

+203
-58
lines changed

apis/v1alpha1/ack-generate-metadata.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
ack_generate_info:
2-
build_date: "2022-01-24T20:34:25Z"
3-
build_hash: cccec82a27ddd880095383360df1fdc8f530842f
2+
build_date: "2022-02-02T21:33:24Z"
3+
build_hash: 8f02d7700eaa65a51e99c37d296056def0b70647
44
go_version: go1.17.5
5-
version: v0.16.3
6-
api_directory_checksum: 225442ca880d4df705d9b73f8711f2143a3db4b0
5+
version: v0.16.4
6+
api_directory_checksum: bef5d547b18c317b14122df45cf63430cc32264b
77
api_version: v1alpha1
8-
aws_sdk_go_version: v1.38.52
8+
aws_sdk_go_version: v1.42.0
99
generator_config_info:
1010
file_checksum: 23f444fb86eaa5c1acb4d4f51430e606e7ee554a
1111
original_file_name: generator.yaml

apis/v1alpha1/replication_group.go

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

apis/v1alpha1/types.go

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

apis/v1alpha1/user_group.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/zz_generated.deepcopy.go

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

config/controller/deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ spec:
6161
drop:
6262
- ALL
6363
terminationGracePeriodSeconds: 10
64+
serviceAccountName: ack-elasticache-controller
6465
hostIPC: false
6566
hostNetwork: false
6667
hostPID: false

config/controller/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
55
kind: Kustomization
66
images:
77
- name: controller
8-
newName: ack-elasticache-controller
9-
newTag: latest
8+
newName: public.ecr.aws/aws-controllers-k8s/elasticache-controller
9+
newTag: v0.0.12

config/crd/bases/elasticache.services.k8s.aws_replicationgroups.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,10 @@ spec:
704704
type: array
705705
type: object
706706
type: object
707+
replicationGroupCreateTime:
708+
description: The date and time when the cluster was created.
709+
format: date-time
710+
type: string
707711
snapshottingClusterID:
708712
description: The cluster ID that is used as the daily snapshot source
709713
for the replication group.

config/crd/bases/elasticache.services.k8s.aws_usergroups.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ spec:
129129
type: object
130130
type: array
131131
pendingChanges:
132-
description: A list of updates being applied to the user groups.
132+
description: A list of updates being applied to the user group.
133133
properties:
134134
userIDsToAdd:
135135
items:

config/rbac/cluster-role-binding.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ roleRef:
88
name: ack-elasticache-controller
99
subjects:
1010
- kind: ServiceAccount
11-
name: default
11+
name: ack-elasticache-controller
1212
namespace: ack-system

0 commit comments

Comments
 (0)