From 6d039e4325370357ee360a4e5984ca9efde377fc Mon Sep 17 00:00:00 2001 From: zowe-robot Date: Mon, 18 Dec 2023 15:42:52 +0000 Subject: [PATCH 1/2] v2.14.0 Signed-off-by: zowe-robot --- manifest.yaml | 2 +- pluginDefinition.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.yaml b/manifest.yaml index 8cd25f9..f96d6af 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -2,7 +2,7 @@ name: vt-ng2 id: org.zowe.terminal.vt # Without the v -version: 2.13.0 +version: 2.14.0 # Human readable component name title: VT Terminal # Human readable component description diff --git a/pluginDefinition.json b/pluginDefinition.json index 16832c8..17b25fd 100644 --- a/pluginDefinition.json +++ b/pluginDefinition.json @@ -1,7 +1,7 @@ { "identifier": "org.zowe.terminal.vt", "apiVersion": "2.0.0", - "pluginVersion": "2.13.0", + "pluginVersion": "2.14.0", "pluginType": "application", "license": "EPL-2.0", "author": "Zowe", From bcb2b687714fa1d275353bce53df206d9b1ccb4d Mon Sep 17 00:00:00 2001 From: James Struga Date: Thu, 18 Jan 2024 14:18:47 -0500 Subject: [PATCH 2/2] update v3 with new actions Signed-off-by: James Struga --- .github/workflows/build_test.yml | 16 ++++++++-------- manifest.yaml | 2 +- pluginDefinition.json | 2 +- webClient/package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index e9727b1..d85c8c2 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -2,9 +2,9 @@ name: Build vt2-ng2 workflow on: push: branches: - - v2.x/staging - - v2.x/rc - - v2.x/master + - v3.x/staging + - v3.x/rc + - v3.x/master pull_request: types: [opened, reopened, synchronize] @@ -145,7 +145,7 @@ jobs: JF_ARTIFACTORY_1: ${{ secrets.JF_ARTIFACTORY_TOKEN }} - name: '[Prep 5] prepare workflow' - uses: zowe-actions/zlux-builds/plugins/prepare-workflow@v2.x/main + uses: zowe-actions/zlux-builds/plugins/prepare-workflow@v3.x/main with: github-user: ${{ secrets.ZOWE_ROBOT_USER }} github-password: ${{ secrets.ZOWE_ROBOT_TOKEN }} @@ -155,22 +155,22 @@ jobs: plugin-version: ${{ github.event.inputs.BUILD_VERSION }} - name: '[Prep 6] build' - uses: zowe-actions/zlux-builds/plugins/zlux-plugins@v2.x/main + uses: zowe-actions/zlux-builds/plugins/zlux-plugins@v3.x/main with: build-zss: false - name: '[Prep 7] packaging' - uses: zowe-actions/zlux-builds/plugins/make-pax@v2.x/main + uses: zowe-actions/zlux-builds/plugins/make-pax@v3.x/main with: pax-ssh-username: ${{ secrets.SSH_MARIST_USERNAME }} pax-ssh-password: ${{ secrets.SSH_MARIST_RACF_PASSWORD }} pax-name: vt2-ng2 - name: '[Prep 8] deploy ' - uses: zowe-actions/zlux-builds/plugins/deploy-pax@v2.x/main + uses: zowe-actions/zlux-builds/plugins/deploy-pax@v3.x/main - name: '[Prep 9] Bump Staging Version ' if: ${{ github.event.inputs.PERFORM_RELEASE == 'true' && env.RELEASE == 'true' }} - uses: zowe-actions/zlux-builds/plugins/bump-version@v2.x/main + uses: zowe-actions/zlux-builds/plugins/bump-version@v3.x/main env: GITHUB_TOKEN: ${{ secrets.ZOWE_ROBOT_TOKEN }} diff --git a/manifest.yaml b/manifest.yaml index f96d6af..23d144c 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -2,7 +2,7 @@ name: vt-ng2 id: org.zowe.terminal.vt # Without the v -version: 2.14.0 +version: 3.0.0 # Human readable component name title: VT Terminal # Human readable component description diff --git a/pluginDefinition.json b/pluginDefinition.json index 17b25fd..1389c89 100644 --- a/pluginDefinition.json +++ b/pluginDefinition.json @@ -1,7 +1,7 @@ { "identifier": "org.zowe.terminal.vt", "apiVersion": "2.0.0", - "pluginVersion": "2.14.0", + "pluginVersion": "3.0.0", "pluginType": "application", "license": "EPL-2.0", "author": "Zowe", diff --git a/webClient/package.json b/webClient/package.json index 08905b6..41c4ec1 100644 --- a/webClient/package.json +++ b/webClient/package.json @@ -1,6 +1,6 @@ { "name": "org.zowe.terminal.vt", - "version": "2.7.0", + "version": "3.0.0", "description": "A Zowe App for SSH and Telnet Terminal Emulation", "author": "Zowe", "homepage": "https://github.com/zowe/vt-ng2",