diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b06acfc49a..e49a6bccab 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "helm/cosmo": "0.13.2", + "helm/cosmo": "0.14.0", "helm/cosmo/charts/router": "0.14.0" } diff --git a/helm/cosmo/CHANGELOG.md b/helm/cosmo/CHANGELOG.md index c1460f776d..2f667c06c6 100644 --- a/helm/cosmo/CHANGELOG.md +++ b/helm/cosmo/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.14.0](https://github.com/wundergraph/cosmo/compare/helm-cosmo@0.13.2...helm-cosmo@0.14.0) (2025-09-09) + + +### Features + +* update images in values for bitnami helm charts ([#2190](https://github.com/wundergraph/cosmo/issues/2190)) ([a52c215](https://github.com/wundergraph/cosmo/commit/a52c2153304610e116274752a8269e41be887359)) + ## [0.13.2](https://github.com/wundergraph/cosmo/compare/helm-cosmo@0.13.1...helm-cosmo@0.13.2) (2025-08-15) diff --git a/helm/cosmo/Chart.yaml b/helm/cosmo/Chart.yaml index bf0113d6b6..29481307a6 100644 --- a/helm/cosmo/Chart.yaml +++ b/helm/cosmo/Chart.yaml @@ -16,7 +16,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.13.2' +version: '0.14.0' home: https://github.com/wundergraph/cosmo diff --git a/helm/cosmo/README.md b/helm/cosmo/README.md index b5d1677751..187ce785e7 100644 --- a/helm/cosmo/README.md +++ b/helm/cosmo/README.md @@ -2,7 +2,7 @@ For a detailed deployment guide of the chart, including the full documentation, see the [DEV.md](DEV.md) file. -![Version: 0.13.2](https://img.shields.io/badge/Version-0.13.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.14.0](https://img.shields.io/badge/Version-0.14.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) This is the official Helm Chart for WunderGraph Cosmo - The Full Lifecycle GraphQL API Management Solution.