Skip to content

Commit 6df72af

Browse files
chore(main): release 0.2.27 (#807)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d06da73 commit 6df72af

5 files changed

Lines changed: 17 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.26"}
1+
{".":"0.2.27"}

CHANGELOG.md

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

3+
## [0.2.27](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.2.26...v0.2.27) (2026-03-28)
4+
5+
6+
### Features
7+
8+
* default dynamicRBAC to true (opt-out instead of opt-in) ([#803](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/803)) ([8a1ecdd](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/8a1ecddcf5845b4a15896d12e3af44cd62d3084f))
9+
10+
11+
### Other
12+
13+
* **deps:** update docker/build-push-action digest to 10e90e3 ([#797](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/797)) ([d06da73](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/d06da7366d843911f944b49ae9e5902c83cdcfc9))
14+
315
## [0.2.26](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.2.25...v0.2.26) (2026-03-20)
416

517

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.26
17+
version: 0.2.27
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.26"` |
25+
| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.2.27"` |
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.26"` |
35+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.2.27"` |
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.26 # x-release-please-version
62+
tag: v0.2.27 # x-release-please-version
6363
resources:
6464
limits:
6565
cpu: 500m

0 commit comments

Comments
 (0)