diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 4beb4d4..499648b 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -139,7 +139,7 @@ jobs: - name: '[Prep 3] Setup Node' uses: actions/setup-node@v2 with: - node-version: 16.20.2 + node-version: 18 - name: '[Prep 4] Setup jFrog CLI' uses: jfrog/setup-jfrog-cli@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 82c98b5..ec3b928 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the sample react app will be documented in this file. +## 3.6.0 + +- Bugfix: Change app2app example to tn3270 with a TLS connection to foster responsible use ([#119](https://github.com/zowe/sample-react-app/pull/119) + ## 2.0.1 - Bugfix: Schema file was not included, preventing installation as a component diff --git a/manifest.yaml b/manifest.yaml index 79e8692..3d4e802 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -2,7 +2,7 @@ name: react-sample id: org.zowe.zlux.sample.react # Without the v -version: 3.0.0 +version: 3.6.0 # Human readable component name title: React Sample # Human readable component description diff --git a/pluginDefinition.json b/pluginDefinition.json index b3bd15a..422368e 100644 --- a/pluginDefinition.json +++ b/pluginDefinition.json @@ -1,7 +1,7 @@ { "identifier": "org.zowe.zlux.sample.react", "apiVersion": "2.0.0", - "pluginVersion": "3.0.0", + "pluginVersion": "3.6.0", "pluginType": "application", "license": "EPL-2.0", "author": "Zowe", diff --git a/sample-react-app.ppf b/sample-react-app.ppf deleted file mode 100644 index 8e041a8..0000000 --- a/sample-react-app.ppf +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - diff --git a/webClient/src/App.tsx b/webClient/src/App.tsx index bda96ab..fb297a5 100644 --- a/webClient/src/App.tsx +++ b/webClient/src/App.tsx @@ -36,13 +36,13 @@ class App extends React.Component { `{ "type":"connect", "connectionSettings":{ "host":"localhost", - "port":23, + "port":992, "deviceType":5, "alternateHeight":60, "alternateWidth":132, "oiaEnabled": true, "security": { - "type":0 + "type":"tls" } } }`,