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

Commit d070174

Browse files
committed
chore(release): 1.21.3
1 parent b2b36e3 commit d070174

File tree

15 files changed

+38
-31
lines changed

15 files changed

+38
-31
lines changed

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.21.3](https://github.com/SocialGouv/kube-workflow/compare/v1.21.2...v1.21.3) (2022-06-07)
6+
7+
8+
### Bug Fixes
9+
10+
* increase startupProbe timeout ([b2b36e3](https://github.com/SocialGouv/kube-workflow/commit/b2b36e3f98a691dab91f87d6ef8fcf238ce623ff))
11+
512
### [1.21.2](https://github.com/SocialGouv/kube-workflow/compare/v1.21.1...v1.21.2) (2022-05-11)
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.21.2",
3+
"version": "1.21.3",
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.21.2",
3+
"version": "1.21.3",
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.21.2
3+
version: 1.21.3
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.21.2
12+
appVersion: 1.21.3

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.21.2",
3+
"version": "1.21.3",
44
"description": "",
55
"license": "MIT",
66
"author": "",

packages/workflow/Chart.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: kube-workflow
3-
version: 1.21.2
3+
version: 1.21.3
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,33 +13,33 @@ dependencies:
1313
- name: app
1414
repository: file://./charts/app
1515
condition: app.enabled
16-
version: 1.21.2
16+
version: 1.21.3
1717
- name: hasura
1818
repository: file://./charts/hasura
1919
condition: hasura.enabled
20-
version: 1.21.2
20+
version: 1.21.3
2121
- name: maildev
2222
repository: file://./charts/maildev
2323
condition: maildev.enabled
24-
version: 1.21.2
24+
version: 1.21.3
2525
- name: metabase
2626
repository: file://./charts/metabase
2727
condition: metabase.enabled
28-
version: 1.21.2
28+
version: 1.21.3
2929
- name: oauth2-proxy
3030
repository: file://./charts/oauth2-proxy
3131
condition: oauth2-proxy.enabled
32-
version: 1.21.2
32+
version: 1.21.3
3333
- name: pgweb
3434
repository: file://./charts/pgweb
3535
condition: pgweb.enabled
36-
version: 1.21.2
36+
version: 1.21.3
3737
- name: jobs
3838
repository: file://./charts/jobs
3939
condition: jobs.enabled
40-
version: 1.21.2
40+
version: 1.21.3
4141
- name: keycloak
4242
repository: https://codecentric.github.io/helm-charts
4343
version: 17.0.3
4444
condition: keycloak.enabled
45-
appVersion: 1.21.2
45+
appVersion: 1.21.3
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.21.2
3+
version: 1.21.3
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.21.2
12+
appVersion: 1.21.3
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.21.2
3+
version: 1.21.3
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.21.2
12+
appVersion: 1.21.3
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.21.2
3+
version: 1.21.3
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.21.2
12+
appVersion: 1.21.3
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.21.2
3+
version: 1.21.3
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.21.2
12+
appVersion: 1.21.3

0 commit comments

Comments
 (0)