From 0ca88448e50d6448f285bb76bb8d2d49027e37f1 Mon Sep 17 00:00:00 2001 From: devthejo Date: Fri, 17 Jun 2022 15:45:46 +0200 Subject: [PATCH] chore(release): 1.24.4 --- 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 d4b7bc3dad..eb1ab16cea 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.24.4](https://github.com/SocialGouv/kontinuous/compare/v1.24.3...v1.24.4) (2022-06-17) + + +### Bug Fixes + +* env ([55fbb15](https://github.com/SocialGouv/kontinuous/commit/55fbb15dd93e001ce772ee15e5497692c08cc890)) + ### [1.24.3](https://github.com/SocialGouv/kontinuous/compare/v1.24.2...v1.24.3) (2022-06-17) diff --git a/package.json b/package.json index 8165f2f4c3..5b2dc51932 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "~dev", - "version": "1.24.3", + "version": "1.24.4", "repository": "git@github.com:SocialGouv/kontinuous.git", "license": "MIT", "private": true, diff --git a/packages/common/package.json b/packages/common/package.json index 297d421416..652feebc59 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "~common", - "version": "1.24.3", + "version": "1.24.4", "description": "", "license": "MIT", "author": "", diff --git a/packages/kontinuous/package.json b/packages/kontinuous/package.json index d9af02fdc1..86a2c2197c 100644 --- a/packages/kontinuous/package.json +++ b/packages/kontinuous/package.json @@ -1,6 +1,6 @@ { "name": "kontinuous", - "version": "1.24.3", + "version": "1.24.4", "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 361174e799..606ca95a60 100644 --- a/packages/webhook/Chart.yaml +++ b/packages/webhook/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: kontinuous-webhook -version: 1.24.3 +version: 1.24.4 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.24.3 +appVersion: 1.24.4 diff --git a/packages/webhook/package.json b/packages/webhook/package.json index d87274ec0a..fb2bf3248d 100644 --- a/packages/webhook/package.json +++ b/packages/webhook/package.json @@ -1,6 +1,6 @@ { "name": "~webhook", - "version": "1.24.3", + "version": "1.24.4", "description": "", "license": "MIT", "author": "", diff --git a/plugins/fabrique/Chart.yaml b/plugins/fabrique/Chart.yaml index 65215bc33e..06521168ae 100644 --- a/plugins/fabrique/Chart.yaml +++ b/plugins/fabrique/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: fabrique -version: 1.24.3 +version: 1.24.4 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.24.3 + version: 1.24.4 condition: global.kontinuous.hasAll,rancher-namespace.enabled - name: security-policies repository: file://./charts/security-policies - version: 1.24.3 + version: 1.24.4 condition: global.kontinuous.hasAll,security-policies.enabled -appVersion: 1.24.3 +appVersion: 1.24.4 diff --git a/plugins/fabrique/charts/app/Chart.yaml b/plugins/fabrique/charts/app/Chart.yaml index 3dc599e9bb..9e33bd4593 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.24.3 -appVersion: 1.24.3 +version: 1.24.4 +appVersion: 1.24.4 diff --git a/plugins/fabrique/charts/fabrique-helpers/Chart.yaml b/plugins/fabrique/charts/fabrique-helpers/Chart.yaml index d4b9ec526d..7a2395cc55 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.24.3 +version: 1.24.4 type: library -appVersion: 1.24.3 +appVersion: 1.24.4 diff --git a/plugins/fabrique/charts/hasura/Chart.yaml b/plugins/fabrique/charts/hasura/Chart.yaml index 1c5db30187..2a0800d1f9 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.24.3 -appVersion: 1.24.3 +version: 1.24.4 +appVersion: 1.24.4 diff --git a/plugins/fabrique/charts/maildev/Chart.yaml b/plugins/fabrique/charts/maildev/Chart.yaml index 16c93065b9..b20747c291 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.24.3 -appVersion: 1.24.3 +version: 1.24.4 +appVersion: 1.24.4 diff --git a/plugins/fabrique/charts/metabase/Chart.yaml b/plugins/fabrique/charts/metabase/Chart.yaml index 59ecf1f5bf..c06e427dec 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.24.3 -appVersion: 1.24.3 +version: 1.24.4 +appVersion: 1.24.4 diff --git a/plugins/fabrique/charts/oauth2-proxy/Chart.yaml b/plugins/fabrique/charts/oauth2-proxy/Chart.yaml index 040c6569b6..05beae7cfc 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.24.3 -appVersion: 1.24.3 +version: 1.24.4 +appVersion: 1.24.4 diff --git a/plugins/fabrique/charts/pgweb/Chart.yaml b/plugins/fabrique/charts/pgweb/Chart.yaml index 9e1806064d..d882e7be74 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.24.3 -appVersion: 1.24.3 +version: 1.24.4 +appVersion: 1.24.4 diff --git a/plugins/fabrique/charts/rancher-namespace/Chart.yaml b/plugins/fabrique/charts/rancher-namespace/Chart.yaml index 4d9b027f59..51c297f0e6 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.24.3 -appVersion: 1.24.3 +version: 1.24.4 +appVersion: 1.24.4 diff --git a/plugins/fabrique/charts/redis/Chart.yaml b/plugins/fabrique/charts/redis/Chart.yaml index 86c52861af..a9e7857309 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.24.3 -appVersion: 1.24.3 +version: 1.24.4 +appVersion: 1.24.4 diff --git a/plugins/fabrique/charts/security-policies/Chart.yaml b/plugins/fabrique/charts/security-policies/Chart.yaml index 042fb2e150..43fcbc2a80 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.24.3 -appVersion: 1.24.3 +version: 1.24.4 +appVersion: 1.24.4 diff --git a/plugins/recommended/charts/jobs/Chart.yaml b/plugins/recommended/charts/jobs/Chart.yaml index 9c6cd8d47f..6db4618700 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.24.3 -appVersion: 1.24.3 +version: 1.24.4 +appVersion: 1.24.4 diff --git a/plugins/recommended/charts/kontinuous-helpers/Chart.yaml b/plugins/recommended/charts/kontinuous-helpers/Chart.yaml index 58ea46b6c9..39b6a16861 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.24.3 +version: 1.24.4 type: library -appVersion: 1.24.3 +appVersion: 1.24.4