Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==5.0.5
->==7.4.1
Release Notes
netbox-community/pynetbox (pynetbox)
v7.4.1
: - 2024-10-25Compare Source
v7.4.0
Compare Source
What's Changed
Full Changelog: netbox-community/pynetbox@v7.3.4...v7.4.0
v7.3.4
Compare Source
What's Changed
New Contributors
Full Changelog: netbox-community/pynetbox@v7.3.3...v7.3.4
v7.3.3
: 7.3.3Compare Source
fix pypi release
v7.2.0
: 7.2.0Compare Source
What's Changed
Full Changelog: netbox-community/pynetbox@v7.1.0...v7.2.0
v7.1.0
: 7.1.0Compare Source
What's Changed
Full Changelog: netbox-community/pynetbox@v7.0.1...v7.1.0
v7.0.1
: 7.0.1Compare Source
What's Changed
Full Changelog: netbox-community/pynetbox@v7.0.0...v7.0.1
v7.0.0
: 7.0.0Compare Source
What's Changed
Full Changelog: netbox-community/pynetbox@v6.6.1...v7.0.0
v6.6.2
: 6.6.2Compare Source
What's Changed
New Contributors
Full Changelog: netbox-community/pynetbox@v6.6.1...v6.6.2
v6.6.1
: 6.6.1Compare Source
What's Changed
New Contributors
Full Changelog: netbox-community/pynetbox@v6.6.0...v6.6.1
v6.6.0
: 6.6.0Compare Source
What's Changed
VirtualChassis.__str__()
, makeVirtualChassis.master
aDevices
object by @markkuleinio in https://github.com/netbox-community/pynetbox/pull/439Full Changelog: netbox-community/pynetbox@v6.5.0...v6.6.0
v6.5.0
: 6.5.0Compare Source
What's Changed
secrets
from examples by @markkuleinio in https://github.com/netbox-community/pynetbox/pull/432available-vlans
child endpoint for VLAN groups by @markkuleinio in https://github.com/netbox-community/pynetbox/pull/428Full Changelog: netbox-community/pynetbox@v6.4.1...v6.5.0
v6.4.1
: 6.4.1Compare Source
What's Changed
Full Changelog: netbox-community/pynetbox@v6.4.0...v6.4.1
v6.4.0
: 6.4.0Compare Source
What's Changed
display
field inRecord.__str__()
to support future models by @markkuleinio in https://github.com/netbox-community/pynetbox/pull/419Full Changelog: netbox-community/pynetbox@v6.3.0...v6.4.0
v6.3.0
Compare Source
What's Changed
Makes
.filter()
with no args equivalent to.all()
, 7.0 will remove the latter.Full Changelog: netbox-community/pynetbox@v6.2.0...v6.3.0
v6.2.0
: 6.2.0Compare Source
What's Changed
New Contributors
Full Changelog: netbox-community/pynetbox@v6.1.3...v6.2.0
v6.1.3
: 6.1.3Compare Source
Adds dash-separated plugin endpoint name support (#332 Thanks @dvaccarosenna)
v6.1.2
: 6.1.2Compare Source
Endpoint.create()
a list of dicts (#370).v6.1.1
: 6.1.1Compare Source
v6.1.0
: 6.1.0Compare Source
__next__
method toRecordSet
objects (#358 - thanks @jqueuniet)v6.0.2
: 6.0.2Compare Source
v6.0.1
: 6.0.1Compare Source
v6.0.0
: 6.0.0Compare Source
Endpoint.all()
and.filter()
no longer return lists, instead they return aReturnSet
object now. Iterating over this object calls a generator which steps through paginated results now as-needed.Endpoint.all()
and.filter()
now accept alimit
kwarg that controls the page size of paginated results.Endpoint.all()
and `.filter() (#331, thanks again @markkuleinio).v5.3.1
: 5.3.1Compare Source
Fixes URL on requests to plugins endpoints (#302).
v5.3.0
: 5.3.0Compare Source
Record._endpoint_from_url()
's path parsing to avoid URL format issues. #323v5.2.1
: 5.2.1Compare Source
v5.2.0
: 5.2.0Compare Source
/dcim/interfaces/:id/trace
endpoint via the.trace()
method on an interface record. #280 (Thanks @raddessi)/api/users/
endpoints in NetBox 2.9+. #313 (Thanks @markkuleinio)Endpoint.get()
to return None when a non-existent object is queried by ID. #292 (Thanks @Dimaqa)v5.1.2
: 5.1.2Compare Source
Fixes issue saving tags on NetBox 2.9+ instances (#311)
v5.1.1
: 5.1.1Compare Source
.save()
(#304)v5.1.0
: 5.1.0Compare Source
v5.0.8
: 5.0.8Compare Source
.save()
and.delete()
on nested objects. (#287)v5.0.7
: 5.0.7Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.