Releases: choria-io/provisioner
Releases · choria-io/provisioner
0.3.1
Bug Fixes
- Write SSL files with better permissions than
0700
(#58)
- Retry
rpcutil#inventory
up to 5 times before considering the node failed (#59)
0.3.0
Enhancements
- Add initial support for self-updating Choria (#53)
0.2.2
Bug Fixes
- Ensure the
choria.cfg
is used on el7 to find the network to provision
0.2.1
Enhancements
- Update to use Choria lifecycle project (#44)
0.2.0
Enhancements
- Emit a startup life cycle event with component
provisioner
(#36)
- Listen for node life cycle events where component is
provision_mode_server
(#38)
0.1.0
Enhancements
- Record successfully provisioned node counts (#32)
- Record busy workers in stats (#24)
- Increase max token length to 128 (#28)
Bug Fixes
- Avoid nil pointer error when PKI feature is disabled (#29)
- Ensure helper run duration stat is registered (#25)
0.0.3
Enhancements
- Embed the DDL files in the binary to ease deployment (#19)
Bug Fixes
- Create the pidfile late in the life cycle and delete it on exit (#17)
- Fix various el6 startup issues (#21)
0.0.2
Enhancements
- Add a
go-backplane
instance for performing circuit breaking (#13)