From 637eb956a3b9bf9850a9dc0b043d3fb08091b363 Mon Sep 17 00:00:00 2001 From: zowe-robot Date: Mon, 18 Dec 2023 15:43:22 +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 bafc423..95c557a 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -2,7 +2,7 @@ name: react-sample id: org.zowe.zlux.sample.react # Without the v -version: 2.13.0 +version: 2.14.0 # Human readable component name title: React Sample # Human readable component description diff --git a/pluginDefinition.json b/pluginDefinition.json index 7e77a9e..9d69edc 100644 --- a/pluginDefinition.json +++ b/pluginDefinition.json @@ -1,7 +1,7 @@ { "identifier": "org.zowe.zlux.sample.react", "apiVersion": "2.0.0", - "pluginVersion": "2.13.0", + "pluginVersion": "2.14.0", "pluginType": "application", "license": "EPL-2.0", "author": "Zowe", From 31422b865e4fe2e3afb4cd156a697c0ff1df09f3 Mon Sep 17 00:00:00 2001 From: James Struga Date: Thu, 18 Jan 2024 13:07:43 -0500 Subject: [PATCH 2/2] update v3 with new actions Signed-off-by: James Struga --- .github/workflows/build_test.yml | 20 ++++++++++---------- build/component/package.json | 2 +- manifest.yaml | 2 +- pluginDefinition.json | 2 +- webClient/package.json | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 2d088b6..b6a4ed9 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -2,9 +2,9 @@ name: Build sample-react-app 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] @@ -147,7 +147,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 }} @@ -157,29 +157,29 @@ 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: sample-react-app - 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 }} - name: '[Prep 10] NodeJS project setup' if: ${{ github.event.inputs.PERFORM_RELEASE == 'true' && env.RELEASE == 'true' }} - uses: zowe-actions/zlux-builds/plugins/npm-setup@v2.x/main + uses: zowe-actions/zlux-builds/plugins/npm-setup@v3.x/main with: package-name: 'org.zowe.zlux-iframe-file-tree' install-registry-url: ${{ env.DEFAULT_NPM_PRIVATE_INSTALL_REGISTRY }} @@ -192,4 +192,4 @@ jobs: - name: '[Prep 11] Publish NPM Package ' if: ${{ github.event.inputs.PERFORM_RELEASE == 'true' && env.RELEASE == 'true' }} - uses: zowe-actions/zlux-builds/plugins/npm-publish@v2.x/main + uses: zowe-actions/zlux-builds/plugins/npm-publish@v3.x/main diff --git a/build/component/package.json b/build/component/package.json index 085bc39..ef88ce6 100644 --- a/build/component/package.json +++ b/build/component/package.json @@ -1,6 +1,6 @@ { "name": "react-sample", - "version": "2.11.0", + "version": "3.0.0", "description": "Sample app Showcasing React Adapter", "main": "react-sample.pax", "homepgae": "https://zowe.org", diff --git a/manifest.yaml b/manifest.yaml index 95c557a..79e8692 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -2,7 +2,7 @@ name: react-sample id: org.zowe.zlux.sample.react # Without the v -version: 2.14.0 +version: 3.0.0 # Human readable component name title: React Sample # Human readable component description diff --git a/pluginDefinition.json b/pluginDefinition.json index 9d69edc..b3bd15a 100644 --- a/pluginDefinition.json +++ b/pluginDefinition.json @@ -1,7 +1,7 @@ { "identifier": "org.zowe.zlux.sample.react", "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 73f8861..54148eb 100644 --- a/webClient/package.json +++ b/webClient/package.json @@ -1,6 +1,6 @@ { "name": "org.zowe.zlux.sample.react", - "version": "2.11.0", + "version": "3.0.0", "description": "A sample react showcasing react framework in Zowe App Framework", "license": "EPL-2.0", "dependencies": {