From 1f5b75ceefc1c5352e5d1ef252b7e2cb7144b284 Mon Sep 17 00:00:00 2001 From: Dustin Deus Date: Fri, 15 Aug 2025 12:58:17 +0200 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20release=20helm-cosmo=200.13.2=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .release-please-manifest.json | 2 +- helm/cosmo/CHANGELOG.md | 7 +++++++ helm/cosmo/Chart.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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 From c73390680bf70b501f9ea8c1084ec5fbaf07f0b0 Mon Sep 17 00:00:00 2001 From: hardworker-bot Date: Fri, 15 Aug 2025 10:59:07 +0000 Subject: [PATCH 2/2] chore: update helm docs and prepare release --- helm/cosmo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.