From 52e61f3404a6cf9de39ded5b75c3ecf5f49aa1aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 13:55:54 +0100 Subject: [PATCH] chore(main): release 0.0.21 (#199) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ chart/operator/Chart.yaml | 4 ++-- chart/operator/README.md | 4 ++-- chart/operator/values.yaml | 2 +- 5 files changed, 27 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2fc34b4c..c536cc6b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.20"} \ No newline at end of file +{".":"0.0.21"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f6232a00..75cc1761 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.0.21](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.0.20...v0.0.21) (2023-08-28) + + +### Features + +* remote config rework ([#201](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/201)) ([44e7c6b](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/44e7c6b3e55f086fcf4c5971e75cf81afbbe518f)) + + +### Bug Fixes + +* **deps:** update kubernetes packages ([#196](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/196)) ([8cdbb96](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/8cdbb96b4985c9766dae5c12888e3bc2e2a4c8d7)) +* **deps:** update module github.com/onsi/ginkgo/v2 to v2.12.0 ([#197](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/197)) ([dd78856](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/dd7885605a025683becf528a37ce88434228a9a4)) + + +### Other + +* **deps:** update actions/checkout digest to f43a0e5 ([#198](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/198)) ([d06091c](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/d06091c0ec063731c099c5f9b03f363047f7c57a)) +* **deps:** update actions/setup-go digest to 93397be ([#194](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/194)) ([d01b5a9](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/d01b5a965aad6b53b21fda6fb445e1a874deffd5)) +* **deps:** update docker/setup-buildx-action digest to 885d146 ([#200](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/200)) ([def4871](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/def48718b34eb140759cd7cf0face7cbd1154a45)) +* updated schema for integrations support ([#202](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/202)) ([53af89d](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/53af89d125afc6b121241658ddc892abd5c0dcfd)) + ## [0.0.20](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.0.19...v0.0.20) (2023-08-01) diff --git a/chart/operator/Chart.yaml b/chart/operator/Chart.yaml index d6bd16ca..f8cd695b 100644 --- a/chart/operator/Chart.yaml +++ b/chart/operator/Chart.yaml @@ -26,9 +26,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.20 # x-release-please-version +version: 0.0.21 # x-release-please-version # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.0.20" # x-release-please-version +appVersion: "0.0.21" # x-release-please-version diff --git a/chart/operator/README.md b/chart/operator/README.md index d3cbd47e..5e365650 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.0.20"` | +| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.0.21"` | | `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.0.20"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.21"` | | `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 48766711..509f3ed4 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.0.20 # x-release-please-version + tag: v0.0.21 # x-release-please-version resources: limits: cpu: 500m