pvc-autoresizer icon indicating copy to clipboard operation
pvc-autoresizer copied to clipboard

Update supporting Kubernetes (1.29)

Open llamerada-jp opened this issue 1 year ago • 0 comments

Update Procedure

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.
  • [x] k8s.io/apimachinery
    • https://github.com/kubernetes/apimachinery/tags
      • The supported Kubernetes version is written in the description of each tag.
  • [x] k8s.io/client-go
    • https://github.com/kubernetes/client-go/tags
      • The supported Kubernetes version is written in the description of each tag.
  • [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

llamerada-jp avatar Dec 14 '23 01:12 llamerada-jp