diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6225f69b3f..b06acfc49a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "helm/cosmo": "0.13.1", + "helm/cosmo": "0.13.2", "helm/cosmo/charts/router": "0.14.0" } diff --git a/helm/cosmo/CHANGELOG.md b/helm/cosmo/CHANGELOG.md index 129371d87c..c1460f776d 100644 --- a/helm/cosmo/CHANGELOG.md +++ b/helm/cosmo/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.13.2](https://github.com/wundergraph/cosmo/compare/helm-cosmo@0.13.1...helm-cosmo@0.13.2) (2025-08-15) + + +### Bug Fixes + +* make the session cookie last as long as Keycloak's ([#2135](https://github.com/wundergraph/cosmo/issues/2135)) ([589bbc9](https://github.com/wundergraph/cosmo/commit/589bbc9c778c21879ddf088a38f419fb0b909219)) + ## [0.13.1](https://github.com/wundergraph/cosmo/compare/helm-cosmo@0.13.0...helm-cosmo@0.13.1) (2025-04-14) diff --git a/helm/cosmo/Chart.yaml b/helm/cosmo/Chart.yaml index 1d7355d1c3..bf0113d6b6 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.1' +version: '0.13.2' home: https://github.com/wundergraph/cosmo diff --git a/helm/cosmo/README.md b/helm/cosmo/README.md index ab579aaeac..a6e6882916 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.1](https://img.shields.io/badge/Version-0.13.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![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) This is the official Helm Chart for WunderGraph Cosmo - The Full Lifecycle GraphQL API Management Solution.