Skip to content

Commit

Permalink
chore(release): version 1.16.0
Browse files Browse the repository at this point in the history
# [1.16.0](v1.15.4...v1.16.0) (2023-09-18)

### Features

* **parse-manifests:** add cnpg+grafana ([#140](#140)) ([6bd0abf](6bd0abf))
  • Loading branch information
SocialGroovyBot committed Sep 18, 2023
1 parent 6bd0abf commit cac2c3f
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.15.4"
"version": "1.16.0"
}
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.15.4",
"version": "1.16.0",
"license": "Apache-2.0",
"dependencies": {
"@socialgouv/kosko-charts": "^9.15.0",
"@socialgouv/sre-seal": "^1.15.4",
"@socialgouv/sre-seal": "^1.16.0",
"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.15.4",
"version": "1.16.0",
"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.15.4",
"version": "1.16.0",
"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.15.4",
"version": "1.16.0",
"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.15.4",
"version": "1.16.0",
"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.15.4",
"@socialgouv/sre-seal": "^1.16.0",
"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.15.4",
"version": "1.16.0",
"private": true,
"homepage": "https://socialgouv.github.io/sre-tools",
"description": "Sealed secrets static web UI",
Expand Down

0 comments on commit cac2c3f

Please sign in to comment.