diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8ad7375..89688e2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.11.2" + ".": "0.11.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d71dfc..fce9e75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [0.11.3](https://github.com/google/kube-startup-cpu-boost/compare/v0.11.2...v0.11.3) (2024-12-20) + + +### Bug Fixes + +* deps upgrade for vulnerability in golang.org/x/net/html ([#84](https://github.com/google/kube-startup-cpu-boost/issues/84)) ([3f92d37](https://github.com/google/kube-startup-cpu-boost/commit/3f92d371dda79459a0827e29796bfa3c72aa0c18)) + ## [0.11.2](https://github.com/google/kube-startup-cpu-boost/compare/v0.11.1...v0.11.2) (2024-12-13) diff --git a/README.md b/README.md index 7de0b0b..3a8b5ab 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.11.2/manifests.yaml +kubectl apply -f https://github.com/google/kube-startup-cpu-boost/releases/download/v0.11.3/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.11.2 +- https://github.com/google/kube-startup-cpu-boost?ref=v0.11.3 EOF kubectl kustomize | kubectl apply -f - ``` diff --git a/kustomization.yaml b/kustomization.yaml index 66bff39..88a6531 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.11.2 #x-release-please-version + newTag: v0.11.3 #x-release-please-version