Releases: robertlynch3/netbox-tunnels2
Releases · robertlynch3/netbox-tunnels2
v0.2.9
- Added Netbox 3.7 support
- Renamed the Tunnel model to PluginTunnel to allow for compatibility with Netbox v3.7
Please plan to migrate from netbox-tunnels2
to the native Netbox VPN Tunnels model.
The tunnel model renaming will require you to run:
python3 netbox/manage.py migrate
v0.2.8
What's Changed
- Added support for Netbox v3.6
v0.2.7
v0.2.6
Upgrading
To upgrade this plugin, you can use the upgrade.sh
script in Netbox or manually upgrade the plugin via
pip3 install netbox-tunnels2==0.2.6
python netbox/manage.py migrate
What's Changed
- Add Tenancy support to tunnels by @p-rintz in #12
- Fix title & align custom fields in template by @p-rintz in #13
New Contributors
Full Changelog: v0.2.5...v0.2.6
v0.2.5
v0.2.4
v0.2.3
What's Changed
- Updated for Netbox v3.5 by @robertlynch3 in #3
Full Changelog: v0.2.2-beta...v0.2.3
Check Compatibility for the compatibility matrix
v0.2.2-beta
Resolves #1.
Resolves issue with Actions to Pypi
To upgrade
source {path/to/netbox}/venv/bin/activate
pip install netbox-tunnels2==0.2.2
python3 {path/to/netbox}/netbox/manage.py migrate
systemctl restart netbox
v0.2.1-beta
Initial Release. This is still in development, use cautiously.
Changes:
- Hopefully resolved issue with HTML templates