From acd6b730aac10dca01d28c6ab5b8b7b68476a7ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 17:20:36 +0100 Subject: [PATCH] chore(main): release 0.1.6 (#452) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ chart/operator/Chart.yaml | 2 +- chart/operator/README.md | 4 ++-- chart/operator/values.yaml | 2 +- 5 files changed, 24 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 896376d0..e1d78c71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.5"} \ No newline at end of file +{".":"0.1.6"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 33446c5a..7a8177a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.1.6](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.1.5...v0.1.6) (2024-06-06) + + +### Features + +* add new RBAC configuration for k8sgpt ([#434](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/434)) ([2d5954c](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/2d5954c4e622a01bf0215ca1cdcb3a5d4a5c3ecb)) + + +### Bug Fixes + +* **deps:** update module buf.build/gen/go/k8sgpt-ai/k8sgpt/grpc/go to v1.4.0-20240406062209-1cc152efbf5c.1 ([#451](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/451)) ([389bc71](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/389bc713726702041deeb8dff59337127b361ffb)) +* **deps:** update module github.com/onsi/ginkgo/v2 to v2.19.0 ([#428](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/428)) ([0472732](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/04727326c4d95b715ef2cfe8ef8b64da52cb47a0)) + + +### Other + +* **deps:** update actions/checkout digest to a5ac7e5 ([#443](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/443)) ([9f6edab](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/9f6edab8038ccec65f5812d71abf6999537305ce)) +* **deps:** update docker/login-action digest to 0d4c9c5 ([#450](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/450)) ([144485e](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/144485e6eaa10aa5bf63d33ec4b4d831ff766401)) + ## [0.1.5](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.1.4...v0.1.5) (2024-05-22) diff --git a/chart/operator/Chart.yaml b/chart/operator/Chart.yaml index 5e432a1f..2eb5c11b 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.5 +version: 0.1.6 appVersion: 0.0.26 diff --git a/chart/operator/README.md b/chart/operator/README.md index d7906be8..3e0bddbf 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.5"` | +| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.1.6"` | | `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.5"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.6"` | | `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 07d032c8..de2d9ac2 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.5 # x-release-please-version + tag: v0.1.6 # x-release-please-version resources: limits: cpu: 500m