Skip to content

Commit 6414dde

Browse files
chore(main): release 0.2.18 (#686)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bc98cab commit 6414dde

File tree

5 files changed

+25
-5
lines changed

5 files changed

+25
-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.17"}
1+
{".":"0.2.18"}

CHANGELOG.md

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

3+
## [0.2.18](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.2.17...v0.2.18) (2025-05-15)
4+
5+
6+
### Features
7+
8+
* logger ext ([#687](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/687)) ([b3cb224](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/b3cb2244a5ef98743882226efb2a78f39a3b4315))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update k8s.io/utils digest to 0f33e8f ([#684](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/684)) ([4388c22](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/4388c22b3e1a299781b8a527512bca9616d2b516))
14+
* **deps:** update module gopkg.in/yaml.v2 to v3 ([#646](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/646)) ([9f4d4a0](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/9f4d4a034b0064fd4e4f7fd363c57432337f4b0f))
15+
16+
17+
### Other
18+
19+
* **deps:** bump golang.org/x/net from 0.33.0 to 0.38.0 ([#667](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/667)) ([e29e47d](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/e29e47d5562116b3b69904990fa92be4fb471806))
20+
* **deps:** update actions/setup-go digest to d35c59a ([#688](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/688)) ([9cc1170](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/9cc1170b70276c26e80fcfc4715f6fef23ce8f7c))
21+
* renovate all minor patch v2 ([#693](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/693)) ([bc98cab](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/bc98cabc26430b9910c5ad3279ee61335168dc0e))
22+
323
## [0.2.17](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.2.16...v0.2.17) (2025-05-01)
424

525

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

0 commit comments

Comments
 (0)