Skip to content

Commit 2248236

Browse files
chore(main): release 0.17.0 (#131)
1 parent f56b2bf commit 2248236

File tree

6 files changed

+24
-7
lines changed

6 files changed

+24
-7
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.16.2"
2+
".": "0.17.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
<!-- markdownlint-disable -->
22
# Changelog
33

4+
## [0.17.0](https://github.com/google/kube-startup-cpu-boost/compare/v0.16.2...v0.17.0) (2025-09-01)
5+
6+
7+
### Features
8+
9+
* adding helmify generated helm chart ([#132](https://github.com/google/kube-startup-cpu-boost/issues/132)) ([b457d35](https://github.com/google/kube-startup-cpu-boost/commit/b457d3530ef3a7644e8e5081c47630c1b9d87b12))
10+
* adding helmify to makefile ([46ee573](https://github.com/google/kube-startup-cpu-boost/commit/46ee5733e8c55e3fd2d50386e71ab82ecbe470ed))
11+
* automated helm chart release ([#133](https://github.com/google/kube-startup-cpu-boost/issues/133)) ([9a22ca7](https://github.com/google/kube-startup-cpu-boost/commit/9a22ca7a2505196372552e255cee2df2b2a4560f))
12+
* release-please helm release ([#136](https://github.com/google/kube-startup-cpu-boost/issues/136)) ([75903df](https://github.com/google/kube-startup-cpu-boost/commit/75903df386ec4382e96e95db1cd11f1cfecacc93))
13+
14+
15+
### Bug Fixes
16+
17+
* aligning chart version and appVersion ([#137](https://github.com/google/kube-startup-cpu-boost/issues/137)) ([f56b2bf](https://github.com/google/kube-startup-cpu-boost/commit/f56b2bf8d8533f2c59fdeaf44eb844de1947e93a))
18+
* app version in chart not updated by release-please ([#134](https://github.com/google/kube-startup-cpu-boost/issues/134)) ([c89b9c1](https://github.com/google/kube-startup-cpu-boost/commit/c89b9c11bc55a50c80e4ce1d9daba8f1f4dba406))
19+
* chart release-please version ([#135](https://github.com/google/kube-startup-cpu-boost/issues/135)) ([6f84dc5](https://github.com/google/kube-startup-cpu-boost/commit/6f84dc5169821c6682cba6c0536dcb5b19d8519a))
20+
421
## [0.16.2](https://github.com/google/kube-startup-cpu-boost/compare/v0.16.1...v0.16.2) (2025-08-21)
522

623

README.md

Lines changed: 2 additions & 2 deletions
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.16.2/manifests.yaml
53+
kubectl apply -f https://github.com/google/kube-startup-cpu-boost/releases/download/v0.17.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.16.2
70+
- https://github.com/google/kube-startup-cpu-boost?ref=v0.17.0
7171
EOF
7272
kubectl kustomize | kubectl apply -f -
7373
```

charts/kube-startup-cpu-boost/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: kube-startup-cpu-boost
33
description: A Helm chart for kube-startup-cpu-boost operator
44
type: application
5-
version: 0.16.2
6-
appVersion: 0.16.2
5+
version: 0.17.0
6+
appVersion: 0.17.0

charts/kube-startup-cpu-boost/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ controllerManager:
1111
leaderElection: "true"
1212
image:
1313
repository: ghcr.io/google/kube-startup-cpu-boost
14-
tag: v0.16.2 #x-release-please-version
14+
tag: v0.17.0 #x-release-please-version
1515
resources:
1616
limits:
1717
cpu: 500m

kustomization.yaml

Lines changed: 1 addition & 1 deletion
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.16.2 #x-release-please-version
21+
newTag: v0.17.0 #x-release-please-version

0 commit comments

Comments
 (0)