From a282f6056976435cb84e1a605f0eb6ff35b62be4 Mon Sep 17 00:00:00 2001 From: Dustin Deus Date: Tue, 21 Apr 2026 08:11:04 +0200 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20release=20helm-cosmo=200.17.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 | 15 +++++++++++++++ helm/cosmo/Chart.yaml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1f8d3a45b6..bb70feb4f3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "helm/cosmo": "0.16.0", + "helm/cosmo": "0.17.0", "helm/cosmo/charts/router": "0.15.1" } diff --git a/helm/cosmo/CHANGELOG.md b/helm/cosmo/CHANGELOG.md index 120f9c3128..268783f0ac 100644 --- a/helm/cosmo/CHANGELOG.md +++ b/helm/cosmo/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.17.0](https://github.com/wundergraph/cosmo/compare/helm-cosmo@0.16.0...helm-cosmo@0.17.0) (2026-04-21) + + +### Features + +* add sso cookie domain to helm values ([#2444](https://github.com/wundergraph/cosmo/issues/2444)) ([bba8703](https://github.com/wundergraph/cosmo/commit/bba87034a165c20a3d0b84a5ac1da35eaef3fe91)) +* **helm:** migrate away from bitnami helm chart ([#2569](https://github.com/wundergraph/cosmo/issues/2569)) ([cd38084](https://github.com/wundergraph/cosmo/commit/cd38084bf8514ebd3b0c874ef456878ec3aab3de)) +* introduce proxy for webhook requests ([#2671](https://github.com/wundergraph/cosmo/issues/2671)) ([dc4388d](https://github.com/wundergraph/cosmo/commit/dc4388d100a421e0ab6eed390a8d5f80d5b15112)) +* **keycloak:** move to official images ([#2561](https://github.com/wundergraph/cosmo/issues/2561)) ([8e81d6b](https://github.com/wundergraph/cosmo/commit/8e81d6b0159d62f1e85a369165036c8a4c14fbd7)) + + +### Bug Fixes + +* **helm:** exclude commonLabels from immutable selector matchLabels ([#2571](https://github.com/wundergraph/cosmo/issues/2571)) ([5758b4f](https://github.com/wundergraph/cosmo/commit/5758b4fc73f26ee18dbfda64b979d8025029711a)) + ## [0.16.0](https://github.com/wundergraph/cosmo/compare/helm-cosmo@0.15.0...helm-cosmo@0.16.0) (2025-12-10) diff --git a/helm/cosmo/Chart.yaml b/helm/cosmo/Chart.yaml index 2b64c261e9..ac8d0cdbc1 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.16.0' +version: '0.17.0' home: https://github.com/wundergraph/cosmo From fe21828b8017d1dcce30bc6a9f8da2b4ca85e54b Mon Sep 17 00:00:00 2001 From: hardworker-bot Date: Tue, 21 Apr 2026 06:11:53 +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 56fdee4377..d430d39889 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.16.0](https://img.shields.io/badge/Version-0.16.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.17.0](https://img.shields.io/badge/Version-0.17.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.