This repository has been archived by the owner on Apr 15, 2019. It is now read-only.
Releases: LiskArchive/lisk-build
Releases · LiskArchive/lisk-build
0.9.16
Version v1.0.0-beta.2
v1.0.0-beta.2 (2018-04-06)
Closed issues:
- Update VERSION to 1.0.0 #262
- Update config.sh to use version of lisk-scripts for 1.0 #260
- Update build.sh to support npm pack generated tgz archive #250
Merged pull requests:
Version 0.9.12
Changelog
0.9.12 (2018-02-27)
Closed issues:
- Update to Node.js 6.12.3 LTS #249
Merged pull requests:
- Update to Node.js 6.12.3 LTS #251 (Yogendra0Sharma)
Version 0.9.11
Changelog
0.9.11 (2017-12-20)
NOTES:
- With this release, versioning becomes independent from
Lisk
andLisk Scripts
releases. - Crossed-out items have either been
Moved
to https://github.com/LiskHQ/lisk-scripts orCancelled/Replaced
.
Implemented enhancements:
- Move scripts to new lisk-scripts repository #238
Add a system unit file for lisk-build #216(Cancelled)Refactor lisk.sh #198(Cancelled)Redesign Installation script to accommodate the new binary format #195(Cancelled)Additional verbosity for lisk.sh #182(Moved)
Fixed bugs:
- Bison version 3.0 or greater required when configuring jq #242
lisk_bridge.sh isn't removing the old unencrypted secrets #235(Moved)lisk_bridge.sh will fail if jq package is not installed. #232(Moved)- Package libncurses5-dev should be add be added to the toolchain linux script. #230
installLisk.sh with -u to a another url, lisk is still downloaded from the old URL. #228(Moved)installLisk.sh upgrade will fail to stop the pm2 process if its installed in a different location. #227(Moved)installLisk.sh fails on Mac OS X 10.13.1 #226(Moved)- installLinux.sh script will fail to run the command "nvm install v6.10.1" #225
installLisk.sh will fail on Mac OS X if ntp is not installed #224(Moved)- PM2 keeps restarting broken node #221
- Unable to compile JQ on darwin #215
- Unsafe use of grep in lisk.sh #211
- Fix node invocation in lisk_snapshot.sh #205
lisk.sh fails to execute psql correctly #196(Moved)
Closed issues:
- Update to Node.js 6.12.2 LTS #240
- Update README.md for 0.9.11 #239
- Revert binary compilation restructuring #220
- Downgrade Postgres and Node binary version #219
- Migrate shellcheck service to Jenkins #208
Upgrade nodejs to version 6.11.4 #204(Replaced)Upgrade Postgres to 9.6.5 #203(Replaced)Upgrade NodeJS to Version 8 #201(Cancelled)Upgrade PostgreSQL to version 10 #200(Cancelled)- Add license headers to all files #177
Implement Network-Bridge for migration #176(Moved)
Merged pull requests:
- Fix nvm failure in toolchain/installLinux.sh - Closes #225 #247 (Nazgolze)
- Install and force link bison on macOS - Closes #242 #246 (karmacoma)
- Update to Node.js 6.12.2 LTS - Closes #240 #245 (karmacoma)
- Update README.md for 0.9.11 - Closes #239 #244 (karmacoma)
- Move scripts to new lisk-scripts repository - Closes #238 #243 (karmacoma)
- Remove old unencrypted secrets - Closes #235 #237 (Nazgolze)
Make lisk_bridge use the jq included in lisk core - Closes #232 #236 (Nazgolze)(Moved)- Add libncurses5-dev to dependencies that get installed - Closes #230 #233 (Nazgolze)
- New pm2 lisk settings - Closes #221 #231 (Nazgolze)
Add lisk bridge - Closes #176 #229 (Nazgolze)(Moved)- Downgrade Postgres and Node binary version - Closes #219 #223 (karmacoma)
- Revert binary compilation restructuring - Closes #220 #222 (karmacoma)
- Adds license headers to all source files - Closes #177 #218 (Nazgolze)
- Include JQ related fixes for Darwin compilation - Closes #215 #214 (Isabello)
Uplift Postgres and Node binary version - Closes #201 #200 #213 (Isabello)(Cancelled)- Fix unsafe use of grep - Closes #211 #212 (fchavant)
- Migrate shellcheck service to Jenkins - Closes #208 #210 (Nazgolze)
Version 0.9.10
Version 0.9.3
Version 0.9.2
Version 0.9.2b
Version 0.9.2a
Version 0.9.0
Change Log
0.9.0
Implemented enhancements:
- Refactor installLisk.sh to improve upgrade methodology #143
- Redis should require password #139
- Abort lisk install and cleanup upon failure #135
- Implement bundled Redis #130
- Insert placeholders for VERSION and LISK_NETWORK in config.sh #123
- Idea to explore: letsencrypt client written for nodejs #52
- Implement default redis password and use it in lisk.sh - Closes #139 #140 (Isabello)
Fixed bugs:
- Snapshotting parses the wrong variables #146
- Include libreadline6 with bundled postgres #133
- Cleanup PM2 GOD during Lisk upgrade #125
- Blockheight for PG running on nonstandard port fails due to psql default #116
- Fix Snapshotting failures - Closes #146 #147 (Isabello)
- Correct redis flag detection during node shutdown - Closes #141 #142 (Isabello)
- Correct SHA string checking - Closes #137 #138 (Isabello)
- Correct PSQL failures on nonstandard port - Closes #116 #120 (Isabello)
Closed issues:
- lisk.sh log tailing is blank #151
- Refactor Redis initialization #148
- Redis password detection fails for redis-cli #141
- Missing extension for SHA checks #137
- Link Postgresql against libreadline7 #134
- Installation fails on ArchLinux with psql issues. #132
- Upgrade Postgresql to 9.6.3 #127
- Upgrade nodejs to Node 6.10.3 #126
- Cleanup ARM Related patches #121
- Remove deprecated build information #115
- Cleanup FreeBSD related items in Lisk-build #114
- Replace MD5 with SHA checksum #113
Merged pull requests:
- Tail fileLog instead of console log - Closes #151 #152 (Isabello)
- Correct regression in installLisk.sh #150 (Isabello)
- Refactor Redis to accomodate Lisk-Core Changes - Closes #148 #149 (Isabello)
- Update snapshot.json with new schema #145 (Isabello)
- Refactor upgrade steps - Closes #143 #144 (Isabello)
- Uplift binaries, add redis-server and add libreadline7 #136 (Isabello)
- Uplift Core Dependencies - Closes #127 #126 and #121 #131 (Isabello)
- Add cleanup for PM2 GOD - Closes #125 #129 (Isabello)
- Replace VERSION and LISK_NETWORK with placeholders - Closes #123 #128 (Isabello)
- Remove ARM patches - Closes #121 #122 (Isabello)
- Cleanup unsupported OS in README.md - Closes #115 #119 (Isabello)
- Remove FreeBSD relations - Closes #114 #118 (Isabello)
- Replace MD5 with SHA256 Checksums for Binaries - Closes #113 #117 (Isabello)