Changes since v0.8.0
Improvements
- Bump Kubernetes dependencies to v1.36.2. (@slashpai, @dgrisonnet, PR #1687, #1712, #1758, #1803)
- Honor stderrthreshold when logtostderr is enabled. (@pierluigilenoci, PR #1782)
- Downgrade log level for scrape failures of not ready nodes. (@bhope, PR #1783)
- Add a diagram showing how metrics-server handles
kubectl top podrequests. (@CatherineF-dev, PR #1654)
Bug fixes
Security
- Bump Go version to v1.26.4, addressing CVE-2025-47907 and CVE-2025-47906. (@dependabot, @RainbowMango, @dgrisonnet, @yangjunmyfm192085, PR #1681, #1738, #1758, #1784, #1803, #1830)
- Bump
golang.org/x/cryptofrom 0.39.0 to 0.45.0. (@dependabot, PR #1737)
Others
- Bump golangci-lint to v2.11.4. (@slashpai, @dongjiang1989, @yangjunmyfm192085, PR #1686, #1713, #1740, #1784)
- Bump
github.com/onsi/ginkgo/v2from 2.23.4 to 2.32.0. (@dependabot, PR #1804, #1820, #1835) - Bump
github.com/onsi/gomegafrom 1.37.0 to 1.42.1. (@dependabot, PR #1693, #1820, #1835) - Bump
github.com/prometheus/prometheusfrom 0.304.2 to 0.313.0. (@dependabot, PR #1828, #1833) - Bump
github.com/prometheus/commonfrom 0.65.0 to 0.69.0. (@dependabot, PR #1828, #1833) - Bump
github.com/spf13/pflagfrom 1.0.6 to 1.0.10. (@dependabot, PR #1690, #1820) - Bump
github.com/moby/spdystreamfrom 0.5.0 to 0.5.1. (@dependabot, PR #1792) - Bump
google.golang.org/grpcfrom 1.72.0 to 1.81.1. (@dependabot, PR #1777, #1820) - Bump
mikefarah/yqfrom 4.45.4 to 4.47.1. (@dependabot, PR #1682, #1694) - Bump
actions/checkoutfrom 4.2.2 to 7.0.0. (@dependabot, PR #1698, #1749, #1808, #1827) - Bump
actions/github-scriptfrom 7.0.1 to 9.0.0. (@dependabot, PR #1718, #1812) - Bump
actions/setup-pythonfrom 5.6.0 to 6.3.0. (@dependabot, PR #1728, #1742, #1832) - Bump
softprops/action-gh-releasefrom 2.3.2 to 3.0.1. (@dependabot, PR #1731, #1746, #1819, #1826) - Bump
action-stars/install-tool-from-github-release. (@dependabot, PR #1743) - Update versions in README and kustomization.yaml for v0.9.0. (@slashpai, PR #1822)
- Add slashpai and RainbowMango as reviewers. (@dgrisonnet, PR #1679)
- Use go tools. (@mrueg, PR #1648)