Skip to content

Releases: robertlynch3/netbox-tunnels2

v0.2.9

03 Jan 19:36
8ea751a
Compare
Choose a tag to compare
  • 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

31 Aug 13:19
4e36a1a
Compare
Choose a tag to compare

What's Changed

  • Added support for Netbox v3.6

v0.2.7

30 Aug 15:10
Compare
Choose a tag to compare

What's Changed

  • Add related tunnels to side A interfaces by @p-rintz in #14
  • Fix permissions for non-admin users by @p-rintz in #16
  • Allow VM assignment to tunnels by @p-rintz in #18

Full Changelog: v0.2.6...v0.2.7

v0.2.6

25 Jul 16:46
Compare
Choose a tag to compare

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

23 Jun 18:40
Compare
Choose a tag to compare
  • Added the blocks for rendering extra content by registered plugins by @Kani999 in #9

v0.2.4

09 May 13:35
4aaea27
Compare
Choose a tag to compare

What's Changed

  • Resolved #4.

Full Changelog: v0.2.3...v0.2.4

v0.2.3

04 May 12:03
c85c5d1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2-beta...v0.2.3





Check Compatibility for the compatibility matrix

v0.2.2-beta

21 Apr 16:42
Compare
Choose a tag to compare

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

19 Apr 17:06
Compare
Choose a tag to compare

Initial Release. This is still in development, use cautiously.

Changes:

  • Hopefully resolved issue with HTML templates