Skip to content

Commit

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

## [0.1.7](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.1.6...v0.1.7) (2024-06-28)


### Features

* support IRSA and Pod Identities for Amazon Bedrock ([#454](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/454)) ([c3573e8](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/c3573e8313457f6b5280514c06d7b62a79440c62))


### Bug Fixes

* **deps:** update module buf.build/gen/go/k8sgpt-ai/k8sgpt/protocolbuffers/go to v1.34.2-20240406062209-1cc152efbf5c.2 ([#456](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/456)) ([5d1593a](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/5d1593a54da5a8e80f46fc5d5bb455b90d116766))


### Other

* **deps:** update anchore/sbom-action action to v0.16.0 ([#448](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/448)) ([82d497f](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/82d497fadf45e55343cf5e96e1af7030a393abf7))
* **deps:** update docker/build-push-action action to v6 ([#458](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/458)) ([5700a8e](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/5700a8e1766b78a05b27d461f6d96f2c53434a21))
* **deps:** update docker/build-push-action digest to 1556069 ([#455](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/455)) ([bff8d4f](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/bff8d4f97239667375180471d21f777552e8d750))

## [0.1.6](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.1.5...v0.1.6) (2024-06-06)


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.6
version: 0.1.7
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.6"` |
| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.1.7"` |
| `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.6"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.7"` |
| `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 @@ -50,7 +50,7 @@ controllerManager:
- ALL
image:
repository: ghcr.io/k8sgpt-ai/k8sgpt-operator
tag: v0.1.6 # x-release-please-version
tag: v0.1.7 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 171d6ae

Please sign in to comment.