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

Commit

Permalink
chore(release): 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SocialGroovyBot committed May 16, 2022
1 parent 00459ec commit 04d9197
Show file tree
Hide file tree
Showing 15 changed files with 38 additions and 31 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0 (2022-05-16)


### Features

* **hasura:** add ingress.enabled ([00459ec](https://github.com/SocialGouv/kube-workflow/commit/00459ec2e0b1efe84a20d3bcc93fc621f95b5a89))

### 1.21.3 (2022-05-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kube-workflow-dev",
"version": "1.21.3",
"version": "1.22.0",
"repository": "git@github.com:SocialGouv/kube-workflow.git",
"license": "MIT",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kube-workflow-common",
"version": "1.21.3",
"version": "1.22.0",
"description": "",
"license": "MIT",
"author": "",
Expand Down
4 changes: 2 additions & 2 deletions packages/webhook/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: kube-webhook
version: 1.21.3
version: 1.22.0
home: https://github.com/SocialGouv/kube-workflow
description: Webhook CI for Kubernetes
icon: https://avatars.githubusercontent.com/u/45039513?v=4
Expand All @@ -9,4 +9,4 @@ sources:
maintainers:
- name: Fabrique numérique des Ministères Sociaux
email: dsi-incubateur@sg.social.gouv.fr
appVersion: 1.21.3
appVersion: 1.22.0
2 changes: 1 addition & 1 deletion packages/webhook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kube-webhook",
"version": "1.21.3",
"version": "1.22.0",
"description": "",
"license": "MIT",
"author": "",
Expand Down
18 changes: 9 additions & 9 deletions packages/workflow/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: kube-workflow
version: 1.21.3
version: 1.22.0
home: https://github.com/SocialGouv/kube-workflow
description: Workflow CI for for Kubernetes
icon: https://avatars.githubusercontent.com/u/45039513?v=4
Expand All @@ -13,33 +13,33 @@ dependencies:
- name: app
repository: file://./charts/app
condition: app.enabled
version: 1.21.3
version: 1.22.0
- name: hasura
repository: file://./charts/hasura
condition: hasura.enabled
version: 1.21.3
version: 1.22.0
- name: maildev
repository: file://./charts/maildev
condition: maildev.enabled
version: 1.21.3
version: 1.22.0
- name: metabase
repository: file://./charts/metabase
condition: metabase.enabled
version: 1.21.3
version: 1.22.0
- name: oauth2-proxy
repository: file://./charts/oauth2-proxy
condition: oauth2-proxy.enabled
version: 1.21.3
version: 1.22.0
- name: pgweb
repository: file://./charts/pgweb
condition: pgweb.enabled
version: 1.21.3
version: 1.22.0
- name: jobs
repository: file://./charts/jobs
condition: jobs.enabled
version: 1.21.3
version: 1.22.0
- name: keycloak
repository: https://codecentric.github.io/helm-charts
version: 17.0.3
condition: keycloak.enabled
appVersion: 1.21.3
appVersion: 1.22.0
4 changes: 2 additions & 2 deletions packages/workflow/charts/app/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: app
version: 1.21.3
version: 1.22.0
home: https://github.com/SocialGouv
description: Classic frontend app
icon: https://avatars.githubusercontent.com/u/45039513?v=4
Expand All @@ -9,4 +9,4 @@ sources:
maintainers:
- name: Fabrique numérique des Ministères Sociaux
email: dsi-incubateur@sg.social.gouv.fr
appVersion: 1.21.3
appVersion: 1.22.0
4 changes: 2 additions & 2 deletions packages/workflow/charts/hasura/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: hasura
version: 1.21.3
version: 1.22.0
home: https://github.com/SocialGouv
description: Hasura service
icon: https://avatars.githubusercontent.com/u/45039513?v=4
Expand All @@ -9,4 +9,4 @@ sources:
maintainers:
- name: Fabrique numérique des Ministères Sociaux
email: dsi-incubateur@sg.social.gouv.fr
appVersion: 1.21.3
appVersion: 1.22.0
4 changes: 2 additions & 2 deletions packages/workflow/charts/jobs/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: jobs
version: 1.21.3
version: 1.22.0
home: https://github.com/SocialGouv
description: Jobs
icon: https://avatars.githubusercontent.com/u/45039513?v=4
Expand All @@ -9,4 +9,4 @@ sources:
maintainers:
- name: Fabrique numérique des Ministères Sociaux
email: dsi-incubateur@sg.social.gouv.fr
appVersion: 1.21.3
appVersion: 1.22.0
4 changes: 2 additions & 2 deletions packages/workflow/charts/maildev/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: maildev
version: 1.21.3
version: 1.22.0
home: https://github.com/SocialGouv
description: Classic frontend app
icon: https://avatars.githubusercontent.com/u/45039513?v=4
Expand All @@ -9,4 +9,4 @@ sources:
maintainers:
- name: Fabrique numérique des Ministères Sociaux
email: dsi-incubateur@sg.social.gouv.fr
appVersion: 1.21.3
appVersion: 1.22.0
4 changes: 2 additions & 2 deletions packages/workflow/charts/metabase/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: metabase
version: 1.21.3
version: 1.22.0
home: https://github.com/SocialGouv
description: Metabase app
icon: https://avatars.githubusercontent.com/u/45039513?v=4
Expand All @@ -9,4 +9,4 @@ sources:
maintainers:
- name: Fabrique numérique des Ministères Sociaux
email: dsi-incubateur@sg.social.gouv.fr
appVersion: 1.21.3
appVersion: 1.22.0
4 changes: 2 additions & 2 deletions packages/workflow/charts/oauth2-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: oauth2-proxy
version: 1.21.3
version: 1.22.0
home: https://github.com/SocialGouv
description: oauth2-proxy
icon: https://avatars.githubusercontent.com/u/45039513?v=4
Expand All @@ -9,4 +9,4 @@ sources:
maintainers:
- name: Fabrique numérique des Ministères Sociaux
email: dsi-incubateur@sg.social.gouv.fr
appVersion: 1.21.3
appVersion: 1.22.0
4 changes: 2 additions & 2 deletions packages/workflow/charts/pgweb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: pgweb
version: 1.21.3
version: 1.22.0
home: https://github.com/SocialGouv
description: Pgweb
icon: https://avatars.githubusercontent.com/u/45039513?v=4
Expand All @@ -9,4 +9,4 @@ sources:
maintainers:
- name: Fabrique numérique des Ministères Sociaux
email: dsi-incubateur@sg.social.gouv.fr
appVersion: 1.21.3
appVersion: 1.22.0
4 changes: 2 additions & 2 deletions packages/workflow/charts/redis/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: redis
version: 1.21.3
version: 1.22.0
home: https://github.com/SocialGouv
description: redis app
icon: https://avatars.githubusercontent.com/u/45039513?v=4
Expand All @@ -9,4 +9,4 @@ sources:
maintainers:
- name: Fabrique numérique des Ministères Sociaux
email: dsi-incubateur@sg.social.gouv.fr
appVersion: 1.21.3
appVersion: 1.22.0
2 changes: 1 addition & 1 deletion packages/workflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kube-workflow",
"version": "1.21.3",
"version": "1.22.0",
"repository": "git@github.com:SocialGouv/kube-workflow.git",
"license": "MIT",
"main": "src/index",
Expand Down

0 comments on commit 04d9197

Please sign in to comment.