From 0b90aa48a4dc04abebbb574c195469f75b29479d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 08:52:25 +0000 Subject: [PATCH] chore(main): release 0.1.2 --- .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 e283473b..652c1dc6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.1"} \ No newline at end of file +{".":"0.1.2"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 34bd4656..81c4f3f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.1.2](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.1.1...v0.1.2) (2024-03-20) + + +### Bug Fixes + +* **deps:** update kubernetes packages to v0.29.3 ([#383](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/383)) ([18702e8](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/18702e8df077d1144f4d8e52ece83d89432a02fc)) +* **deps:** update module github.com/onsi/gomega to v1.32.0 ([#385](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/385)) ([8b0a4bb](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/8b0a4bb14c57251920e6777fd372d5da23030952)) + + +### Other + +* **deps:** update docker/build-push-action digest to 2cdde99 ([#381](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/381)) ([90dd29d](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/90dd29dcf840b0fec438e1d57ea231efd2fceba0)) +* **deps:** update docker/login-action digest to e92390c ([#377](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/377)) ([9e798f0](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/9e798f0611dacec288d914c6519ca660e58040f0)) +* **deps:** update docker/setup-buildx-action digest to 2b51285 ([#380](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/380)) ([8a2608b](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/8a2608b045a4427940cb17ae90c77833679a3fae)) +* **deps:** update softprops/action-gh-release digest to 9d7c94c ([#376](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/376)) ([14cffb0](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/14cffb06ebaa636b7fda792e5dc3510ed6888529)) + ## [0.1.1](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.1.0...v0.1.1) (2024-03-14) diff --git a/chart/operator/Chart.yaml b/chart/operator/Chart.yaml index 420036f8..d7bf4196 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.1 +version: 0.1.2 appVersion: 0.0.26 diff --git a/chart/operator/README.md b/chart/operator/README.md index 5cbd34ec..2823a6c7 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.1"` | +| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.1.2"` | | `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.1"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.2"` | | `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 902c372c..4108af8b 100644 --- a/chart/operator/values.yaml +++ b/chart/operator/values.yaml @@ -39,7 +39,7 @@ controllerManager: - ALL image: repository: ghcr.io/k8sgpt-ai/k8sgpt-operator - tag: v0.1.1 # x-release-please-version + tag: v0.1.2 # x-release-please-version resources: limits: cpu: 500m