Skip to content

Commit

Permalink
chore(release): version 1.16.2
Browse files Browse the repository at this point in the history
## [1.16.2](v1.16.1...v1.16.2) (2023-11-16)

### Bug Fixes

* **webseal:** remove namespace for dev secrets ([#144](#144)) ([d4d322b](d4d322b))
  • Loading branch information
SocialGroovyBot committed Nov 16, 2023
1 parent d4d322b commit 1bb79ab
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.16.1"
"version": "1.16.2"
}
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.16.1",
"version": "1.16.2",
"license": "Apache-2.0",
"dependencies": {
"@socialgouv/kosko-charts": "^9.15.0",
"@socialgouv/sre-seal": "^1.16.1",
"@socialgouv/sre-seal": "^1.16.2",
"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.16.1",
"version": "1.16.2",
"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.16.1",
"version": "1.16.2",
"main": "./src/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.16.1",
"version": "1.16.2",
"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.16.1",
"version": "1.16.2",
"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.16.1",
"@socialgouv/sre-seal": "^1.16.2",
"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.16.1",
"version": "1.16.2",
"private": true,
"homepage": "https://socialgouv.github.io/sre-tools",
"description": "Sealed secrets static web UI",
Expand Down

0 comments on commit 1bb79ab

Please sign in to comment.