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] authored Feb 21, 2024
1 parent c809e12 commit dbda566
Show file tree
Hide file tree
Showing 5 changed files with 22 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"}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

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


### Bug Fixes

* add kubeconfig field in helm chart crd template ([#345](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/345)) ([807a318](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/807a318c4ce0b389507739d7b5f95decb347ec28))
* **deps:** update kubernetes packages to v0.29.2 ([#343](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/343)) ([7a957e7](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/7a957e7221b032bdcd9fdce1d24dbc70ae496e41))
* **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))
* **deps:** update module google.golang.org/grpc to v1.61.1 ([#342](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/342)) ([29106a2](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/29106a233ea88f5b94cb950a1083cb3182abd692))


### 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 dbda566

Please sign in to comment.