Skip to content

Commit 2358499

Browse files
chore(main): release 0.2.25 (#779)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 249dd7f commit 2358499

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.24"}
1+
{".":"0.2.25"}

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.25](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.2.24...v0.2.25) (2026-01-09)
4+
5+
6+
### Features
7+
8+
* Add support for custom pod labels, annotations, and security contexts ([#777](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/777)) ([249dd7f](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/249dd7f4fb59b4799a76064023b28a524edcf8eb)), closes [#776](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/776)
9+
10+
11+
### Docs
12+
13+
* add documentation for filters and optional analyzers ([#775](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/775)) ([b58dc1e](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/b58dc1e6111ce79efe014c71f0c52a82cf9c27d8)), closes [#685](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/685)
14+
315
## [0.2.24](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.2.23...v0.2.24) (2025-10-12)
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.24
17+
version: 0.2.25
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.24"` |
25+
| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.2.25"` |
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.24"` |
35+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.2.25"` |
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
@@ -52,7 +52,7 @@ controllerManager:
5252
- ALL
5353
image:
5454
repository: ghcr.io/k8sgpt-ai/k8sgpt-operator
55-
tag: v0.2.24 # x-release-please-version
55+
tag: v0.2.25 # x-release-please-version
5656
resources:
5757
limits:
5858
cpu: 500m

0 commit comments

Comments
 (0)