pvc-autoresizer
pvc-autoresizer copied to clipboard
Update supporting Kubernetes (1.29)
Update Procedure
- Read this document.
Before Check List
There is a check list to confirm depending libraries or tools are released. The release notes for Kubernetes should also be checked.
Must Update Dependencies
Must update Kubernetes with each new version of Kubernetes.
- [x] k8s.io/api
- https://github.com/kubernetes/api/tags
- The supported Kubernetes version is written in the description of each tag.
- https://github.com/kubernetes/api/tags
- [x] k8s.io/apimachinery
- https://github.com/kubernetes/apimachinery/tags
- The supported Kubernetes version is written in the description of each tag.
- https://github.com/kubernetes/apimachinery/tags
- [x] k8s.io/client-go
- https://github.com/kubernetes/client-go/tags
- The supported Kubernetes version is written in the description of each tag.
- https://github.com/kubernetes/client-go/tags
- [x] sigs.k8s.io/controller-runtime
- https://github.com/kubernetes-sigs/controller-runtime/releases
- [x] sigs.k8s.io/controller-tools
- https://github.com/kubernetes-sigs/controller-tools/releases
- [ ] topolvm
- https://github.com/topolvm/topolvm/blob/main/CHANGELOG.md
Release notes check
- [x] Read the necessary release notes for Kubernetes.
Checklist
- [ ] Finish implementation of the issue
- [ ] Test all functions