Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.0.24 #261

Merged
merged 1 commit into from
Nov 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.0.23"}
{".":"0.0.24"}
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.24](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.0.23...v0.0.24) (2023-11-16)


### Features

* results are labeled ([#264](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/264)) ([d3f7b9d](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/d3f7b9da359ae729d901be8c47b87e7eb9f315e7))


### Bug Fixes

* **deps:** update kubernetes packages to v0.28.4 ([#241](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/241)) ([9898aa3](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/9898aa3c4e6e3f22e3af23b61e0e3b45145c070a))
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.13.1 ([#260](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/260)) ([5f27b87](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/5f27b87da2e564aa283c6bf3bacbe10ac885e723))
* **deps:** update module google.golang.org/grpc to v1.59.0 ([#257](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/257)) ([01fb7a3](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/01fb7a302bcb29b724cc1ad1091e68629f1ff0cb))


### Other

* **deps:** update gcr.io/kubebuilder/kube-rbac-proxy docker tag to v0.15.0 ([#239](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/239)) ([37f2da6](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/37f2da633598b8e8e26838e62c59f1ca69dd34ef))
* **deps:** update google-github-actions/release-please-action digest to db8f2c6 ([#255](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/255)) ([2224748](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/2224748dcd7fe1389f4193e8a15c2c80f46896ce))
* **deps:** update helm/chart-testing-action action to v2.6.1 ([#254](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/254)) ([c082313](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/c08231397cda0bc05c6b8baec68fdbc22e05b8b6))

## [0.0.23](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.0.22...v0.0.23) (2023-11-12)


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