Skip to content

Commit 3f0a551

Browse files
chore(main): release 0.1.2 (#382)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 796f212 commit 3f0a551

File tree

5 files changed

+27
-5
lines changed

5 files changed

+27
-5
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [0.1.2](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.1.1...v0.1.2) (2024-03-28)
4+
5+
6+
### Features
7+
8+
* bedrock support ([#389](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/389)) ([796f212](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/796f212a87cd03f147b82fb282fa5cbb6ac38d19))
9+
* 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))
10+
11+
12+
### Bug Fixes
13+
14+
* **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))
15+
* **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))
16+
17+
18+
### Other
19+
20+
* **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))
21+
* **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))
22+
* **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))
23+
* **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))
24+
325
## [0.1.1](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.1.0...v0.1.1) (2024-03-14)
426

527

chart/operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ annotations:
1414
artifacthub.io/license: Apache-2.0
1515
artifacthub.io/categories: monitoring-logging
1616
type: application
17-
version: 0.1.1
17+
version: 0.1.2
1818
appVersion: 0.0.26

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.1.1"` |
25+
| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.1.2"` |
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.1.1"` |
34+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.2"` |
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
@@ -45,7 +45,7 @@ controllerManager:
4545
- ALL
4646
image:
4747
repository: ghcr.io/k8sgpt-ai/k8sgpt-operator
48-
tag: v0.1.1 # x-release-please-version
48+
tag: v0.1.2 # x-release-please-version
4949
resources:
5050
limits:
5151
cpu: 500m

0 commit comments

Comments
 (0)