diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bcd0522..e7ca613 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "0.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d43099..bbeac90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [0.7.0](https://github.com/google/kube-startup-cpu-boost/compare/v0.6.0...v0.7.0) (2024-05-24) + + +### Features + +* structured logging ([#43](https://github.com/google/kube-startup-cpu-boost/issues/43)) ([f3d08c9](https://github.com/google/kube-startup-cpu-boost/commit/f3d08c90c74106c0d3ac5cd6a8e7e8fcff6516d1)) + ## [0.6.0](https://github.com/google/kube-startup-cpu-boost/compare/v0.5.0...v0.6.0) (2024-05-21) diff --git a/README.md b/README.md index 6075c96..0c096d5 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.6.0/manifests.yaml +kubectl apply -f https://github.com/google/kube-startup-cpu-boost/releases/download/v0.7.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.6.0 +- https://github.com/google/kube-startup-cpu-boost?ref=v0.7.0 EOF kubectl kustomize | kubectl apply -f - ``` diff --git a/kustomization.yaml b/kustomization.yaml index 72c8a06..8dfbddb 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -18,4 +18,4 @@ resources: - config/default images: - name: ghcr.io/google/kube-startup-cpu-boost - newTag: 0.6.0 #x-release-please-version + newTag: 0.7.0 #x-release-please-version