Skip to content

Commit ebaad96

Browse files
chore(main): release 0.10.1 (#69)
1 parent 34cd968 commit ebaad96

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.10.0"
2+
".": "0.10.1"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
<!-- markdownlint-disable -->
22
# Changelog
33

4+
## [0.10.1](https://github.com/google/kube-startup-cpu-boost/compare/v0.10.0...v0.10.1) (2024-10-10)
5+
6+
7+
### Bug Fixes
8+
9+
* envtest version with available kubebuilder tools ([d3819e0](https://github.com/google/kube-startup-cpu-boost/commit/d3819e0440f7768b720ec274ff4c654ed6fa4083))
10+
* improved logging when no resources are boosted ([bee8920](https://github.com/google/kube-startup-cpu-boost/commit/bee89206fa95247ef937a1d56019e66d4316db21))
11+
* resource revert paniced when no limits were defined at all ([34cd968](https://github.com/google/kube-startup-cpu-boost/commit/34cd9686658f42978d6a9a46b6720c6ef548a15c))
12+
413
## [0.10.0](https://github.com/google/kube-startup-cpu-boost/compare/v0.9.0...v0.10.0) (2024-08-12)
514

615

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To install the latest release of Kube Startup CPU Boost in your cluster, run the
4949

5050
<!-- x-release-please-start-version -->
5151
```sh
52-
kubectl apply -f https://github.com/google/kube-startup-cpu-boost/releases/download/v0.10.0/manifests.yaml
52+
kubectl apply -f https://github.com/google/kube-startup-cpu-boost/releases/download/v0.10.1/manifests.yaml
5353
```
5454
<!-- x-release-please-end -->
5555

@@ -66,7 +66,7 @@ cat <<EOF > kustomization.yaml
6666
apiVersion: kustomize.config.k8s.io/v1beta1
6767
kind: Kustomization
6868
resources:
69-
- https://github.com/google/kube-startup-cpu-boost?ref=v0.10.0
69+
- https://github.com/google/kube-startup-cpu-boost?ref=v0.10.1
7070
EOF
7171
kubectl kustomize | kubectl apply -f -
7272
```

kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ resources:
1818
- config/default
1919
images:
2020
- name: ghcr.io/google/kube-startup-cpu-boost
21-
newTag: v0.10.0 #x-release-please-version
21+
newTag: v0.10.1 #x-release-please-version

0 commit comments

Comments
 (0)