Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"helm/cosmo": "0.14.0",
"helm/cosmo": "0.15.0",
"helm/cosmo/charts/router": "0.15.0"
}
7 changes: 7 additions & 0 deletions helm/cosmo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion helm/cosmo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion helm/cosmo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading