Skip to content

chore(main): release 0.13.0 #105

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 27, 2025
Merged
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.2"
".": "0.13.0"
}
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.13.0](https://github.com/google/kube-startup-cpu-boost/compare/v0.12.2...v0.13.0) (2025-03-27)


### Features

* cluster info provider for version checking ([#104](https://github.com/google/kube-startup-cpu-boost/issues/104)) ([e3bec98](https://github.com/google/kube-startup-cpu-boost/commit/e3bec9899d4784b5000c172f9d5bf8cc5b039283))
* new mode of resource resize for 1.32 ([#106](https://github.com/google/kube-startup-cpu-boost/issues/106)) ([edaca92](https://github.com/google/kube-startup-cpu-boost/commit/edaca92f11602052a6b65dd29d9f78358eab5236))

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


4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.2/manifests.yaml
kubectl apply -f https://github.com/google/kube-startup-cpu-boost/releases/download/v0.13.0/manifests.yaml
```
<!-- x-release-please-end -->

@@ -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.2
- https://github.com/google/kube-startup-cpu-boost?ref=v0.13.0
EOF
kubectl kustomize | kubectl apply -f -
```
2 changes: 1 addition & 1 deletion kustomization.yaml
Original file line number Diff line number Diff line change
@@ -18,4 +18,4 @@ resources:
- config/default
images:
- name: ghcr.io/google/kube-startup-cpu-boost
newTag: v0.12.2 #x-release-please-version
newTag: v0.13.0 #x-release-please-version