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.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Apr 22, 2022
1 parent dd2e1a2 commit b490249
Show file tree
Hide file tree
Showing 13 changed files with 33 additions and 26 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.16.1](https://github.com/SocialGouv/kube-workflow/compare/v1.16.0...v1.16.1) (2022-04-22)


### Bug Fixes

* command env ([dd2e1a2](https://github.com/SocialGouv/kube-workflow/commit/dd2e1a27fbbfd73e56af1fc387d0c94e15696bae))

## [1.16.0](https://github.com/SocialGouv/kube-workflow/compare/v1.15.3...v1.16.0) (2022-04-22)


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.16.0",
"version": "1.16.1",
"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.16.0",
"version": "1.16.1",
"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.16.0
version: 1.16.1
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.16.0
appVersion: 1.16.1
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.16.0",
"version": "1.16.1",
"description": "",
"license": "MIT",
"author": "",
Expand Down
16 changes: 8 additions & 8 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.16.0
version: 1.16.1
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,25 +13,25 @@ dependencies:
- name: app
repository: file://./charts/app
condition: app.enabled
version: 1.16.0
version: 1.16.1
- name: hasura
repository: file://./charts/hasura
condition: hasura.enabled
version: 1.16.0
version: 1.16.1
- name: maildev
repository: file://./charts/maildev
condition: maildev.enabled
version: 1.16.0
version: 1.16.1
- name: metabase
repository: file://./charts/metabase
condition: metabase.enabled
version: 1.16.0
version: 1.16.1
- name: pgweb
repository: file://./charts/pgweb
condition: pgweb.enabled
version: 1.16.0
version: 1.16.1
- name: jobs
repository: file://./charts/jobs
condition: jobs.enabled
version: 1.16.0
appVersion: 1.16.0
version: 1.16.1
appVersion: 1.16.1
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.16.0
version: 1.16.1
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.16.0
appVersion: 1.16.1
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.16.0
version: 1.16.1
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.16.0
appVersion: 1.16.1
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.16.0
version: 1.16.1
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.16.0
appVersion: 1.16.1
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.16.0
version: 1.16.1
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.16.0
appVersion: 1.16.1
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.16.0
version: 1.16.1
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.16.0
appVersion: 1.16.1
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.16.0
version: 1.16.1
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.16.0
appVersion: 1.16.1
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.16.0",
"version": "1.16.1",
"repository": "git@github.com:SocialGouv/kube-workflow.git",
"license": "MIT",
"main": "src/index",
Expand Down

0 comments on commit b490249

Please sign in to comment.