From 171d6ae740b16c09f375304a5c60e30c01828f61 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 08:23:49 +0000 Subject: [PATCH] chore(main): release 0.1.7 --- .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 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..a03e3ce0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.1.7](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.1.6...v0.1.7) (2024-06-28) + + +### Features + +* support IRSA and Pod Identities for Amazon Bedrock ([#454](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/454)) ([c3573e8](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/c3573e8313457f6b5280514c06d7b62a79440c62)) + + +### Bug Fixes + +* **deps:** update module buf.build/gen/go/k8sgpt-ai/k8sgpt/protocolbuffers/go to v1.34.2-20240406062209-1cc152efbf5c.2 ([#456](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/456)) ([5d1593a](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/5d1593a54da5a8e80f46fc5d5bb455b90d116766)) + + +### 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)) +* **deps:** update docker/build-push-action action to v6 ([#458](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/458)) ([5700a8e](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/5700a8e1766b78a05b27d461f6d96f2c53434a21)) +* **deps:** update docker/build-push-action digest to 1556069 ([#455](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/455)) ([bff8d4f](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/bff8d4f97239667375180471d21f777552e8d750)) + ## [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 e7e2b913..50b18b1a 100644 --- a/chart/operator/values.yaml +++ b/chart/operator/values.yaml @@ -50,7 +50,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