Skip to content

Commit

Permalink
chore(main): release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 28, 2024
1 parent 0e1cb4c commit f37ea57
Show file tree
Hide file tree
Showing 5 changed files with 30 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.0.28"}
{".":"0.1.0"}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [0.1.0](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.0.28...v0.1.0) (2024-01-28)


### ⚠ BREAKING CHANGES

* monitoring multiple clusters ([#266](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/266))

### Features

* monitoring multiple clusters ([#266](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/266)) ([95a67a0](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/95a67a0db1db9aee6a18a638b861932e05926de6))


### Bug Fixes

* **deps:** update module buf.build/gen/go/k8sgpt-ai/k8sgpt/protocolbuffers/go to v1.32.0-20231116211251-9f5041346631.1 ([#331](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/331)) ([5247a1b](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/5247a1ba6ad89cb9cce9e7a05b0b6d3e0b0d4c6a))
* **deps:** update module github.com/onsi/gomega to v1.31.1 ([#324](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/324)) ([6e5854b](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/6e5854bcad6fe0a0aec2dbf237f4ff771e010422))
* **deps:** update module google.golang.org/grpc to v1.61.0 ([#330](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/330)) ([0e1cb4c](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/0e1cb4c68aea12ad57f9f8dc3f3e924341608a2f))


### Other

* **deps:** update actions/upload-artifact digest to 26f96df ([#329](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/329)) ([5e937ba](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/5e937baedabd1a2f046f3066580f9a18f12f1f30))
* **deps:** update actions/upload-artifact digest to 694cdab ([#326](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/326)) ([0a32492](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/0a32492cc1b3b7d7211169f40652b09feab5ff84))
* **deps:** update anchore/sbom-action action to v0.15.5 ([#327](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/327)) ([0bb5d76](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/0bb5d7615e833519f539d3cad39d643e3ff71c38))

## [0.0.28](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.0.27...v0.0.28) (2024-01-14)


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,5 +14,5 @@ annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/categories: monitoring-logging
type: application
version: 0.0.28
version: 0.1.0
appVersion: 0.0.26
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.28"` |
| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.1.0"` |
| `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.28"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.0"` |
| `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.28 # x-release-please-version
tag: v0.1.0 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit f37ea57

Please sign in to comment.