diff --git a/CHANGELOG.md b/CHANGELOG.md index 292e4957..a45bc83e 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.2 (2022-06-16) + + +### Bug Fixes + +* upgrade metabase ([#52](https://github.com/SocialGouv/kube-workflow/issues/52)) ([9062f6e](https://github.com/SocialGouv/kube-workflow/commit/9062f6e53d62417cd739d8df631833eef6a107c9)) + ### 1.22.1 (2022-06-10) ## 1.22.0 (2022-06-10) diff --git a/package.json b/package.json index 637415d7..49c20a8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kube-workflow-dev", - "version": "1.22.1", + "version": "1.22.2", "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 9b57ceae..2950c4b4 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "kube-workflow-common", - "version": "1.22.1", + "version": "1.22.2", "description": "", "license": "MIT", "author": "", diff --git a/packages/webhook/Chart.yaml b/packages/webhook/Chart.yaml index df139ad9..e8745fc8 100644 --- a/packages/webhook/Chart.yaml +++ b/packages/webhook/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: kube-webhook -version: 1.22.1 +version: 1.22.2 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.1 +appVersion: 1.22.2 diff --git a/packages/webhook/package.json b/packages/webhook/package.json index e02c6ec1..125b3d2b 100644 --- a/packages/webhook/package.json +++ b/packages/webhook/package.json @@ -1,6 +1,6 @@ { "name": "kube-webhook", - "version": "1.22.1", + "version": "1.22.2", "description": "", "license": "MIT", "author": "", diff --git a/packages/workflow/Chart.yaml b/packages/workflow/Chart.yaml index 0ac2d616..327c5819 100644 --- a/packages/workflow/Chart.yaml +++ b/packages/workflow/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: kube-workflow -version: 1.22.1 +version: 1.22.2 home: https://github.com/SocialGouv/kube-workflow description: Workflow CI for for Kubernetes icon: https://avatars.githubusercontent.com/u/45039513?v=4 @@ -13,33 +13,33 @@ dependencies: - name: app repository: file://./charts/app condition: app.enabled - version: 1.22.1 + version: 1.22.2 - name: hasura repository: file://./charts/hasura condition: hasura.enabled - version: 1.22.1 + version: 1.22.2 - name: maildev repository: file://./charts/maildev condition: maildev.enabled - version: 1.22.1 + version: 1.22.2 - name: metabase repository: file://./charts/metabase condition: metabase.enabled - version: 1.22.1 + version: 1.22.2 - name: oauth2-proxy repository: file://./charts/oauth2-proxy condition: oauth2-proxy.enabled - version: 1.22.1 + version: 1.22.2 - name: pgweb repository: file://./charts/pgweb condition: pgweb.enabled - version: 1.22.1 + version: 1.22.2 - name: jobs repository: file://./charts/jobs condition: jobs.enabled - version: 1.22.1 + version: 1.22.2 - name: keycloak repository: https://codecentric.github.io/helm-charts version: 17.0.3 condition: keycloak.enabled -appVersion: 1.22.1 +appVersion: 1.22.2 diff --git a/packages/workflow/charts/app/Chart.yaml b/packages/workflow/charts/app/Chart.yaml index 893bda63..b084a282 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.1 +version: 1.22.2 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.1 +appVersion: 1.22.2 diff --git a/packages/workflow/charts/hasura/Chart.yaml b/packages/workflow/charts/hasura/Chart.yaml index d68b3924..d8adf976 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.1 +version: 1.22.2 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.1 +appVersion: 1.22.2 diff --git a/packages/workflow/charts/jobs/Chart.yaml b/packages/workflow/charts/jobs/Chart.yaml index 6f709d3e..48f02bc4 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.1 +version: 1.22.2 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.1 +appVersion: 1.22.2 diff --git a/packages/workflow/charts/maildev/Chart.yaml b/packages/workflow/charts/maildev/Chart.yaml index 3a69f6d6..fba84910 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.1 +version: 1.22.2 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.1 +appVersion: 1.22.2 diff --git a/packages/workflow/charts/metabase/Chart.yaml b/packages/workflow/charts/metabase/Chart.yaml index f5a77c9b..a36fcf07 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.1 +version: 1.22.2 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.1 +appVersion: 1.22.2 diff --git a/packages/workflow/charts/oauth2-proxy/Chart.yaml b/packages/workflow/charts/oauth2-proxy/Chart.yaml index 8e400804..86507f64 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.1 +version: 1.22.2 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.1 +appVersion: 1.22.2 diff --git a/packages/workflow/charts/pgweb/Chart.yaml b/packages/workflow/charts/pgweb/Chart.yaml index 5866f12e..b6492c27 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.1 +version: 1.22.2 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.1 +appVersion: 1.22.2 diff --git a/packages/workflow/charts/redis/Chart.yaml b/packages/workflow/charts/redis/Chart.yaml index 53f81d00..b717a2c7 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.1 +version: 1.22.2 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.1 +appVersion: 1.22.2 diff --git a/packages/workflow/package.json b/packages/workflow/package.json index a5d9baac..66c5d29d 100644 --- a/packages/workflow/package.json +++ b/packages/workflow/package.json @@ -1,6 +1,6 @@ { "name": "kube-workflow", - "version": "1.22.1", + "version": "1.22.2", "repository": "git@github.com:SocialGouv/kube-workflow.git", "license": "MIT", "main": "src/index",