Skip to content

Commit

Permalink
chore(main): release 0.8.1 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
kube-startup-cpu-boost-bot authored Jun 11, 2024
1 parent f36dcea commit 14e618f
Show file tree
Hide file tree
Showing 4 changed files with 11 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.0"
".": "0.8.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<!-- markdownlint-disable -->
# Changelog

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


### Bug Fixes

* metrics endpoint not accesible from remote hosts ([#49](https://github.com/google/kube-startup-cpu-boost/issues/49)) ([f36dcea](https://github.com/google/kube-startup-cpu-boost/commit/f36dcea22111ec1b0e821741d4ed087468587a8d))

## [0.8.0](https://github.com/google/kube-startup-cpu-boost/compare/v0.7.1...v0.8.0) (2024-06-07)


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

0 comments on commit 14e618f

Please sign in to comment.