diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e4c1d64..63f8258a 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.22.15 (2023-02-20) + + +### Bug Fixes + +* **helm:** use merge+dict to prevent memoize fix [#59](https://github.com/SocialGouv/kube-workflow/issues/59) ([6f1d5ed](https://github.com/SocialGouv/kube-workflow/commit/6f1d5ed03b1acc9e3da6ff2005006ec76c394486)) + ### 1.22.14 (2023-01-04) diff --git a/package.json b/package.json index ab26eaa8..750b6aea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kube-workflow-dev", - "version": "1.22.14", + "version": "1.22.15", "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 66617f5b..1a22f965 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "kube-workflow-common", - "version": "1.22.14", + "version": "1.22.15", "description": "", "license": "MIT", "author": "", diff --git a/packages/webhook/Chart.yaml b/packages/webhook/Chart.yaml index d73a694f..f4cb2a1a 100644 --- a/packages/webhook/Chart.yaml +++ b/packages/webhook/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: kube-webhook -version: 1.22.14 +version: 1.22.15 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.22.14 +appVersion: 1.22.15 diff --git a/packages/webhook/package.json b/packages/webhook/package.json index 4124f1ac..97df5064 100644 --- a/packages/webhook/package.json +++ b/packages/webhook/package.json @@ -1,6 +1,6 @@ { "name": "kube-webhook", - "version": "1.22.14", + "version": "1.22.15", "description": "", "license": "MIT", "author": "", diff --git a/packages/workflow/Chart.yaml b/packages/workflow/Chart.yaml index 9a5b048d..0896e09c 100644 --- a/packages/workflow/Chart.yaml +++ b/packages/workflow/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: kube-workflow -version: 1.22.14 +version: 1.22.15 home: https://github.com/SocialGouv/kube-workflow description: Workflow CI for for Kubernetes icon: https://avatars.githubusercontent.com/u/45039513?v=4 @@ -13,37 +13,37 @@ dependencies: - name: app repository: file://./charts/app condition: app.enabled - version: 1.22.14 + version: 1.22.15 - name: hasura repository: file://./charts/hasura condition: hasura.enabled - version: 1.22.14 + version: 1.22.15 - name: maildev repository: file://./charts/maildev condition: maildev.enabled - version: 1.22.14 + version: 1.22.15 - name: metabase repository: file://./charts/metabase condition: metabase.enabled - version: 1.22.14 + version: 1.22.15 - name: oauth2-proxy repository: file://./charts/oauth2-proxy condition: oauth2-proxy.enabled - version: 1.22.14 + version: 1.22.15 - name: pgweb repository: file://./charts/pgweb condition: pgweb.enabled - version: 1.22.14 + version: 1.22.15 - name: jobs repository: file://./charts/jobs condition: jobs.enabled - version: 1.22.14 + version: 1.22.15 - name: keycloak repository: https://codecentric.github.io/helm-charts version: 17.0.3 condition: keycloak.enabled - name: redis repository: file://./charts/redis - version: 1.22.14 + version: 1.22.15 condition: redis.enabled -appVersion: 1.22.14 +appVersion: 1.22.15 diff --git a/packages/workflow/charts/app/Chart.yaml b/packages/workflow/charts/app/Chart.yaml index c87e7c94..75cb3700 100644 --- a/packages/workflow/charts/app/Chart.yaml +++ b/packages/workflow/charts/app/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: app -version: 1.22.14 +version: 1.22.15 home: https://github.com/SocialGouv description: Classic frontend app 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.22.14 +appVersion: 1.22.15 diff --git a/packages/workflow/charts/hasura/Chart.yaml b/packages/workflow/charts/hasura/Chart.yaml index 3ea3e949..23f72297 100644 --- a/packages/workflow/charts/hasura/Chart.yaml +++ b/packages/workflow/charts/hasura/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: hasura -version: 1.22.14 +version: 1.22.15 home: https://github.com/SocialGouv description: Hasura service 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.22.14 +appVersion: 1.22.15 diff --git a/packages/workflow/charts/jobs/Chart.yaml b/packages/workflow/charts/jobs/Chart.yaml index 1a80b818..c57ca291 100644 --- a/packages/workflow/charts/jobs/Chart.yaml +++ b/packages/workflow/charts/jobs/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: jobs -version: 1.22.14 +version: 1.22.15 home: https://github.com/SocialGouv description: Jobs 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.22.14 +appVersion: 1.22.15 diff --git a/packages/workflow/charts/maildev/Chart.yaml b/packages/workflow/charts/maildev/Chart.yaml index dc12ff5a..cbcceee6 100644 --- a/packages/workflow/charts/maildev/Chart.yaml +++ b/packages/workflow/charts/maildev/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: maildev -version: 1.22.14 +version: 1.22.15 home: https://github.com/SocialGouv description: Classic frontend app 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.22.14 +appVersion: 1.22.15 diff --git a/packages/workflow/charts/metabase/Chart.yaml b/packages/workflow/charts/metabase/Chart.yaml index 76605a97..93074e23 100644 --- a/packages/workflow/charts/metabase/Chart.yaml +++ b/packages/workflow/charts/metabase/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: metabase -version: 1.22.14 +version: 1.22.15 home: https://github.com/SocialGouv description: Metabase app 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.22.14 +appVersion: 1.22.15 diff --git a/packages/workflow/charts/oauth2-proxy/Chart.yaml b/packages/workflow/charts/oauth2-proxy/Chart.yaml index 20e81f1c..e56bf955 100644 --- a/packages/workflow/charts/oauth2-proxy/Chart.yaml +++ b/packages/workflow/charts/oauth2-proxy/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: oauth2-proxy -version: 1.22.14 +version: 1.22.15 home: https://github.com/SocialGouv description: oauth2-proxy 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.22.14 +appVersion: 1.22.15 diff --git a/packages/workflow/charts/pgweb/Chart.yaml b/packages/workflow/charts/pgweb/Chart.yaml index 40dc7fe1..c5dd4c29 100644 --- a/packages/workflow/charts/pgweb/Chart.yaml +++ b/packages/workflow/charts/pgweb/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: pgweb -version: 1.22.14 +version: 1.22.15 home: https://github.com/SocialGouv description: Pgweb 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.22.14 +appVersion: 1.22.15 diff --git a/packages/workflow/charts/redis/Chart.yaml b/packages/workflow/charts/redis/Chart.yaml index 10d949df..3841b315 100644 --- a/packages/workflow/charts/redis/Chart.yaml +++ b/packages/workflow/charts/redis/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: redis -version: 1.22.14 +version: 1.22.15 home: https://github.com/SocialGouv description: redis app 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.22.14 +appVersion: 1.22.15 diff --git a/packages/workflow/package.json b/packages/workflow/package.json index 5d9a23fc..d38bb740 100644 --- a/packages/workflow/package.json +++ b/packages/workflow/package.json @@ -1,6 +1,6 @@ { "name": "kube-workflow", - "version": "1.22.14", + "version": "1.22.15", "repository": "git@github.com:SocialGouv/kube-workflow.git", "license": "MIT", "main": "src/index",