Skip to content

Commit

Permalink
chore(main): release 0.2.4 (#567)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 9, 2024
1 parent 9343781 commit e02f4cb
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 7 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.3"}
{".":"0.2.4"}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.2.4](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.2.3...v0.2.4) (2024-12-09)


### Features

* deploy interplex ([#570](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/570)) ([9343781](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/9343781b6acd0930f9dd80a5ea5748cf2d43a1a3))


### Bug Fixes

* **deps:** update module github.com/stretchr/testify to v1.10.0 ([#564](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/564)) ([8801fd1](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/8801fd1d6e95b8fcabc67a80aa2920871c520384))
* **deps:** update module google.golang.org/grpc to v1.68.1 ([#568](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/568)) ([1d0420a](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/1d0420a34eb902dae9cd9b5b9fd84f5a83b4da1b))

## [0.2.3](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.2.2...v0.2.3) (2024-12-05)


Expand Down
6 changes: 3 additions & 3 deletions chart/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/categories: monitoring-logging
type: application
version: 0.2.3
version: 0.2.4
appVersion: 0.0.26
dependencies:
- name: interplex
version: "0.0.11"
repository: "https://charts.k8sgpt.ai/"
version: 0.0.11
repository: https://charts.k8sgpt.ai/
condition: interplex.enabled
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.3"` |
| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.2.4"` |
| `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.3"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.2.4"` |
| `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.3 # x-release-please-version
tag: v0.2.4 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit e02f4cb

Please sign in to comment.