Cat-gate supports the three latest Kubernetes versions. If a new Kubernetes is released, please update the following files.
- Update Kubernetes version in
Makefileande2e/Makefile. - Update controller-runtime version in
Makefile. - Update kubectl version in
aqua.yaml. - Update
k8s.io/*andsigs.k8s.io/controller-runtimepackages version ingo.mod. - Update Kubernetes version in
cluster.yaml.
If Kubernetes or controller-runtime API has changed, please fix the relevant source code.
- Update tool version in
Makefileande2e/Makefile. - Update
aqua.yaml. - Update
Dockerfile. - Update GitHub Actions workflow files in
.github/workflows/ci.yamland.github/workflows/release.yaml.