From e02f4cb21ee9c404b854b77d2670f460aed61080 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:27:27 +0000 Subject: [PATCH] chore(main): release 0.2.4 (#567) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ chart/operator/Chart.yaml | 6 +++--- chart/operator/README.md | 4 ++-- chart/operator/values.yaml | 2 +- 5 files changed, 20 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b823057a..5b839e33 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.2.3"} \ No newline at end of file +{".":"0.2.4"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cad547f..c4c3d3a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.4](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.2.3...v0.2.4) (2024-12-09) + + +### Features + +* deploy interplex ([#570](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/570)) ([9343781](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/9343781b6acd0930f9dd80a5ea5748cf2d43a1a3)) + + +### Bug Fixes + +* **deps:** update module github.com/stretchr/testify to v1.10.0 ([#564](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/564)) ([8801fd1](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/8801fd1d6e95b8fcabc67a80aa2920871c520384)) +* **deps:** update module google.golang.org/grpc to v1.68.1 ([#568](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/568)) ([1d0420a](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/1d0420a34eb902dae9cd9b5b9fd84f5a83b4da1b)) + ## [0.2.3](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.2.2...v0.2.3) (2024-12-05) diff --git a/chart/operator/Chart.yaml b/chart/operator/Chart.yaml index e935def6..84380472 100644 --- a/chart/operator/Chart.yaml +++ b/chart/operator/Chart.yaml @@ -14,10 +14,10 @@ annotations: artifacthub.io/license: Apache-2.0 artifacthub.io/categories: monitoring-logging type: application -version: 0.2.3 +version: 0.2.4 appVersion: 0.0.26 dependencies: - name: interplex - version: "0.0.11" - repository: "https://charts.k8sgpt.ai/" + version: 0.0.11 + repository: https://charts.k8sgpt.ai/ condition: interplex.enabled diff --git a/chart/operator/README.md b/chart/operator/README.md index 2a461960..8710fbba 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.2.3"` | +| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.2.4"` | | `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.2.3"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.2.4"` | | `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 ea6b6181..e083ff67 100644 --- a/chart/operator/values.yaml +++ b/chart/operator/values.yaml @@ -54,7 +54,7 @@ controllerManager: - ALL image: repository: ghcr.io/k8sgpt-ai/k8sgpt-operator - tag: v0.2.3 # x-release-please-version + tag: v0.2.4 # x-release-please-version resources: limits: cpu: 500m