Skip to content

Commit

Permalink
chore(main): release 0.0.21 (#199)
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 Aug 28, 2023
1 parent d06091c commit 52e61f3
Show file tree
Hide file tree
Showing 5 changed files with 27 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.20"}
{".":"0.0.21"}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.0.21](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.0.20...v0.0.21) (2023-08-28)


### Features

* remote config rework ([#201](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/201)) ([44e7c6b](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/44e7c6b3e55f086fcf4c5971e75cf81afbbe518f))


### Bug Fixes

* **deps:** update kubernetes packages ([#196](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/196)) ([8cdbb96](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/8cdbb96b4985c9766dae5c12888e3bc2e2a4c8d7))
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.12.0 ([#197](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/197)) ([dd78856](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/dd7885605a025683becf528a37ce88434228a9a4))


### Other

* **deps:** update actions/checkout digest to f43a0e5 ([#198](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/198)) ([d06091c](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/d06091c0ec063731c099c5f9b03f363047f7c57a))
* **deps:** update actions/setup-go digest to 93397be ([#194](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/194)) ([d01b5a9](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/d01b5a965aad6b53b21fda6fb445e1a874deffd5))
* **deps:** update docker/setup-buildx-action digest to 885d146 ([#200](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/200)) ([def4871](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/def48718b34eb140759cd7cf0face7cbd1154a45))
* updated schema for integrations support ([#202](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/202)) ([53af89d](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/53af89d125afc6b121241658ddc892abd5c0dcfd))

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


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

0 comments on commit 52e61f3

Please sign in to comment.