Skip to content

Fernglas 0.2.0

Compare
Choose a tag to compare
@yu-re-ka yu-re-ka released this 07 Feb 14:42
· 16 commits to main since this release

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