Skip to content

v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jrokeach jrokeach released this 05 Jan 21:21
· 6 commits to main since this release
d14afea
  • Various cleanup
  • Eliminate requirement of container image build; reformulate using initContainers and sidecar containers (Closes #18)
  • Migrate 2regions-hrr example to MetalLB-based design
    • Example only; other mechanisms still available depending on specific use case requirements
  • Move most configuration out of environment variables and into YAML
    • Refactor some configuration to be iterable, allowing for more than 3 BGP groups and different use cases (Closes #19)
  • Create 3clientgroups example
  • Various documentation updates