Skip to content

chore(main): release 0.12.2 #102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 21, 2025
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.12.1"
".": "0.12.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
<!-- markdownlint-disable -->
# Changelog

## [0.12.2](https://github.com/google/kube-startup-cpu-boost/compare/v0.12.1...v0.12.2) (2025-03-21)


### Bug Fixes

* added node affinities for supported archs ([#101](https://github.com/google/kube-startup-cpu-boost/issues/101)) ([b84c398](https://github.com/google/kube-startup-cpu-boost/commit/b84c3986eb05cc1388ba2d12571a462eedcba834))
* deps upgrade ([#103](https://github.com/google/kube-startup-cpu-boost/issues/103)) ([eaed864](https://github.com/google/kube-startup-cpu-boost/commit/eaed86420b3ecf6574dfb9bb79229db02bff27c4))

## [0.12.1](https://github.com/google/kube-startup-cpu-boost/compare/v0.12.0...v0.12.1) (2025-03-20)


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.12.1/manifests.yaml
kubectl apply -f https://github.com/google/kube-startup-cpu-boost/releases/download/v0.12.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.12.1
- https://github.com/google/kube-startup-cpu-boost?ref=v0.12.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.12.1 #x-release-please-version
newTag: v0.12.2 #x-release-please-version