1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

Update changelog to reflect hyperglass-agent deprecation changes

This commit is contained in:
checktheroads
2021-05-30 16:04:05 -07:00
parent 6c5839be70
commit c98e244637

View File

@ -6,8 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
# 1.0.0 - 2021-05-30
### BREAKING CHANGE
The `external_link`, `help`, and `terms` parameters no longer exist and have been replaced with generic `links` and `menus` options.
### BREAKING CHANGES
- The `external_link`, `help`, and `terms` parameters no longer exist and have been replaced with generic `links` and `menus` options.
- The transitionary `frr_ssh` and `bird_ssh` NOS parameters no longer exist — `frr` and `bird` can now be used for SSH-based connectivity. hyperglass-agent users must now use `frr_legacy` and `bird_legacy` until hyperglass-agent is fully deprecated.
### Fixed
- [#139](https://github.com/checktheroads/hyperglass/issues/139): Fix an issue where the API cannot be queried by device name.