Skip to content

Commit e87986e

Browse files
Release v1.6.4 (#177)
Issue #, if available: aws-controllers-k8s/community#2875 Description of changes: - Create new release for bug fix in #176 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent cf47f63 commit e87986e

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

ATTRIBUTION.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ License version 2.0, we include the full text of the package's License below.
2626
* `github.com/aws/aws-sdk-go-v2/service/iam`
2727
* `github.com/aws/smithy-go`
2828
* `github.com/go-logr/logr`
29-
* `github.com/micahhausler/aws-iam-policy`
3029
* `github.com/samber/lo`
3130
* `github.com/spf13/pflag`
31+
* `github.com/stretchr/testify`
3232
* `k8s.io/api`
3333
* `k8s.io/apimachinery`
3434
* `k8s.io/client-go`
@@ -1566,8 +1566,6 @@ Subdependencies:
15661566

15671567

15681568

1569-
1570-
15711569
### github.com/samber/lo
15721570

15731571
License Identifier: MIT
@@ -1639,3 +1637,5 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
16391637

16401638

16411639

1640+
1641+

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/iam-controller
9-
newTag: 1.6.3
9+
newTag: 1.6.4

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: iam-chart
33
description: A Helm chart for the ACK service controller for AWS Identity & Access Management (IAM)
4-
version: 1.6.3
5-
appVersion: 1.6.3
4+
version: 1.6.4
5+
appVersion: 1.6.4
66
home: https://github.com/aws-controllers-k8s/iam-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/iam-controller:1.6.3".
2+
This chart deploys "public.ecr.aws/aws-controllers-k8s/iam-controller:1.6.4".
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/iam-controller
7-
tag: 1.6.3
7+
tag: 1.6.4
88
pullPolicy: IfNotPresent
99
pullSecrets: []
1010

0 commit comments

Comments
 (0)