Skip to content

Commit

Permalink
chore(main): release 0.1.5 (#441)
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] committed May 22, 2024
1 parent 74fd8b6 commit c238708
Show file tree
Hide file tree
Showing 5 changed files with 21 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.1.4"}
{".":"0.1.5"}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.1.5](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.1.4...v0.1.5) (2024-05-22)


### Bug Fixes

* **deps:** update module buf.build/gen/go/k8sgpt-ai/k8sgpt/grpc/go to v1.3.0-20240406062209-1cc152efbf5c.3 ([#431](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/431)) ([1071f80](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/1071f80396ddda619b31fdac4507b92dd0881c8c))
* **deps:** update module github.com/prometheus/client_golang to v1.19.1 ([#442](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/442)) ([3d895b0](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/3d895b04a6ab89062015ef521f6715c7d8c56c64))
* **deps:** update module google.golang.org/grpc to v1.64.0 ([#445](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/445)) ([f73dc92](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/f73dc926bd8f7a7aa027c023f685d2ea2e87e0d3))
* rollback namespace bug ([#449](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/449)) ([74fd8b6](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/74fd8b6e2552b2d7c1135450f361fb64be10334c))


### Other

* **deps:** update actions/checkout digest to 44c2b7a ([#440](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/440)) ([98d8fbf](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/98d8fbfd47de54626c0410f45be4f425e045f90f))
* **deps:** update google-github-actions/release-please-action digest to e4dc86b ([#444](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/444)) ([f6b7ba5](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/f6b7ba5c4e063c319a7e3ce7444d366fe29f544f))

## [0.1.4](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.1.3...v0.1.4) (2024-05-07)


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,5 +14,5 @@ annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/categories: monitoring-logging
type: application
version: 0.1.4
version: 0.1.5
appVersion: 0.0.26
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.1.4"` |
| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.1.5"` |
| `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.1.4"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.5"` |
| `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 @@ -45,7 +45,7 @@ controllerManager:
- ALL
image:
repository: ghcr.io/k8sgpt-ai/k8sgpt-operator
tag: v0.1.4 # x-release-please-version
tag: v0.1.5 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit c238708

Please sign in to comment.