diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f9719212..1ed43e19 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.24"} \ No newline at end of file +{".":"0.0.25"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b2ebbbfb..df879b16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.0.25](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.0.24...v0.0.25) (2023-12-01) + + +### Features + +* rework cache & add gcs cache option ([#262](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/262)) ([c9f1290](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/c9f1290bde9a25ea2ed7a16e6cc1d1c35b64d928)) + + +### Bug Fixes + +* **deps:** update module github.com/onsi/ginkgo/v2 to v2.13.2 ([#275](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/275)) ([ed3a031](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/ed3a0315b1da79fc7ec7ea466bc1309f54c44592)) + + +### Other + +* **deps:** update docker/build-push-action digest to 4a13e50 ([#267](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/267)) ([7fedf7c](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/7fedf7c967532a415d7631ed7b7399c5dc6dde5a)) +* fix missing integration ([#278](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/278)) ([e8cc010](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/e8cc01042ed669c67ed9f2768fa10a7d4ba99dd6)) + ## [0.0.24](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.0.23...v0.0.24) (2023-11-16) diff --git a/chart/operator/Chart.yaml b/chart/operator/Chart.yaml index 6bed9d17..bbec35ec 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.24 # x-release-please-version +version: 0.0.25 # 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.24" # x-release-please-version +appVersion: "0.0.25" # x-release-please-version diff --git a/chart/operator/README.md b/chart/operator/README.md index 21158ba5..d7f3eca6 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.24"` | +| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.0.25"` | | `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.24"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.25"` | | `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 52093bb5..6edb09bb 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.24 # x-release-please-version + tag: v0.0.25 # x-release-please-version resources: limits: cpu: 500m