Skip to content

Update dependency netbox-plugin-dns to v1.5.9#26

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/netbox-plugin-dns-1.x
Open

Update dependency netbox-plugin-dns to v1.5.9#26
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/netbox-plugin-dns-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 30, 2025

This PR contains the following updates:

Package Change Age Confidence
netbox-plugin-dns ==1.2.9==1.5.9 age confidence

Release Notes

sys4/netbox-plugin-dns (netbox-plugin-dns)

v1.5.9

Compare Source

What's Changed

Full Changelog: sys4/netbox-plugin-dns@1.5.8...1.5.9

v1.5.8

Compare Source

What's Changed

Full Changelog: sys4/netbox-plugin-dns@1.5.7...1.5.8

v1.5.7: Compatibility Release 1.5.7

Compare Source

What's Changed

Full Changelog: sys4/netbox-plugin-dns@1.5.6...1.5.7

v1.5.6

Compare Source

What's Changed

Bugfix

  • This release fixes a bug that occurs with NetBox 4.5.7+ when updating Zone objects with templates. Due to a change in NetBoxModelForm this results in an exception complaining that the zone object does not have the attribute _m2m_values.

Full Changelog: sys4/netbox-plugin-dns@1.5.5...1.5.6

v1.5.5

Compare Source

What's Changed

Major Changes

  • This release is compatible with older NetBox 4.5 releases again.
  • This release fixes an incompatibility that occurs in combination with the Slurp'it plugin. NetBox DNS (incorrectly) assumes that IPAddress objects are consistent when it checks for IPAM synchronisation tasks, and the Slurp'it plugin (incorrectly again) creates inconsistent IPAddress objects with a string in it's address field instead of a netaddr.IPNetwork object. Normally NetBox fixes that, but there are exotic cases where that doesn't fix it in time for the pre_save/post_save handlers.

Full Changelog: sys4/netbox-plugin-dns@1.5.4...1.5.5

v1.5.4

Compare Source

What's Changed

Breaking Change

This release fixes an issue with NetBox 4.5.4 or higher, causing numerous warnings being issued on initialisation of the NetBox application:

/opt/netbox/venv/lib64/python3.12/site-packages/netbox_dns/graphql/filters/view.py:24: UserWarning: FilterLookup[str] may cause DuplicatedTypeName errors. Use StrFilterLookup instead.
  name: FilterLookup[str] | None = strawberry_django.filter_field()
/opt/netbox/venv/lib64/python3.12/site-packages/netbox_dns/graphql/filters/zone.py:31: UserWarning: FilterLookup[str] may cause DuplicatedTypeName errors. Use StrFilterLookup instead.
  name: FilterLookup[str] | None = strawberry_django.filter_field()
...

Unfortunately, the fix is not backward compatible with NetBox 4.5.0-4.5.3. Do not upgrade until you also upgrade your NetBox installation to 4.5.4 or above.

Full Changelog: sys4/netbox-plugin-dns@1.5.3...1.5.4

v1.5.3

Compare Source

Moved to sys4

This is the first NetBox DNS release to be published after the repository was moved to the sys4 organisation. Apart from this organisational change that is aiming to ensure continuity in the development and maintenance of the plugin everything will stay the same.

What's Changed

Full Changelog: sys4/netbox-plugin-dns@1.5.2...1.5.3

v1.5.2

Compare Source

This release addresses a bug caused by a new form field "Owner Group" being used in NetBox 4.5.2. This is not really a model field, but it gets passed by forms used for PrimaryModel (similar to "Tenant Group"), causing a server error when a zone templated is applied to a zone.

Starting from NetBox 4.5.2, NetBox DNS 1.5.2 needs to be installed when using zone templates.

What's Changed

Full Changelog: sys4/netbox-plugin-dns@1.5.1...1.5.2

v1.5.1

Compare Source

What's Changed

New Contributors

Full Changelog: sys4/netbox-plugin-dns@1.5.0...1.5.1

v1.5.0

Compare Source

Release Notes

NetBox DNS 1.5.0 adds support for NetBox 4.5.0 and is not compatible with earler NetBox releases.

Apart from maintaining NetBox compatibility, the following additions have been made:

  • Support for the new filter modifiers introduced with NetBox 4.5
  • Support for assigning owners NetBox DNS objects. The concept of an owner was also added in NetBox 4.5
  • All models have the option of adding comments now. Comments have previously only been enabled for Zone objects, but the new NetBox PrimaryModel class that is also used to add the owner attribute adds comments as well.

v1.4.8

Compare Source

What's Changed

Full Changelog: sys4/netbox-plugin-dns@1.4.6...1.4.8

v1.4.7

Compare Source

What's Changed

Full Changelog: sys4/netbox-plugin-dns@1.4.6...1.4.7

v1.4.6

Compare Source

What's Changed

New Contributors

Full Changelog: sys4/netbox-plugin-dns@1.4.5...1.4.6

v1.4.5

Compare Source

What's Changed

Full Changelog: sys4/netbox-plugin-dns@1.4.4...1.4.5

v1.4.4

Compare Source

What's Changed

Full Changelog: sys4/netbox-plugin-dns@1.4.3...1.4.4

v1.4.3

Compare Source

What's Changed

New Contributors

Full Changelog: sys4/netbox-plugin-dns@1.4.2...1.4.3

v1.4.2: Feature Release 1.4.2

Compare Source

What's Changed

Full Changelog: sys4/netbox-plugin-dns@1.4.1...1.4.2

v1.4.1: Bugfix Release 1.4.1

Compare Source

What's Changed

Full Changelog: sys4/netbox-plugin-dns@1.4.0...1.4.1

v1.4.0: Feature Release 1.4.0

Compare Source

What's Changed

Full Changelog: sys4/netbox-plugin-dns@1.3.6...1.4.0

v1.3.6: Bugfix Release 1.3.6

Compare Source

What's Changed

Full Changelog: sys4/netbox-plugin-dns@1.3.5...1.3.6

v1.3.5: Bugfix Release 1.3.5

Compare Source

What's Changed

New Contributors

Full Changelog: sys4/netbox-plugin-dns@1.3.4...1.3.5

v1.3.4

Compare Source

What's Changed

Full Changelog: sys4/netbox-plugin-dns@1.3.3...1.3.4

v1.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: sys4/netbox-plugin-dns@1.3.2...1.3.3

v1.3.2: Bugfix/Feature release 1.3.2

Compare Source

What's Changed

Full Changelog: sys4/netbox-plugin-dns@1.3.1...1.3.2

v1.3.1: Bugfix/Feature Release 1.3.1

Compare Source

What's Changed

Full Changelog: sys4/netbox-plugin-dns@1.3.0...1.3.1

Breaking Change

There is a breaking change in the data model that was required to properly fix #​624.

The root cause for that issue was that there was an OneToOneField mapping address records to their PTR records. In fact, this is not a 1:1 relationship, but under certain circumstances more than one address record can relate to the same PTR records, for example address records for name servers in a child zone and the corresponding glue records in the parent zone.

For this reason, ptr_record was modified to use a ForeignKey instead, and as a consequence now the address_record reverse relation is named address_records instead and can map to multiple address fields. This might require minor changes to API clients and scripts.

v1.3.0: NetBox 4.3 Compatibility Release 1.3.0

Compare Source

NetBox DNS 1.3.0 adds support for NetBox 4.3. Older versions of NetBox are not supported with this release.

Apart from that, there are no functional changes relative to the last 1.2 release 1.2.11.

Implemented GraphQL enums and filters compatible with NetBox 4.3 by @​peteeckel in peteeckel@735dae4
Added NetBox 4.3 GraphQL support for DNSSEC models by @​peteeckel in peteeckel@735dae4
Reorganised and enhanced GraphQL filters by @​peteeckel in peteeckel@f1d4a16
Adjusted to new ObjectContactsMixin behaviour by @​peteeckel in peteeckel@def069e
Updated compatibility information for Release 1.3 by @​peteeckel in peteeckel@0f196a6
Removed default_return_url from all model views by @​peteeckel in peteeckel@dbc9043
Removed version dependency from quick_add use by @​peteeckel in peteeckel@fd10a91
Fixed GraphQL filter for DNSSECKeyTemplate by @​peteeckel in peteeckel@a131f69
Unified ordering of code elemente (Meta class etc.) by @​peteeckel in peteeckel@f2b24fb
Replaced redundant explicit field definitions with labels/help_texts by @​peteeckel in peteeckel@30cd018

Full Changelog: sys4/netbox-plugin-dns@1.2.11...main

v1.2.14: Bugfix Release 1.2.14

Compare Source

What's Changed

Full Changelog: sys4/netbox-plugin-dns@1.2.13...1.2.14

v1.2.13: Bugfix release 1.2.13

Compare Source

Subject

This release addresses the bug reported by @​jose-agudo in #​640.

While the actual fix for this bug is only in the latest version 1.3.2 (it is not that easy to backport), this release contains the remove_orphaned_ptr_records management command that can be used to clean up if PTR records are left behind after deleting an IP address.

What's Changed

Full Changelog: sys4/netbox-plugin-dns@1.2.12...1.2.13

v1.2.12: Bugfix Release 1.2.12

Compare Source

What's Changed

Full Changelog: sys4/netbox-plugin-dns@1.2.11...1.2.12

v1.2.11: Bugfix Release 1.2.11

Compare Source

What's Changed

Full Changelog: sys4/netbox-plugin-dns@1.2.10...1.2.11

v1.2.10

Compare Source

What's Changed

Full Changelog: sys4/netbox-plugin-dns@1.2.9...1.2.10


Configuration

📅 Schedule: (UTC)

  • 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 this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the renovate label Apr 30, 2025
@renovate renovate Bot force-pushed the renovate/netbox-plugin-dns-1.x branch from 4cf2c83 to f2114ff Compare May 1, 2025 10:37
@renovate renovate Bot changed the title chore(deps): update dependency netbox-plugin-dns to v1.2.10 chore(deps): update dependency netbox-plugin-dns to v1.2.11 May 1, 2025
@renovate renovate Bot force-pushed the renovate/netbox-plugin-dns-1.x branch from f2114ff to 2b2887f Compare May 1, 2025 18:29
@renovate renovate Bot changed the title chore(deps): update dependency netbox-plugin-dns to v1.2.11 chore(deps): update dependency netbox-plugin-dns to v1.3.0 May 1, 2025
@renovate renovate Bot force-pushed the renovate/netbox-plugin-dns-1.x branch from 2b2887f to 750ad03 Compare May 13, 2025 20:10
@renovate renovate Bot changed the title chore(deps): update dependency netbox-plugin-dns to v1.3.0 chore(deps): update dependency netbox-plugin-dns to v1.3.1 May 13, 2025
@renovate renovate Bot force-pushed the renovate/netbox-plugin-dns-1.x branch from 750ad03 to 8eea979 Compare May 23, 2025 23:25
@renovate renovate Bot changed the title chore(deps): update dependency netbox-plugin-dns to v1.3.1 chore(deps): update dependency netbox-plugin-dns to v1.3.2 May 23, 2025
@renovate renovate Bot force-pushed the renovate/netbox-plugin-dns-1.x branch from 8eea979 to cf858c5 Compare June 27, 2025 01:57
@renovate renovate Bot changed the title chore(deps): update dependency netbox-plugin-dns to v1.3.2 chore(deps): update dependency netbox-plugin-dns to v1.3.3 Jun 27, 2025
@renovate renovate Bot force-pushed the renovate/netbox-plugin-dns-1.x branch from cf858c5 to ff80488 Compare July 1, 2025 11:33
@renovate renovate Bot changed the title chore(deps): update dependency netbox-plugin-dns to v1.3.3 chore(deps): update dependency netbox-plugin-dns to v1.3.4 Jul 1, 2025
@renovate renovate Bot force-pushed the renovate/netbox-plugin-dns-1.x branch from ff80488 to e0ae527 Compare July 27, 2025 18:03
@renovate renovate Bot changed the title chore(deps): update dependency netbox-plugin-dns to v1.3.4 chore(deps): update dependency netbox-plugin-dns to v1.3.5 Jul 27, 2025
@renovate renovate Bot force-pushed the renovate/netbox-plugin-dns-1.x branch 2 times, most recently from e5c4f51 to 6c57023 Compare August 15, 2025 16:53
@renovate renovate Bot changed the title chore(deps): update dependency netbox-plugin-dns to v1.3.5 chore(deps): update dependency netbox-plugin-dns to v1.3.6 Aug 15, 2025
@renovate renovate Bot force-pushed the renovate/netbox-plugin-dns-1.x branch from 6c57023 to 3db0136 Compare September 2, 2025 20:57
@renovate renovate Bot changed the title chore(deps): update dependency netbox-plugin-dns to v1.3.6 chore(deps): update dependency netbox-plugin-dns to v1.4.0 Sep 2, 2025
@renovate renovate Bot force-pushed the renovate/netbox-plugin-dns-1.x branch from 3db0136 to fcf72ce Compare September 5, 2025 16:27
@renovate renovate Bot changed the title chore(deps): update dependency netbox-plugin-dns to v1.4.0 chore(deps): update dependency netbox-plugin-dns to v1.4.1 Sep 5, 2025
@renovate renovate Bot force-pushed the renovate/netbox-plugin-dns-1.x branch from fcf72ce to d2cde72 Compare October 6, 2025 00:37
@renovate renovate Bot changed the title chore(deps): update dependency netbox-plugin-dns to v1.4.1 chore(deps): update dependency netbox-plugin-dns to v1.4.2 Oct 6, 2025
@renovate renovate Bot force-pushed the renovate/netbox-plugin-dns-1.x branch from d2cde72 to 1d17c06 Compare October 27, 2025 15:59
@renovate renovate Bot changed the title chore(deps): update dependency netbox-plugin-dns to v1.4.2 chore(deps): update dependency netbox-plugin-dns to v1.4.3 Oct 27, 2025
@renovate renovate Bot force-pushed the renovate/netbox-plugin-dns-1.x branch from 1d17c06 to c0a3925 Compare November 22, 2025 18:00
@renovate renovate Bot changed the title chore(deps): update dependency netbox-plugin-dns to v1.4.3 chore(deps): update dependency netbox-plugin-dns to v1.4.4 Nov 22, 2025
@renovate renovate Bot force-pushed the renovate/netbox-plugin-dns-1.x branch from c0a3925 to 82eacdd Compare December 17, 2025 15:31
@renovate renovate Bot changed the title chore(deps): update dependency netbox-plugin-dns to v1.4.4 chore(deps): update dependency netbox-plugin-dns to v1.4.5 Dec 17, 2025
@renovate renovate Bot force-pushed the renovate/netbox-plugin-dns-1.x branch from 82eacdd to 0066c73 Compare December 23, 2025 21:48
@renovate renovate Bot changed the title chore(deps): update dependency netbox-plugin-dns to v1.4.5 chore(deps): update dependency netbox-plugin-dns to v1.4.6 Dec 23, 2025
@renovate renovate Bot force-pushed the renovate/netbox-plugin-dns-1.x branch from 0066c73 to c62b2c4 Compare January 6, 2026 22:13
@renovate renovate Bot changed the title chore(deps): update dependency netbox-plugin-dns to v1.4.6 chore(deps): update dependency netbox-plugin-dns to v1.4.7 Jan 6, 2026
@renovate renovate Bot force-pushed the renovate/netbox-plugin-dns-1.x branch from c62b2c4 to 6c322d2 Compare January 7, 2026 01:40
@renovate renovate Bot changed the title chore(deps): update dependency netbox-plugin-dns to v1.4.7 chore(deps): update dependency netbox-plugin-dns to v1.5.0 Jan 7, 2026
@renovate renovate Bot force-pushed the renovate/netbox-plugin-dns-1.x branch from 6c322d2 to 26cf58a Compare January 21, 2026 13:51
@renovate renovate Bot changed the title chore(deps): update dependency netbox-plugin-dns to v1.5.0 chore(deps): update dependency netbox-plugin-dns to v1.5.1 Jan 21, 2026
@renovate renovate Bot force-pushed the renovate/netbox-plugin-dns-1.x branch from 26cf58a to 3bbe372 Compare February 12, 2026 16:48
@renovate renovate Bot changed the title chore(deps): update dependency netbox-plugin-dns to v1.5.1 chore(deps): update dependency netbox-plugin-dns to v1.5.2 Feb 12, 2026
@renovate renovate Bot force-pushed the renovate/netbox-plugin-dns-1.x branch from 3bbe372 to 1a5b003 Compare March 2, 2026 13:57
@renovate renovate Bot changed the title chore(deps): update dependency netbox-plugin-dns to v1.5.2 chore(deps): update dependency netbox-plugin-dns to v1.5.3 Mar 2, 2026
@renovate renovate Bot force-pushed the renovate/netbox-plugin-dns-1.x branch from 1a5b003 to 422f397 Compare March 8, 2026 16:42
@renovate renovate Bot changed the title chore(deps): update dependency netbox-plugin-dns to v1.5.3 chore(deps): update dependency netbox-plugin-dns to v1.5.4 Mar 8, 2026
@renovate renovate Bot force-pushed the renovate/netbox-plugin-dns-1.x branch from 422f397 to 0e72d13 Compare March 18, 2026 21:24
@renovate renovate Bot changed the title chore(deps): update dependency netbox-plugin-dns to v1.5.4 chore(deps): update dependency netbox-plugin-dns to v1.5.5 Mar 18, 2026
@renovate renovate Bot force-pushed the renovate/netbox-plugin-dns-1.x branch from 0e72d13 to 75e4289 Compare April 8, 2026 17:48
@renovate renovate Bot changed the title chore(deps): update dependency netbox-plugin-dns to v1.5.5 Update dependency netbox-plugin-dns to v1.5.6 Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/netbox-plugin-dns-1.x branch from 75e4289 to 22add27 Compare April 14, 2026 17:41
@renovate renovate Bot changed the title Update dependency netbox-plugin-dns to v1.5.6 Update dependency netbox-plugin-dns to v1.5.7 Apr 14, 2026
@renovate renovate Bot force-pushed the renovate/netbox-plugin-dns-1.x branch from 22add27 to 8cfeabf Compare May 5, 2026 16:04
@renovate renovate Bot changed the title Update dependency netbox-plugin-dns to v1.5.7 Update dependency netbox-plugin-dns to v1.5.8 May 5, 2026
Signed-off-by: Renovate Bot <bot@renovateapp.com>
@renovate renovate Bot force-pushed the renovate/netbox-plugin-dns-1.x branch from 8cfeabf to c6fea96 Compare June 6, 2026 16:48
@renovate renovate Bot changed the title Update dependency netbox-plugin-dns to v1.5.8 Update dependency netbox-plugin-dns to v1.5.9 Jun 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants