Skip to content

Commit 15295bb

Browse files
chore(main): release 0.0.25 (#269)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e8cc010 commit 15295bb

File tree

5 files changed

+24
-6
lines changed

5 files changed

+24
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.0.24"}
1+
{".":"0.0.25"}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.0.25](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.0.24...v0.0.25) (2023-12-01)
4+
5+
6+
### Features
7+
8+
* rework cache & add gcs cache option ([#262](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/262)) ([c9f1290](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/c9f1290bde9a25ea2ed7a16e6cc1d1c35b64d928))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.13.2 ([#275](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/275)) ([ed3a031](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/ed3a0315b1da79fc7ec7ea466bc1309f54c44592))
14+
15+
16+
### Other
17+
18+
* **deps:** update docker/build-push-action digest to 4a13e50 ([#267](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/267)) ([7fedf7c](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/7fedf7c967532a415d7631ed7b7399c5dc6dde5a))
19+
* fix missing integration ([#278](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/278)) ([e8cc010](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/e8cc01042ed669c67ed9f2768fa10a7d4ba99dd6))
20+
321
## [0.0.24](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.0.23...v0.0.24) (2023-11-16)
422

523

chart/operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ type: application
2626
# This is the chart version. This version number should be incremented each time you make changes
2727
# to the chart and its templates, including the app version.
2828
# Versions are expected to follow Semantic Versioning (https://semver.org/)
29-
version: 0.0.24 # x-release-please-version
29+
version: 0.0.25 # x-release-please-version
3030
# This is the version number of the application being deployed. This version number should be
3131
# incremented each time you make changes to the application. Versions are not expected to
3232
# follow Semantic Versioning. They should reflect the version the application is using.
3333
# It is recommended to use it with quotes.
34-
appVersion: "0.0.24" # x-release-please-version
34+
appVersion: "0.0.25" # x-release-please-version

chart/operator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The following table lists the configurable parameters of the K8sgpt-operator cha
2222
| `controllerManager.kubeRbacProxy.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
2323
| `controllerManager.kubeRbacProxy.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
2424
| `controllerManager.kubeRbacProxy.image.repository` | | `"gcr.io/kubebuilder/kube-rbac-proxy"` |
25-
| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.0.24"` |
25+
| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.0.25"` |
2626
| `controllerManager.kubeRbacProxy.resources.limits.cpu` | | `"500m"` |
2727
| `controllerManager.kubeRbacProxy.resources.limits.memory` | | `"128Mi"` |
2828
| `controllerManager.kubeRbacProxy.resources.requests.cpu` | | `"5m"` |
@@ -31,7 +31,7 @@ The following table lists the configurable parameters of the K8sgpt-operator cha
3131
| `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
3232
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
3333
| `controllerManager.manager.image.repository` | | `"ghcr.io/k8sgpt-ai/k8sgpt-operator"` |
34-
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.24"` |
34+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.25"` |
3535
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
3636
| `controllerManager.manager.resources.limits.memory` | | `"128Mi"` |
3737
| `controllerManager.manager.resources.requests.cpu` | | `"10m"` |

chart/operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ controllerManager:
3939
- ALL
4040
image:
4141
repository: ghcr.io/k8sgpt-ai/k8sgpt-operator
42-
tag: v0.0.24 # x-release-please-version
42+
tag: v0.0.25 # x-release-please-version
4343
resources:
4444
limits:
4545
cpu: 500m

0 commit comments

Comments
 (0)