Update dependency pynetbox to v4.2.4 #96

Merged
renovate[bot] merged 1 commit from renovate/pynetbox-4.x into master 2020-01-28 11:18:38 +01:00
renovate[bot] commented 2019-11-16 04:33:53 +01:00 (Migrated from github.com)

This PR contains the following updates:

Package Update Change
pynetbox minor ==4.0.8 -> ==4.2.4

Release Notes

digitalocean/pynetbox

v4.2.4

Compare Source

v4.2.2

Compare Source

  • Fixes issues with hashing Record objects by adding name attribute to Endpoint and __eq__ method to Record objects to facilitate comparison. (PR #​210)

v4.2.1

Compare Source

  • Fixes infinite loop when filtering with paginated results. (PR #​207)

v4.2.0

Compare Source

  • Fix discrepancy in DetailEndpoint.create() and the docs where calling w/o arguments resulted in an exception. ( PR #​192).
  • Add method to return custom choices. (PR #​201)

v4.1.2

Compare Source

  • Fixes URL in get_session_key (PR #​202)

v4.1.1

Compare Source

  • Fix Endpoint.choices() by assigning http_session. (PR #​199)

v4.1.0

Compare Source

  • Makes use of session in requests (PR #​148)
  • Adds Api.version property to query the NetBox version (PR #​187)
  • Adds .choices() method to endpoint objects that utilizes DRF's OPTIONS method for discovering available choices for fields that use it. This method will eventually replace App.choices() when NetBox retires the /_choices endpoint. (PR #​183)
  • Adds count() method to Endpoint object. (PR #​193)
  • Use requests params to form URL parameters. (PR #​194)
  • Creates a custom model for ChangeObjects and sets its __str__ to request_id. (PR #​195)
  • Implements __hash__ method on Record. (PR #​196)
  • Implements JsonField object. (PR #​197)
  • Adds local_context_data field to device model as dict. (PR #​197)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you tick the rebase/retry checkbox below.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pynetbox](https://togithub.com/digitalocean/pynetbox) | minor | `==4.0.8` -> `==4.2.4` | --- ### Release Notes <details> <summary>digitalocean/pynetbox</summary> ### [`v4.2.4`](https://togithub.com/digitalocean/pynetbox/compare/v4.2.2...v4.2.4) [Compare Source](https://togithub.com/digitalocean/pynetbox/compare/v4.2.2...v4.2.4) ### [`v4.2.2`](https://togithub.com/digitalocean/pynetbox/releases/v4.2.2) [Compare Source](https://togithub.com/digitalocean/pynetbox/compare/v4.2.1...v4.2.2) - Fixes issues with hashing Record objects by adding name attribute to Endpoint and `__eq__` method to Record objects to facilitate comparison. (PR [#&#8203;210](https://togithub.com/digitalocean/pynetbox/issues/210)) ### [`v4.2.1`](https://togithub.com/digitalocean/pynetbox/releases/v4.2.1) [Compare Source](https://togithub.com/digitalocean/pynetbox/compare/v4.2.0...v4.2.1) - Fixes infinite loop when filtering with paginated results. (PR [#&#8203;207](https://togithub.com/digitalocean/pynetbox/issues/207)) ### [`v4.2.0`](https://togithub.com/digitalocean/pynetbox/releases/v4.2.0) [Compare Source](https://togithub.com/digitalocean/pynetbox/compare/v4.1.2...v4.2.0) - Fix discrepancy in `DetailEndpoint.create()` and the docs where calling w/o arguments resulted in an exception. ( PR [#&#8203;192](https://togithub.com/digitalocean/pynetbox/issues/192)). - Add method to return custom choices. (PR [#&#8203;201](https://togithub.com/digitalocean/pynetbox/issues/201)) ### [`v4.1.2`](https://togithub.com/digitalocean/pynetbox/releases/v4.1.2) [Compare Source](https://togithub.com/digitalocean/pynetbox/compare/v4.1.1...v4.1.2) - Fixes URL in get_session_key (PR [#&#8203;202](https://togithub.com/digitalocean/pynetbox/issues/202)) ### [`v4.1.1`](https://togithub.com/digitalocean/pynetbox/releases/v4.1.1) [Compare Source](https://togithub.com/digitalocean/pynetbox/compare/v4.1.0...v4.1.1) - Fix Endpoint.choices() by assigning http_session. (PR [#&#8203;199](https://togithub.com/digitalocean/pynetbox/issues/199)) ### [`v4.1.0`](https://togithub.com/digitalocean/pynetbox/releases/v4.1.0) [Compare Source](https://togithub.com/digitalocean/pynetbox/compare/v4.0.8...v4.1.0) - Makes use of session in requests (PR [#&#8203;148](https://togithub.com/digitalocean/pynetbox/issues/148)) - Adds `Api.version` property to query the NetBox version (PR [#&#8203;187](https://togithub.com/digitalocean/pynetbox/issues/187)) - Adds `.choices()` method to endpoint objects that utilizes DRF's OPTIONS method for discovering available choices for fields that use it. This method will eventually replace `App.choices()` when NetBox retires the `/_choices` endpoint. (PR [#&#8203;183](https://togithub.com/digitalocean/pynetbox/issues/183)) - Adds count() method to Endpoint object. (PR [#&#8203;193](https://togithub.com/digitalocean/pynetbox/issues/193)) - Use requests params to form URL parameters. (PR [#&#8203;194](https://togithub.com/digitalocean/pynetbox/issues/194)) - Creates a custom model for ChangeObjects and sets its `__str__` to `request_id`. (PR [#&#8203;195](https://togithub.com/digitalocean/pynetbox/issues/195)) - Implements `__hash__` method on Record. (PR [#&#8203;196](https://togithub.com/digitalocean/pynetbox/issues/196)) - Implements JsonField object. (PR [#&#8203;197](https://togithub.com/digitalocean/pynetbox/issues/197)) - Adds `local_context_data` field to device model as dict. (PR [#&#8203;197](https://togithub.com/digitalocean/pynetbox/issues/197)) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or if you tick the rebase/retry checkbox below. :no_bell: **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#Solvik/netbox_agent).
Sign in to join this conversation.
No description provided.