From 31673502476c2cf9f4e924a3f784dcba4b860a67 Mon Sep 17 00:00:00 2001 From: Dustin Deus Date: Fri, 22 Nov 2024 12:10:37 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20release=20helm-cosmo=200.12.3=20?= =?UTF-8?q?=F0=9F=9A=80=20(#1393)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: hardworker-bot --- .release-please-manifest.json | 2 +- helm/cosmo/CHANGELOG.md | 7 +++++++ helm/cosmo/Chart.yaml | 2 +- helm/cosmo/README.md | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 00d436f4b2..50b2ab42ff 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "helm/cosmo": "0.12.2", + "helm/cosmo": "0.12.3", "helm/cosmo/charts/router": "0.9.0" } diff --git a/helm/cosmo/CHANGELOG.md b/helm/cosmo/CHANGELOG.md index d3e7a44e2a..1bb7abe60b 100644 --- a/helm/cosmo/CHANGELOG.md +++ b/helm/cosmo/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.12.3](https://github.com/wundergraph/cosmo/compare/helm-cosmo@0.12.2...helm-cosmo@0.12.3) (2024-11-22) + + +### Bug Fixes + +* delete org and user workflows ([#1326](https://github.com/wundergraph/cosmo/issues/1326)) ([484898d](https://github.com/wundergraph/cosmo/commit/484898d885fc99dda8f81a2855173bd3628a5639)) + ## [0.12.2](https://github.com/wundergraph/cosmo/compare/helm-cosmo@0.12.1...helm-cosmo@0.12.2) (2024-10-11) diff --git a/helm/cosmo/Chart.yaml b/helm/cosmo/Chart.yaml index 47b8b003b2..9ddf5e20bf 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.12.2' +version: '0.12.3' home: https://github.com/wundergraph/cosmo diff --git a/helm/cosmo/README.md b/helm/cosmo/README.md index 24ed822383..3395fc913d 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.12.2](https://img.shields.io/badge/Version-0.12.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.12.3](https://img.shields.io/badge/Version-0.12.3-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.