Skip to content

Commit ab2e8a7

Browse files
chore(main): release 0.2.24 (#759)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 697220a commit ab2e8a7

File tree

5 files changed

+22
-5
lines changed

5 files changed

+22
-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.23"}
1+
{".":"0.2.24"}

CHANGELOG.md

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

3+
## [0.2.24](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.2.23...v0.2.24) (2025-10-12)
4+
5+
6+
### Bug Fixes
7+
8+
* Consume ready channel to set shared ServerQueryClient for mutation controller ([#763](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/763)) ([59b230e](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/59b230ee99b86db26595f5c747e1471f566c44e8))
9+
* Log correct oldHash value when updating results ([#761](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/761)) ([db6d7cd](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/db6d7cd73dc66b7899f6826697b92cf4f39cc084))
10+
* Pass filters as command-line arguments to k8sgpt serve command ([#762](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/762)) ([697220a](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/697220a7f902bcf29bfcad18edb5934430c0dd32))
11+
12+
13+
### Other
14+
15+
* **deps:** update actions/checkout action to v5 ([#735](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/735)) ([a2e73d2](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/a2e73d2520f125eb5205a8013eb04073cb0bbe9a))
16+
* **deps:** update actions/setup-python action to v6 ([#750](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/750)) ([cd89976](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/cd8997644613aab83a5373f57310ec782abf8b10))
17+
* **deps:** update softprops/action-gh-release digest to aec2ec5 ([#751](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/751)) ([90a5064](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/90a50646b8b6ed5e68e7a9735a36bb44db01075a))
18+
* missing labels ([#758](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/758)) ([0683b98](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/0683b985cdf8095a64054a322407df85cadc11fd))
19+
320
## [0.2.23](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.2.22...v0.2.23) (2025-10-03)
421

522

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.23
17+
version: 0.2.24
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.23"` |
25+
| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.2.24"` |
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.23"` |
35+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.2.24"` |
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.23 # x-release-please-version
55+
tag: v0.2.24 # x-release-please-version
5656
resources:
5757
limits:
5858
cpu: 500m

0 commit comments

Comments
 (0)