Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.0.9 #34

Merged
merged 1 commit into from
Apr 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.0.8"}
{".":"0.0.9"}
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [0.0.9](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.0.8...v0.0.9) (2023-04-28)


### Features

* update artifacthub annotations ([5a5ae40](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/5a5ae40efe5ed75ee22ba72c1fb22105855e5e14))


### Bug Fixes

* **deps:** update module github.com/onsi/gomega to v1.27.6 ([#28](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/28)) ([1b781d0](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/1b781d09ce18107d8d4e046f30997bfce32799a9))
* **deps:** update module github.com/prometheus/client_golang to v1.15.0 ([#40](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/40)) ([97b644f](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/97b644f11cb5606ddab64bc96dc2d0a39162e8dd))
* **deps:** update module sigs.k8s.io/controller-runtime to v0.14.6 ([#35](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/35)) ([c135030](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/c135030f695c753107789239d79b324ee04173d9))
* disable version checking for helm charts ([#37](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/37)) ([d6929b3](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/d6929b3212f719ebf97218e506b1175525719b95))
* ignore old client go packages in renovate ([#43](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/43)) ([4a84b0e](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/4a84b0e2822db6786e60ec2b602712d2806d47d6))


### Other

* **deps:** pin dependencies ([#27](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/27)) ([6e9f78c](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/6e9f78c03264bc103bb06d296b0eaa94f9233c23))
* **deps:** update actions/checkout action to v3 ([#41](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/41)) ([1df8133](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/1df81336cb6fb1cffc9e308038faf98b8bd7c7cd))
* **deps:** update gcr.io/kubebuilder/kube-rbac-proxy docker tag to v0.14.1 ([#36](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/36)) ([58a0677](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/58a0677291cc1b62702ac76b8a9ba84230011ac1))
* **deps:** update helm/kind-action action to v1.5.0 ([#38](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/38)) ([b70aad5](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/b70aad5aa9731cd3c65d20392486f9f796557252))


### Docs

* add artifacthub badge and chart readme ([#45](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/45)) ([99c55f2](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/99c55f2afb28cb674e87148ff50c7c0b249e2051))

## [0.0.8](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.0.7...v0.0.8) (2023-04-28)


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.8 # x-release-please-version
version: 0.0.9 # 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.8" # x-release-please-version
appVersion: "0.0.9" # 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 @@ -16,15 +16,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.14.1"` |
| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.0.9"` |
| `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.8"` |
| `controllerManager.manager.image.tag` | | `"v0.0.9"` |
| `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 @@ -25,7 +25,7 @@ controllerManager:
- ALL
image:
repository: ghcr.io/k8sgpt-ai/k8sgpt-operator
tag: v0.0.8 # x-release-please-version
tag: v0.0.9 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down