Skip to content

Commit

Permalink
chore(release): 1.21.5
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Jun 2, 2022
1 parent fe35b2c commit 7ce4ae1
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.21.5](https://github.com/SocialGouv/kontinuous/compare/v1.21.4...v1.21.5) (2022-06-02)


### Bug Fixes

* add dep tree plantuml ([fe35b2c](https://github.com/SocialGouv/kontinuous/commit/fe35b2c0ed9c1efd38f3934f858e24c3bce03cab))
* increase wait ([3146322](https://github.com/SocialGouv/kontinuous/commit/3146322d6e92507863b2f9ab38ae0899c9e0c607))
* ready to use priorityClassName and sa on jobs ([f38f126](https://github.com/SocialGouv/kontinuous/commit/f38f126bea260b5480d3bfa627abdbaffe12b3b2))
* up modjo without express monitor ([cb2333b](https://github.com/SocialGouv/kontinuous/commit/cb2333b7f282a62008b13de865e7ccf38c302277))
* up modjo without express monitor ([2c95df3](https://github.com/SocialGouv/kontinuous/commit/2c95df31e0b20252f4257cf386fee0c93667a70d))
* up title ([3263c99](https://github.com/SocialGouv/kontinuous/commit/3263c99d2c80eff52eee900980968c1f71a8b8af))

### [1.21.4](https://github.com/SocialGouv/kontinuous/compare/v1.21.3...v1.21.4) (2022-06-02)


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": "~dev",
"version": "1.21.4",
"version": "1.21.5",
"repository": "[email protected]:SocialGouv/kontinuous.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": "~common",
"version": "1.21.4",
"version": "1.21.5",
"description": "",
"license": "MIT",
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/kontinuous/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kontinuous",
"version": "1.21.4",
"version": "1.21.5",
"repository": "https://github.com/SocialGouv/kci.git",
"license": "MIT",
"main": "src/index",
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: kontinuous-webhook
version: 1.21.4
version: 1.21.5
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: [email protected]
appVersion: 1.21.4
appVersion: 1.21.5
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": "~webhook",
"version": "1.21.4",
"version": "1.21.5",
"description": "",
"license": "MIT",
"author": "",
Expand Down

0 comments on commit 7ce4ae1

Please sign in to comment.