diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 173e533c..77ae2b08 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.7"} \ No newline at end of file +{".":"0.2.0"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 44487820..720b9e3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,40 @@ # Changelog +## [0.2.0](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.1.7...v0.2.0) (2024-09-23) + + +### ⚠ BREAKING CHANGES + +* updating/buf dependencies ([#513](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/513)) + +### Features + +* add proxysettings for azureopenai and openai ([#415](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/415)) ([7e7769c](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/7e7769c4cc7ecdcbd74c5f2f58b6b85fe00b04b0)) +* rework controllers logic & add some simple tests ([#498](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/498)) ([460e6ff](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/460e6ff9422e2d46b3dc5c0e1be51af4c517cf2f)) +* supporting new schema refactor ([#494](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/494)) ([6c01390](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/6c01390c5e3a0e61d487357ba0e408b6da45178c)) +* updating/buf dependencies ([#513](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/513)) ([f60b654](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/f60b6543cef905ba9343be6a6719e1c19c28989f)) + + +### Bug Fixes + +* **deps:** update k8s.io/utils digest to 702e33f ([#501](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/501)) ([499b71f](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/499b71f5f6b4d4a42b67919407eada35e9d8f850)) +* **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.2 ([#493](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/493)) ([bd47980](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/bd47980d1f9c5953aeb67f736a9ead21a33c01cb)) +* **deps:** update module github.com/onsi/gomega to v1.34.2 ([#483](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/483)) ([5367ef5](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/5367ef5a3354cc3a570ff1652385e70af797237f)) +* **deps:** update module github.com/prometheus/client_golang to v1.20.2 ([#500](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/500)) ([87754bc](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/87754bc6a7b9664f5c97370c1e85a60e90472c3d)) +* **deps:** update module github.com/prometheus/client_golang to v1.20.3 ([#508](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/508)) ([438c1ee](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/438c1eeaaa4792f65d815fdc3ff186f16fc14766)) +* **deps:** update module gopkg.in/yaml.v2 to v3 ([#506](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/506)) ([8cd2450](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/8cd2450a4f251cc7f8f5b431fba6c2b79f0e70d2)) + + +### Other + +* buf dependencies ([#512](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/512)) ([a2a67e1](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/a2a67e1cde9e663f992cba845f1fae9b91843c88)) +* **deps:** update actions/checkout digest to 692973e ([#457](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/457)) ([e71cd1c](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/e71cd1ce8146505b5daad6d7e0c6aec73920d618)) +* **deps:** update actions/setup-go digest to 0a12ed9 ([#467](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/467)) ([57c6fa3](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/57c6fa376532508015df80dcb52b2056f831ef1b)) +* **deps:** update actions/setup-python digest to f677139 ([#504](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/504)) ([ca4828b](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/ca4828b291a42a1b5c8ee1e5d490d5b129a9d385)) +* **deps:** update actions/upload-artifact digest to 5076954 ([#490](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/490)) ([8cacbaf](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/8cacbafa7b049d90f30ed8694ba179d79d2de4c2)) +* **deps:** update golang docker tag to v1.23 ([#499](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/499)) ([c33575d](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/c33575d98042174597b73ef648705caf3d76d201)) +* this allows local mode development without deploying out a dummy deployment, instead using k8sgpt locally ([#495](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/495)) ([2e1e599](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/2e1e5990181610e3e0b8ac6e99dbb8c4baff9147)) + ## [0.1.7](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.1.6...v0.1.7) (2024-08-05) diff --git a/chart/operator/Chart.yaml b/chart/operator/Chart.yaml index c3b28949..6931ccd1 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.7 +version: 0.2.0 appVersion: 0.0.26 diff --git a/chart/operator/README.md b/chart/operator/README.md index 24aff52d..d0770efd 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.7"` | +| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.2.0"` | | `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.7"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.2.0"` | | `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 50b18b1a..fa45b124 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.7 # x-release-please-version + tag: v0.2.0 # x-release-please-version resources: limits: cpu: 500m