From f9430bb4e684cbff1765c24b790dbd4c44a8bb4c Mon Sep 17 00:00:00 2001 From: Release Bot <159553671+kube-startup-cpu-boost-bot@users.noreply.github.com> Date: Thu, 21 Aug 2025 10:12:54 +0200 Subject: [PATCH] chore(main): release 0.16.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- kustomization.yaml | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 256c881..45c13ca 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.16.1" + ".": "0.16.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 99a38bd..c986cce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [0.16.2](https://github.com/google/kube-startup-cpu-boost/compare/v0.16.1...v0.16.2) (2025-08-21) + + +### Bug Fixes + +* removing time boosts reconciliation deadlock ([#127](https://github.com/google/kube-startup-cpu-boost/issues/127)) ([0d00fff](https://github.com/google/kube-startup-cpu-boost/commit/0d00fff46d8acfdf30b15b3749618cd3efb7c9e5)) + ## [0.16.1](https://github.com/google/kube-startup-cpu-boost/compare/v0.16.0...v0.16.1) (2025-08-01) diff --git a/README.md b/README.md index f06c745..4a5d77e 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.16.1/manifests.yaml +kubectl apply -f https://github.com/google/kube-startup-cpu-boost/releases/download/v0.16.2/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.16.1 +- https://github.com/google/kube-startup-cpu-boost?ref=v0.16.2 EOF kubectl kustomize | kubectl apply -f - ``` diff --git a/kustomization.yaml b/kustomization.yaml index befe1b7..9db2535 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.16.1 #x-release-please-version + newTag: v0.16.2 #x-release-please-version