Skip to content

Commit eae555c

Browse files
committed
Rename, update READMEs, bump versions
Signed-off-by: adam-wolfe <[email protected]>
1 parent 29938c2 commit eae555c

File tree

7 files changed

+28
-20
lines changed

7 files changed

+28
-20
lines changed

lerna.json

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

packages/cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## `0.4.0`
6+
7+
- Renamed the CLI Plug-in to `Zowe CLI Plug-in for Kubernetes Secrets`. [#55](https://github.com/zowe/zowe-cli-secrets-for-kubernetes/pull/55)
8+
59
## `0.3.0`
610

711
- Added support for Zowe V3 and updated dependencies for technical currency. [#46](https://github.com/zowe/zowe-cli-secrets-for-kubernetes/pull/46)

packages/cli/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Kubernetes Secrets for Zowe CLI
1+
# Zowe CLI Plug-in for Kubernetes Secrets
22

33
## Installing
44

5-
Use one of the following methods to install the plug-in:
5+
Use one of the following methods to install the Zowe® CLI Plug-in for Kubernetes Secrets:
66

77
- Install the plug-in to Zowe CLI from an online registry or a local package.
88

@@ -20,7 +20,7 @@ Use one of the following methods to install the plug-in:
2020

2121
Follow these steps:
2222

23-
1. The first time that you clone the Kubernetes credenital manager plug-in for Zowe CLI from the GitHub repository, issue the following command against the local directory:
23+
1. The first time that you clone the Kubernetes credential manager plug-in for Zowe CLI from the GitHub repository, issue the following command against the local directory:
2424

2525
```bash
2626
npm install

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@zowe/secrets-for-kubernetes-for-zowe-cli",
3-
"version": "0.3.0",
4-
"description": "Kubernetes secrets plugin for Zowe CLI",
3+
"version": "0.4.0",
4+
"description": "Zowe CLI Plug-in for Kubernetes Secrets",
55
"author": "Zowe",
66
"license": "EPL-2.0",
77
"keywords": [

packages/vscode/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## `0.4.0`
6+
7+
- Renamed the VSCE to `Zowe Explorer for Kubernetes Secrets`. [#55](https://github.com/zowe/zowe-cli-secrets-for-kubernetes/pull/55)
8+
59
## `0.3.0`
610

711
- Added support for Zowe V3 and updated dependencies for technical currency. [#46](https://github.com/zowe/zowe-cli-secrets-for-kubernetes/pull/46)

packages/vscode/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Kubernetes Secrets for Zowe Explorer
1+
# Zowe Explorer for Kubernetes Secrets
22

33
## Installing
44

5-
Use one of the following methods to install the plug-in:
5+
Use one of the following methods to install Zowe® Explorer for Kubernetes® Secrets:
66

77
- Install the plug-in to VS Code from the marketplace
88

99
1. On the left most side of the VS Code window in your workspace, click on the **Extensions** icon.
1010

11-
1. On top of the **Extensions** view, click on the **Search bar** and search for `Kubernetes Secrets for Zowe Explorer`.
11+
1. On top of the **Extensions** view, click on the **Search bar** and search for `Zowe Explorer for Kubernetes Secrets`.
1212

1313
1. Click on the **Install** button.
1414

@@ -38,7 +38,7 @@ To uninstall the plug-in, perform the following steps:
3838

3939
1. On the left most side of the VS Code window in your workspace, click on the extensions icon.
4040

41-
1. On top of the extensions view, click on the search bar and search for `Kubernetes Secrets for Zowe Explorer`.
41+
1. On top of the extensions view, click on the search bar and search for `Zowe Explorer for Kubernetes Secrets`.
4242

4343
1. click uninstall.
4444

packages/vscode/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "secrets-for-kubernetes",
3-
"displayName": "Kubernetes Secrets for Zowe Explorer",
4-
"description": "The Kubernetes Secrets for Zowe Explorer allows you to store your Zowe profile credentials as Kubernetes secrets.",
3+
"displayName": "Zowe Explorer for Kubernetes Secrets",
4+
"description": "Zowe Explorer for Kubernetes Secrets allows you to store your Zowe profile credentials as Kubernetes secrets.",
55
"publisher": "Zowe",
66
"author": "Zowe",
7-
"version": "0.3.0",
7+
"version": "0.4.0",
88
"license": "EPL-2.0",
99
"repository": "https://github.com/zowe/zowe-cli-secrets-for-kubernetes",
1010
"icon": "resources/k8s-vsce-icon.png",

0 commit comments

Comments
 (0)