Skip to content

Commit

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

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


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

## [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 @@ -18,9 +18,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
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

0 comments on commit efb72f3

Please sign in to comment.