Skip to content

Commit

Permalink
chore(main): release 0.1.6 (#452)
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 Jun 6, 2024
1 parent 2d5954c commit acd6b73
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.1.5"}
{".":"0.1.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.1.6](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.1.5...v0.1.6) (2024-06-06)


### Features

* add new RBAC configuration for k8sgpt ([#434](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/434)) ([2d5954c](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/2d5954c4e622a01bf0215ca1cdcb3a5d4a5c3ecb))


### Bug Fixes

* **deps:** update module buf.build/gen/go/k8sgpt-ai/k8sgpt/grpc/go to v1.4.0-20240406062209-1cc152efbf5c.1 ([#451](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/451)) ([389bc71](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/389bc713726702041deeb8dff59337127b361ffb))
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.19.0 ([#428](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/428)) ([0472732](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/04727326c4d95b715ef2cfe8ef8b64da52cb47a0))


### Other

* **deps:** update actions/checkout digest to a5ac7e5 ([#443](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/443)) ([9f6edab](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/9f6edab8038ccec65f5812d71abf6999537305ce))
* **deps:** update docker/login-action digest to 0d4c9c5 ([#450](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/450)) ([144485e](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/144485e6eaa10aa5bf63d33ec4b4d831ff766401))

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


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.5
version: 0.1.6
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.5"` |
| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.1.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.1.5"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.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 @@ -45,7 +45,7 @@ controllerManager:
- ALL
image:
repository: ghcr.io/k8sgpt-ai/k8sgpt-operator
tag: v0.1.5 # x-release-please-version
tag: v0.1.6 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit acd6b73

Please sign in to comment.