Skip to content

Commit

Permalink
release artifacts for release v0.0.8 (#72)
Browse files Browse the repository at this point in the history
Issue #, if available:
Want to release a new version.

Description of changes:
Release new verison v0.0.8

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • Loading branch information
kyriechen96 authored Mar 8, 2023
1 parent 8629f0c commit 5ed3a67
Show file tree
Hide file tree
Showing 17 changed files with 583 additions and 396 deletions.
6 changes: 3 additions & 3 deletions apis/v1alpha1/ack-generate-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ack_generate_info:
build_date: "2023-03-07T06:28:37Z"
build_hash: d0f3d78cbea8061f822cbceac3786128f091efe6
build_date: "2023-03-08T00:09:15Z"
build_hash: 910a8e0744a99c5c87d8c1615926985215a60d8c
go_version: go1.19
version: v0.24.2
version: v0.24.3
api_directory_checksum: 863961569e4c45d940e482713a85bac302b37d66
api_version: v1alpha1
aws_sdk_go_version: v1.44.93
Expand Down
2 changes: 1 addition & 1 deletion config/controller/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ kind: Kustomization
images:
- name: controller
newName: public.ecr.aws/aws-controllers-k8s/memorydb-controller
newTag: v0.0.7
newTag: v0.0.8
3 changes: 1 addition & 2 deletions config/crd/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
bases:
- common
resources:
- common
- bases/memorydb.services.k8s.aws_acls.yaml
- bases/memorydb.services.k8s.aws_clusters.yaml
- bases/memorydb.services.k8s.aws_parametergroups.yaml
Expand Down
2 changes: 1 addition & 1 deletion config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#commonLabels:
# someName: someValue

bases:
resources:
- ../crd
- ../rbac
- ../controller
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: memorydb-chart
description: A Helm chart for the ACK service controller for Amazon MemoryDB for Redis (MemoryDB)
version: v0.0.7
appVersion: v0.0.7
version: v0.0.8
appVersion: v0.0.8
home: https://github.com/aws-controllers-k8s/memorydb-controller
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
sources:
Expand Down
5 changes: 4 additions & 1 deletion helm/crds/services.k8s.aws_adoptedresources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,10 @@ spec:
blockOwnerDeletion:
description: If true, AND if the owner has the "foregroundDeletion"
finalizer, then the owner cannot be deleted from the
key-value store until this reference is removed. Defaults
key-value store until this reference is removed. See
https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion
for how the garbage collector interacts with this
field and enforces the foreground deletion. Defaults
to false. To set this field, a user needs "delete"
permission of the owner, otherwise 422 (Unprocessable
Entity) will be returned.
Expand Down
2 changes: 1 addition & 1 deletion helm/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ .Chart.Name }} has been installed.
This chart deploys "public.ecr.aws/aws-controllers-k8s/memorydb-controller:v0.0.7".
This chart deploys "public.ecr.aws/aws-controllers-k8s/memorydb-controller:v0.0.8".

Check its status by running:
kubectl --namespace {{ .Release.Namespace }} get pods -l "app.kubernetes.io/instance={{ .Release.Name }}"
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

image:
repository: public.ecr.aws/aws-controllers-k8s/memorydb-controller
tag: v0.0.7
tag: v0.0.8
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down
104 changes: 61 additions & 43 deletions pkg/resource/acl/references.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pkg/resource/acl/sdk.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5ed3a67

Please sign in to comment.