diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 13708fa..64f3cdd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.1" + ".": "0.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a2df35..05bb49b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [0.8.0](https://github.com/google/kube-startup-cpu-boost/compare/v0.7.1...v0.8.0) (2024-06-07) + + +### Features + +* metrics ([#47](https://github.com/google/kube-startup-cpu-boost/issues/47)) ([a051f05](https://github.com/google/kube-startup-cpu-boost/commit/a051f05ffb2e81d8dd57e57e73773321f101a0a5)) + ## [0.7.1](https://github.com/google/kube-startup-cpu-boost/compare/v0.7.0...v0.7.1) (2024-05-31) diff --git a/README.md b/README.md index 86039fa..4a3b619 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,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.7.1/manifests.yaml +kubectl apply -f https://github.com/google/kube-startup-cpu-boost/releases/download/v0.8.0/manifests.yaml ``` @@ -63,7 +63,7 @@ cat < kustomization.yaml apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- https://github.com/google/kube-startup-cpu-boost?ref=v0.7.1 +- https://github.com/google/kube-startup-cpu-boost?ref=v0.8.0 EOF kubectl kustomize | kubectl apply -f - ``` diff --git a/kustomization.yaml b/kustomization.yaml index 38cdb52..809f625 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.7.1 #x-release-please-version + newTag: v0.8.0 #x-release-please-version