Skip to content

Commit

Permalink
chore(main): release 0.11.1 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
kube-startup-cpu-boost-bot authored Dec 13, 2024
1 parent 08fb82f commit eebb353
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.11.0"
".": "0.11.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.11.1](https://github.com/google/kube-startup-cpu-boost/compare/v0.11.0...v0.11.1) (2024-12-13)


### Bug Fixes

* upgraded direct and transitive dependencies and go ([#80](https://github.com/google/kube-startup-cpu-boost/issues/80)) ([08fb82f](https://github.com/google/kube-startup-cpu-boost/commit/08fb82f3bb03e9db4ff65438f5610a3dc8ab5969))

## [0.11.0](https://github.com/google/kube-startup-cpu-boost/compare/v0.10.1...v0.11.0) (2024-10-15)


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

0 comments on commit eebb353

Please sign in to comment.