Skip to content

Commit

Permalink
chore(release): version 1.8.6
Browse files Browse the repository at this point in the history
## [1.8.6](v1.8.5...v1.8.6) (2021-07-29)

### Bug Fixes

* **deps:** update dependency yargs to v17 ([#60](#60)) ([057d3a7](057d3a7))
  • Loading branch information
SocialGroovyBot committed Jul 29, 2021
1 parent 057d3a7 commit 9bdcf79
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "1.8.5"
"version": "1.8.6"
}
4 changes: 2 additions & 2 deletions packages/azure-db/package.json
Expand Up @@ -11,11 +11,11 @@
"scripts": {
"test": "jest"
},
"version": "1.8.5",
"version": "1.8.6",
"license": "Apache-2.0",
"dependencies": {
"@socialgouv/kosko-charts": "^8.0.3",
"@socialgouv/sre-seal": "^1.8.5",
"@socialgouv/sre-seal": "^1.8.6",
"execa": "^5.1.1",
"yaml": "^1.10.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/k8strip/package.json
@@ -1,7 +1,7 @@
{
"name": "@socialgouv/k8strip",
"description": "CLI tool and JS module to strip out sensitive content from kubernetes manifests.",
"version": "1.8.5",
"version": "1.8.6",
"preferGlobal": true,
"main": "./src",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sre-seal/package.json
@@ -1,6 +1,6 @@
{
"name": "@socialgouv/sre-seal",
"version": "1.8.5",
"version": "1.8.6",
"preferGlobal": true,
"main": "./src/index.js",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions packages/sre-secrets/package.json
@@ -1,6 +1,6 @@
{
"name": "@socialgouv/sre-secrets",
"version": "1.8.5",
"version": "1.8.6",
"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.8.5",
"@socialgouv/sre-seal": "^1.8.6",
"chalk": "^4.1.1",
"js-yaml": "^4.1.0",
"ora": "^5.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/webseal/package.json
@@ -1,6 +1,6 @@
{
"name": "@socialgouv/webseal",
"version": "1.8.5",
"version": "1.8.6",
"private": true,
"homepage": "https://socialgouv.github.io/sre-tools",
"description": "Sealed secrets static web UI",
Expand Down

0 comments on commit 9bdcf79

Please sign in to comment.