Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 2.17 KB

RELEASE_NOTES.md

File metadata and controls

51 lines (30 loc) · 2.17 KB

FRRK8s Release Notes

Release v0.0.8

Features

  • Support a --always-block parameter. The parameter accepts a list of comma separated cidrs to always block. This is useful to protect well known cidrs such as pods or clusterIPs. (PR 88)

  • Support restarting the webhook pod when the rotator updates its cert secret.(PR 100)

  • Add a demo environment creation script (PR 107)

  • Remove the DesiredConfig field from the status API (PR 110)

Bug fixes

  • FRRConfigurations from namespaces different than the one the daemon is deployed on were not validated with other resoureces. (PR 91)

  • Empty always-block flag was not parsed correctly. (PR 95)

  • helm: webhooks probes pointed to the wrong endpoints. (PR 97)

Chores

  • helm: add an option to disable the webhook's cert rotation. (PR 93)
  • add a new logo!
  • CI: add a MetalLB E2E lane. (PR 99)
  • CI: don't run auto-generated files checks on dependabot PRs (PR 111)
  • kubectl: don't download if cluster is not reacheable (PR 112)

Release v0.0.4

Bug fixes

  • Merging neighbors always failed when holdtime and keepalivetime were set (PR #86).

Chores

  • Enforce adding release notes in CI (PR #79)
  • helm: Fix metricRelabelings templating (PR #83)

Release v0.0.3

Support establishing BGP sessions with cleartext passwords (PR #80).

Release v0.0.2

Helm charts: flip the prometheus service monitor default to false. Service Monitor should be opt-in for those users that have the prometheus operator deployed.

Release v0.0.1

First release!