Releases: DtxdF/overlord
Releases · DtxdF/overlord
v0.2.1
Changes between 0.2.0 and 0.2.1
- Add
ignore_mtime
parameter:- To add more reliability when restarting the VM, avoiding the possibility of destroying the jail, the
ignore_mtime
parameter is added to the generated Director file. This and the done file provide a simple and reliable way to avoid this.
- To add more reliability when restarting the VM, avoiding the possibility of destroying the jail, the
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Changes between 0.1.0 and 0.2.0
- Use done file as cache for the Director file in VMs:
- Director can recreate a jail if the user modifies the Director file or there is another change that it tracks (such as a Makejail), which means that the jail is destroyed and recreated. To avoid this due to user error, the done file (which is currently used to indicate that the VM has been successfully created) is used to save the contents of the Director file.
Added
:--restart
parameter.- Use transactions instead of just the version parameter:
- Transactions are a more reliable way to modify the HAProxy configuration via Data Plane API when there are many requests to be made, which happens even in a small cluster. This also solved the problem to a version mismatch, effectively fixing a race condition.
Full Changelog: v0.1.0...v0.2.0
v0.1.0
- Start development.
Full Changelog: v0.0.1...v0.1.0
v0.0.1
Full Changelog: https://github.com/DtxdF/overlord/commits/v0.0.1