Skip to content

Commit ff861d8

Browse files
Regenerate and release as v0.0.15 (#57)
Description of changes: Regenerates with the latest version of the code-generator and updates the release version to `v0.0.15` By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 89637de commit ff861d8

File tree

16 files changed

+129
-8
lines changed

16 files changed

+129
-8
lines changed

apis/v1alpha1/ack-generate-metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ack_generate_info:
2-
build_date: "2022-01-31T20:23:51Z"
2+
build_date: "2022-01-31T20:38:22Z"
33
build_hash: 4ebcd703a95a2fbd71bd07130f92aa6813c1398b
44
go_version: go1.17.1
55
version: v0.16.3

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-rds-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-rds-controller
9-
newTag: latest
8+
newName: public.ecr.aws/aws-controllers-k8s/rds-controller
9+
newTag: v0.0.15

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-rds-controller
99
subjects:
1010
- kind: ServiceAccount
11-
name: default
11+
name: ack-rds-controller
1212
namespace: ack-system

config/rbac/kustomization.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ resources:
33
- cluster-role-controller.yaml
44
- role-reader.yaml
55
- role-writer.yaml
6+
- service-account.yaml
7+

config/rbac/service-account.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
apiVersion: v1
3+
kind: ServiceAccount
4+
metadata:
5+
name: ack-rds-controller
6+
namespace: ack-system

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: rds-chart
33
description: A Helm chart for the ACK service controller for Amazon Relational Database Service (RDS)
4-
version: v0.0.14
5-
appVersion: v0.0.14
4+
version: v0.0.15
5+
appVersion: v0.0.15
66
home: https://github.com/aws-controllers-k8s/rds-controller
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:

helm/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{ .Chart.Name }} has been installed.
2-
This chart deploys "public.ecr.aws/aws-controllers-k8s/rds-controller:v0.0.14".
2+
This chart deploys "public.ecr.aws/aws-controllers-k8s/rds-controller:v0.0.15".
33

44
Check its status by running:
55
kubectl --namespace {{ .Release.Namespace }} get pods -l "app.kubernetes.io/instance={{ .Release.Name }}"

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
image:
66
repository: public.ecr.aws/aws-controllers-k8s/rds-controller
7-
tag: v0.0.14
7+
tag: v0.0.15
88
pullPolicy: IfNotPresent
99
pullSecrets: []
1010

pkg/resource/db_cluster/manager.go

Lines changed: 16 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)