From c4562f56172a4a49c8cf97c3e58daaeccadc1c5a Mon Sep 17 00:00:00 2001 From: Release Bot <159553671+kube-startup-cpu-boost-bot@users.noreply.github.com> Date: Tue, 15 Oct 2024 13:41:18 +0200 Subject: [PATCH] chore(main): release 0.11.0 (#73) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- kustomization.yaml | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 30b6d45..78e7f27 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.1" + ".": "0.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 06a6afd..24553d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [0.11.0](https://github.com/google/kube-startup-cpu-boost/compare/v0.10.1...v0.11.0) (2024-10-15) + + +### Features + +* validation of required feature gate at start ([#72](https://github.com/google/kube-startup-cpu-boost/issues/72)) ([4b53f87](https://github.com/google/kube-startup-cpu-boost/commit/4b53f878b73d308ef2e39dce39f76e96d67b23a3)) + ## [0.10.1](https://github.com/google/kube-startup-cpu-boost/compare/v0.10.0...v0.10.1) (2024-10-10) diff --git a/README.md b/README.md index 424ee30..f8202bf 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ To install the latest release of Kube Startup CPU Boost in your cluster, run the ```sh -kubectl apply -f https://github.com/google/kube-startup-cpu-boost/releases/download/v0.10.1/manifests.yaml +kubectl apply -f https://github.com/google/kube-startup-cpu-boost/releases/download/v0.11.0/manifests.yaml ``` @@ -67,7 +67,7 @@ cat < kustomization.yaml apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- https://github.com/google/kube-startup-cpu-boost?ref=v0.10.1 +- https://github.com/google/kube-startup-cpu-boost?ref=v0.11.0 EOF kubectl kustomize | kubectl apply -f - ``` diff --git a/kustomization.yaml b/kustomization.yaml index cc4e713..d1f260a 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -18,4 +18,4 @@ resources: - config/default images: - name: ghcr.io/google/kube-startup-cpu-boost - newTag: v0.10.1 #x-release-please-version + newTag: v0.11.0 #x-release-please-version