File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
ack_generate_info :
2
- build_date : " 2025-02-05T20:53:21Z "
3
- build_hash : 3d74f13b9de7134b4c76ab7526a9c578c4857602
4
- go_version : go1.23.4
5
- version : v0.41.0-18-g3d74f13
2
+ build_date : " 2025-02-06T01:54:52Z "
3
+ build_hash : 8762917215d9902b2011a2b0b1b0c776855a683e
4
+ go_version : go1.23.5
5
+ version : v0.42.0
6
6
api_directory_checksum : e3a6c7a62fcea61f2120123949ca1acf059daf87
7
7
api_version : v1alpha1
8
8
aws_sdk_go_version : v1.32.6
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ kind: Kustomization
6
6
images :
7
7
- name : controller
8
8
newName : public.ecr.aws/aws-controllers-k8s/kms-controller
9
- newTag : 1.0.19
9
+ newTag : 1.0.20
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.22.0
5
5
toolchain go1.22.5
6
6
7
7
require (
8
- github.com/aws-controllers-k8s/runtime v0.41.1-0.20250204215244-e48dd7b2d6d0
8
+ github.com/aws-controllers-k8s/runtime v0.42.0
9
9
github.com/aws/aws-sdk-go v1.49.0
10
10
github.com/aws/aws-sdk-go-v2 v1.34.0
11
11
github.com/aws/aws-sdk-go-v2/service/kms v1.37.14
Original file line number Diff line number Diff line change 1
- github.com/aws-controllers-k8s/runtime v0.41.1-0.20250204215244-e48dd7b2d6d0 h1:ygZwhPfearlE8/P0HY8rXpFsbarwJ5tzBIov+3xgQfk =
2
- github.com/aws-controllers-k8s/runtime v0.41.1-0.20250204215244-e48dd7b2d6d0 /go.mod h1:Oy0JKvDxZMZ+SVupm4NZVqP00KLIIAMfk93KnOwlt5c =
1
+ github.com/aws-controllers-k8s/runtime v0.42.0 h1:fVb3cOwUtn0ZwTSedapES+Rspb97S8BTxMqXJt6R5uM =
2
+ github.com/aws-controllers-k8s/runtime v0.42.0 /go.mod h1:Oy0JKvDxZMZ+SVupm4NZVqP00KLIIAMfk93KnOwlt5c =
3
3
github.com/aws/aws-sdk-go v1.49.0 h1:g9BkW1fo9GqKfwg2+zCD+TW/D36Ux+vtfJ8guF4AYmY =
4
4
github.com/aws/aws-sdk-go v1.49.0 /go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk =
5
5
github.com/aws/aws-sdk-go-v2 v1.34.0 h1:9iyL+cjifckRGEVpRKZP3eIxVlL06Qk1Tk13vreaVQU =
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : kms-chart
3
3
description : A Helm chart for the ACK service controller for AWS Key Management Service (KMS)
4
- version : 1.0.19
5
- appVersion : 1.0.19
4
+ version : 1.0.20
5
+ appVersion : 1.0.20
6
6
home : https://github.com/aws-controllers-k8s/kms-controller
7
7
icon : https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
8
8
sources :
Original file line number Diff line number Diff line change 1
1
{{ .Chart.Name }} has been installed.
2
- This chart deploys "public.ecr.aws/aws-controllers-k8s/kms-controller:1.0.19 ".
2
+ This chart deploys "public.ecr.aws/aws-controllers-k8s/kms-controller:1.0.20 ".
3
3
4
4
Check its status by running:
5
5
kubectl --namespace {{ .Release.Namespace }} get pods -l "app.kubernetes.io/instance={{ .Release.Name }}"
Original file line number Diff line number Diff line change 4
4
5
5
image :
6
6
repository : public.ecr.aws/aws-controllers-k8s/kms-controller
7
- tag : 1.0.19
7
+ tag : 1.0.20
8
8
pullPolicy : IfNotPresent
9
9
pullSecrets : []
10
10
You can’t perform that action at this time.
0 commit comments