diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d9b009..30b6d45 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.10.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cd2a09..06a6afd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog +## [0.10.1](https://github.com/google/kube-startup-cpu-boost/compare/v0.10.0...v0.10.1) (2024-10-10) + + +### Bug Fixes + +* envtest version with available kubebuilder tools ([d3819e0](https://github.com/google/kube-startup-cpu-boost/commit/d3819e0440f7768b720ec274ff4c654ed6fa4083)) +* improved logging when no resources are boosted ([bee8920](https://github.com/google/kube-startup-cpu-boost/commit/bee89206fa95247ef937a1d56019e66d4316db21)) +* resource revert paniced when no limits were defined at all ([34cd968](https://github.com/google/kube-startup-cpu-boost/commit/34cd9686658f42978d6a9a46b6720c6ef548a15c)) + ## [0.10.0](https://github.com/google/kube-startup-cpu-boost/compare/v0.9.0...v0.10.0) (2024-08-12) diff --git a/README.md b/README.md index 3213603..8ff3a7c 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,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.10.0/manifests.yaml +kubectl apply -f https://github.com/google/kube-startup-cpu-boost/releases/download/v0.10.1/manifests.yaml ``` @@ -66,7 +66,7 @@ cat < kustomization.yaml apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- https://github.com/google/kube-startup-cpu-boost?ref=v0.10.0 +- https://github.com/google/kube-startup-cpu-boost?ref=v0.10.1 EOF kubectl kustomize | kubectl apply -f - ``` diff --git a/kustomization.yaml b/kustomization.yaml index 3bfe7de..cc4e713 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.10.0 #x-release-please-version + newTag: v0.10.1 #x-release-please-version