From 3cbdc4c4ee7005e0b3b12107ee81d1ad6d6a3f06 Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Thu, 10 Feb 2022 23:13:16 +0000 Subject: [PATCH] chore(release): version 9.17.7 ## [9.17.7](https://github.com/SocialGouv/kosko-charts/compare/v9.17.6...v9.17.7) (2022-02-10) ### Bug Fixes * **oauth2:** allow name override ([#914](https://github.com/SocialGouv/kosko-charts/issues/914)) ([177139a](https://github.com/SocialGouv/kosko-charts/commit/177139a9dae4d24d5514f60168387e82952b2d11)) --- CHANGELOG.md | 7 +++++++ README.md | 14 +++++++------- package.json | 2 +- templates/autodevops/package.json | 2 +- templates/hasura/package.json | 2 +- templates/nginx/package.json | 2 +- templates/pgweb/package.json | 2 +- templates/redis/package.json | 2 +- templates/sample/package.json | 2 +- templates/testing/package.json | 2 +- 10 files changed, 22 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e1cba808..246e2e3eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.17.7](https://github.com/SocialGouv/kosko-charts/compare/v9.17.6...v9.17.7) (2022-02-10) + + +### Bug Fixes + +* **oauth2:** allow name override ([#914](https://github.com/SocialGouv/kosko-charts/issues/914)) ([177139a](https://github.com/SocialGouv/kosko-charts/commit/177139a9dae4d24d5514f60168387e82952b2d11)) + ## [9.17.6](https://github.com/SocialGouv/kosko-charts/compare/v9.17.5...v9.17.6) (2022-02-10) diff --git a/README.md b/README.md index 0625e204e..31797c48f 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.17.6" .k8s +$ npx degit "SocialGouv/kosko-charts/templates/sample#v9.17.7" .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.17.6" .k8s +$ npx degit "SocialGouv/kosko-charts/templates/sample#v9.17.7" .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.17.6" .k8s +$ npx degit "SocialGouv/kosko-charts/templates/hasura#v9.17.7" .k8s # For [nginx](https://nginx.org/) -$ npx degit "SocialGouv/kosko-charts/templates/nginx#v9.17.6" .k8s +$ npx degit "SocialGouv/kosko-charts/templates/nginx#v9.17.7" .k8s # For [pgweb](https://sosedoff.github.io/pgweb/) -$ npx degit "SocialGouv/kosko-charts/templates/pgweb#v9.17.6" .k8s +$ npx degit "SocialGouv/kosko-charts/templates/pgweb#v9.17.7" .k8s # For [redis](https://redislabs.com/) -$ npx degit "SocialGouv/kosko-charts/templates/redis#v9.17.6" .k8s +$ npx degit "SocialGouv/kosko-charts/templates/redis#v9.17.7" .k8s ``` ### Testing @@ -149,7 +149,7 @@ $ npx degit "SocialGouv/kosko-charts/templates/redis#v9.17.6" .k8s ``` # At the root of your project -$ npx degit "SocialGouv/kosko-charts/templates/testing#v9.17.6" .k8s +$ npx degit "SocialGouv/kosko-charts/templates/testing#v9.17.7" .k8s ``` Then update the `.k8s/__tests__` file to match your project. diff --git a/package.json b/package.json index 8bc813e6f..2a93608ca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@socialgouv/kosko-charts", "description": "Kosko charts for the SocialGouv needs", - "version": "9.17.6", + "version": "9.17.7", "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 697133474..15c4109a2 100644 --- a/templates/autodevops/package.json +++ b/templates/autodevops/package.json @@ -2,7 +2,7 @@ "dependencies": { "@kosko/env": "^3.0.0", "@kubernetes-models/sealed-secrets": "^2.0.2", - "@socialgouv/kosko-charts": "9.17.6", + "@socialgouv/kosko-charts": "9.17.7", "@types/node": "^16.11.14", "kosko": "^2.0.0", "kubernetes-models": "^2.0.2", diff --git a/templates/hasura/package.json b/templates/hasura/package.json index 0594af4f2..0a3acb068 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.17.6", + "@socialgouv/kosko-charts": "9.17.7", "@types/node": "^16.11.14", "dotenv": "^10.0.0", "kosko": "^2.0.0", diff --git a/templates/nginx/package.json b/templates/nginx/package.json index 0594af4f2..0a3acb068 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.17.6", + "@socialgouv/kosko-charts": "9.17.7", "@types/node": "^16.11.14", "dotenv": "^10.0.0", "kosko": "^2.0.0", diff --git a/templates/pgweb/package.json b/templates/pgweb/package.json index 0594af4f2..0a3acb068 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.17.6", + "@socialgouv/kosko-charts": "9.17.7", "@types/node": "^16.11.14", "dotenv": "^10.0.0", "kosko": "^2.0.0", diff --git a/templates/redis/package.json b/templates/redis/package.json index 0594af4f2..0a3acb068 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.17.6", + "@socialgouv/kosko-charts": "9.17.7", "@types/node": "^16.11.14", "dotenv": "^10.0.0", "kosko": "^2.0.0", diff --git a/templates/sample/package.json b/templates/sample/package.json index dd8500f10..aa3c1dac3 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.17.6", + "@socialgouv/kosko-charts": "9.17.7", "@types/node": "^16.11.14", "dotenv": "^10.0.0", "kosko": "^2.0.0", diff --git a/templates/testing/package.json b/templates/testing/package.json index 436ca0a6a..3ee85046c 100644 --- a/templates/testing/package.json +++ b/templates/testing/package.json @@ -9,7 +9,7 @@ "dependencies": { "@kosko/env": "^3.0.0", "@kubernetes-models/sealed-secrets": "^2.0.2", - "@socialgouv/kosko-charts": "9.17.6", + "@socialgouv/kosko-charts": "9.17.7", "@types/node": "^16.11.14", "kosko": "^2.0.0", "kubernetes-models": "^2.0.2",