Skip to content

Commit 52673f3

Browse files
chore(main): release 0.2.17 (#680)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ad791b4 commit 52673f3

File tree

5 files changed

+19
-5
lines changed

5 files changed

+19
-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.16"}
1+
{".":"0.2.17"}

CHANGELOG.md

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

3+
## [0.2.17](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.2.16...v0.2.17) (2025-05-01)
4+
5+
6+
### Features
7+
8+
* add result object namespace to the k8sgpt_number_of_results and k8sgpt_number_of_results_by_type metrics ([#681](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/681)) ([ad791b4](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/ad791b437dbf986f16a1b872b661163532583773))
9+
* adding optional annotations to the controller manager ([#682](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/682)) ([0220b5f](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/0220b5f946d892dc2772abed092951236d392689))
10+
* enable result logging in a helm chart ([#676](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/676)) ([9b30529](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/9b30529a7a4d9afcc23d6e46bdf5a94fdfb6764b))
11+
12+
13+
### Other
14+
15+
* **deps:** update actions/setup-python digest to a26af69 ([#674](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/674)) ([3f41af7](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/3f41af7d1b02a5f4d6b64f1f1822d880473dfcdc))
16+
317
## [0.2.16](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.2.15...v0.2.16) (2025-04-30)
418

519

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

0 commit comments

Comments
 (0)