Skip to content

Commit 613f009

Browse files
chore(main): release 0.2.19 (#695)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7eb9276 commit 613f009

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.18"}
1+
{".":"0.2.19"}

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.19](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.2.18...v0.2.19) (2025-05-27)
4+
5+
6+
### Bug Fixes
7+
8+
* **controller:** add retry logic to CreateOrUpdateResult ([#704](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/704)) ([05f87ca](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/05f87ca1ec0663d240752c793c5166eed05453c9))
9+
* **deps:** update all non-major dependencies to v0.33.1 ([#595](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/595)) ([5360bf0](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/5360bf0116842cba882e1038403142d6caecfeb9))
10+
* **deps:** update module google.golang.org/grpc to v1.72.2 ([#702](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/702)) ([7eb9276](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/7eb9276f5e90753acdb2b5ee669bf9413dda67c8))
11+
* **deps:** update module gopkg.in/yaml.v2 to v3 ([#692](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/692)) ([7b08ce4](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/7b08ce43778dacea55eff35c404242baa0ee61bf))
12+
* **deps:** update module gopkg.in/yaml.v2 to v3 ([#694](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/694)) ([bfd30c5](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/bfd30c558fa5c57f137788384e3a6c6dcca1343f))
13+
* **deps:** update module sigs.k8s.io/controller-runtime to v0.21.0 ([#701](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/701)) ([0beb2cf](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/0beb2cfcaa6686be92ab3ca48f44ea4f6a892304))
14+
15+
16+
### Other
17+
18+
* **deps:** update docker/build-push-action digest to 1dc7386 ([#697](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/697)) ([30eaf25](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/30eaf2533096092a4b904ca065d8ac3b108a621d))
19+
320
## [0.2.18](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.2.17...v0.2.18) (2025-05-15)
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.18
17+
version: 0.2.19
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.18"` |
25+
| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.2.19"` |
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.18"` |
35+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.2.19"` |
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.18 # x-release-please-version
55+
tag: v0.2.19 # x-release-please-version
5656
resources:
5757
limits:
5858
cpu: 500m

0 commit comments

Comments
 (0)