diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f257c6d25..1577307983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.21.3](https://github.com/SocialGouv/kube-workflow/compare/v1.21.2...v1.21.3) (2022-05-20) + + +### Bug Fixes + +* wip ([620091a](https://github.com/SocialGouv/kube-workflow/commit/620091adcd56f1013fa4d2726c256d3acc4ac123)) + ### [1.21.2](https://github.com/SocialGouv/kube-workflow/compare/v1.21.1...v1.21.2) (2022-05-20) diff --git a/package.json b/package.json index 3d092d439d..4b4940ef53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "~dev", - "version": "1.21.2", + "version": "1.21.3", "repository": "git@github.com:SocialGouv/kube-workflow.git", "license": "MIT", "private": true, diff --git a/packages/common/package.json b/packages/common/package.json index 3b47bfeda7..eed3bfad3f 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "~common", - "version": "1.21.2", + "version": "1.21.3", "description": "", "license": "MIT", "author": "", diff --git a/packages/kontinuous/package.json b/packages/kontinuous/package.json index b1c700deff..95fdb93d2f 100644 --- a/packages/kontinuous/package.json +++ b/packages/kontinuous/package.json @@ -1,6 +1,6 @@ { "name": "kontinuous", - "version": "1.21.2", + "version": "1.21.3", "repository": "https://github.com/SocialGouv/kci.git", "license": "MIT", "main": "src/index", diff --git a/packages/webhook/Chart.yaml b/packages/webhook/Chart.yaml index 53307e4410..5d131b7cc9 100644 --- a/packages/webhook/Chart.yaml +++ b/packages/webhook/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: kontinuous-webhook -version: 1.21.2 +version: 1.21.3 home: https://github.com/SocialGouv/kube-workflow description: Webhook CI for Kubernetes icon: https://avatars.githubusercontent.com/u/45039513?v=4 @@ -9,4 +9,4 @@ sources: maintainers: - name: Fabrique numérique des Ministères Sociaux email: dsi-incubateur@sg.social.gouv.fr -appVersion: 1.21.2 +appVersion: 1.21.3 diff --git a/packages/webhook/package.json b/packages/webhook/package.json index d823cd6139..13ccde4328 100644 --- a/packages/webhook/package.json +++ b/packages/webhook/package.json @@ -1,6 +1,6 @@ { "name": "~webhook", - "version": "1.21.2", + "version": "1.21.3", "description": "", "license": "MIT", "author": "",