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.2"
".": "0.17.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
<!-- markdownlint-disable -->
# Changelog

## [0.17.0](https://github.com/google/kube-startup-cpu-boost/compare/v0.16.2...v0.17.0) (2025-09-01)


### Features

* 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))
* adding helmify to makefile ([46ee573](https://github.com/google/kube-startup-cpu-boost/commit/46ee5733e8c55e3fd2d50386e71ab82ecbe470ed))
* 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))
* 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))


### Bug Fixes

* 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))
* 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))
* 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))

## [0.16.2](https://github.com/google/kube-startup-cpu-boost/compare/v0.16.1...v0.16.2) (2025-08-21)


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.2/manifests.yaml
kubectl apply -f https://github.com/google/kube-startup-cpu-boost/releases/download/v0.17.0/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.2
- https://github.com/google/kube-startup-cpu-boost?ref=v0.17.0
EOF
kubectl kustomize | kubectl apply -f -
```
Expand Down
4 changes: 2 additions & 2 deletions charts/kube-startup-cpu-boost/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: kube-startup-cpu-boost
description: A Helm chart for kube-startup-cpu-boost operator
type: application
version: 0.16.2
appVersion: 0.16.2
version: 0.17.0
appVersion: 0.17.0
2 changes: 1 addition & 1 deletion charts/kube-startup-cpu-boost/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ controllerManager:
leaderElection: "true"
image:
repository: ghcr.io/google/kube-startup-cpu-boost
tag: v0.16.2 #x-release-please-version
tag: v0.17.0 #x-release-please-version
resources:
limits:
cpu: 500m
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.2 #x-release-please-version
newTag: v0.17.0 #x-release-please-version