Skip to content

Commit f38c732

Browse files
authored
release artifacts for release v0.0.1 (#6)
Signed-off-by: Jay Pipes <[email protected]> Issue aws-controllers-k8s/community#482 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent cdfe528 commit f38c732

File tree

7 files changed

+14
-27
lines changed

7 files changed

+14
-27
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: "2023-01-14T16:13:40Z"
3-
build_hash: cfce82dfeed4e658da394699720394b1f7d23ff6
2+
build_date: "2023-01-23T14:51:45Z"
3+
build_hash: c6651c200ba136e5c7f50ad8be751fae060a38e6
44
go_version: go1.19.4
5-
version: v0.22.0-1-gcfce82d
5+
version: v0.22.0-1-gc6651c2
66
api_directory_checksum: 202e02932e71256f27a9cd0f6454e508c5b7e9b6
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.44.177

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/acm-controller
9-
newTag: v0.0.0-non-release-version
9+
newTag: v0.0.1

config/crd/common/bases/services.k8s.aws_adoptedresources.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
21
---
32
apiVersion: apiextensions.k8s.io/v1
43
kind: CustomResourceDefinition
54
metadata:
65
annotations:
7-
controller-gen.kubebuilder.io/version: v0.7.0
6+
controller-gen.kubebuilder.io/version: v0.9.2
87
creationTimestamp: null
98
name: adoptedresources.services.k8s.aws
109
spec:
@@ -170,6 +169,7 @@ spec:
170169
- name
171170
- uid
172171
type: object
172+
x-kubernetes-map-type: atomic
173173
type: array
174174
type: object
175175
required:
@@ -224,9 +224,3 @@ spec:
224224
storage: true
225225
subresources:
226226
status: {}
227-
status:
228-
acceptedNames:
229-
kind: ""
230-
plural: ""
231-
conditions: []
232-
storedVersions: []

config/crd/common/bases/services.k8s.aws_fieldexports.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
21
---
32
apiVersion: apiextensions.k8s.io/v1
43
kind: CustomResourceDefinition
54
metadata:
65
annotations:
7-
controller-gen.kubebuilder.io/version: v0.7.0
6+
controller-gen.kubebuilder.io/version: v0.9.2
87
creationTimestamp: null
98
name: fieldexports.services.k8s.aws
109
spec:
@@ -133,9 +132,3 @@ spec:
133132
storage: true
134133
subresources:
135134
status: {}
136-
status:
137-
acceptedNames:
138-
kind: ""
139-
plural: ""
140-
conditions: []
141-
storedVersions: []

helm/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
apiVersion: v1
22
name: acm-chart
3-
description: A Helm chart for the ACK service controller for ()
4-
version: v0.0.0-non-release-version
5-
appVersion: v0.0.0-non-release-version
3+
description: A Helm chart for the ACK service controller for AWS Certificate Manager (ACM)
4+
version: v0.0.1
5+
appVersion: v0.0.1
66
home: https://github.com/aws-controllers-k8s/acm-controller
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:
99
- https://github.com/aws-controllers-k8s/acm-controller
1010
maintainers:
1111
- name: ACK Admins
1212
url: https://github.com/orgs/aws-controllers-k8s/teams/ack-admin
13-
- name: Admins
13+
- name: ACM Admins
1414
url: https://github.com/orgs/aws-controllers-k8s/teams/acm-maintainer
1515
keywords:
1616
- aws

helm/templates/NOTES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{{ .Chart.Name }} has been installed.
2-
This chart deploys "public.ecr.aws/aws-controllers-k8s/acm-controller:v0.0.0-non-release-version".
2+
This chart deploys "public.ecr.aws/aws-controllers-k8s/acm-controller:v0.0.1".
33

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

7-
You are now able to create () resources!
7+
You are now able to create AWS Certificate Manager (ACM) resources!
88

99
The controller is running in "{{ .Values.installScope }}" mode.
1010
The controller is configured to manage AWS resources in region: "{{ .Values.aws.region }}"

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/acm-controller
7-
tag: v0.0.0-non-release-version
7+
tag: v0.0.1
88
pullPolicy: IfNotPresent
99
pullSecrets: []
1010

0 commit comments

Comments
 (0)