Skip to content

Commit

Permalink
chore(main): release 0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 26, 2023
1 parent 79366ab commit ee19d2d
Show file tree
Hide file tree
Showing 5 changed files with 19 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.19"}
{".":"0.0.20"}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.0.20](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.0.19...v0.0.20) (2023-06-26)


### Bug Fixes

* compare the number of errors to update Results ([#167](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/167)) ([e805d2c](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/e805d2c5e29dd4db96e43bce5b5c3b2cc9c561aa))
* **deps:** update module google.golang.org/grpc to v1.56.1 ([#165](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/165)) ([79366ab](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/79366abb339a091ee062a6e278da45463251dfef))


### Other

* **deps:** update anchore/sbom-action action to v0.14.3 ([#164](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/164)) ([12b2c36](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/12b2c36fc47e5d31cb64f88723ba0a47963cb0b6))

## [0.0.19](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.0.18...v0.0.19) (2023-06-20)


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.19 # x-release-please-version
version: 0.0.20 # 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.19" # x-release-please-version
appVersion: "0.0.20" # 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 @@ -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.0.19"` |
| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.0.20"` |
| `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.0.19"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.20"` |
| `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 @@ -37,7 +37,7 @@ controllerManager:
- ALL
image:
repository: ghcr.io/k8sgpt-ai/k8sgpt-operator
tag: v0.0.19 # x-release-please-version
tag: v0.0.20 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit ee19d2d

Please sign in to comment.