Skip to content

Commit

Permalink
chore(main): release 0.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 12, 2023
1 parent 513bf82 commit bcd3415
Show file tree
Hide file tree
Showing 5 changed files with 29 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.22"}
{".":"0.0.23"}
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.23](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.0.22...v0.0.23) (2023-11-12)


### Features

* add azure remote cache ([#246](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/246)) ([610e5de](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/610e5de3f9cd564f3ccfce6b7bf0b2b3efda630a))


### Bug Fixes

* **deps:** update module github.com/onsi/gomega to v1.29.0 ([#247](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/247)) ([067dd45](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/067dd45f39bbd8dade7438b5b7084a0f3b6d9035))
* **deps:** update module github.com/onsi/gomega to v1.30.0 ([#256](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/256)) ([91ef326](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/91ef326e426e63ccb6e4af2cbec1390b68cc5fc9))
* operator's cluster role permissions to match k8sgpt ([#258](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/258)) ([513bf82](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/513bf8248d479c2b3edeef1d2366e45d4aaf626b))


### Other

* **deps:** bump google.golang.org/grpc from 1.58.2 to 1.58.3 ([#250](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/250)) ([0787c8c](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/0787c8cd45f3b6ebac5b048eba819cbc3284ddd9))
* **deps:** update actions/checkout digest to b4ffde6 ([#242](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/242)) ([8e9bf51](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/8e9bf51e0d84cb00b8edd37122b6f3756cdb6aed))
* **deps:** update actions/setup-python digest to 65d7f2d ([#243](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/243)) ([9500137](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/95001375d8ea2a215a73f174eff8e5fcff1f7a5e))
* **deps:** update google-github-actions/release-please-action digest to 4c5670f ([#244](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/244)) ([ec7a54c](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/ec7a54c354d4d6bd34836bf50c49ffab827bc963))
* **deps:** update helm/chart-testing-action action to v2.6.0 ([#253](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/253)) ([980705a](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/980705a23d4942ba127b7b5d3a12888379ffd40c))

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


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

0 comments on commit bcd3415

Please sign in to comment.