Skip to content

Commit d1a62f9

Browse files
committed
update repo for v2 release
1 parent 8598727 commit d1a62f9

File tree

8 files changed

+24
-58
lines changed

8 files changed

+24
-58
lines changed

.github/ISSUE_TEMPLATE/1-feature-request.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
22
name: Feature Request
33
about: Suggest an idea for hyperglass
4-
labels: feature
4+
labels:
5+
- feature
56
---
67

78
<!--
89
If the answer to any of these questions is "no", your feature request will most likely be rejected (but will still be considered).
9-
- Is the new feature _only_ applicable to one Network Operating System (https://hyperglass.io/docs/platforms)?
10+
- Is the new feature _only_ applicable to one platform (https://hyperglass.dev/platforms)?
1011
- Would the new feature work only on mobile, or only on desktop?
1112
- Would the new feature only support IPv4, or IPv6?
1213
- Is the new feature something that can be reasonably customized by hyperglass end-users?

.github/ISSUE_TEMPLATE/2-bug-report.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
name: Bug Report
33
about: Report a problem or unexpected behavior
4-
labels: possible-bug
5-
assignees: checktheroads
4+
labels:
5+
- possible-bug
6+
assignees: thatmattlove
67
---
78

89
<!-- Please provide a general summary of the issue in the Title. -->
@@ -43,7 +44,7 @@ assignees: checktheroads
4344

4445
## Server
4546

46-
<!-- Please paste the output from `hyperglass system-info` below: (available in 1.0.0-beta.52+) -->
47+
<!-- Please paste the output from `hyperglass system-info` below: -->
4748

4849
<!-- If, for some reason, that doesn't work, please include the following:
4950
- OS:

.github/ISSUE_TEMPLATE/3-new-nos.yaml

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
11
---
2-
name: New Network Operating System
3-
description: Request native support for a network operating system
4-
labels: feature
2+
name: New Platform
3+
description: Request native support for a network operating system/platform
4+
labels:
5+
- feature
56
body:
67
- type: markdown
78
attributes:
89
value: >
9-
In order to natively support a new network operating system for hyperglass, please make sure it is supported by either Netmiko or Scrapli ([see here](https://hyperglass.io/docs/platforms)).
10+
In order to natively support a new platform for hyperglass, please make sure it is supported by Netmiko ([see here](https://hyperglass.dev/platforms)).
1011
- type: input
1112
attributes:
1213
label: Manufacturer
13-
description: What is the network vendor that manufactures the NOS? For example, for Juniper Junos, this would be Juniper.
14+
description: What is the network vendor? For example, for Juniper Junos, this would be Juniper.
1415
validations:
1516
required: true
1617
- type: input
1718
attributes:
18-
label: Platform Name
19-
description: What is the name of this NOS? For example, for Juniper Junos, this would be Junos
19+
label: Name
20+
description: What is the name of this platform? For example, for Juniper Junos, this would be Junos
2021
validations:
2122
required: true
2223
- type: textarea
2324
attributes:
2425
label: Commands
2526
description: >
26-
Please provide the commands required to execute hyperglass commands ([see here](https://hyperglass.io/docs/commands#adding-a-custom-command-set)). If you do not know the commands, it is likely that this request will be either denied or may take a long time to implement.
27+
Please provide the commands required to execute the default hyperglass commands (IPv4 BGP Route, IPv6 BGP Route, BGP AS Path, BGP Community, IPv4 ping, IPv6 ping, IPv4 traceroute, and IPv6 traceroute). If you do not know the commands, it is likely that this request will be either denied or may take a long time to implement.

.github/workflows/release-pypi.yml

-37
This file was deleted.

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111

1212
<div align="center">
1313

14-
[**Documentation**](https://v2.hyperglass.dev)&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;[**Live Demo**](https://demo.hyperglass.dev/)
14+
[**Documentation**](https://hyperglass.dev)&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;[**Live Demo**](https://demo.hyperglass.dev/)
1515

16-
[![Frontend Tests](https://img.shields.io/github/actions/workflow/status/thatmattlove/hyperglass/frontend.yml?branch=v2.0.0&label=Frontend%20Tests&style=for-the-badge)](https://github.com/thatmattlove/hyperglass/actions/workflows/frontend.yml)
17-
[![Backend Tests](https://img.shields.io/github/actions/workflow/status/thatmattlove/hyperglass/backend.yml?branch=v2.0.0&label=Backend%20Tests&style=for-the-badge)](https://github.com/thatmattlove/hyperglass/actions/workflows/backend.yml)
16+
[![Frontend Tests](https://img.shields.io/github/actions/workflow/status/thatmattlove/hyperglass/frontend.yml?label=Frontend%20Tests&style=for-the-badge)](https://github.com/thatmattlove/hyperglass/actions/workflows/frontend.yml)
17+
[![Backend Tests](https://img.shields.io/github/actions/workflow/status/thatmattlove/hyperglass/backend.yml?label=Backend%20Tests&style=for-the-badge)](https://github.com/thatmattlove/hyperglass/actions/workflows/backend.yml)
1818

1919
<br/>
2020

@@ -26,7 +26,7 @@ hyperglass is intended to make implementing a looking glass too easy not to do,
2626

2727
## Features
2828

29-
- BGP Route, BGP Community, BGP AS Path, Ping, & Traceroute, or [add your own commands](https://v2.hyperglass.dev/configuration/directives).
29+
- BGP Route, BGP Community, BGP AS Path, Ping, & Traceroute, or [add your own commands](https://hyperglass.dev/configuration/directives).
3030
- Full IPv6 support
3131
- Customizable everything: features, theme, UI/API text, error messages, commands
3232
- Built-in support for:
@@ -43,7 +43,7 @@ hyperglass is intended to make implementing a looking glass too easy not to do,
4343
- OpenBGPD
4444
- TNSR
4545
- VyOS
46-
- Configurable support for any other [supported platform](https://v2.hyperglass.dev/platforms)
46+
- Configurable support for any other [supported platform](https://hyperglass.dev/platforms)
4747
- Optionally access devices via an SSH proxy/jump server
4848
- Access-list/prefix-list style query control to whitelist or blacklist query targets
4949
- REST API with automatic, configurable OpenAPI documentation

hyperglass/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from datetime import datetime
55

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

hyperglass/ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.0-dev",
2+
"version": "2.0.0",
33
"name": "ui",
44
"description": "UI for hyperglass, the modern network looking glass",
55
"author": "Matt Love",

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hyperglass"
3-
version = "2.0.0-dev"
3+
version = "2.0.0"
44
description = "hyperglass is the modern network looking glass that tries to make the internet better."
55
authors = [
66
{ name = "thatmattlove", email = "[email protected]" }

0 commit comments

Comments
 (0)