Skip to content

Commit 4ece136

Browse files
chore(main): release 0.11.3 (google#85)
1 parent 3f92d37 commit 4ece136

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-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.11.2"
2+
".": "0.11.3"
33
}

CHANGELOG.md

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

4+
## [0.11.3](https://github.com/google/kube-startup-cpu-boost/compare/v0.11.2...v0.11.3) (2024-12-20)
5+
6+
7+
### Bug Fixes
8+
9+
* deps upgrade for vulnerability in golang.org/x/net/html ([#84](https://github.com/google/kube-startup-cpu-boost/issues/84)) ([3f92d37](https://github.com/google/kube-startup-cpu-boost/commit/3f92d371dda79459a0827e29796bfa3c72aa0c18))
10+
411
## [0.11.2](https://github.com/google/kube-startup-cpu-boost/compare/v0.11.1...v0.11.2) (2024-12-13)
512

613

README.md

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

5151
<!-- x-release-please-start-version -->
5252
```sh
53-
kubectl apply -f https://github.com/google/kube-startup-cpu-boost/releases/download/v0.11.2/manifests.yaml
53+
kubectl apply -f https://github.com/google/kube-startup-cpu-boost/releases/download/v0.11.3/manifests.yaml
5454
```
5555
<!-- x-release-please-end -->
5656

@@ -67,7 +67,7 @@ cat <<EOF > kustomization.yaml
6767
apiVersion: kustomize.config.k8s.io/v1beta1
6868
kind: Kustomization
6969
resources:
70-
- https://github.com/google/kube-startup-cpu-boost?ref=v0.11.2
70+
- https://github.com/google/kube-startup-cpu-boost?ref=v0.11.3
7171
EOF
7272
kubectl kustomize | kubectl apply -f -
7373
```

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.11.2 #x-release-please-version
21+
newTag: v0.11.3 #x-release-please-version

0 commit comments

Comments
 (0)