Skip to content

Commit

Permalink
chore(main): release 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 2, 2025
1 parent b5111c2 commit c68943d
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.2.5"}
{".":"0.2.6"}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.2.6](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.2.5...v0.2.6) (2025-01-02)


### Features

* Add Resource Configuration Options to K8sGPT CRD ([#591](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/591)) ([8184876](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/8184876f0a2f8cdd513adba0edad1a0444f5247a))


### Bug Fixes

* **deps:** update module github.com/onsi/ginkgo/v2 to v2.22.1 ([#590](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/590)) ([ce604d9](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/ce604d9c0d4e09a7621f0a9177c775146d221d63))
* **deps:** update module github.com/onsi/gomega to v1.36.2 ([#593](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/593)) ([6db7ba8](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/6db7ba87371b8cd6962eda1608676bf3bc23227d))
* **deps:** update module gopkg.in/yaml.v2 to v3 ([#582](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/582)) ([3c145ba](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/3c145ba95317513c3905cee11387241e43571023))


### Other

* **deps:** update anchore/sbom-action action to v0.17.9 ([#580](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/580)) ([9e36a6e](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/9e36a6e0f9ca3fd940c060128f639fc5ec17a23a))

## [0.2.5](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.2.4...v0.2.5) (2024-12-19)


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.5
version: 0.2.6
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.5"` |
| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.2.6"` |
| `controllerManager.kubeRbacProxy.resources.limits.cpu` | | `"500m"` |
| `controllerManager.kubeRbacProxy.resources.limits.memory` | | `"128Mi"` |
| `controllerManager.kubeRbacProxy.resources.requests.cpu` | | `"5m"` |
Expand All @@ -31,7 +31,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.5"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.2.6"` |
| `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 @@ -54,7 +54,7 @@ controllerManager:
- ALL
image:
repository: ghcr.io/k8sgpt-ai/k8sgpt-operator
tag: v0.2.5 # x-release-please-version
tag: v0.2.6 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit c68943d

Please sign in to comment.