Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump kubernetes/cloud-provider-aws 1-30 release branch to latest release #3405

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion UPSTREAM_PROJECTS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ projects:
go_version: "1.20"
- tag: v1.29.3
go_version: "1.21"
- tag: v1.30.1
- tag: v1.30.2
go_version: "1.22"
- name: cloud-provider-vsphere
versions:
Expand Down
10 changes: 5 additions & 5 deletions projects/kubernetes/cloud-provider-aws/1-30/ATTRIBUTION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@ https://github.com/spf13/cobra
** gopkg.in/yaml.v2; version v2.4.0 --
https://gopkg.in/yaml.v2

** k8s.io/apimachinery/pkg; version v0.30.0 --
** k8s.io/apimachinery/pkg; version v0.30.1 --
https://github.com/kubernetes/apimachinery

** k8s.io/cloud-provider-aws/cmd/ecr-credential-provider; version v1.30.1 --
** k8s.io/cloud-provider-aws/cmd/ecr-credential-provider; version v1.30.2 --
https://github.com/kubernetes/cloud-provider-aws

** k8s.io/component-base; version v0.30.0 --
** k8s.io/component-base; version v0.30.1 --
https://github.com/kubernetes/component-base

** k8s.io/klog/v2; version v2.120.1 --
https://github.com/kubernetes/klog

** k8s.io/kubelet/pkg/apis/credentialprovider; version v0.30.0 --
** k8s.io/kubelet/pkg/apis/credentialprovider; version v0.30.1 --
https://github.com/kubernetes/kubelet

** k8s.io/utils; version v0.0.0-20240310230437-4693a0247e57 --
Expand Down Expand Up @@ -359,7 +359,7 @@ https://golang.org/x/sys
** golang.org/x/text; version v0.14.0 --
https://golang.org/x/text

** k8s.io/apimachinery/third_party/forked/golang/reflect; version v0.30.0 --
** k8s.io/apimachinery/third_party/forked/golang/reflect; version v0.30.1 --
https://github.com/kubernetes/apimachinery

Copyright (c) 2009 The Go Authors. All rights reserved.
Expand Down
4 changes: 2 additions & 2 deletions projects/kubernetes/cloud-provider-aws/1-30/CHECKSUMS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
488f1b5d5662dfe7e6b8c4a0c49c551b8159ed6e17cfe2a3b4be36faffb9cbb7 _output/1-30/bin/cloud-provider-aws/linux-amd64/ecr-credential-provider
8a13e6a108e2438fcaabbc2fe9807f72b436176df8aedf48b98800550c8a74aa _output/1-30/bin/cloud-provider-aws/linux-arm64/ecr-credential-provider
fcea49782c48f47c25e2094378ed9319f235222927c72cd530fd01d14886cdf3 _output/1-30/bin/cloud-provider-aws/linux-amd64/ecr-credential-provider
cc1fd27da4d499b613d8da187ce46c633ae50d5f7bef39537926bc79dba27ddb _output/1-30/bin/cloud-provider-aws/linux-arm64/ecr-credential-provider
2 changes: 1 addition & 1 deletion projects/kubernetes/cloud-provider-aws/1-30/GIT_TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.30.1
v1.30.2
2 changes: 1 addition & 1 deletion projects/kubernetes/cloud-provider-aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![1.27 Version](https://img.shields.io/badge/1--27%20version-v1.27.7-blue)
![1.28 Version](https://img.shields.io/badge/1--28%20version-v1.28.6-blue)
![1.29 Version](https://img.shields.io/badge/1--29%20version-v1.29.3-blue)
![1.30 Version](https://img.shields.io/badge/1--30%20version-v1.30.1-blue)
![1.30 Version](https://img.shields.io/badge/1--30%20version-v1.30.2-blue)
![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiRXlTVFQzQ0dlVmNEZDZhV1lRWjlXYlFrOTNCbFA4cDJGVGNuMG9WdUVVM1BNazIzZ0hRRjVmYy9zK1NkblQ5Uk0xWmJJTlk0Um5XYTlmazg3MmxYamNZPSIsIml2UGFyYW1ldGVyU3BlYyI6ImtEM2pRV2d1QTlickRoYnUiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main)

The AWS credential provider is a binary that is executed by kubelet to provide credentials for images in ECR. Refer to the [credential provider extraction Kubernetes Enhancement Proposals (KEP)](https://github.com/kubernetes/enhancements/tree/master/keps/sig-cloud-provider/2133-out-of-tree-credential-provider) for more details.
Expand Down