Skip to content

chore(main): release 0.2.19 #695

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.2.18"}
{".":"0.2.19"}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.2.19](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.2.18...v0.2.19) (2025-05-27)


### Bug Fixes

* **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))
* **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))
* **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))
* **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))
* **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))
* **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))


### Other

* **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))

## [0.2.18](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.2.17...v0.2.18) (2025-05-15)


Expand Down
2 changes: 1 addition & 1 deletion chart/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/categories: monitoring-logging
type: application
version: 0.2.18
version: 0.2.19
appVersion: 0.0.26
dependencies:
- name: interplex
Expand Down
4 changes: 2 additions & 2 deletions chart/operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The following table lists the configurable parameters of the K8sgpt-operator cha
| `controllerManager.kubeRbacProxy.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
| `controllerManager.kubeRbacProxy.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
| `controllerManager.kubeRbacProxy.image.repository` | | `"gcr.io/kubebuilder/kube-rbac-proxy"` |
| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.2.18"` |
| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.2.19"` |
| `controllerManager.kubeRbacProxy.resources.limits.cpu` | | `"500m"` |
| `controllerManager.kubeRbacProxy.resources.limits.memory` | | `"128Mi"` |
| `controllerManager.kubeRbacProxy.resources.requests.cpu` | | `"5m"` |
Expand All @@ -32,7 +32,7 @@ The following table lists the configurable parameters of the K8sgpt-operator cha
| `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
| `controllerManager.manager.image.repository` | | `"ghcr.io/k8sgpt-ai/k8sgpt-operator"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.2.18"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.2.19"` |
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
| `controllerManager.manager.resources.limits.memory` | | `"128Mi"` |
| `controllerManager.manager.resources.requests.cpu` | | `"10m"` |
Expand Down
2 changes: 1 addition & 1 deletion chart/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ controllerManager:
- ALL
image:
repository: ghcr.io/k8sgpt-ai/k8sgpt-operator
tag: v0.2.18 # x-release-please-version
tag: v0.2.19 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down