Changelog
- 9835314 ci: bump lint version
- 15b8a5d cool: add a generic RoundTripper interface
- b97179b docs: add builtin plugins to usage docs
- 8c61dd2 docs: rebuild doc generation commands
- fa814e5 docs: reimplement gendoc for bridge mode
- 67e35e1 docs: remove dashboard from examples [ci skip]
- 5d6606d docs: update remaining compose examples with flag changes
- f541fdb docs: update site-to-site example
- 7f83895 feat: first draft of seperate bootstrap transport
- 0374996 feat: use new temporary bootstrap transport
- 80280ca fix: always shut storage down cleanly when raft stops
- 2bcf0b7 fix: check before copying last applied index in FSM
- 4c1dd47 fix: config validations and cleanup examples
- 4c1b93d fix: global.disable-ipv6 was not overriding correctly, update multi-bootstrap example
- 6a3232d fix: multi-bootstrap was dropping a peer
- 40b6783 fix: regression in mesh bridge, cleanup logging
- 3234726 refactor: abstract join process behind new transport.JoinRoundTripper
- eab6c8a refactor: conform app daemon to new config
- 22d8e0d refactor: much needed major configuration refactor, not all examples updated yet
- f4d936d refactor: reimplment usage helpers
- 9013b6f refactor: remove embedded dashboard service, will reimplement as plugin
- a4d9441 refactor: reshuffle transport related packages to transport directory
- 223f785 refactor: rework plugin interfaces
- ab03311 rename: rename join to roundtrip
- 8212468 test: add bootstrap unit test
- d675e3c tidy: add more transport helpers, cleanup mesh package
- dc74d5d tidy: cleanup bootstrap logging
- fb89204 tidy: discard raft log output during bootstrap
- 4c4d28f tidy: make more generic transports
- 86328e7 tidy: make round trippers generic
- a817e88 tidy: move grpc join round tripper into tcp package
- 19f2e9b tidy: move remaining discovery mechanisms to transport package
- cbb6466 tidy: remove remaining IPv6 references from ipam plugin
- 7f86c5b tidy: switch all internal bootstrap logging to debug level
- fb1db48 update watch plugin example