From f9353e534c4e3f15e6cc179ca909bcd9f2ae737e 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:10:00 +0000 Subject: [PATCH] chore(main): release 0.1.7 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ chart/operator/Chart.yaml | 2 +- chart/operator/README.md | 4 ++-- chart/operator/values.yaml | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e1d78c71..173e533c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.6"} \ No newline at end of file +{".":"0.1.7"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a8177a4..e11285bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.7](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.1.6...v0.1.7) (2024-06-06) + + +### Other + +* **deps:** update anchore/sbom-action action to v0.16.0 ([#448](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/448)) ([82d497f](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/82d497fadf45e55343cf5e96e1af7030a393abf7)) + ## [0.1.6](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.1.5...v0.1.6) (2024-06-06) diff --git a/chart/operator/Chart.yaml b/chart/operator/Chart.yaml index 2eb5c11b..c3b28949 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.6 +version: 0.1.7 appVersion: 0.0.26 diff --git a/chart/operator/README.md b/chart/operator/README.md index 3e0bddbf..24aff52d 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.6"` | +| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.1.7"` | | `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.6"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.7"` | | `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 de2d9ac2..948bd7af 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.6 # x-release-please-version + tag: v0.1.7 # x-release-please-version resources: limits: cpu: 500m