Skip to content

Commit

Permalink
chore(main): release 0.0.8 (#33)
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] authored Apr 28, 2023
1 parent 2701072 commit 9099aee
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 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.7"}
{".":"0.0.8"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Bug Fixes

* helm-release ([#32](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/32)) ([59047bf](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/59047bfb0fc83e39247f1e6ba4031e3b54d2494a))


### Other

* updated example readme ([#30](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/30)) ([2701072](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/2701072113b3b1bd6f1f85fbec00d4f0e8bae628))

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


Expand Down
2 changes: 1 addition & 1 deletion chart/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ 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.7 # x-release-please-version
version: 0.0.8 # 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.
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.6 #x-release-please-version
tag: v0.0.8 #x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 9099aee

Please sign in to comment.