Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.16.1"
".": "0.16.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<!-- markdownlint-disable -->
# 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)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To install the latest release of Kube Startup CPU Boost in your cluster, run the

<!-- x-release-please-start-version -->
```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
```
<!-- x-release-please-end -->

Expand All @@ -67,7 +67,7 @@ cat <<EOF > 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 -
```
Expand Down
2 changes: 1 addition & 1 deletion kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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