File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- {"." :" 0.2.26 " }
1+ {"." :" 0.2.27 " }
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ annotations:
1414 artifacthub.io/license : Apache-2.0
1515 artifacthub.io/categories : monitoring-logging
1616type : application
17- version : 0.2.26
17+ version : 0.2.27
1818appVersion : 0.2.25
1919dependencies :
2020 - name : interplex
Original file line number Diff line number Diff 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" ` |
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments