Skip to content

Commit

Permalink
chore(main): release 0.0.15 (#97)
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, 2023
1 parent e8652be commit b6d5cf8
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.0.14"}
{".":"0.0.15"}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [0.0.15](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.0.14...v0.0.15) (2023-05-22)


### Features

* add filters parameter to client API ([#96](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/96)) ([6c41ac5](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/6c41ac5f49bf32a62efbe68d44a719a6e72bc28b))
* add grafana dashboard in helm chart ([#102](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/102)) ([b98b2d2](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/b98b2d20dd64daf038daf2250877c86f3a1ae1d4))
* parameterise grafana's annotations and labels ([#111](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/111)) ([6d8056e](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/6d8056e12b1fe63a9361ec0dc4959a024f9ea243))


### Bug Fixes

* **deps:** update module buf.build/gen/go/k8sgpt-ai/k8sgpt/grpc/go to v1.3.0-20230515081240-6b5b845c638e.1 ([#77](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/77)) ([62aa2cb](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/62aa2cbf3f4b8994c0d5b18b56538ab9ae27d5ce))
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.9.5 ([#101](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/101)) ([40b8377](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/40b83777ad4eb49c3ebe50831ecefb789f52bca6))
* **deps:** update module github.com/onsi/gomega to v1.27.7 ([#110](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/110)) ([e8652be](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/e8652be9fb2699fd386ac4a6cbc9a165056bf36e))


### Other

* **deps:** update actions/setup-go digest to fac708d ([#100](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/100)) ([42af949](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/42af9491e6ec076a800650cf0d32607ceee196b1))
* **deps:** update helm/kind-action action to v1.7.0 ([#104](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/104)) ([d1bc1ca](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/d1bc1ca521ffce95979e15f4a749a669b3b85c62))
* readme ([#107](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/107)) ([c58f8b4](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/c58f8b4d8661e64d4c08c8c22d96c50eb5c2bfc0))

## [0.0.14](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.0.13...v0.0.14) (2023-05-12)


Expand Down
4 changes: 2 additions & 2 deletions chart/operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ 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.0.14"` |
| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.0.15"` |
| `controllerManager.kubeRbacProxy.resources.limits.cpu` | | `"500m"` |
| `controllerManager.kubeRbacProxy.resources.limits.memory` | | `"128Mi"` |
| `controllerManager.kubeRbacProxy.resources.requests.cpu` | | `"5m"` |
| `controllerManager.kubeRbacProxy.resources.requests.memory` | | `"64Mi"` |
| `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` | | `"v0.0.14"` |
| `controllerManager.manager.image.tag` | | `"v0.0.15"` |
| `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 @@ -34,7 +34,7 @@ controllerManager:
- ALL
image:
repository: ghcr.io/k8sgpt-ai/k8sgpt-operator
tag: v0.0.14 # x-release-please-version
tag: v0.0.15 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit b6d5cf8

Please sign in to comment.