Skip to content

Commit 8ecdb96

Browse files
chore(main): release 0.2.16
1 parent 33be4f5 commit 8ecdb96

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

.release-please-manifest.json

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

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.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+
315
## [0.2.15](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.2.14...v0.2.15) (2025-04-23)
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.15
17+
version: 0.2.16
1818
appVersion: 0.0.26
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.15"` |
25+
| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.2.16"` |
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.2.15"` |
34+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.2.16"` |
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ controllerManager:
4949
- ALL
5050
image:
5151
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
5353
resources:
5454
limits:
5555
cpu: 500m

0 commit comments

Comments
 (0)