Skip to content

Commit

Permalink
chore(main): release 0.0.14 (#83)
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 12, 2023
1 parent 3ed4269 commit e228349
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 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.13"}
{".":"0.0.14"}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

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


### Bug Fixes

* Add missing backend from analysis request. ([#89](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/89)) ([a829a0a](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/a829a0a06ac5296cdbb1784b73b0eef31b9df80f))
* **deps:** update module buf.build/gen/go/k8sgpt-ai/k8sgpt/protocolbuffers/go to v1.28.1-20230510140658-54288a50e81c.4 ([#84](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/84)) ([3ed4269](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/3ed42696a9991f71d97dd8634df09fcd8eefe54a))
* **deps:** update module google.golang.org/grpc to v1.55.0 ([#71](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/71)) ([009919f](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/009919f574a9fb018324a668addd751a80234b32))
* readme namespaces ([#86](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/86)) ([7e04b61](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/7e04b617deb3e4233872838d46b9f3a0e13d6471))


### Other

* updated the demo gif ([#87](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/87)) ([0843174](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/0843174fbd582f4a47942748d94879f6e4d99953))

## [0.0.13](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.0.12...v0.0.13) (2023-05-11)


Expand Down
4 changes: 2 additions & 2 deletions chart/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.13 # x-release-please-version
version: 0.0.14 # x-release-please-version
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.0.13" # x-release-please-version
appVersion: "0.0.14" # x-release-please-version
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.13"` |
| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.0.14"` |
| `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.13"` |
| `controllerManager.manager.image.tag` | | `"v0.0.14"` |
| `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 @@ -26,7 +26,7 @@ controllerManager:
- ALL
image:
repository: ghcr.io/k8sgpt-ai/k8sgpt-operator
tag: v0.0.13 # x-release-please-version
tag: v0.0.14 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit e228349

Please sign in to comment.