Skip to content

Commit

Permalink
chore(main): release 0.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 22, 2023
1 parent fb0476d commit b6fe122
Show file tree
Hide file tree
Showing 5 changed files with 30 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.21"}
{".":"0.0.22"}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [0.0.22](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.0.21...v0.0.22) (2023-09-22)


### Features

* add K8sGPT Custom Resource name as a prefix to slack messages ([#221](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/221)) ([5b5fd2f](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/5b5fd2f4be06f87d466517eec99d40b58bb64877))


### Bug Fixes

* **deps:** update module github.com/onsi/ginkgo/v2 to v2.12.1 ([#224](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/224)) ([fb0476d](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/fb0476d5f200007c5f0f42b384ab1156d45c944e))
* **deps:** update module google.golang.org/grpc to v1.58.0 ([#209](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/209)) ([c3014c2](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/c3014c215f0f748fd822311fb0409939b5312533))
* **deps:** update module google.golang.org/grpc to v1.58.1 ([#219](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/219)) ([f302b0c](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/f302b0c918341fe7ed9cb5beac6c320d5be4ad2c))
* **deps:** update module google.golang.org/grpc to v1.58.2 ([#227](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/227)) ([c8e1163](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/c8e116358f5295f98ae49f4a94dd132874e8ec51))


### Other

* **deps:** update actions/checkout action to v4 ([#204](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/204)) ([98fefad](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/98fefaddfde1ac9ba9aff112ca91111b8db8c825))
* **deps:** update docker/build-push-action action to v5 ([#215](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/215)) ([a1f9d68](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/a1f9d685230349545f4d87d9c8e4fc05b5dcd994))
* **deps:** update docker/build-push-action digest to 0a97817 ([#210](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/210)) ([3df6569](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/3df6569f6ec8233e8842fd652b96ca2dbed2c573))
* **deps:** update docker/login-action action to v3 ([#216](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/216)) ([53ed0a9](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/53ed0a95c5d9d4d277fdbb56a99caeba5a5c1547))
* **deps:** update docker/setup-buildx-action action to v3 ([#217](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/217)) ([646c6f8](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/646c6f822e57c69b5dd05a9232c9537d69a62934))

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


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.21 # x-release-please-version
version: 0.0.22 # 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.21" # x-release-please-version
appVersion: "0.0.22" # 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.21"` |
| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.0.22"` |
| `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.21"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.22"` |
| `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.21 # x-release-please-version
tag: v0.0.22 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit b6fe122

Please sign in to comment.