Releases: FlxPeters/netbox-plugin-prometheus-sd
0.6.0 - Custom fields
What's Changed
- Custom fields by @FlxPeters in #73
- Allow complex fields in custom field labels by @FlxPeters in #74
- Bump pylint from 2.15.2 to 2.15.3 by @dependabot in #75
- Bump invoke from 1.7.1 to 1.7.3 by @dependabot in #76
- Bump black from 22.8.0 to 22.10.0 by @dependabot in #77
- Bump pylint from 2.15.3 to 2.15.4 by @dependabot in #78
- Bump pylint from 2.15.4 to 2.15.5 by @dependabot in #79
- Bump black from 22.10.0 to 22.12.0 by @dependabot in #83
- Correct init listed version by @ryanmerolle in #87
- Bump black from 22.12.0 to 23.1.0 by @dependabot in #92
- Expose primary keys in labels by @jsenecal in #91
New Contributors
- @ryanmerolle made their first contribution in #87
- @jsenecal made their first contribution in #91
Full Changelog: 0.5.0...0.6.0
0.6.0rc1 - Custom fields
What's Changed
- Custom fields by @FlxPeters / @oijkn in #73
- Allow complex fields in custom field labels by @FlxPeters in #74
- Bump pylint from 2.15.2 to 2.15.3 by @dependabot in #75
- Bump invoke from 1.7.1 to 1.7.3 by @dependabot in #76
- Bump black from 22.8.0 to 22.10.0 by @dependabot in #77
- Bump pylint from 2.15.3 to 2.15.4 by @dependabot in #78
- Bump pylint from 2.15.4 to 2.15.5 by @dependabot in #79
Full Changelog: 0.5.0...0.6.0rc1
0.5.0 - Netbox 3.3 compatibility
Maintenance release with updates for dependencies and a new default Netbox version.
What's Changed
- Bump pylint from 2.13.7 to 2.13.8 by @dependabot in #49
- Bump invoke from 1.7.0 to 1.7.1 by @dependabot in #52
- Bump pylint from 2.13.8 to 2.13.9 by @dependabot in #53
- Bump pylint from 2.13.9 to 2.14.5 by @dependabot in #64
- Bump yamllint from 1.26.3 to 1.27.1 by @dependabot in #63
- Bump black from 22.3.0 to 22.8.0 by @dependabot in #68
- Bump pylint from 2.14.5 to 2.15.0 by @dependabot in #67
- Bump typed-ast from 1.5.3 to 1.5.4 by @dependabot in #54
- Bump pylint from 2.15.0 to 2.15.2 by @dependabot in #70
- Bump yamllint from 1.27.1 to 1.28.0 by @dependabot in #71
- Upgrade Netbox default version to Netbox 3.3 by @FlxPeters in #72
Full Changelog: 0.4.0...0.5.0
0.4.0 - Netbox 3.2 compatibillity
This release introduces the compatibility with Netbox 3.2.
We also have contact information as new labels.
Thanks to all new and existing contributors! 🚀
What's Changed
- Bump pylint from 2.13.2 to 2.13.3 by @dependabot in #43
- Bump pylint from 2.13.3 to 2.13.4 by @dependabot in #44
- Bump pylint from 2.13.4 to 2.13.5 by @dependabot in #45
- Bump typed-ast from 1.5.2 to 1.5.3 by @dependabot in #47
- Add extraction of contact information for VM's and Devices. by @streaming-pete in #35
- Bump pylint from 2.13.5 to 2.13.7 by @dependabot in #48
- Expose both IPv6 and IPv4 primary addresses by @johanfleury in #37
- Rename CustomFieldModelViewSet name for NetBox 3.2+ by @stephrdev in #50
New Contributors
- @streaming-pete made their first contribution in #35
- @johanfleury made their first contribution in #37
- @stephrdev made their first contribution in #50
Full Changelog: 0.3.1...0.4.0
0.3.1
Update dependencies - no new Features.
What's Changed
- Bump typed-ast from 1.5.1 to 1.5.2 by @dependabot in #31
- Bump black from 21.12b0 to 22.1.0 by @dependabot in #32
- Bump pylint-django from 2.5.0 to 2.5.1 by @dependabot in #33
- Bump invoke from 1.6.0 to 1.7.0 by @dependabot in #38
- Bump pylint-django from 2.5.1 to 2.5.2 by @dependabot in #36
- Bump pylint from 2.12.2 to 2.13.0 by @dependabot in #39
- Bump pylint-django from 2.5.2 to 2.5.3 by @dependabot in #40
- Bump pylint from 2.13.0 to 2.13.2 by @dependabot in #41
- Bump black from 22.1.0 to 22.3.0 by @dependabot in #42
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- Bump black from 21.7b0 to 21.10b0 by @dependabot in #20
- Bump typed-ast from 1.4.3 to 1.5.0 by @dependabot in #21
- Bump black from 21.10b0 to 21.11b0 by @dependabot in #22
- Bump black from 21.11b0 to 21.11b1 by @dependabot in #23
- Bump pylint from 2.9.6 to 2.12.1 by @dependabot in #25
- Bump typed-ast from 1.5.0 to 1.5.1 by @dependabot in #26
- Bump black from 21.11b1 to 21.12b0 by @dependabot in #27
- Bump pylint from 2.12.1 to 2.12.2 by @dependabot in #28
- Bump pylint-django from 2.4.4 to 2.5.0 by @dependabot in #29
Full Changelog: 0.2.0...0.3.0
0.2.0
Improvements
Pageing
Remove paging from Prometheus APIs because Prometheus does not support them.
Results over 50 items required a page size parameter in the earlier releases. Now paging is completely disabled.
Full Changelog: 0.1.0...0.2.0
Initial release
Initial release using Netbox APIs with custom serializers
Initial release
Initial relase based on Netbox viewsets with custom serializers for Prometheus.