Skip to content

Commit

Permalink
chore(main): release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kube-startup-cpu-boost-bot committed Mar 15, 2024
1 parent d019b7a commit 6bd335a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
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.4.1"
".": "0.5.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.5.0](https://github.com/google/kube-startup-cpu-boost/compare/v0.4.1...v0.5.0) (2024-03-15)


### Features

* adding config abstraction ([#31](https://github.com/google/kube-startup-cpu-boost/issues/31)) ([ac47461](https://github.com/google/kube-startup-cpu-boost/commit/ac47461f23d3d59cc93bed4b0ef3a1ee59fe3af6))
* zap log level as environment variable ([#35](https://github.com/google/kube-startup-cpu-boost/issues/35)) ([d019b7a](https://github.com/google/kube-startup-cpu-boost/commit/d019b7ae5bfbee017a4a155a42fb28a4fccb33a8))

## [0.4.1](https://github.com/google/kube-startup-cpu-boost/compare/v0.4.0...v0.4.1) (2024-03-06)


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

Expand All @@ -63,7 +63,7 @@ cat <<EOF > kustomization.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://github.com/google/kube-startup-cpu-boost?ref=v0.4.0
- https://github.com/google/kube-startup-cpu-boost?ref=v0.5.0
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: 0.4.0 #x-release-please-version
newTag: 0.5.0 #x-release-please-version

0 comments on commit 6bd335a

Please sign in to comment.