Skip to content

Commit 8449587

Browse files
committed
bump version 1.0.0-beta.72
1 parent c9b87ea commit 8449587

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 1.0.0-beta72 - 2021-01-16
9+
10+
### Fixed
11+
- [#104](https://github.com/checktheroads/hyperglass/issues/104): Handle the usage of `juniper_junos` as a NOS. `juniper_junos` will now automatically be mapped to `juniper`.
12+
- Fix an issue with dual RP juniper devices and structured output, where output containing `{master}` outside of the XML output was improperly stripped out, causing a parsing failure.
13+
14+
### Changed
15+
- **BREAKING**: The installer no longer generates a Systemd service file. While this was likely convenient for most, it introduced significant complexity and caused most installations using `~/hyperglass` as the app path to fail, with no clear way to resolve it. Further, while Systemd is arguably the most common, it is not the *only* process manager available. As such, the docs will be updated with a Systemd example, much like the current reverse proxy documentation.
16+
817
## 1.0.0-beta71 - 2021-01-10
918

1019
### Added

hyperglass/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from datetime import datetime
55

66
__name__ = "hyperglass"
7-
__version__ = "1.0.0-beta.71"
7+
__version__ = "1.0.0-beta.72"
88
__author__ = "Matt Love"
99
__copyright__ = f"Copyright {datetime.now().year} Matthew Love"
1010
__license__ = "BSD 3-Clause Clear License"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ license = "BSD-3-Clause-Clear"
2323
name = "hyperglass"
2424
readme = "README.md"
2525
repository = "https://github.com/checktheroads/hyperglass"
26-
version = "1.0.0-beta.71"
26+
version = "1.0.0-beta.72"
2727

2828
[tool.poetry.scripts]
2929
hyperglass = "hyperglass.console:CLI"

0 commit comments

Comments
 (0)