Releases: wobcom/fernglas
Releases · wobcom/fernglas
Fernglas 0.2.1
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
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.
- Send a pull request to https://github.com/NLNOG/lg.ring.nlnog.net/tree/communities to get your own communities included in the next release
- 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
- @johannwagner made their first contribution in #9
Full Changelog: fernglas-0.1.0...fernglas-0.2.0
Fernglas 0.1.0
fernglas-0.1.0 temporary stable zettabgp without FQDN capability support