Skip to content

Commit cd926d3

Browse files
authored
Merge pull request #30 from zowe/v0.1.2-release
`v0.1.2` Release
2 parents 89149b8 + ad9642b commit cd926d3

File tree

9 files changed

+1968
-3098
lines changed

9 files changed

+1968
-3098
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ insert_final_newline = true
1010

1111
[*.md]
1212
trim_trailing_whitespace = false
13+
indent_size = 2

lerna.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"version": "0.1.1",
3-
"command": {
4-
"version": {
5-
"forcePublish": true,
6-
"private": true
7-
}
8-
},
9-
"useWorkspaces": true
2+
"version": "0.1.2",
3+
"command": {
4+
"version": {
5+
"forcePublish": true,
6+
"private": true
7+
}
8+
},
9+
"useWorkspaces": true
1010
}

package-lock.json

Lines changed: 1883 additions & 3027 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zowe-secrets-for-kubernetes",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"scripts": {
55
"build": "turbo build",
66
"package": "npm run package --workspaces",
@@ -21,47 +21,47 @@
2121
},
2222
"packageManager": "npm@8.19.3",
2323
"devDependencies": {
24-
"@kubernetes/client-node": "0.19.0",
25-
"@types/fs-extra": "^11.0.1",
26-
"@types/jest": "^29.5.0",
27-
"@types/js-yaml": "^4.0.5",
28-
"@types/jsonfile": "^6.1.1",
29-
"@types/uuid": "^9.0.1",
30-
"@types/yargs": "^17.0.24",
31-
"@typescript-eslint/eslint-plugin": "^5.57.1",
32-
"@typescript-eslint/parser": "^5.57.1",
33-
"@zowe/cli": "^7.18.0",
34-
"@zowe/cli-test-utils": "^7.18.0",
24+
"@kubernetes/client-node": "0.20.0",
25+
"@types/fs-extra": "^11.0.3",
26+
"@types/jest": "^29.5.7",
27+
"@types/js-yaml": "^4.0.8",
28+
"@types/jsonfile": "^6.1.4",
29+
"@types/uuid": "^9.0.6",
30+
"@types/yargs": "^17.0.30",
31+
"@typescript-eslint/eslint-plugin": "^6.10.0",
32+
"@typescript-eslint/parser": "^6.10.0",
33+
"@zowe/cli": "^7.18.9",
34+
"@zowe/cli-test-utils": "^7.18.9",
3535
"chalk": "^4.1.2",
3636
"coveralls": "^3.1.1",
3737
"env-cmd": "^10.1.0",
38-
"eslint": "^8.37.0",
39-
"eslint-plugin-jest": "^27.2.1",
38+
"eslint": "^8.53.0",
39+
"eslint-plugin-jest": "^27.6.0",
4040
"eslint-plugin-license-header": "^0.6.0",
41-
"eslint-plugin-unused-imports": "^2.0.0",
41+
"eslint-plugin-unused-imports": "^3.0.0",
4242
"fs-extra": "^11.1.1",
4343
"glob": "^9.3.4",
4444
"husky": "^8.0.3",
45-
"jest": "^29.5.0",
46-
"jest-cli": "^29.5.0",
47-
"jest-environment-node": "^29.5.0",
45+
"jest": "^29.7.0",
46+
"jest-cli": "^29.7.0",
47+
"jest-environment-node": "^29.7.0",
4848
"jest-environment-node-debug": "^2.0.0",
49-
"jest-html-reporter": "^3.7.1",
50-
"jest-junit": "^15.0.0",
51-
"jest-stare": "^2.5.0",
49+
"jest-html-reporter": "^3.10.2",
50+
"jest-junit": "^16.0.0",
51+
"jest-stare": "^2.5.1",
5252
"js-yaml": "^4.1.0",
5353
"jsonfile": "^6.1.0",
54-
"madge": "^6.0.0",
55-
"rimraf": "^4.4.1",
54+
"madge": "^6.1.0",
55+
"rimraf": "^5.0.5",
5656
"shebang-regex": "^4.0.0",
57-
"terser": "^5.16.8",
58-
"ts-jest": "^29.1.0",
57+
"terser": "^5.24.0",
58+
"ts-jest": "^29.1.1",
5959
"ts-node": "^10.9.1",
60-
"tsup": "^6.7.0",
61-
"turbo": "^1.10.15",
62-
"typedoc": "^0.23.28",
63-
"typescript": "^5.0.3",
64-
"uuid": "^9.0.0"
60+
"tsup": "^7.2.0",
61+
"turbo": "^1.10.16",
62+
"typedoc": "^0.25.3",
63+
"typescript": "^5.2.2",
64+
"uuid": "^9.0.1"
6565
},
6666
"overrides": {
6767
"request": {

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
All notable changes to the Kubernetes Secrets Credential Manager Plug-in for Zowe CLI will be documented in this file.
44

5-
## Recent Changes
5+
## v0.1.2
6+
7+
- Added security updates for dependencies
8+
- Fixed issue with lint command failing on VS Code package
9+
10+
## v0.1.1
611

712
- Added system test for v2 profiles
813
- Added readme with instructions on how to use and install the repo [#19](https://github.com/zowe/zowe-cli-secrets-for-kubernetes/issues/19)
Lines changed: 17 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,19 @@
11
{
2-
"compilerOptions": {
3-
"types": [
4-
"node",
5-
"jest"
6-
],
7-
"target": "es2015",
8-
"module": "commonjs",
9-
"declaration": true,
10-
"moduleResolution": "node",
11-
"noImplicitAny": true,
12-
"outDir": "./lib",
13-
"preserveConstEnums": true,
14-
"removeComments": false,
15-
"pretty": true,
16-
"sourceMap": true,
17-
"newLine": "lf"
18-
},
19-
"include": [
20-
"./**/*.ts"
21-
],
22-
"exclude": [
23-
"lib",
24-
"__results__/",
25-
"__snapshots__",
26-
"node_modules"
27-
]
2+
"compilerOptions": {
3+
"types": ["jest", "node"],
4+
"target": "es2015",
5+
"module": "commonjs",
6+
"declaration": true,
7+
"moduleResolution": "node",
8+
"noImplicitAny": true,
9+
"outDir": "./lib",
10+
"preserveConstEnums": true,
11+
"removeComments": false,
12+
"pretty": true,
13+
"sourceMap": true,
14+
"newLine": "lf",
15+
"skipLibCheck": true
16+
},
17+
"include": ["./**/*.ts"],
18+
"exclude": ["lib", "__results__/", "__snapshots__", "node_modules"]
2819
}

packages/cli/package.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zowe/secrets-for-kubernetes-for-zowe-cli",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Kubernetes secrets plugin for Zowe CLI",
55
"author": "Zowe",
66
"license": "EPL-2.0",
@@ -43,14 +43,19 @@
4343
"package": "npm run clean && node ../../scripts/updateLicenses.js && npm run build && npm pack --pack-destination ../../dist"
4444
},
4545
"peerDependencies": {
46-
"@zowe/imperative": "^5.18.0"
46+
"@zowe/imperative": "^5.18.4"
4747
},
4848
"devDependencies": {
49-
"@zowe/cli": "^7.18.0",
50-
"@zowe/cli-test-utils": "^7.18.0"
49+
"@zowe/cli": "^7.18.9",
50+
"@zowe/cli-test-utils": "^7.18.9"
5151
},
5252
"dependencies": {
53-
"@kubernetes/client-node": "0.19.0"
53+
"@kubernetes/client-node": "0.20.0"
54+
},
55+
"overrides": {
56+
"request": {
57+
"tough-cookie": "^4.1.3"
58+
}
5459
},
5560
"jest": {
5661
"setupFilesAfterEnv": [

packages/vscode/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "secrets-for-kubernetes",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"repository": "https://github.com/zowe/zowe-cli-secrets-for-kubernetes",
55
"main": "dist/extension.js",
66
"typings": "dist/extension.d.ts",
@@ -18,6 +18,7 @@
1818
"scripts": {
1919
"build": "tsup",
2020
"dev": "npm run build -- --watch",
21+
"lint": "eslint \"src/**/*.ts\"",
2122
"test": "echo \"VS Code package: No test specified\" && exit 0",
2223
"test:system": "echo \"VS Code package: No system test specified\" && exit 0",
2324
"test:unit": "echo \"VS Code package: No unit test specified\" && exit 0",

packages/vscode/src/extension.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/**
2+
* This program and the accompanying materials are made available under the terms of the
3+
* Eclipse Public License v2.0 which accompanies this distribution, and is available at
4+
* https://www.eclipse.org/legal/epl-v20.html
5+
*
6+
* SPDX-License-Identifier: EPL-2.0
7+
*
8+
* Copyright Contributors to the Zowe Project.
9+
*
10+
*/
11+
112
import * as vscode from "vscode";
213
import { ICredentialManagerConstructor } from "@zowe/imperative";
314
import K8sCredentialManager = require("../../cli/src/credentials/K8sCredentialManager");

0 commit comments

Comments
 (0)