Skip to content

Commit

Permalink
chore(release): version 2.7.2
Browse files Browse the repository at this point in the history
## [2.7.2](v2.7.1...v2.7.2) (2020-09-22)

### Bug Fixes

* **deps:** update dependency fp-ts to ^2.8.3 ([#190](#190)) ([c226702](c226702))
  • Loading branch information
SocialGroovyBot committed Sep 22, 2020
1 parent c226702 commit 3638676
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [2.7.2](https://github.com/SocialGouv/kosko-charts/compare/v2.7.1...v2.7.2) (2020-09-22)


### Bug Fixes

* **deps:** update dependency fp-ts to ^2.8.3 ([#190](https://github.com/SocialGouv/kosko-charts/issues/190)) ([c226702](https://github.com/SocialGouv/kosko-charts/commit/c226702d4ae819eee995e4d7c09b3c296dde5f2d))

## [2.7.1](https://github.com/SocialGouv/kosko-charts/compare/v2.7.0...v2.7.1) (2020-09-18)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -40,7 +40,7 @@ Providing a common Kubernetes (k8s) configuration to SocialGouv apps is a tricky
Powered by [Kosko](https://github.com/tommy351/kosko), in this lib we provide default SocialGouv components and environments. We expect project to use and extend them at will.

```sh
$ npx degit "SocialGouv/kosko-charts/templates/simple#v2.7.1" .k8s
$ npx degit "SocialGouv/kosko-charts/templates/simple#v2.7.2" .k8s
$ yarn --cwd .k8s
# on GitLab
$ yarn --cwd .k8s kosko generate --env dev
Expand All @@ -58,7 +58,7 @@ $ DOTENV_CONFIG_PATH=environments/.gitlab-ci.env yarn --cwd .k8s dev --require d
We use [degit](https://github.com/Rich-Harris/degit) to scaffold the deployment config.

```sh
$ npx degit "SocialGouv/kosko-charts/templates/simple#v2.7.1" .k8s
$ npx degit "SocialGouv/kosko-charts/templates/simple#v2.7.2" .k8s
```

`.k8s` is the target deployment config package folder.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@socialgouv/kosko-charts",
"description": "Kosko charts for the SocialGouv needs",
"version": "2.7.1",
"version": "2.7.2",
"author": "Fabrique numérique des Ministères Sociaux <dsi-incubateur@sg.social.gouv.fr> (https://incubateur.social.gouv.fr)",
"bugs": "https://github.com/SocialGouv/kosko-charts/issues",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion templates/simple/package.json
Expand Up @@ -4,7 +4,7 @@
"kubernetes-models": "^0.8.1"
},
"devDependencies": {
"@socialgouv/kosko-charts": "^2.7.1",
"@socialgouv/kosko-charts": "^2.7.2",
"@types/node": "^13.13.4",
"dotenv": "^8.2.0",
"kosko": "^0.9.0",
Expand Down

0 comments on commit 3638676

Please sign in to comment.