File tree Expand file tree Collapse file tree 8 files changed +29
-34
lines changed
Expand file tree Collapse file tree 8 files changed +29
-34
lines changed Original file line number Diff line number Diff line change 3333 set +e
3434 export NVM_DIR="/opt/circleci/.nvm"
3535 [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
36- nvm install 14.16 .1
37- nvm alias default v14.16 .1
36+ nvm install 14.20 .1
37+ nvm alias default v14.20 .1
3838
3939 # Each step uses the same `$BASH_ENV`, so need to modify it
4040 echo 'export NVM_DIR="/opt/circleci/.nvm"' >> $BASH_ENV
@@ -57,18 +57,18 @@ jobs:
5757 sudo apt-get update
5858 sudo apt-get install rpm jq devscripts debhelper
5959 gem install package_cloud
60- nvm use 14.16 .1
60+ nvm use 14.20 .1
6161 npm install --global lerna yarn
6262 - run :
6363 name : Install package dependencies
6464 command : |
65- nvm use 14.16 .1
65+ nvm use 14.20 .1
6666 lerna bootstrap
6767
6868 - run :
6969 name : Run unit tests
7070 command : |
71- nvm use 14.16 .1
71+ nvm use 14.20 .1
7272 npm run test-unit
7373
7474 - run :
@@ -127,13 +127,13 @@ jobs:
127127 - run :
128128 name : Make deb packages
129129 command : |
130- nvm use 14.16 .1
130+ nvm use 14.20 .1
131131 make deb
132132 echo $DEB | tr ' ' '\n' | xargs -I{} cp -vr ../st2web_*.{deb,changes} ~/artifacts/{}
133133 - run :
134134 name : Make RPM packages
135135 command : |
136- nvm use 14.16 .1
136+ nvm use 14.20 .1
137137 make rpm
138138 echo $RPM | tr ' ' '\n' | xargs -I{} cp -vr ../st2web-*.rpm ~/artifacts/{}
139139 - store_artifacts :
Original file line number Diff line number Diff line change @@ -2,36 +2,31 @@ Changelog
22========================================================================
33
44in development
5- ------------------------------------------------------------------------
5+ --------------
66
77
88Added
99~~~~~
10+ * Added feature for disabling button for synchronous responses. Button gets disabled onClick on `Connect ` and `Submit ` in st2-login and st2-history module respectively.
1011
11- * Added feature for disabling button for synchronous responses
12- - Button gets disabled onClick on `Connect ` and `Submit ` in st2-login and st2-history module respectively.
13-
14- Contributed by @ParthS007
12+ Contributed by @ParthS007
1513
14+ Changed
15+ ~~~~~~~
16+ * Updated nodejs from `14.16.1 ` to `14.20.1 `, fixing the local build under ARM processor architecture. #880
17+
18+ Reported by @cded from @Bitovi
1619
1720Fixed
18- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
21+ ~~~~~
1922* Fixed CircleCI tests
2023
21- Contributed by @amanda11
24+ Contributed by @amanda11
2225
2326* Handle cases where content-type is not only application/json
2427
25- Contributed by @luislobo
26-
27-
28- Changed
29- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30-
31-
32- Removed
33- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28+ Contributed by @luislobo
3429
3530
3631v2.4.3
37- ------------------------------------------------------------------------
32+ ------
Original file line number Diff line number Diff line change 1- FROM node:14.16.1
1+ FROM node:14.20.0
22
33# Create app directory
44WORKDIR /opt/stackstorm/static/webui/st2web
Original file line number Diff line number Diff line change 1- FROM node:14.16.1
1+ FROM node:14.20.0
22
33# Create app directory
44WORKDIR /opt/stackstorm/static/webui/st2web
Original file line number Diff line number Diff line change 1- FROM node:14.16.1 as build
1+ FROM node:14.20.0 as build
22
33# Create app directory
44WORKDIR /opt/stackstorm/static/webui/st2web
Original file line number Diff line number Diff line change 1- FROM node:14.16.1 as build
1+ FROM node:14.20.0 as build
22
33# Create app directory
44WORKDIR /opt/stackstorm/static/webui/st2web
Original file line number Diff line number Diff line change 1919 },
2020 "repository" : " stackstorm/st2web" ,
2121 "engines" : {
22- "node" : " ^ 14.16 .1" ,
22+ "node" : " 14.20 .1" ,
2323 "npm" : " 6.14.12"
2424 },
2525 "browserify" : {
7979 "minimatch" : " ^3.0.4" ,
8080 "mixin-deep" : " ^1.3.2" ,
8181 "moment" : " 2.24.0" ,
82- "node" : " ^ 14.16 .1" ,
82+ "node" : " 14.20 .1" ,
8383 "node-uuid" : " ^1.4.8" ,
8484 "open" : " ^8.4.0" ,
8585 "qs" : " ^6.10.2" ,
Original file line number Diff line number Diff line change @@ -8446,10 +8446,10 @@ node.extend@^1.0.10:
84468446 has "^1.0.3"
84478447 is "^3.2.1"
84488448
8449- node@^ 14.16 .1:
8450- version "14.16 .1"
8451- resolved "https://registry.yarnpkg.com/node/-/node-14.16 .1.tgz#8a075d50b249152d09c18ac6d45f60a5359a537a "
8452- integrity sha512-SFe89UaWbT8XM3GHrbohdCyZtxAJZt2FYt6orZP9Dyig2EuEV+S8k5cNoDJbokVbXyYLoUv1kHEg60MaYsepVg ==
8449+ node@14.20 .1:
8450+ version "14.20 .1"
8451+ resolved "https://registry.yarnpkg.com/node/-/node-14.20 .1.tgz#09e5d4a06d48fdcbeca1ec1ae10bbe02901d36b9 "
8452+ integrity sha512-X+ds8FIkd5O+o6uuZKjP8ONH64PN8B+bsR2atkyx5anwruCPRyqHQRFQzG80Ymxv/lptRm3emXvvVpiMLl2qLg ==
84538453 dependencies:
84548454 node-bin-setup "^1.0.0"
84558455
You can’t perform that action at this time.
0 commit comments