From 0a27aeaf0a7fe3b664e94589d262a6281c0e02c3 Mon Sep 17 00:00:00 2001 From: devthejo Date: Tue, 14 Jun 2022 08:49:47 +0200 Subject: [PATCH] chore(release): 1.23.11 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- packages/common/package.json | 2 +- packages/kontinuous/package.json | 2 +- packages/webhook/Chart.yaml | 4 ++-- packages/webhook/package.json | 2 +- plugins/fabrique/Chart.yaml | 8 ++++---- plugins/fabrique/charts/app/Chart.yaml | 4 ++-- plugins/fabrique/charts/fabrique-helpers/Chart.yaml | 4 ++-- plugins/fabrique/charts/hasura/Chart.yaml | 4 ++-- plugins/fabrique/charts/maildev/Chart.yaml | 4 ++-- plugins/fabrique/charts/metabase/Chart.yaml | 4 ++-- plugins/fabrique/charts/oauth2-proxy/Chart.yaml | 4 ++-- plugins/fabrique/charts/pgweb/Chart.yaml | 4 ++-- plugins/fabrique/charts/rancher-namespace/Chart.yaml | 4 ++-- plugins/fabrique/charts/redis/Chart.yaml | 4 ++-- plugins/fabrique/charts/security-policies/Chart.yaml | 4 ++-- plugins/recommended/charts/jobs/Chart.yaml | 4 ++-- plugins/recommended/charts/kontinuous-helpers/Chart.yaml | 4 ++-- 19 files changed, 41 insertions(+), 34 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3185c721fd..52ea1de1e6 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.23.11](https://github.com/SocialGouv/kontinuous/compare/v1.23.10...v1.23.11) (2022-06-14) + + +### Bug Fixes + +* return dump manifests ([e25f55d](https://github.com/SocialGouv/kontinuous/commit/e25f55d56863505c261c0fc4cb1db9c65ba354b0)) + ### [1.23.10](https://github.com/SocialGouv/kontinuous/compare/v1.23.9...v1.23.10) (2022-06-14) diff --git a/package.json b/package.json index 9529e7f623..af9a70e40c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "~dev", - "version": "1.23.10", + "version": "1.23.11", "repository": "git@github.com:SocialGouv/kontinuous.git", "license": "MIT", "private": true, diff --git a/packages/common/package.json b/packages/common/package.json index a414c0ae6a..c362ac379c 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "~common", - "version": "1.23.10", + "version": "1.23.11", "description": "", "license": "MIT", "author": "", diff --git a/packages/kontinuous/package.json b/packages/kontinuous/package.json index 62c393da4a..842997c0d5 100644 --- a/packages/kontinuous/package.json +++ b/packages/kontinuous/package.json @@ -1,6 +1,6 @@ { "name": "kontinuous", - "version": "1.23.10", + "version": "1.23.11", "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 3104b07184..ddfcefb246 100644 --- a/packages/webhook/Chart.yaml +++ b/packages/webhook/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: kontinuous-webhook -version: 1.23.10 +version: 1.23.11 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.23.10 +appVersion: 1.23.11 diff --git a/packages/webhook/package.json b/packages/webhook/package.json index ad0ae2a5c1..8a0591aa56 100644 --- a/packages/webhook/package.json +++ b/packages/webhook/package.json @@ -1,6 +1,6 @@ { "name": "~webhook", - "version": "1.23.10", + "version": "1.23.11", "description": "", "license": "MIT", "author": "", diff --git a/plugins/fabrique/Chart.yaml b/plugins/fabrique/Chart.yaml index 31311c8fa1..6f39228d00 100644 --- a/plugins/fabrique/Chart.yaml +++ b/plugins/fabrique/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: fabrique -version: 1.23.10 +version: 1.23.11 dependencies: - name: keycloak repository: https://codecentric.github.io/helm-charts @@ -8,10 +8,10 @@ dependencies: condition: keycloak.enabled - name: rancher-namespace repository: file://./charts/rancher-namespace - version: 1.23.10 + version: 1.23.11 condition: global.kontinuous.hasAll,rancher-namespace.enabled - name: security-policies repository: file://./charts/security-policies - version: 1.23.10 + version: 1.23.11 condition: global.kontinuous.hasAll,security-policies.enabled -appVersion: 1.23.10 +appVersion: 1.23.11 diff --git a/plugins/fabrique/charts/app/Chart.yaml b/plugins/fabrique/charts/app/Chart.yaml index c68d63a57b..da30ea6386 100644 --- a/plugins/fabrique/charts/app/Chart.yaml +++ b/plugins/fabrique/charts/app/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: app -version: 1.23.10 -appVersion: 1.23.10 +version: 1.23.11 +appVersion: 1.23.11 diff --git a/plugins/fabrique/charts/fabrique-helpers/Chart.yaml b/plugins/fabrique/charts/fabrique-helpers/Chart.yaml index cdbb7295dd..a010fb7274 100644 --- a/plugins/fabrique/charts/fabrique-helpers/Chart.yaml +++ b/plugins/fabrique/charts/fabrique-helpers/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 name: fabrique-helpers -version: 1.23.10 +version: 1.23.11 type: library -appVersion: 1.23.10 +appVersion: 1.23.11 diff --git a/plugins/fabrique/charts/hasura/Chart.yaml b/plugins/fabrique/charts/hasura/Chart.yaml index 03e70d6e5d..b23ee4b490 100644 --- a/plugins/fabrique/charts/hasura/Chart.yaml +++ b/plugins/fabrique/charts/hasura/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: hasura -version: 1.23.10 -appVersion: 1.23.10 +version: 1.23.11 +appVersion: 1.23.11 diff --git a/plugins/fabrique/charts/maildev/Chart.yaml b/plugins/fabrique/charts/maildev/Chart.yaml index a7c370b8cd..37d339848c 100644 --- a/plugins/fabrique/charts/maildev/Chart.yaml +++ b/plugins/fabrique/charts/maildev/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: maildev -version: 1.23.10 -appVersion: 1.23.10 +version: 1.23.11 +appVersion: 1.23.11 diff --git a/plugins/fabrique/charts/metabase/Chart.yaml b/plugins/fabrique/charts/metabase/Chart.yaml index 6211378ee5..a83af227f0 100644 --- a/plugins/fabrique/charts/metabase/Chart.yaml +++ b/plugins/fabrique/charts/metabase/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: metabase -version: 1.23.10 -appVersion: 1.23.10 +version: 1.23.11 +appVersion: 1.23.11 diff --git a/plugins/fabrique/charts/oauth2-proxy/Chart.yaml b/plugins/fabrique/charts/oauth2-proxy/Chart.yaml index 6de6e27338..06f097911e 100644 --- a/plugins/fabrique/charts/oauth2-proxy/Chart.yaml +++ b/plugins/fabrique/charts/oauth2-proxy/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: oauth2-proxy -version: 1.23.10 -appVersion: 1.23.10 +version: 1.23.11 +appVersion: 1.23.11 diff --git a/plugins/fabrique/charts/pgweb/Chart.yaml b/plugins/fabrique/charts/pgweb/Chart.yaml index 6f3853fb86..7e3a1dc37e 100644 --- a/plugins/fabrique/charts/pgweb/Chart.yaml +++ b/plugins/fabrique/charts/pgweb/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: pgweb -version: 1.23.10 -appVersion: 1.23.10 +version: 1.23.11 +appVersion: 1.23.11 diff --git a/plugins/fabrique/charts/rancher-namespace/Chart.yaml b/plugins/fabrique/charts/rancher-namespace/Chart.yaml index f0e064e378..85026781ea 100644 --- a/plugins/fabrique/charts/rancher-namespace/Chart.yaml +++ b/plugins/fabrique/charts/rancher-namespace/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: rancher-namespace -version: 1.23.10 -appVersion: 1.23.10 +version: 1.23.11 +appVersion: 1.23.11 diff --git a/plugins/fabrique/charts/redis/Chart.yaml b/plugins/fabrique/charts/redis/Chart.yaml index ac52b86fe8..8572cbc05f 100644 --- a/plugins/fabrique/charts/redis/Chart.yaml +++ b/plugins/fabrique/charts/redis/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: redis -version: 1.23.10 -appVersion: 1.23.10 +version: 1.23.11 +appVersion: 1.23.11 diff --git a/plugins/fabrique/charts/security-policies/Chart.yaml b/plugins/fabrique/charts/security-policies/Chart.yaml index 7ae5e5e1c7..37ff638f05 100644 --- a/plugins/fabrique/charts/security-policies/Chart.yaml +++ b/plugins/fabrique/charts/security-policies/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: security-policies -version: 1.23.10 -appVersion: 1.23.10 +version: 1.23.11 +appVersion: 1.23.11 diff --git a/plugins/recommended/charts/jobs/Chart.yaml b/plugins/recommended/charts/jobs/Chart.yaml index 8e970954cb..9c12766298 100644 --- a/plugins/recommended/charts/jobs/Chart.yaml +++ b/plugins/recommended/charts/jobs/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: jobs -version: 1.23.10 -appVersion: 1.23.10 +version: 1.23.11 +appVersion: 1.23.11 diff --git a/plugins/recommended/charts/kontinuous-helpers/Chart.yaml b/plugins/recommended/charts/kontinuous-helpers/Chart.yaml index a912f63d25..08b740362a 100644 --- a/plugins/recommended/charts/kontinuous-helpers/Chart.yaml +++ b/plugins/recommended/charts/kontinuous-helpers/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 name: kontinuous-helpers -version: 1.23.10 +version: 1.23.11 type: library -appVersion: 1.23.10 +appVersion: 1.23.11