From d7e43f1f5a4e628604bd6b8b897d09be05b231af Mon Sep 17 00:00:00 2001 From: "wundergraph-bot[bot]" <285992168+wundergraph-bot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 08:36:51 +0000 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20release=20helm-cosmo=200.20.0=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 | 8 ++++++++ helm/cosmo/Chart.yaml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bf43dc8bc2..504d405306 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "helm/cosmo": "0.19.0", + "helm/cosmo": "0.20.0", "helm/cosmo/charts/router": "0.18.0" } diff --git a/helm/cosmo/CHANGELOG.md b/helm/cosmo/CHANGELOG.md index c5d792ccfc..4b50508479 100644 --- a/helm/cosmo/CHANGELOG.md +++ b/helm/cosmo/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.20.0](https://github.com/wundergraph/cosmo/compare/helm-cosmo@0.19.0...helm-cosmo@0.20.0) (2026-07-08) + + +### Features + +* add script to delete data older than 90 days ([#2693](https://github.com/wundergraph/cosmo/issues/2693)) ([068592b](https://github.com/wundergraph/cosmo/commit/068592b99aaf5650327b7db7a5d0c4d421b345cc)) +* cron to enqueue inactive organizations for deletion ([#2418](https://github.com/wundergraph/cosmo/issues/2418)) ([1658315](https://github.com/wundergraph/cosmo/commit/1658315cb996954dd00c5c1af1bf2edf3509bb27)) + ## [0.19.0](https://github.com/wundergraph/cosmo/compare/helm-cosmo@0.18.0...helm-cosmo@0.19.0) (2026-06-04) diff --git a/helm/cosmo/Chart.yaml b/helm/cosmo/Chart.yaml index fdc7789dc7..0e2a5c6ea5 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.19.0' +version: '0.20.0' home: https://github.com/wundergraph/cosmo From 5d0977832d1b2e444702ad1f95ad527e9080dba7 Mon Sep 17 00:00:00 2001 From: hardworker-bot Date: Wed, 8 Jul 2026 08:37:49 +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 14e5211168..4dce49a75a 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.19.0](https://img.shields.io/badge/Version-0.19.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.20.0](https://img.shields.io/badge/Version-0.20.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.