File tree 7 files changed +12
-12
lines changed 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-05T01:14:57Z "
3
- build_hash : d2d639403dd853736e63c2bc1e3ca51251fd1bd1
2
+ build_date : " 2025-02-06T03:30:50Z "
3
+ build_hash : 8762917215d9902b2011a2b0b1b0c776855a683e
4
4
go_version : go1.23.5
5
- version : v0.41.0-16-gd2d6394-dirty
6
- api_directory_checksum : c66b816c73dad31cc97e828db4808a7033f2f94b
5
+ version : v0.42.0
6
+ api_directory_checksum : 14f0962baec09e795bcb014604b6515df6f0b85f
7
7
api_version : v1alpha1
8
8
aws_sdk_go_version : v1.32.6
9
9
generator_config_info :
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/ec2-controller
9
- newTag : 1.3.2
9
+ newTag : 1.3.3
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.22.0
5
5
toolchain go1.22.6
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.35.0
11
11
github.com/aws/aws-sdk-go-v2/service/ec2 v1.202.1
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.35.0 h1:jTPxEJyzjSuuz0wB+302hr8Eu9KUI+Zv8zlujMGJpVI =
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : ec2-chart
3
3
description : A Helm chart for the ACK service controller for Amazon Elastic Cloud Compute (EC2)
4
- version : 1.3.2
5
- appVersion : 1.3.2
4
+ version : 1.3.3
5
+ appVersion : 1.3.3
6
6
home : https://github.com/aws-controllers-k8s/ec2-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/ec2-controller:1.3.2 ".
2
+ This chart deploys "public.ecr.aws/aws-controllers-k8s/ec2-controller:1.3.3 ".
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/ec2-controller
7
- tag : 1.3.2
7
+ tag : 1.3.3
8
8
pullPolicy : IfNotPresent
9
9
pullSecrets : []
10
10
You can’t perform that action at this time.
0 commit comments