Skip to content

Commit

Permalink
Zowe Suite v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zowe-robot committed Sep 12, 2024
2 parents 5b5075a + 992c0bb commit 2a085df
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build sample-angular-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]

Expand Down Expand Up @@ -146,7 +146,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 }}
Expand All @@ -156,29 +156,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: true

- 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-angular-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-angular-file-tree'
install-registry-url: ${{ env.DEFAULT_NPM_PRIVATE_INSTALL_REGISTRY }}
Expand All @@ -191,4 +191,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
2 changes: 1 addition & 1 deletion build/component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-sample",
"version": "2.11.0",
"version": "3.0.0",
"description": "Sample App Showcasing Angular Adapter",
"main": "angular-sample.pax",
"homepgae": "https://zowe.org",
Expand Down
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: angular-sample
id: org.zowe.zlux.sample.angular
# Without the v
version: 2.13.0
version: 3.0.0
# Human readable component name
title: Angular Sample
# Human readable component description
Expand Down
2 changes: 1 addition & 1 deletion nodeServer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "org.zowe.zlux.sample.angular.nodeserver",
"version": "2.11.0",
"version": "3.0.0",
"description": "Hello World message",
"scripts": {
"build": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion pluginDefinition.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"identifier": "org.zowe.zlux.sample.angular",
"apiVersion": "2.0.0",
"pluginVersion": "2.13.0",
"pluginVersion": "3.0.0",
"pluginType": "application",
"license": "EPL-2.0",
"author": "Zowe",
Expand Down
2 changes: 1 addition & 1 deletion webClient/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "org.zowe.zlux.sample.angular.webclient",
"version": "2.11.0",
"version": "3.0.0",
"scripts": {
"start": "webpack --progress --colors --watch",
"build": "webpack --progress --colors",
Expand Down

0 comments on commit 2a085df

Please sign in to comment.