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

update kubernetes client version #214

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

tingrui-AWS-EKS-auth
Copy link
Contributor

@tingrui-AWS-EKS-auth tingrui-AWS-EKS-auth commented Mar 6, 2024

Issue #, if available:

update kubernetes client version from 0.29.1 to 0.29.2

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@tingrui-AWS-EKS-auth tingrui-AWS-EKS-auth requested a review from a team as a code owner March 6, 2024 18:23
Copy link
Member

@orsenthil orsenthil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified via kubernetes/kubernetes@v1.29.1...v1.29.2

You could restrict the approvers narrowed to your team.

@prateekgogia prateekgogia merged commit 3dbce4e into aws:master Mar 12, 2024
1 check passed
@snowkiterdude
Copy link

FYI this broke hack/self-hosted/main.go

go run ./hack/self-hosted/main.go -key /path/to/sa.pub
go: inconsistent vendoring in /path/to/amazon-eks-pod-identity-webhook:
k8s.io/api@v0.29.2: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
k8s.io/apimachinery@v0.29.2: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
k8s.io/client-go@v0.29.2: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
k8s.io/api@v0.29.1: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
k8s.io/apimachinery@v0.29.1: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
k8s.io/client-go@v0.29.1: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod

To ignore the vendor directory, use -mod=readonly or -mod=mod.
To sync the vendor directory, run:
	go mod vendor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants