Skip to content

Commit

Permalink
chore(main): release 0.2.5 (#571)
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] authored Dec 19, 2024
1 parent a1426b7 commit d08971f
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.2.4"}
{".":"0.2.5"}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [0.2.5](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.2.4...v0.2.5) (2024-12-19)


### Features

* fix secret caching ([#575](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/575)) ([ad735b6](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/ad735b60245faf8f9bd985ee6e1b7ddfadaeb6d8))
* fixes missing data by type ([#585](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/585)) ([a1426b7](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/a1426b79933858c75eec7ed5ddf4bdbe4bda2955))


### Bug Fixes

* **deps:** update module github.com/onsi/ginkgo/v2 to v2.22.0 ([#551](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/551)) ([9193c06](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/9193c06522442d8841dd8128798fda03318abb84))
* **deps:** update module github.com/onsi/gomega to v1.36.1 ([#576](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/576)) ([bd960a8](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/bd960a8b763cc2920db6dc726be15a12318fc3a7))
* **deps:** update module google.golang.org/grpc to v1.69.0 ([#581](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/581)) ([b7cba19](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/b7cba1905b4b40b9600199e41458df080c537b9d))
* **deps:** update module gopkg.in/yaml.v2 to v3 ([#569](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/569)) ([cd1bff6](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/cd1bff6c2642dfc0f2a7378961e4edf22173b9ce))
* **deps:** update module gopkg.in/yaml.v2 to v3 ([#572](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/572)) ([907a410](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/907a4109137a3815b5c291e6f7aba4b326ad55de))
* spelling fix ([#577](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/577)) ([83959b2](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/83959b2fa8b2c7b6639e637d4a15bf456b7f4424))


### Other

* **deps:** update actions/setup-go digest to 3041bf5 ([#579](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/579)) ([5de88b5](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/5de88b5c26637b7f23f535d836f9d9e894797f37))
* **deps:** update actions/setup-go digest to 41dfa10 ([#547](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/547)) ([b36ec89](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/b36ec89e4068f3efe162609a358e60454bbcff6f))
* **deps:** update helm release interplex to v1 ([#573](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/573)) ([7f55b2a](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/7f55b2a5af97a4b3ff337e6bb491cfccc31fe09b))
* updated to support rbac-proxy ([#578](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/578)) ([788bffc](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/788bffcf7efffce9c0ae127a2f2a0ac44d1af3cb))

## [0.2.4](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.2.3...v0.2.4) (2024-12-09)


Expand Down
2 changes: 1 addition & 1 deletion chart/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/categories: monitoring-logging
type: application
version: 0.2.4
version: 0.2.5
appVersion: 0.0.26
dependencies:
- name: interplex
Expand Down
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.2.4"` |
| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.2.5"` |
| `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.2.4"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.2.5"` |
| `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 @@ -54,7 +54,7 @@ controllerManager:
- ALL
image:
repository: ghcr.io/k8sgpt-ai/k8sgpt-operator
tag: v0.2.4 # x-release-please-version
tag: v0.2.5 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit d08971f

Please sign in to comment.