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 for Kubernetes 1.25.9 #33

Merged
merged 4 commits into from
May 10, 2023
Merged

Update for Kubernetes 1.25.9 #33

merged 4 commits into from
May 10, 2023

Conversation

zeroalphat
Copy link
Contributor

No description provided.

Signed-off-by: zeroalphat <taichi-takemura@cybozu.co.jp>
@zeroalphat zeroalphat self-assigned this May 2, 2023
@zeroalphat zeroalphat requested a review from zoetrope May 8, 2023 05:36
Makefile Outdated
@@ -1,6 +1,6 @@
CONTROLLER_TOOLS_VERSION = 0.11.3
KUSTOMIZE_VERSION = 4.5.7
ENVTEST_K8S_VERSION = 1.25.3
ENVTEST_K8S_VERSION = 1.25.8
Copy link
Member

Choose a reason for hiding this comment

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

Is this right?
It seems that setup-envtest supports only v1.25.0.

❯ setup-envtest list | grep 1.25
(available)  v1.25.0  linux/amd64

Copy link
Member

Choose a reason for hiding this comment

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

ENVTEST_K8S_VERSION is not used?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I missed in my review that ENVTEST_K8S_VERSION was no longer used in the following PR.
I am sorry.
I removed the ENVTEST_K8S_VERSION variable.
https://github.com/cybozu-go/pod-security-admission/pull/29/files

Copy link
Member

Choose a reason for hiding this comment

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

@zeroalphat
If ENVTEST_K8S_VERSION is empty, the latest version (v1.27.1) will be used. Is that OK?

❯ setup-envtest use -p env
export KUBEBUILDER_ASSETS='/home/ikezoe/.local/share/kubebuilder-envtest/k8s/1.27.1-linux-amd64'

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I was commenting without much understanding of how setup-envtest works.
I will change the Makefile to work with the version specified in ENVTEST_K8S_VERSION.

Copy link
Member

Choose a reason for hiding this comment

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

@zeroalphat
That change is mine. I'm sorry🙏

Signed-off-by: zeroalphat <taichi-takemura@cybozu.co.jp>
@zeroalphat zeroalphat requested a review from zoetrope May 9, 2023 00:31
Signed-off-by: zeroalphat <taichi-takemura@cybozu.co.jp>
Copy link
Member

@zoetrope zoetrope left a comment

Choose a reason for hiding this comment

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

LGTM

@zeroalphat zeroalphat merged commit 0bc757e into main May 10, 2023
@zeroalphat zeroalphat deleted the bump-1.25.9 branch May 10, 2023 00:07
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

2 participants