Skip to content

Commit

Permalink
chore(release): version 1.9.4
Browse files Browse the repository at this point in the history
## [1.9.4](v1.9.3...v1.9.4) (2021-08-19)

### Bug Fixes

* **parse-manifests:** use esm ([#70](#70)) ([56369fc](56369fc))
  • Loading branch information
SocialGroovyBot committed Aug 19, 2021
1 parent 56369fc commit e2c5e9b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "1.9.3"
"version": "1.9.4"
}
4 changes: 2 additions & 2 deletions packages/azure-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"scripts": {
"test": "jest"
},
"version": "1.9.3",
"version": "1.9.4",
"license": "Apache-2.0",
"dependencies": {
"@socialgouv/kosko-charts": "^9.0.0",
"@socialgouv/sre-seal": "^1.9.3",
"@socialgouv/sre-seal": "^1.9.4",
"execa": "^5.1.1",
"yaml": "^1.10.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/k8strip/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@socialgouv/k8strip",
"description": "CLI tool and JS module to strip out sensitive content from kubernetes manifests.",
"version": "1.9.3",
"version": "1.9.4",
"preferGlobal": true,
"main": "./src",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/parse-manifests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@socialgouv/parse-manifests",
"description": "Parse and summarize a bunch of kubernetes YAML manifests",
"version": "1.9.3",
"version": "1.9.4",
"main": "index.js",
"type": "module",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/sre-seal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socialgouv/sre-seal",
"version": "1.9.3",
"version": "1.9.4",
"preferGlobal": true,
"main": "./src/index.js",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions packages/sre-secrets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socialgouv/sre-secrets",
"version": "1.9.3",
"version": "1.9.4",
"preferGlobal": true,
"main": "./src",
"bin": {
Expand All @@ -20,7 +20,7 @@
"test-coverage": "jest --coverage --coverageReporters=lcov --coverageReporters=text-summary"
},
"dependencies": {
"@socialgouv/sre-seal": "^1.9.3",
"@socialgouv/sre-seal": "^1.9.4",
"chalk": "^4.1.2",
"js-yaml": "^4.1.0",
"ora": "^5.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/webseal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socialgouv/webseal",
"version": "1.9.3",
"version": "1.9.4",
"private": true,
"homepage": "https://socialgouv.github.io/sre-tools",
"description": "Sealed secrets static web UI",
Expand Down

0 comments on commit e2c5e9b

Please sign in to comment.