-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Release v0.8.0 #1565
Comments
I am not sure whether the dependency #1559 needs to be merged together |
Yes ideally we should bump all the deps before cutting a new release |
Go through list of open PRs: #1522 looks to be useful fix |
The issue behind #1522 seems to be related to kubelet CSRs rather than metrics-server, but I don't have the bandwidth to really look into it |
/triage accepted |
updating readme and version #1567 |
Hi @slashpai Note that, Kubernetes v1.31 is using v1.22, and is not ready for Go v1.23. Kuberentes made some changes to adopt Go v1.23, see kubernetes/kubernetes#127271 (comment) for more details. So, I suggest rollback to Go v1.22 if there is no specific reason for v1.23. also cc @dgrisonnet |
Thank you for pointing that out. Checked with @dgrisonnet, looks like there won't be a release soon and mostly would happen after Kubernetes 1.32 release which uses go 1.23. |
Do you mean there won't be a release with Kubernetes v1.31? In other words, [email protected] will use Kubernetes v1.32 dependencies? |
Most likely. I won't have the bandwidth to work on a release anytime soon so it is more likely to use 1.32 by that time unless someone else take care of the release. It is also worth noting that we still need to address #1560 (comment) before releasing |
@dgrisonnet But, do you think it makes sense to revert Golang to v1.22.x? After that, at least people can import metrics-server with a pseudo version. @slashpai Could you help to track the issue @dgrisonnet mentioned above to this issue task list? |
Can't you base yourself on cc3047e? |
Yeah, it should work, I'll give it a try. Thanks. |
Installation
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/download/v0.8.0/components.yaml
Changes since v0.7.2
Improvements
* This will help to include the
disable-http2-serving
flag added in SecureServingOptions (Expose DisableHTTP2 flag in SecureServingOptions kubernetes/kubernetes#122176) for metrics-serverTasks
The text was updated successfully, but these errors were encountered: