Skip to content

Commit d80e140

Browse files
author
Tenglong Gu
committed
Remove unnecessary terminal code
1 parent 67c6021 commit d80e140

File tree

8 files changed

+9
-15
lines changed

8 files changed

+9
-15
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2022-08-01T20:45:35Z"
2+
build_date: "2022-08-02T16:50:12Z"
33
build_hash: fe61d04673fd4d9848d5f726b01e0689a16d3733
44
go_version: go1.18.2
55
version: v0.19.3-1-gfe61d04
6-
api_directory_checksum: 3aa862ff158dc440aa089d95c188ddf29951a1e2
6+
api_directory_checksum: fb8a6cc72a88cdc4a42f49ed86db73ad0327ff9f
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.44.27
99
generator_config_info:
10-
file_checksum: 4bf19858ece08f56aecc44425a0de8699b5951d8
10+
file_checksum: d96311d674c4aca167541af4115390ddddf7c136
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/generator.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,6 @@ resources:
349349
DBProxy:
350350
exceptions:
351351
terminal_codes:
352-
- DBProxyAlreadyExistsFault
353-
- DBProxyQuotaExceededFault
354352
- InvalidSubnet
355353
fields:
356354
DBProxyName:

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.0-non-release-version
9+
newTag: v0.0.30

generator.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,6 @@ resources:
349349
DBProxy:
350350
exceptions:
351351
terminal_codes:
352-
- DBProxyAlreadyExistsFault
353-
- DBProxyQuotaExceededFault
354352
- InvalidSubnet
355353
fields:
356354
DBProxyName:

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.0-non-release-version
5-
appVersion: v0.0.0-non-release-version
4+
version: v0.0.30
5+
appVersion: v0.0.30
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.0-non-release-version".
2+
This chart deploys "public.ecr.aws/aws-controllers-k8s/rds-controller:v0.0.30".
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.0-non-release-version
7+
tag: v0.0.30
88
pullPolicy: IfNotPresent
99
pullSecrets: []
1010

pkg/resource/db_proxy/sdk.go

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

0 commit comments

Comments
 (0)