Releases: choria-io/provisioner
Releases · choria-io/provisioner
0.7.0
Enhancements
- Support embedding NATS Server into the provisioner for ease of deployment (#111)
Bug Fixes
- Correctly parse JWT from the nodes
- Fix agent activation check
0.6.0
Enhancements
- Support JWT token based provisioning flow (#101, #99)
0.5.0
Enhancements
- Migrate the agent to being a normal choria plugin (#92)
- Support the
ActivationChecker
interface and only activate the plugin when appropriate (#94)
0.4.4
Bug Fixes
- Check context during retries to speed up shutdown (#83)
- Handle work queue overflow better (#85)
0.4.2
Bug Fixes
- Improve event handling by delegating parsing to the lifecycle package (#78)
0.4.1
Bug Fixes
- Fix a panic that happened at times during connection close by updating a dependency
0.4.0
Bug Fixes
- Improve splay related logging during restart (#70)
Enhancements
- Reject Choria client certificate patterns while signing nodes (#72)
0.3.2
Bug Fixes
- When splaying the server restart some waits were 5000+ hours, it's now 2 seconds again (#67)