Skip to content
This repository was archived by the owner on Jun 19, 2023. It is now read-only.

Commit 3785c53

Browse files
chore(release): 1.22.15
1 parent 6f1d5ed commit 3785c53

15 files changed

Lines changed: 39 additions & 32 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### 1.22.15 (2023-02-20)
6+
7+
8+
### Bug Fixes
9+
10+
* **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))
11+
512
### 1.22.14 (2023-01-04)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kube-workflow-dev",
3-
"version": "1.22.14",
3+
"version": "1.22.15",
44
"repository": "git@github.com:SocialGouv/kube-workflow.git",
55
"license": "MIT",
66
"private": true,

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kube-workflow-common",
3-
"version": "1.22.14",
3+
"version": "1.22.15",
44
"description": "",
55
"license": "MIT",
66
"author": "",

packages/webhook/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: kube-webhook
3-
version: 1.22.14
3+
version: 1.22.15
44
home: https://github.com/SocialGouv/kube-workflow
55
description: Webhook CI for Kubernetes
66
icon: https://avatars.githubusercontent.com/u/45039513?v=4
@@ -9,4 +9,4 @@ sources:
99
maintainers:
1010
- name: Fabrique numérique des Ministères Sociaux
1111
email: dsi-incubateur@sg.social.gouv.fr
12-
appVersion: 1.22.14
12+
appVersion: 1.22.15

packages/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kube-webhook",
3-
"version": "1.22.14",
3+
"version": "1.22.15",
44
"description": "",
55
"license": "MIT",
66
"author": "",

packages/workflow/Chart.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: kube-workflow
3-
version: 1.22.14
3+
version: 1.22.15
44
home: https://github.com/SocialGouv/kube-workflow
55
description: Workflow CI for for Kubernetes
66
icon: https://avatars.githubusercontent.com/u/45039513?v=4
@@ -13,37 +13,37 @@ dependencies:
1313
- name: app
1414
repository: file://./charts/app
1515
condition: app.enabled
16-
version: 1.22.14
16+
version: 1.22.15
1717
- name: hasura
1818
repository: file://./charts/hasura
1919
condition: hasura.enabled
20-
version: 1.22.14
20+
version: 1.22.15
2121
- name: maildev
2222
repository: file://./charts/maildev
2323
condition: maildev.enabled
24-
version: 1.22.14
24+
version: 1.22.15
2525
- name: metabase
2626
repository: file://./charts/metabase
2727
condition: metabase.enabled
28-
version: 1.22.14
28+
version: 1.22.15
2929
- name: oauth2-proxy
3030
repository: file://./charts/oauth2-proxy
3131
condition: oauth2-proxy.enabled
32-
version: 1.22.14
32+
version: 1.22.15
3333
- name: pgweb
3434
repository: file://./charts/pgweb
3535
condition: pgweb.enabled
36-
version: 1.22.14
36+
version: 1.22.15
3737
- name: jobs
3838
repository: file://./charts/jobs
3939
condition: jobs.enabled
40-
version: 1.22.14
40+
version: 1.22.15
4141
- name: keycloak
4242
repository: https://codecentric.github.io/helm-charts
4343
version: 17.0.3
4444
condition: keycloak.enabled
4545
- name: redis
4646
repository: file://./charts/redis
47-
version: 1.22.14
47+
version: 1.22.15
4848
condition: redis.enabled
49-
appVersion: 1.22.14
49+
appVersion: 1.22.15
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: app
3-
version: 1.22.14
3+
version: 1.22.15
44
home: https://github.com/SocialGouv
55
description: Classic frontend app
66
icon: https://avatars.githubusercontent.com/u/45039513?v=4
@@ -9,4 +9,4 @@ sources:
99
maintainers:
1010
- name: Fabrique numérique des Ministères Sociaux
1111
email: dsi-incubateur@sg.social.gouv.fr
12-
appVersion: 1.22.14
12+
appVersion: 1.22.15
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: hasura
3-
version: 1.22.14
3+
version: 1.22.15
44
home: https://github.com/SocialGouv
55
description: Hasura service
66
icon: https://avatars.githubusercontent.com/u/45039513?v=4
@@ -9,4 +9,4 @@ sources:
99
maintainers:
1010
- name: Fabrique numérique des Ministères Sociaux
1111
email: dsi-incubateur@sg.social.gouv.fr
12-
appVersion: 1.22.14
12+
appVersion: 1.22.15
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: jobs
3-
version: 1.22.14
3+
version: 1.22.15
44
home: https://github.com/SocialGouv
55
description: Jobs
66
icon: https://avatars.githubusercontent.com/u/45039513?v=4
@@ -9,4 +9,4 @@ sources:
99
maintainers:
1010
- name: Fabrique numérique des Ministères Sociaux
1111
email: dsi-incubateur@sg.social.gouv.fr
12-
appVersion: 1.22.14
12+
appVersion: 1.22.15
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: maildev
3-
version: 1.22.14
3+
version: 1.22.15
44
home: https://github.com/SocialGouv
55
description: Classic frontend app
66
icon: https://avatars.githubusercontent.com/u/45039513?v=4
@@ -9,4 +9,4 @@ sources:
99
maintainers:
1010
- name: Fabrique numérique des Ministères Sociaux
1111
email: dsi-incubateur@sg.social.gouv.fr
12-
appVersion: 1.22.14
12+
appVersion: 1.22.15

0 commit comments

Comments
 (0)