diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9faefdca..b802b557 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.5"} \ No newline at end of file +{".":"0.0.6"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 755cff11..af387317 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.6](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.0.5...v0.0.6) (2023-04-28) + + +### Other + +* added missing chart ([83ceb6c](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/83ceb6c746b5ddb7cf18d41f3a40b7d5c057380a)) + ## [0.0.5](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.0.4...v0.0.5) (2023-04-27) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index f9c19e3c..2985ebac 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -13,7 +13,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.5 #x-release-please-version +version: 0.0.6 #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.