Skip to content

Commit

Permalink
chore(release): version 9.17.5
Browse files Browse the repository at this point in the history
## [9.17.5](v9.17.4...v9.17.5) (2022-02-10)

### Bug Fixes

* **oauth2:** allow to override config ([#912](#912)) ([eb67f77](eb67f77))
  • Loading branch information
SocialGroovyBot committed Feb 10, 2022
1 parent eb67f77 commit ea4433f
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 15 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [9.17.5](https://github.com/SocialGouv/kosko-charts/compare/v9.17.4...v9.17.5) (2022-02-10)


### Bug Fixes

* **oauth2:** allow to override config ([#912](https://github.com/SocialGouv/kosko-charts/issues/912)) ([eb67f77](https://github.com/SocialGouv/kosko-charts/commit/eb67f77960aa9caf6e1ac7a1c371008fc1656b5d))

## [9.17.4](https://github.com/SocialGouv/kosko-charts/compare/v9.17.3...v9.17.4) (2022-02-02)


Expand Down
14 changes: 7 additions & 7 deletions README.md
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.17.4" .k8s
$ npx degit "SocialGouv/kosko-charts/templates/sample#v9.17.5" .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.17.4" .k8s
$ npx degit "SocialGouv/kosko-charts/templates/sample#v9.17.5" .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.17.4" .k8s
$ npx degit "SocialGouv/kosko-charts/templates/hasura#v9.17.5" .k8s

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

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

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

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

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

Then update the `.k8s/__tests__` file to match your project.
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": "9.17.4",
"version": "9.17.5",
"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
Expand Up @@ -2,7 +2,7 @@
"dependencies": {
"@kosko/env": "^3.0.0",
"@kubernetes-models/sealed-secrets": "^2.0.2",
"@socialgouv/kosko-charts": "9.17.4",
"@socialgouv/kosko-charts": "9.17.5",
"@types/node": "^16.11.14",
"kosko": "^2.0.0",
"kubernetes-models": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion templates/hasura/package.json
Expand Up @@ -4,7 +4,7 @@
"kubernetes-models": "^2.0.2"
},
"devDependencies": {
"@socialgouv/kosko-charts": "9.17.4",
"@socialgouv/kosko-charts": "9.17.5",
"@types/node": "^16.11.14",
"dotenv": "^10.0.0",
"kosko": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/nginx/package.json
Expand Up @@ -4,7 +4,7 @@
"kubernetes-models": "^2.0.2"
},
"devDependencies": {
"@socialgouv/kosko-charts": "9.17.4",
"@socialgouv/kosko-charts": "9.17.5",
"@types/node": "^16.11.14",
"dotenv": "^10.0.0",
"kosko": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/pgweb/package.json
Expand Up @@ -4,7 +4,7 @@
"kubernetes-models": "^2.0.2"
},
"devDependencies": {
"@socialgouv/kosko-charts": "9.17.4",
"@socialgouv/kosko-charts": "9.17.5",
"@types/node": "^16.11.14",
"dotenv": "^10.0.0",
"kosko": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/redis/package.json
Expand Up @@ -4,7 +4,7 @@
"kubernetes-models": "^2.0.2"
},
"devDependencies": {
"@socialgouv/kosko-charts": "9.17.4",
"@socialgouv/kosko-charts": "9.17.5",
"@types/node": "^16.11.14",
"dotenv": "^10.0.0",
"kosko": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/sample/package.json
Expand Up @@ -4,7 +4,7 @@
"kubernetes-models": "^2.0.2"
},
"devDependencies": {
"@socialgouv/kosko-charts": "9.17.4",
"@socialgouv/kosko-charts": "9.17.5",
"@types/node": "^16.11.14",
"dotenv": "^10.0.0",
"kosko": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/testing/package.json
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@kosko/env": "^3.0.0",
"@kubernetes-models/sealed-secrets": "^2.0.2",
"@socialgouv/kosko-charts": "9.17.4",
"@socialgouv/kosko-charts": "9.17.5",
"@types/node": "^16.11.14",
"kosko": "^2.0.0",
"kubernetes-models": "^2.0.2",
Expand Down

0 comments on commit ea4433f

Please sign in to comment.