From fd9fa838c874f874ac88ae8c9c9b3be5ffb3cbd3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 22 Jun 2023 10:02:04 +0000 Subject: [PATCH] chore(patch): release 1.12.16 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.12.16](https://github.com/ibissource/zaakbrug/compare/v1.12.15...v1.12.16) (2023-06-22) ### 🧑‍💻 Code Refactoring * add optional staging openzaak deployment to helm for zgw to zds translation ([#104](https://github.com/ibissource/zaakbrug/issues/104)) ([4dd4af1](https://github.com/ibissource/zaakbrug/commit/4dd4af189b7a10b9819ef16b473635434af66692)) --- CHANGELOG.md | 7 +++++++ charts/zaakbrug/Chart.yaml | 9 ++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73ecc4049..217199425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ [![conventional commits](https://img.shields.io/badge/conventional%20commits-1.0.0-yellow.svg)](https://conventionalcommits.org) [![semantic versioning](https://img.shields.io/badge/semantic%20versioning-2.0.0-green.svg)](https://semver.org) +## [1.12.16](https://github.com/ibissource/zaakbrug/compare/v1.12.15...v1.12.16) (2023-06-22) + + +### 🧑‍💻 Code Refactoring + +* add optional staging openzaak deployment to helm for zgw to zds translation ([#104](https://github.com/ibissource/zaakbrug/issues/104)) ([4dd4af1](https://github.com/ibissource/zaakbrug/commit/4dd4af189b7a10b9819ef16b473635434af66692)) + ## [1.12.15](https://github.com/ibissource/zaakbrug/compare/v1.12.14...v1.12.15) (2023-06-16) diff --git a/charts/zaakbrug/Chart.yaml b/charts/zaakbrug/Chart.yaml index 872558676..1e40ed075 100644 --- a/charts/zaakbrug/Chart.yaml +++ b/charts/zaakbrug/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: 1.12.15 +appVersion: 1.12.16 description: Install ZaakBrug (zds-to-zgw) on Haven, powered by the Frank!Framework name: zaakbrug type: application -version: 1.12.15 +version: 1.12.16 home: https://github.com/ibissource/zaakbrug icon: https://raw.githubusercontent.com/ibissource/zaakbrug/master/zaakbrug-icon.png keywords: @@ -14,10 +14,9 @@ keywords: - zgw - esb - frank - dependencies: - name: openzaak alias: staging - version: "1.1.0" - repository: "https://maykinmedia.github.io/charts/" + version: 1.1.0 + repository: https://maykinmedia.github.io/charts/ condition: staging.enabled