Skip to content

Releases: wobcom/fernglas

Fernglas 0.2.1

07 Feb 15:30
Compare
Choose a tag to compare

What's Changed

  • Fixed a build issue that came up while releasing 0.2.0
  • The CI build is based on a new rustc version
  • The CI builds for aarch64-static were restored

Full Changelog: fernglas-0.2.0...fernglas-0.2.1

Fernglas 0.2.0

07 Feb 14:42
Compare
Choose a tag to compare

Breaking changes

  • Configuration format changed: the collectors are now an Object/Dictionary instead of an Array/List. The object keys can be arbitrary. Compare with the current documentation when upgrading: https://wobcom.github.io/fernglas/0.2.0/configuration/index.html
  • The configcheck functionality is now built into the main binary, and can be enabled by setting the environment variable FERNGLAS_CONFIG_CHECK=true

What's Changed

  • Configuration is done via figment, all options can be specified as environment variables prefixed with FERNGLAS_
  • BGP communities and large communities are resolved to human-readable descriptions with a builtin list (the original numeric community is shown on hover). List can be overridden using a configuration option.
  • Show the reverse DNS names for nexthops (the original nexthop IP is show on hover)
  • Show the human readable AS name on hover over the AS number in the AS path
  • Allow selecting a specific Router to query on
  • Fixed a bug in parsing the BGP communities field, resulting in wrong/bitshifted communities being shown (thanks @v0tti for reporting this bug!)
  • Added documentation for running in containers by @johannwagner in #9

New Contributors

Full Changelog: fernglas-0.1.0...fernglas-0.2.0

Fernglas 0.1.0

31 Jan 09:40
Compare
Choose a tag to compare
fernglas-0.1.0

temporary stable zettabgp without FQDN capability support