Gerrit MultiSite Release Notes
Maven Central no longer supports TLS v1.1
As Maven Central no longer supports TLS v1.1, if using Java 7 you will need to enable TLS v1.2 manually in order to use Gerrit re-init. See the Gerrit docs for more information. Java 8 enable TLS v1.2 by default and so is not affected.
As Maven Central no longer supports TLS v1.1, if using Java 7 you will need to enable TLS v1.2 manually in order to use Gerrit re-init. See the Gerrit docs for more information. Java 8 enable TLS v1.2 by default and so is not affected.
WANdisco Gerrit MultiSite Release: 1.7.2.1 Build: 0007
August 2, 2016
This release built on an updated version of Gerrit and comes with a single critical fix.
Requirements
- GerritMS version 2.11.7 (with WANdisco replication enhancements) now required. (NV-5737)
- You must upgrade Gerrit to version 2.11.9 (GER-427)
Fixes
- Critical fix for a small window that could cause data to be overwritten during a parallel push from 2 different clones. (GER-426)
Known Issues
- You need to manually add gerrit.replicated.events.enabled.receive.original=false to the
application.properties
file if you want to prevent the current node receiving events coming from all other nodes. For more information see here. (GER-476)
WANdisco Gerrit MultiSite Release: 1.7.1.4 Build: 0019
March 31, 2016
Requirements
- GerritMS version 2.11.7 (with WANdisco replication enhancements) now required. (NV-5737)
Fixes
- Fixed a bug where Timezone differences in servers could cause SQL DB divergence GER-396
- Fixed a bug where non-serious ERRORs were cluttering the Gerrit log. GER-397
- Fixed a bug that caused divergence between Gerrit Drafts between nodes GER-407
- Upgraded Gerrit version to 2.11.7 GER-408
WANdisco Gerrit MultiSite Release: 1.7.0.1 Build: 0024
January 15, 2016
New Features
- Updated Gerrit MultiSite to support Gerrit 2.11.5. GER-318
Fixes
- All Git Repositories managed by GerritMS will be updated to enable Non-fast forward (Non-FF) updates. The control of those updates are now handled by Gerrit which requires Non-FF updates in certain circumstances. GER-343
- The enablement of the Non-FF updates is done by the "
sync_repos.sh
" script that is run at the end of the installation procedure. GER-345 - A new dashboard message will be displayed if the number of files in the incoming/outgoing replicated events directory tree exceeds a specified value. These directories are checked periodically (the period is specifiable, see the User Guide). GER-360
- Better error messages provided to clients by GerritMS 1.7. GER-261
- The installation of GerritMS 1.7.0.1 will prompt the administrator to allow the removal of the Gerrit Administrator Account information from the properties file since they are no longer needed. GER-377
Known Issues
- All nodes must be set to use to use the same timezone on all GerritMultiSite servers. If you don't set all servers to use the same timezone then differences in timestamping can result in the nodes going out of sync, breaking replication. See Setting GerritMultiSite to use the same timezone on all nodes.
Previous Release Notes
See Gerrit MultiSite 1.6 Release Notes.