Skip to content

Commit

Permalink
chore(release): version 1.14.5
Browse files Browse the repository at this point in the history
## [1.14.5](v1.14.4...v1.14.5) (2022-10-24)

### Bug Fixes

* **webseal:** optional namespace in dev ([#127](#127)) ([fea4890](fea4890))
  • Loading branch information
SocialGroovyBot committed Oct 24, 2022
1 parent fea4890 commit 5f225c8
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.14.4"
"version": "1.14.5"
}
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.14.4",
"version": "1.14.5",
"license": "Apache-2.0",
"dependencies": {
"@socialgouv/kosko-charts": "^9.15.0",
"@socialgouv/sre-seal": "^1.14.4",
"@socialgouv/sre-seal": "^1.14.5",
"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.14.4",
"version": "1.14.5",
"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.14.4",
"version": "1.14.5",
"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.14.4",
"version": "1.14.5",
"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.14.4",
"version": "1.14.5",
"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.14.4",
"@socialgouv/sre-seal": "^1.14.5",
"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.14.4",
"version": "1.14.5",
"private": true,
"homepage": "https://socialgouv.github.io/sre-tools",
"description": "Sealed secrets static web UI",
Expand Down

0 comments on commit 5f225c8

Please sign in to comment.