octodns-netbox-dns/CHANGELOG.md

12 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Generated by auto-changelog.

v0.3.5 - 2024-03-04

Commits

  • add new tests a8ecfab
  • fix typo in method call and add function for semicolons afe1826
  • update ci files for github 6b06cad
  • unescape the changeset before comparison to live records to have an accurate changeset. fixes changes for txt records 4fe8be6
  • rollback changes to semicolon escaping 91ba03a
  • revert: change from repr to string in changeset 8d29b5e
  • update logging ff1a47c
  • update test cases f38a103
  • change from repr to string in changeset 696d2a2
  • only unescape txt and spf records 78448d2
  • fix semicolon escaping 6e624a7
  • fix tests 2e468c8

v0.3.4 - 2024-02-29

Commits

  • add dev setup 880a210
  • update dev setup ba9d301
  • simplify some code 792b9d5
  • first tests with provider support 284f001
  • revert the test changes 09898b7
  • rename class and add new tests 408cf3f
  • add tests and move multiple replaces to regex replace 0fb38b9
  • fix some errors in record filtering 6612dae
  • rename some variables 59a9b01
  • add first test 3728594
  • fix definition 29cf05c
  • add dev branch to tests e27f893
  • Update dependency octodns to v1.5.0 6953643
  • Update lscr.io/linuxserver/netbox Docker tag to v3.7.3 537cd20
  • Update dependency octodns to v1.5.0 6c9f77c
  • add typehint for init 6326903
  • Update lscr.io/linuxserver/netbox Docker tag to v3.7.3 93be71f
  • fix workflow name c5f3fa9
  • fix github release action c81f324

v0.3.3 - 2024-02-20

Commits

v0.3.2 - 2024-02-20

Commits

  • add issue templates, ci linting and update pre-commit 6aeda2c
  • update ci files for future releases 86789a1
  • add CONTRIBUTING.md 74c447b
  • add changelog 35c069e

v0.3.1 - 2024-01-25

Commits

v0.3.0 - 2024-01-25

Commits

v0.2.1 - 2024-01-09

Fixed

  • remove wayward debug pprint #10
  • Record type as parameter value passed to get_nb_zone #7

Commits

  • first commit cab1692
  • update query for views and use hatch as a build tool cdd0b00
  • update to python template for future pypi releases 4a2ba28
  • use fork of pynetbox until pkg_resources runtime dependency is removed daa03aa
  • move from provider base class to source 5714ce5
  • update readme and make absolute optional 61b1b47
  • update dependencies 4cf1c62
  • _get_nb_zone() is now aware of same zones declared under different view c2f27f7
  • add @ support and make cname records absolute 9d79906
  • implement replace duplicate option 790a2de
  • fix 'Abstract base class, log property missing' f8251ad
  • update view query 3cb883a
  • zone can also be configured without assigned view 4828bbf
  • make some records absolute c77cef6
  • update requirements 66d9551
  • Fix issue where octodns was failing on missing TTL value for NS records in PTR zones d3c1d0f
  • fix parameter call to better reflect function type hint. e4db78a
  • Use upstream pynetbox library as their pull req #426 is merged. 423207e
  • fix attribute error in case view is null 693ea86
  • fix log merge f0b502a
  • fix literal type bec8384
  • update debug log 3537917
  • escape ; character in txt records ac395e8
  • fix request parameter d4c0955
  • add log message for total records found 14a98fe
  • view argument type hints must also accept None value c5ae5bf
  • update lock d4a4032
  • Fix invalid query to Netbox, search only with zone ID. e752d3d