From c23870830e6a21891a263bc15c2eb2852db0a7e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 09:45:46 +0100 Subject: [PATCH] chore(main): release 0.1.5 (#441) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ chart/operator/Chart.yaml | 2 +- chart/operator/README.md | 4 ++-- chart/operator/values.yaml | 2 +- 5 files changed, 21 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e16b7397..896376d0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.4"} \ No newline at end of file +{".":"0.1.5"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b2a8ea25..33446c5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.1.5](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.1.4...v0.1.5) (2024-05-22) + + +### Bug Fixes + +* **deps:** update module buf.build/gen/go/k8sgpt-ai/k8sgpt/grpc/go to v1.3.0-20240406062209-1cc152efbf5c.3 ([#431](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/431)) ([1071f80](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/1071f80396ddda619b31fdac4507b92dd0881c8c)) +* **deps:** update module github.com/prometheus/client_golang to v1.19.1 ([#442](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/442)) ([3d895b0](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/3d895b04a6ab89062015ef521f6715c7d8c56c64)) +* **deps:** update module google.golang.org/grpc to v1.64.0 ([#445](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/445)) ([f73dc92](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/f73dc926bd8f7a7aa027c023f685d2ea2e87e0d3)) +* rollback namespace bug ([#449](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/449)) ([74fd8b6](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/74fd8b6e2552b2d7c1135450f361fb64be10334c)) + + +### Other + +* **deps:** update actions/checkout digest to 44c2b7a ([#440](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/440)) ([98d8fbf](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/98d8fbfd47de54626c0410f45be4f425e045f90f)) +* **deps:** update google-github-actions/release-please-action digest to e4dc86b ([#444](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/444)) ([f6b7ba5](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/f6b7ba5c4e063c319a7e3ce7444d366fe29f544f)) + ## [0.1.4](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.1.3...v0.1.4) (2024-05-07) diff --git a/chart/operator/Chart.yaml b/chart/operator/Chart.yaml index 675aff2b..5e432a1f 100644 --- a/chart/operator/Chart.yaml +++ b/chart/operator/Chart.yaml @@ -14,5 +14,5 @@ annotations: artifacthub.io/license: Apache-2.0 artifacthub.io/categories: monitoring-logging type: application -version: 0.1.4 +version: 0.1.5 appVersion: 0.0.26 diff --git a/chart/operator/README.md b/chart/operator/README.md index a350c29a..d7906be8 100644 --- a/chart/operator/README.md +++ b/chart/operator/README.md @@ -22,7 +22,7 @@ The following table lists the configurable parameters of the K8sgpt-operator cha | `controllerManager.kubeRbacProxy.containerSecurityContext.allowPrivilegeEscalation` | | `false` | | `controllerManager.kubeRbacProxy.containerSecurityContext.capabilities.drop` | | `["ALL"]` | | `controllerManager.kubeRbacProxy.image.repository` | | `"gcr.io/kubebuilder/kube-rbac-proxy"` | -| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.1.4"` | +| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.1.5"` | | `controllerManager.kubeRbacProxy.resources.limits.cpu` | | `"500m"` | | `controllerManager.kubeRbacProxy.resources.limits.memory` | | `"128Mi"` | | `controllerManager.kubeRbacProxy.resources.requests.cpu` | | `"5m"` | @@ -31,7 +31,7 @@ The following table lists the configurable parameters of the K8sgpt-operator cha | `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` | | `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` | | `controllerManager.manager.image.repository` | | `"ghcr.io/k8sgpt-ai/k8sgpt-operator"` | -| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.4"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.5"` | | `controllerManager.manager.resources.limits.cpu` | | `"500m"` | | `controllerManager.manager.resources.limits.memory` | | `"128Mi"` | | `controllerManager.manager.resources.requests.cpu` | | `"10m"` | diff --git a/chart/operator/values.yaml b/chart/operator/values.yaml index cd6b5a03..07d032c8 100644 --- a/chart/operator/values.yaml +++ b/chart/operator/values.yaml @@ -45,7 +45,7 @@ controllerManager: - ALL image: repository: ghcr.io/k8sgpt-ai/k8sgpt-operator - tag: v0.1.4 # x-release-please-version + tag: v0.1.5 # x-release-please-version resources: limits: cpu: 500m