diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 18eef3d..ed21d28 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.12.2" + ".": "0.13.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b26c12f..ece0ced 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog +## [0.13.0](https://github.com/google/kube-startup-cpu-boost/compare/v0.12.2...v0.13.0) (2025-03-27) + + +### Features + +* cluster info provider for version checking ([#104](https://github.com/google/kube-startup-cpu-boost/issues/104)) ([e3bec98](https://github.com/google/kube-startup-cpu-boost/commit/e3bec9899d4784b5000c172f9d5bf8cc5b039283)) +* new mode of resource resize for 1.32 ([#106](https://github.com/google/kube-startup-cpu-boost/issues/106)) ([edaca92](https://github.com/google/kube-startup-cpu-boost/commit/edaca92f11602052a6b65dd29d9f78358eab5236)) + ## [0.12.2](https://github.com/google/kube-startup-cpu-boost/compare/v0.12.1...v0.12.2) (2025-03-21) diff --git a/README.md b/README.md index f519eb3..b2bcd05 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ To install the latest release of Kube Startup CPU Boost in your cluster, run the ```sh -kubectl apply -f https://github.com/google/kube-startup-cpu-boost/releases/download/v0.12.2/manifests.yaml +kubectl apply -f https://github.com/google/kube-startup-cpu-boost/releases/download/v0.13.0/manifests.yaml ``` @@ -67,7 +67,7 @@ cat < kustomization.yaml apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- https://github.com/google/kube-startup-cpu-boost?ref=v0.12.2 +- https://github.com/google/kube-startup-cpu-boost?ref=v0.13.0 EOF kubectl kustomize | kubectl apply -f - ``` diff --git a/kustomization.yaml b/kustomization.yaml index f61063b..c8ece6e 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -18,4 +18,4 @@ resources: - config/default images: - name: ghcr.io/google/kube-startup-cpu-boost - newTag: v0.12.2 #x-release-please-version + newTag: v0.13.0 #x-release-please-version