diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 534fe614d3..bbff41315a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "helm/cosmo": "0.14.0", + "helm/cosmo": "0.15.0", "helm/cosmo/charts/router": "0.15.0" } diff --git a/helm/cosmo/CHANGELOG.md b/helm/cosmo/CHANGELOG.md index 2f667c06c6..635677f37f 100644 --- a/helm/cosmo/CHANGELOG.md +++ b/helm/cosmo/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.15.0](https://github.com/wundergraph/cosmo/compare/helm-cosmo@0.14.0...helm-cosmo@0.15.0) (2025-09-10) + + +### Features + +* pod label configuration in cosmo router helm chart ([#2200](https://github.com/wundergraph/cosmo/issues/2200)) ([b5b13a1](https://github.com/wundergraph/cosmo/commit/b5b13a110c7c4d08cb612f065a38bb82e5da461d)) + ## [0.14.0](https://github.com/wundergraph/cosmo/compare/helm-cosmo@0.13.2...helm-cosmo@0.14.0) (2025-09-09) diff --git a/helm/cosmo/Chart.yaml b/helm/cosmo/Chart.yaml index 29481307a6..ee63af7c1d 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.14.0' +version: '0.15.0' home: https://github.com/wundergraph/cosmo diff --git a/helm/cosmo/README.md b/helm/cosmo/README.md index 4189577beb..5862d25dec 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.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) +![Version: 0.15.0](https://img.shields.io/badge/Version-0.15.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.