Skip to content

Commit

Permalink
chore(main): release 0.1.2 (#382)
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] committed Mar 28, 2024
1 parent 796f212 commit 3f0a551
Show file tree
Hide file tree
Showing 5 changed files with 27 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.1.1"}
{".":"0.1.2"}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.1.2](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.1.1...v0.1.2) (2024-03-28)


### Features

* bedrock support ([#389](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/389)) ([796f212](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/796f212a87cd03f147b82fb282fa5cbb6ac38d19))
* create GrafanaDashboard CR for GrafanaOperator ([#322](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/322)) ([e4391ab](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/e4391abc5fd696bce20222f8d3c7689a56ab2efd))


### Bug Fixes

* **deps:** update kubernetes packages to v0.29.3 ([#383](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/383)) ([18702e8](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/18702e8df077d1144f4d8e52ece83d89432a02fc))
* **deps:** update module github.com/onsi/gomega to v1.32.0 ([#385](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/385)) ([8b0a4bb](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/8b0a4bb14c57251920e6777fd372d5da23030952))


### Other

* **deps:** update docker/build-push-action digest to 2cdde99 ([#381](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/381)) ([90dd29d](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/90dd29dcf840b0fec438e1d57ea231efd2fceba0))
* **deps:** update docker/login-action digest to e92390c ([#377](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/377)) ([9e798f0](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/9e798f0611dacec288d914c6519ca660e58040f0))
* **deps:** update docker/setup-buildx-action digest to 2b51285 ([#380](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/380)) ([8a2608b](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/8a2608b045a4427940cb17ae90c77833679a3fae))
* **deps:** update softprops/action-gh-release digest to 9d7c94c ([#376](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/376)) ([14cffb0](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/14cffb06ebaa636b7fda792e5dc3510ed6888529))

## [0.1.1](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.1.0...v0.1.1) (2024-03-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.1.1
version: 0.1.2
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.1.1"` |
| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.1.2"` |
| `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.1.1"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.2"` |
| `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 @@ -45,7 +45,7 @@ controllerManager:
- ALL
image:
repository: ghcr.io/k8sgpt-ai/k8sgpt-operator
tag: v0.1.1 # x-release-please-version
tag: v0.1.2 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 3f0a551

Please sign in to comment.