Skip to content

Commit

Permalink
chore(main): release 0.0.17 (#122)
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 Jun 5, 2023
1 parent 10484eb commit 8fa0cef
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.0.16"}
{".":"0.0.17"}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [0.0.17](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.0.16...v0.0.17) (2023-06-05)


### Features

* add backstage support ([#127](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/127)) ([1b267a6](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/1b267a68e49a4e549ce9881ecca90672133aca1c))
* add controller reference to resources ([#120](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/120)) ([293c07f](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/293c07f4fdd9953284e8e41bea0b541a347b2dd5))
* add namespace selector for ServiceMonitor ([#135](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/135)) ([075caf5](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/075caf5e0999d4ef92027656f3d26ab8bdbfcdef))
* support arbitrary uid for openshift environments ([#126](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/126)) ([10484eb](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/10484eb3d3768bec2222341e77b65f9338d7cb5a))


### Bug Fixes

* check first extraOptions reference ([#139](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/139)) ([d48562d](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/d48562dc13c4f2f7e6788ae17d55861456c2b240))
* connection issues ([#140](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/140)) ([0e2eb8c](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/0e2eb8c72485d24a7770fab3566eb963ef42c4f4))
* **deps:** update module buf.build/gen/go/k8sgpt-ai/k8sgpt/protocolbuffers/go to v1.30.0-20230524215339-41d88e13ab7e.1 ([#103](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/103)) ([283da2f](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/283da2fab9b5815f89a445b4575fbc56d49297b4))
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.9.7 ([#134](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/134)) ([2563b39](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/2563b397379bb5ad3b53e884d5b8ed7e70535c72))


### Other

* add filters to operator helm chart's crd ([#130](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/130)) ([c1a235b](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/c1a235bd65cca4559d983a32e295640e887769f6))
* **deps:** update actions/setup-python digest to bd6b4b6 ([#121](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/121)) ([51deb68](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/51deb68eab84762efb7daf33f7c3fca2685c97f9))
* **deps:** update google-github-actions/release-please-action digest to 51ee8ae ([#124](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/124)) ([dde7a4c](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/dde7a4c21648c97e6cb86552f1d5b999c82b42c8))

## [0.0.16](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.0.15...v0.0.16) (2023-05-24)


Expand Down
4 changes: 2 additions & 2 deletions chart/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.16 # x-release-please-version
version: 0.0.17 # x-release-please-version
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.0.16" # x-release-please-version
appVersion: "0.0.17" # x-release-please-version
4 changes: 2 additions & 2 deletions chart/operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ 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.0.16"` |
| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.0.17"` |
| `controllerManager.kubeRbacProxy.resources.limits.cpu` | | `"500m"` |
| `controllerManager.kubeRbacProxy.resources.limits.memory` | | `"128Mi"` |
| `controllerManager.kubeRbacProxy.resources.requests.cpu` | | `"5m"` |
| `controllerManager.kubeRbacProxy.resources.requests.memory` | | `"64Mi"` |
| `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` | | `"v0.0.16"` |
| `controllerManager.manager.image.tag` | | `"v0.0.17"` |
| `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 @@ -36,7 +36,7 @@ controllerManager:
- ALL
image:
repository: ghcr.io/k8sgpt-ai/k8sgpt-operator
tag: v0.0.16 # x-release-please-version
tag: v0.0.17 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 8fa0cef

Please sign in to comment.