Skip to content

Commit 83a2dfe

Browse files
chore(main): release 0.13.0
1 parent edaca92 commit 83a2dfe

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.12.2"
2+
".": "0.13.0"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
<!-- markdownlint-disable -->
22
# Changelog
33

4+
## [0.13.0](https://github.com/google/kube-startup-cpu-boost/compare/v0.12.2...v0.13.0) (2025-03-27)
5+
6+
7+
### Features
8+
9+
* 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))
10+
* 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))
11+
412
## [0.12.2](https://github.com/google/kube-startup-cpu-boost/compare/v0.12.1...v0.12.2) (2025-03-21)
513

614

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To install the latest release of Kube Startup CPU Boost in your cluster, run the
5050

5151
<!-- x-release-please-start-version -->
5252
```sh
53-
kubectl apply -f https://github.com/google/kube-startup-cpu-boost/releases/download/v0.12.2/manifests.yaml
53+
kubectl apply -f https://github.com/google/kube-startup-cpu-boost/releases/download/v0.13.0/manifests.yaml
5454
```
5555
<!-- x-release-please-end -->
5656

@@ -67,7 +67,7 @@ cat <<EOF > kustomization.yaml
6767
apiVersion: kustomize.config.k8s.io/v1beta1
6868
kind: Kustomization
6969
resources:
70-
- https://github.com/google/kube-startup-cpu-boost?ref=v0.12.2
70+
- https://github.com/google/kube-startup-cpu-boost?ref=v0.13.0
7171
EOF
7272
kubectl kustomize | kubectl apply -f -
7373
```

kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ resources:
1818
- config/default
1919
images:
2020
- name: ghcr.io/google/kube-startup-cpu-boost
21-
newTag: v0.12.2 #x-release-please-version
21+
newTag: v0.13.0 #x-release-please-version

0 commit comments

Comments
 (0)