Skip to content

Commit

Permalink
chore(patch): release 1.12.16 [skip ci]
Browse files Browse the repository at this point in the history
## [1.12.16](v1.12.15...v1.12.16) (2023-06-22)

### πŸ§‘β€πŸ’» Code Refactoring

* add optional staging openzaak deployment to helm for zgw to zds translation ([#104](#104)) ([4dd4af1](4dd4af1))
  • Loading branch information
semantic-release-bot committed Jun 22, 2023
1 parent 4dd4af1 commit fd9fa83
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
9 changes: 4 additions & 5 deletions charts/zaakbrug/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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

0 comments on commit fd9fa83

Please sign in to comment.