Skip to content

Commit 9b96586

Browse files
chore(main): release 0.6.0 (#42)
1 parent 8678a00 commit 9b96586

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-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.5.0"
2+
".": "0.6.0"
33
}

CHANGELOG.md

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

4+
## [0.6.0](https://github.com/google/kube-startup-cpu-boost/compare/v0.5.0...v0.6.0) (2024-05-21)
5+
6+
7+
### Features
8+
9+
* status and conditions for StartupCPUBoost ([#39](https://github.com/google/kube-startup-cpu-boost/issues/39)) ([8678a00](https://github.com/google/kube-startup-cpu-boost/commit/8678a00d3e8e2fbb3362c6e35be1b419cd0e437d))
10+
* time policy based pod revert done in parallel ([#41](https://github.com/google/kube-startup-cpu-boost/issues/41)) ([e04806a](https://github.com/google/kube-startup-cpu-boost/commit/e04806ae357001a5978c6aad695597c53d0cc0ef))
11+
412
## [0.5.0](https://github.com/google/kube-startup-cpu-boost/compare/v0.4.1...v0.5.0) (2024-03-15)
513

614

README.md

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

4747
<!-- x-release-please-start-version -->
4848
```sh
49-
kubectl apply -f https://github.com/google/kube-startup-cpu-boost/releases/download/v0.5.0/manifests.yaml
49+
kubectl apply -f https://github.com/google/kube-startup-cpu-boost/releases/download/v0.6.0/manifests.yaml
5050
```
5151
<!-- x-release-please-end -->
5252

@@ -63,7 +63,7 @@ cat <<EOF > kustomization.yaml
6363
apiVersion: kustomize.config.k8s.io/v1beta1
6464
kind: Kustomization
6565
resources:
66-
- https://github.com/google/kube-startup-cpu-boost?ref=v0.5.0
66+
- https://github.com/google/kube-startup-cpu-boost?ref=v0.6.0
6767
EOF
6868
kubectl kustomize | kubectl apply -f -
6969
```

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: 0.5.0 #x-release-please-version
21+
newTag: 0.6.0 #x-release-please-version

0 commit comments

Comments
 (0)