Closed yangjunmyfm192085 closed 9 months ago
I updated the changelog to mention that the klog specific flags, have been removed.
Release v0.7.0 is now available: https://github.com/kubernetes-sigs/metrics-server/releases/tag/v0.7.0.
Will the helm chart be updated? https://kubernetes-sigs.github.io/metrics-server/index.yaml doesn't currently list 0.7.0
as a valid appVersion.
@jcpunk yes the helm chart release will soon follow. It is tracked in https://github.com/kubernetes-sigs/metrics-server/issues/1409
Installation
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/download/v0.7.0/components.yaml
Changes since v0.6.0
Improvements
Support logs in JSON format(@yangjunmyfm192085)
Optimize the timeout setting and timeout logging of metrics-server accessing the /metrics/resource endpoint (@yangjunmyfm192085)
update PodDisruptionBudget to policy/v1(@yangjunmyfm192085)
update golang to 1.19.4(fix CVE-2022-41717)(@yangjunmyfm192085)
GO-2022-1144: Bump golang.org/x/net(@olivierlemasle)
Optimizations
Observability
Change default secure port to 10250(@stevehipwell)
Update registry location to registry.k8s.io(@dgrisonnet)
cloudbuild: remove buildx-specific commands(@dgrisonnet)
Tests
Add test logging flags(@serathius)
try to fix the e2e failure(@yangjunmyfm192085)
add fuzz test for decodeBatch(@yangjunmyfm192085)
verify test:fix golangci-lint(@yangjunmyfm192085)
update logcheck(@yangjunmyfm192085)
Upload metrics-server logs in CI(@dgrisonnet)
e2e test adds support for kubernetes version 1.26(@yangjunmyfm192085)
Manifests
fix(manifests): Turn autoscale into a component(@maxbrunet)
refactor(manifests): Follow base-components-overlays structure(@maxbrunet)
Add HA manifests for the different compatibilities(@dgrisonnet )
Documentations
Update KNOWN_ISSUES (@serathius @yangjunmyfm192085 @maxmetalm)
Document command line flags and test it(@serathius)
Update README.md(@mindw)
document what ports are required for MS to work in the README(@yangjunmyfm192085)
Small cleanups for network requirements(@serathius)
Fix document: replace a broken link on README.md(@Shunpoco)
Link to PSS (since PSP is deprecated).(@guettli)
Update HA instructions to include 1.21+ deployment(@dgrisonnet)
Remove manual assets publication step from RELEASE.md(@dgrisonnet)
Fixes
Restore support for log specific flags in Kubernetes Components (@yangjunmyfm192085)
fix benchmark bug and some small spell mistake(@yangjunmyfm192085)
fix: Handle error while parsing node metrics(@XiaoXiaoSN)
update prometheus to version 2.33.0(@fengshunli)
update api dependencies(@yangjunmyfm192085)
Need to be added
Should not to be added