File tree Expand file tree Collapse file tree 5 files changed +17
-5
lines changed Expand file tree Collapse file tree 5 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 1
- {"." :" 0.2.15 " }
1
+ {"." :" 0.2.16 " }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.2.16] ( https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.2.15...v0.2.16 ) (2025-04-25)
4
+
5
+
6
+ ### Features
7
+
8
+ * adding new analyzer permissions ([ #672 ] ( https://github.com/k8sgpt-ai/k8sgpt-operator/issues/672 ) ) ([ a0ce777] ( https://github.com/k8sgpt-ai/k8sgpt-operator/commit/a0ce7778cc4bb01a6e5168eebe3827c91d0f6e59 ) )
9
+
10
+
11
+ ### Other
12
+
13
+ * ** deps:** update docker/build-push-action digest to 14487ce ([ #675 ] ( https://github.com/k8sgpt-ai/k8sgpt-operator/issues/675 ) ) ([ 33be4f5] ( https://github.com/k8sgpt-ai/k8sgpt-operator/commit/33be4f5c19e394d5a8bd321fcf8c20a111775d51 ) )
14
+
3
15
## [ 0.2.15] ( https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.2.14...v0.2.15 ) (2025-04-23)
4
16
5
17
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ annotations:
14
14
artifacthub.io/license : Apache-2.0
15
15
artifacthub.io/categories : monitoring-logging
16
16
type : application
17
- version : 0.2.15
17
+ version : 0.2.16
18
18
appVersion : 0.0.26
19
19
dependencies :
20
20
- 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
22
22
| ` controllerManager.kubeRbacProxy.containerSecurityContext.allowPrivilegeEscalation ` | | ` false ` |
23
23
| ` controllerManager.kubeRbacProxy.containerSecurityContext.capabilities.drop ` | | ` ["ALL"] ` |
24
24
| ` controllerManager.kubeRbacProxy.image.repository ` | | ` "gcr.io/kubebuilder/kube-rbac-proxy" ` |
25
- | ` controllerManager.kubeRbacProxy.image.tag ` | | ` "v0.2.15 " ` |
25
+ | ` controllerManager.kubeRbacProxy.image.tag ` | | ` "v0.2.16 " ` |
26
26
| ` controllerManager.kubeRbacProxy.resources.limits.cpu ` | | ` "500m" ` |
27
27
| ` controllerManager.kubeRbacProxy.resources.limits.memory ` | | ` "128Mi" ` |
28
28
| ` controllerManager.kubeRbacProxy.resources.requests.cpu ` | | ` "5m" ` |
@@ -31,7 +31,7 @@ The following table lists the configurable parameters of the K8sgpt-operator cha
31
31
| ` controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation ` | | ` false ` |
32
32
| ` controllerManager.manager.containerSecurityContext.capabilities.drop ` | | ` ["ALL"] ` |
33
33
| ` controllerManager.manager.image.repository ` | | ` "ghcr.io/k8sgpt-ai/k8sgpt-operator" ` |
34
- | ` controllerManager.manager.image.tag ` | x-release-please-version | ` "v0.2.15 " ` |
34
+ | ` controllerManager.manager.image.tag ` | x-release-please-version | ` "v0.2.16 " ` |
35
35
| ` controllerManager.manager.resources.limits.cpu ` | | ` "500m" ` |
36
36
| ` controllerManager.manager.resources.limits.memory ` | | ` "128Mi" ` |
37
37
| ` controllerManager.manager.resources.requests.cpu ` | | ` "10m" ` |
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ controllerManager:
49
49
- ALL
50
50
image :
51
51
repository : ghcr.io/k8sgpt-ai/k8sgpt-operator
52
- tag : v0.2.15 # x-release-please-version
52
+ tag : v0.2.16 # x-release-please-version
53
53
resources :
54
54
limits :
55
55
cpu : 500m
You can’t perform that action at this time.
0 commit comments