Skip to content

Commit d0edb34

Browse files
chore(main): release 0.2.0 (#496)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f60b654 commit d0edb34

File tree

5 files changed

+40
-5
lines changed

5 files changed

+40
-5
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.1.7"}
1+
{".":"0.2.0"}

CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.1.7...v0.2.0) (2024-09-23)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* updating/buf dependencies ([#513](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/513))
9+
10+
### Features
11+
12+
* 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))
13+
* 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))
14+
* supporting new schema refactor ([#494](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/494)) ([6c01390](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/6c01390c5e3a0e61d487357ba0e408b6da45178c))
15+
* updating/buf dependencies ([#513](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/513)) ([f60b654](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/f60b6543cef905ba9343be6a6719e1c19c28989f))
16+
17+
18+
### Bug Fixes
19+
20+
* **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))
21+
* **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))
22+
* **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))
23+
* **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))
24+
* **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))
25+
* **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))
26+
27+
28+
### Other
29+
30+
* buf dependencies ([#512](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/512)) ([a2a67e1](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/a2a67e1cde9e663f992cba845f1fae9b91843c88))
31+
* **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))
32+
* **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))
33+
* **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))
34+
* **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))
35+
* **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))
36+
* 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))
37+
338
## [0.1.7](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.1.6...v0.1.7) (2024-08-05)
439

540

chart/operator/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ annotations:
1414
artifacthub.io/license: Apache-2.0
1515
artifacthub.io/categories: monitoring-logging
1616
type: application
17-
version: 0.1.7
17+
version: 0.2.0
1818
appVersion: 0.0.26

chart/operator/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The following table lists the configurable parameters of the K8sgpt-operator cha
2222
| `controllerManager.kubeRbacProxy.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
2323
| `controllerManager.kubeRbacProxy.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
2424
| `controllerManager.kubeRbacProxy.image.repository` | | `"gcr.io/kubebuilder/kube-rbac-proxy"` |
25-
| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.1.7"` |
25+
| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.2.0"` |
2626
| `controllerManager.kubeRbacProxy.resources.limits.cpu` | | `"500m"` |
2727
| `controllerManager.kubeRbacProxy.resources.limits.memory` | | `"128Mi"` |
2828
| `controllerManager.kubeRbacProxy.resources.requests.cpu` | | `"5m"` |
@@ -31,7 +31,7 @@ The following table lists the configurable parameters of the K8sgpt-operator cha
3131
| `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
3232
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
3333
| `controllerManager.manager.image.repository` | | `"ghcr.io/k8sgpt-ai/k8sgpt-operator"` |
34-
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.7"` |
34+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.2.0"` |
3535
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
3636
| `controllerManager.manager.resources.limits.memory` | | `"128Mi"` |
3737
| `controllerManager.manager.resources.requests.cpu` | | `"10m"` |

chart/operator/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ controllerManager:
5050
- ALL
5151
image:
5252
repository: ghcr.io/k8sgpt-ai/k8sgpt-operator
53-
tag: v0.1.7 # x-release-please-version
53+
tag: v0.2.0 # x-release-please-version
5454
resources:
5555
limits:
5656
cpu: 500m

0 commit comments

Comments
 (0)