Skip to content

Releases: choria-io/provisioner

0.15.1

19 Apr 14:43
v0.15.1
4d24ddf
Compare
Choose a tag to compare

Bug Fixes

  • Ensure election startup survives temporary communication failures with the bucket.

0.15.0

23 Mar 14:20
v0.15.0
0663f7c
Compare
Choose a tag to compare

Enhancements

  • Support upgrading nodes over the air using go-updater
  • Support provisioning Protocol v2 nodes via Organization Issuers
  • Support shutting down servers as well as defer provisioning
  • Report on the number of waiting nodes

Bug Fixes

  • Improve handling very large waiting node counts

Release 0.14.0

16 Jun 13:07
0.14.0
667a6df
Compare
Choose a tag to compare

Enhancements

  • Improve handling node failures resulting in no ed25519 keys being sent
  • Create configuration files and log files as root
  • Improve hosts list handling in the face of 100s of nodes that live for seconds

Release 0.13.0

08 Dec 12:44
0.13.0
9337e2a
Compare
Choose a tag to compare

Enhancements

  • Support placing policies on provisioned nodes
  • Migrate leader election to new KV based model
  • Use new choria tokens package for all JWT operations
  • Support Ed25519 based provisioning flow and token signing

0.12.0

24 Aug 16:41
0.12.0
633884b
Compare
Choose a tag to compare

Enhancements

  • Support provisioning private keys protected by Curve 25519 ECDH key exchange

0.11.0

13 Aug 16:45
0.11.0
a0ec1a5
Compare
Choose a tag to compare

Enhancements

  • Rename the project to provisioner since removal of the agent plugin
  • Support HA against Choria Streams
  • Use generated clients from go-choria rather than raw RPC calls
  • Documentation updates to reflect main-broker based flow

Removals

  • Remove the embedded broker mode - focussing efforts around central broker based flows

0.10.0

21 Jul 09:38
v0.10.0
e9bf13c
Compare
Choose a tag to compare

Enhancements

  • The agent has been moved to go-choria removing the need for custom Choria Server builds to enable provisioning

0.9.0

28 Sep 08:34
v0.9.0
677321e
Compare
Choose a tag to compare

Enhancements

  • Allow the component name to be configured so other kinds of Choria tools can be provisioned (#122)

0.8.0

01 Jul 12:20
v0.8.0
1da1c0f
Compare
Choose a tag to compare

Enhancements

  • For windows machines use os.Exit() post provisioning (#119)
  • Support runtime setting the restart implimentation (#117)

0.7.1

14 Jun 12:50
0.7.1
e59ca5b
Compare
Choose a tag to compare

Enhancements

  • Support certmanager deployment model