From 13e8e232713d4ca31989334e850f8e94df77dd47 Mon Sep 17 00:00:00 2001 From: Release Bot <159553671+kube-startup-cpu-boost-bot@users.noreply.github.com> Date: Mon, 12 Aug 2024 13:50:42 +0200 Subject: [PATCH] chore(main): release 0.10.0 (#60) --- .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 76d5538..7d9b009 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.0" + ".": "0.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f0e7055..3cd2a09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [0.10.0](https://github.com/google/kube-startup-cpu-boost/compare/v0.9.0...v0.10.0) (2024-08-12) + + +### Features + +* cpu resource limits removed during boost ([#59](https://github.com/google/kube-startup-cpu-boost/issues/59)) ([d4ffdad](https://github.com/google/kube-startup-cpu-boost/commit/d4ffdad779a83af0b7f5fac3c495fa6e6116f606)) + ## [0.9.0](https://github.com/google/kube-startup-cpu-boost/compare/v0.8.1...v0.9.0) (2024-06-12) diff --git a/README.md b/README.md index a1edcef..3213603 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,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.9.0/manifests.yaml +kubectl apply -f https://github.com/google/kube-startup-cpu-boost/releases/download/v0.10.0/manifests.yaml ``` @@ -66,7 +66,7 @@ cat < kustomization.yaml apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- https://github.com/google/kube-startup-cpu-boost?ref=v0.9.0 +- https://github.com/google/kube-startup-cpu-boost?ref=v0.10.0 EOF kubectl kustomize | kubectl apply -f - ``` diff --git a/kustomization.yaml b/kustomization.yaml index a817fc5..3bfe7de 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.9.0 #x-release-please-version + newTag: v0.10.0 #x-release-please-version