From 134c919167bb38c84c38afbca4fc8e9fa13bdad1 Mon Sep 17 00:00:00 2001 From: Dustin Deus Date: Fri, 13 Jun 2025 12:09:15 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20release=20helm-cosmo-router=200.13.0?= =?UTF-8?q?=20=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/charts/router/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7b3d34c318..ae11437478 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "helm/cosmo": "0.13.1", - "helm/cosmo/charts/router": "0.12.0" + "helm/cosmo/charts/router": "0.13.0" } diff --git a/helm/cosmo/charts/router/CHANGELOG.md b/helm/cosmo/charts/router/CHANGELOG.md index a68e8823fb..68f8e50bfb 100644 --- a/helm/cosmo/charts/router/CHANGELOG.md +++ b/helm/cosmo/charts/router/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.13.0](https://github.com/wundergraph/cosmo/compare/helm-cosmo-router@0.12.0...helm-cosmo-router@0.13.0) (2025-06-13) + + +### Features + +* **helm:** allow using config of a router from a file ([#1961](https://github.com/wundergraph/cosmo/issues/1961)) ([dfea253](https://github.com/wundergraph/cosmo/commit/dfea253502461bb80c47c05b9d211b9c757fcd4c)) + ## [0.12.0](https://github.com/wundergraph/cosmo/compare/helm-cosmo-router@0.11.0...helm-cosmo-router@0.12.0) (2025-06-09)