diff --git a/CHANGELOG.md b/CHANGELOG.md index f03669152b..ed7cf4abcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 510c0d8426..a68d2baebf 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. @@ -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 @@ -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. diff --git a/package.json b/package.json index 821326d7a4..87c8ae0c74 100644 --- a/package.json +++ b/package.json @@ -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 (https://incubateur.social.gouv.fr)", "bugs": "https://github.com/SocialGouv/kosko-charts/issues", "dependencies": { diff --git a/templates/autodevops/package.json b/templates/autodevops/package.json index dd13f76f0a..c43f966cba 100644 --- a/templates/autodevops/package.json +++ b/templates/autodevops/package.json @@ -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", diff --git a/templates/hasura/package.json b/templates/hasura/package.json index e56def4fdc..cd29f0bc5a 100644 --- a/templates/hasura/package.json +++ b/templates/hasura/package.json @@ -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", diff --git a/templates/nginx/package.json b/templates/nginx/package.json index e56def4fdc..cd29f0bc5a 100644 --- a/templates/nginx/package.json +++ b/templates/nginx/package.json @@ -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", diff --git a/templates/pgweb/package.json b/templates/pgweb/package.json index e56def4fdc..cd29f0bc5a 100644 --- a/templates/pgweb/package.json +++ b/templates/pgweb/package.json @@ -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", diff --git a/templates/redis/package.json b/templates/redis/package.json index e56def4fdc..cd29f0bc5a 100644 --- a/templates/redis/package.json +++ b/templates/redis/package.json @@ -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", diff --git a/templates/sample/package.json b/templates/sample/package.json index 916563f750..18e61819dc 100644 --- a/templates/sample/package.json +++ b/templates/sample/package.json @@ -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", diff --git a/templates/testing/package.json b/templates/testing/package.json index 7744247b09..3ea93e4f45 100644 --- a/templates/testing/package.json +++ b/templates/testing/package.json @@ -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",