Skip to content

Commit

Permalink
chore(release): version 9.6.13
Browse files Browse the repository at this point in the history
## [9.6.13](v9.6.12...v9.6.13) (2021-10-21)

### Bug Fixes

* **deps:** update dependency ts-node to ^10.3.1 ([#784](#784)) ([6fafd6e](6fafd6e))
  • Loading branch information
SocialGroovyBot committed Oct 21, 2021
1 parent 6fafd6e commit 0019374
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 15 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [9.6.13](https://github.com/SocialGouv/kosko-charts/compare/v9.6.12...v9.6.13) (2021-10-21)


### Bug Fixes

* **deps:** update dependency ts-node to ^10.3.1 ([#784](https://github.com/SocialGouv/kosko-charts/issues/784)) ([6fafd6e](https://github.com/SocialGouv/kosko-charts/commit/6fafd6e349ddf6517c36e40e1acdc98ffa5f760c))

## [9.6.12](https://github.com/SocialGouv/kosko-charts/compare/v9.6.11...v9.6.12) (2021-10-14)


Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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/sample#v9.6.12" .k8s
$ npx degit "SocialGouv/kosko-charts/templates/sample#v9.6.13" .k8s
$ yarn --cwd .k8s
# on GitLab
$ yarn --cwd .k8s kosko generate --env dev
Expand All @@ -59,7 +59,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/sample#v9.6.12" .k8s
$ npx degit "SocialGouv/kosko-charts/templates/sample#v9.6.13" .k8s
```

`.k8s` is the target deployment config package folder.
Expand Down Expand Up @@ -131,16 +131,16 @@ In addition to the `sample` template inspired by the [SocialGouv/sample-next-app

```sh
# For [hasura](https://hasura.io/)
$ npx degit "SocialGouv/kosko-charts/templates/hasura#v9.6.12" .k8s
$ npx degit "SocialGouv/kosko-charts/templates/hasura#v9.6.13" .k8s

# For [nginx](https://nginx.org/)
$ npx degit "SocialGouv/kosko-charts/templates/nginx#v9.6.12" .k8s
$ npx degit "SocialGouv/kosko-charts/templates/nginx#v9.6.13" .k8s

# For [pgweb](https://sosedoff.github.io/pgweb/)
$ npx degit "SocialGouv/kosko-charts/templates/pgweb#v9.6.12" .k8s
$ npx degit "SocialGouv/kosko-charts/templates/pgweb#v9.6.13" .k8s

# For [redis](https://redislabs.com/)
$ npx degit "SocialGouv/kosko-charts/templates/redis#v9.6.12" .k8s
$ npx degit "SocialGouv/kosko-charts/templates/redis#v9.6.13" .k8s
```

### Testing
Expand All @@ -149,7 +149,7 @@ $ npx degit "SocialGouv/kosko-charts/templates/redis#v9.6.12" .k8s

```
# At the root of your project
$ npx degit "SocialGouv/kosko-charts/templates/testing#v9.6.12" .k8s
$ npx degit "SocialGouv/kosko-charts/templates/testing#v9.6.13" .k8s
```

Then update the `.k8s/__tests__` file to match your project.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@socialgouv/kosko-charts",
"description": "Kosko charts for the SocialGouv needs",
"version": "9.6.12",
"version": "9.6.13",
"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/autodevops/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": {
"@kosko/env": "^2.0.1",
"@kubernetes-models/sealed-secrets": "^2.0.2",
"@socialgouv/kosko-charts": "9.6.12",
"@socialgouv/kosko-charts": "9.6.13",
"@types/node": "^14.17.27",
"kosko": "^1.1.5",
"kubernetes-models": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion templates/hasura/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"kubernetes-models": "^2.0.2"
},
"devDependencies": {
"@socialgouv/kosko-charts": "9.6.12",
"@socialgouv/kosko-charts": "9.6.13",
"@types/node": "^14.17.27",
"dotenv": "^10.0.0",
"kosko": "^1.1.5",
Expand Down
2 changes: 1 addition & 1 deletion templates/nginx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"kubernetes-models": "^2.0.2"
},
"devDependencies": {
"@socialgouv/kosko-charts": "9.6.12",
"@socialgouv/kosko-charts": "9.6.13",
"@types/node": "^14.17.27",
"dotenv": "^10.0.0",
"kosko": "^1.1.5",
Expand Down
2 changes: 1 addition & 1 deletion templates/pgweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"kubernetes-models": "^2.0.2"
},
"devDependencies": {
"@socialgouv/kosko-charts": "9.6.12",
"@socialgouv/kosko-charts": "9.6.13",
"@types/node": "^14.17.27",
"dotenv": "^10.0.0",
"kosko": "^1.1.5",
Expand Down
2 changes: 1 addition & 1 deletion templates/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"kubernetes-models": "^2.0.2"
},
"devDependencies": {
"@socialgouv/kosko-charts": "9.6.12",
"@socialgouv/kosko-charts": "9.6.13",
"@types/node": "^14.17.27",
"dotenv": "^10.0.0",
"kosko": "^1.1.5",
Expand Down
2 changes: 1 addition & 1 deletion templates/sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"kubernetes-models": "^2.0.2"
},
"devDependencies": {
"@socialgouv/kosko-charts": "9.6.12",
"@socialgouv/kosko-charts": "9.6.13",
"@types/node": "^14.17.27",
"dotenv": "^10.0.0",
"kosko": "^1.1.5",
Expand Down
2 changes: 1 addition & 1 deletion templates/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@kosko/env": "^2.0.1",
"@kubernetes-models/sealed-secrets": "^2.0.2",
"@socialgouv/kosko-charts": "9.6.12",
"@socialgouv/kosko-charts": "9.6.13",
"@types/node": "^14.17.27",
"kosko": "^1.1.5",
"kubernetes-models": "^2.0.2",
Expand Down

0 comments on commit 0019374

Please sign in to comment.