From cfb499c4b9c4d3a51da28217f3f9347b67a7269c Mon Sep 17 00:00:00 2001 From: Release Bot <159553671+kube-startup-cpu-boost-bot@users.noreply.github.com> Date: Tue, 21 May 2024 15:34:11 +0200 Subject: [PATCH] chore(main): release 0.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 4 ++-- kustomization.yaml | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1c1e58..bcd0522 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bb63557..4d43099 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog +## [0.6.0](https://github.com/google/kube-startup-cpu-boost/compare/v0.5.0...v0.6.0) (2024-05-21) + + +### Features + +* status and conditions for StartupCPUBoost ([#39](https://github.com/google/kube-startup-cpu-boost/issues/39)) ([8678a00](https://github.com/google/kube-startup-cpu-boost/commit/8678a00d3e8e2fbb3362c6e35be1b419cd0e437d)) +* time policy based pod revert done in parallel ([#41](https://github.com/google/kube-startup-cpu-boost/issues/41)) ([e04806a](https://github.com/google/kube-startup-cpu-boost/commit/e04806ae357001a5978c6aad695597c53d0cc0ef)) + ## [0.5.0](https://github.com/google/kube-startup-cpu-boost/compare/v0.4.1...v0.5.0) (2024-03-15) diff --git a/README.md b/README.md index 86ce842..6075c96 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.5.0/manifests.yaml +kubectl apply -f https://github.com/google/kube-startup-cpu-boost/releases/download/v0.6.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.5.0 +- https://github.com/google/kube-startup-cpu-boost?ref=v0.6.0 EOF kubectl kustomize | kubectl apply -f - ``` diff --git a/kustomization.yaml b/kustomization.yaml index 2eb61b3..72c8a06 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.5.0 #x-release-please-version + newTag: 0.6.0 #x-release-please-version