Skip to content

Commit

Permalink
chore(release): version 9.17.4-alpha.1
Browse files Browse the repository at this point in the history
## [9.17.4-alpha.1](v9.17.3...v9.17.4-alpha.1) (2022-01-28)

### Bug Fixes

* **db:** remove azure prefix from secret ref name ([5948180](5948180))
* test ([09017c3](09017c3))
  • Loading branch information
SocialGroovyBot committed Jan 28, 2022
1 parent 09017c3 commit 2820934
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 15 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## [9.17.4-alpha.1](https://github.com/SocialGouv/kosko-charts/compare/v9.17.3...v9.17.4-alpha.1) (2022-01-28)


### Bug Fixes

* **db:** remove azure prefix from secret ref name ([5948180](https://github.com/SocialGouv/kosko-charts/commit/5948180c7822c554718afa93c115bc82c869b988))
* test ([09017c3](https://github.com/SocialGouv/kosko-charts/commit/09017c301d5fa0b8aeac70adfcbb009c4f1949df))

## [9.17.3](https://github.com/SocialGouv/kosko-charts/compare/v9.17.2...v9.17.3) (2022-01-21)


Expand Down
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -42,7 +42,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.3" .k8s
$ npx degit "SocialGouv/kosko-charts/templates/sample#v9.17.4-alpha.1" .k8s
$ yarn --cwd .k8s
# on GitLab
$ yarn --cwd .k8s kosko generate --env dev
Expand All @@ -60,7 +60,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.3" .k8s
$ npx degit "SocialGouv/kosko-charts/templates/sample#v9.17.4-alpha.1" .k8s
```

`.k8s` is the target deployment config package folder.
Expand Down Expand Up @@ -132,16 +132,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.3" .k8s
$ npx degit "SocialGouv/kosko-charts/templates/hasura#v9.17.4-alpha.1" .k8s

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

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

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

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

```
# At the root of your project
$ npx degit "SocialGouv/kosko-charts/templates/testing#v9.17.3" .k8s
$ npx degit "SocialGouv/kosko-charts/templates/testing#v9.17.4-alpha.1" .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.3",
"version": "9.17.4-alpha.1",
"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.3",
"@socialgouv/kosko-charts": "9.17.4-alpha.1",
"@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.3",
"@socialgouv/kosko-charts": "9.17.4-alpha.1",
"@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.3",
"@socialgouv/kosko-charts": "9.17.4-alpha.1",
"@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.3",
"@socialgouv/kosko-charts": "9.17.4-alpha.1",
"@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.3",
"@socialgouv/kosko-charts": "9.17.4-alpha.1",
"@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.3",
"@socialgouv/kosko-charts": "9.17.4-alpha.1",
"@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.3",
"@socialgouv/kosko-charts": "9.17.4-alpha.1",
"@types/node": "^16.11.14",
"kosko": "^2.0.0",
"kubernetes-models": "^2.0.2",
Expand Down

0 comments on commit 2820934

Please sign in to comment.