Skip to content

Commit 4df62f4

Browse files
chore(main): release 0.2.28
1 parent 92cc206 commit 4df62f4

5 files changed

Lines changed: 23 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.2.27"}
1+
{".":"0.2.28"}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.2.28](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.2.27...v0.2.28) (2026-04-21)
4+
5+
6+
### Features
7+
8+
* add Azure API type and custom headers in k8sgpt-operator ([#811](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/811)) ([92cc206](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/92cc2065bbcf23595b2b66c5b57d219a2ccb7bc9))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update module google.golang.org/grpc to v1.79.3 [security] ([#806](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/806)) ([56c5653](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/56c56531556b6c1b02d58a855fb0dd764ccde50a))
14+
* enforce original deployment identity in auto-remediation to prevent cross-namespace mutation via prompt injection ([e125807](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/e125807f9f4f36141eaae1151465b58359c68f17))
15+
16+
17+
### Other
18+
19+
* **deps:** pin dependencies ([#808](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/808)) ([3012331](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/3012331b702909ab76a63857f55a02a7c669c78d))
20+
321
## [0.2.27](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.2.26...v0.2.27) (2026-03-28)
422

523

chart/operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ annotations:
1414
artifacthub.io/license: Apache-2.0
1515
artifacthub.io/categories: monitoring-logging
1616
type: application
17-
version: 0.2.27
17+
version: 0.2.28
1818
appVersion: 0.2.25
1919
dependencies:
2020
- name: interplex

chart/operator/README.md

Lines changed: 2 additions & 2 deletions
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.2.27"` |
25+
| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.2.28"` |
2626
| `controllerManager.kubeRbacProxy.resources.limits.cpu` | | `"500m"` |
2727
| `controllerManager.kubeRbacProxy.resources.limits.memory` | | `"128Mi"` |
2828
| `controllerManager.kubeRbacProxy.resources.requests.cpu` | | `"5m"` |
@@ -32,7 +32,7 @@ The following table lists the configurable parameters of the K8sgpt-operator cha
3232
| `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
3333
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
3434
| `controllerManager.manager.image.repository` | | `"ghcr.io/k8sgpt-ai/k8sgpt-operator"` |
35-
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.2.27"` |
35+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.2.28"` |
3636
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
3737
| `controllerManager.manager.resources.limits.memory` | | `"128Mi"` |
3838
| `controllerManager.manager.resources.requests.cpu` | | `"10m"` |

chart/operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ controllerManager:
5959
- ALL
6060
image:
6161
repository: ghcr.io/k8sgpt-ai/k8sgpt-operator
62-
tag: v0.2.27 # x-release-please-version
62+
tag: v0.2.28 # x-release-please-version
6363
resources:
6464
limits:
6565
cpu: 500m

0 commit comments

Comments
 (0)