Skip to content

Commit

Permalink
chore(main): release 0.9.0 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
kube-startup-cpu-boost-bot committed Jun 12, 2024
1 parent ad27fa9 commit 72d238f
Show file tree
Hide file tree
Showing 4 changed files with 16 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.8.1"
".": "0.9.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
<!-- markdownlint-disable -->
# Changelog

## [0.9.0](https://github.com/google/kube-startup-cpu-boost/compare/v0.8.1...v0.9.0) (2024-06-12)


### Features

* option to disable (def) HTTP2 for servers ([#53](https://github.com/google/kube-startup-cpu-boost/issues/53)) ([ad27fa9](https://github.com/google/kube-startup-cpu-boost/commit/ad27fa9ea855c9b17657bf4ab373285337995430))


### Bug Fixes

* adjusted log levels, logger names ans msgs ([#51](https://github.com/google/kube-startup-cpu-boost/issues/51)) ([f0ed258](https://github.com/google/kube-startup-cpu-boost/commit/f0ed258c06e22a1a5ece1a123b3afb117424e936))

## [0.8.1](https://github.com/google/kube-startup-cpu-boost/compare/v0.8.0...v0.8.1) (2024-06-11)


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.8.1/manifests.yaml
kubectl apply -f https://github.com/google/kube-startup-cpu-boost/releases/download/v0.9.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.8.1
- https://github.com/google/kube-startup-cpu-boost?ref=v0.9.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: v0.8.1 #x-release-please-version
newTag: v0.9.0 #x-release-please-version

0 comments on commit 72d238f

Please sign in to comment.