Skip to content

Commit

Permalink
chore(main): release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 13, 2024
1 parent 17e4285 commit 83d12db
Show file tree
Hide file tree
Showing 5 changed files with 19 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.0"}
{".":"0.1.1"}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.1.1](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.1.0...v0.1.1) (2024-02-13)


### Bug Fixes

* **deps:** update module buf.build/gen/go/k8sgpt-ai/k8sgpt/grpc/go to v1.3.0-20240128172516-6bf6a55ff115.2 ([#333](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/333)) ([de1a15a](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/de1a15ae2e618b6ba960edb64c6ebf5b3aaa69e0))


### Other

* **deps:** update actions/upload-artifact digest to 5d5d22a ([#337](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/337)) ([26a78cc](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/26a78cc07bcff19ef2d8b70bae7c2664697ea04a))
* **deps:** update golang docker tag to v1.22 ([#338](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/338)) ([2913abb](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/2913abbf7a21f7cc42c07bed271ae79ec46fa873))
* **deps:** update helm/kind-action action to v1.9.0 ([#341](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/341)) ([17e4285](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/17e4285ee83ce7f66f72325bbd1838b2009a6005))

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


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.0
version: 0.1.1
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.0"` |
| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.1.1"` |
| `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.0"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.1"` |
| `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.1.0 # x-release-please-version
tag: v0.1.1 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 83d12db

Please sign in to comment.