Compare commits

...

4 commits

Author SHA1 Message Date
0fa72060db chore(deps): update dependency coverage to v7.6.0
All checks were successful
build and publish / update-changelog (pull_request) Has been skipped
build and publish / release-pypackage (pull_request) Successful in 25s
check code / check-code (pull_request) Successful in 43s
2024-07-11 20:17:56 +02:00
c88acdb0f4 Merge pull request 'chore(deps): update lscr.io/linuxserver/netbox docker tag to v4.0.7' (#27) from renovate/lscr.io-linuxserver-netbox-4.x into main
All checks were successful
check code / check-code (push) Successful in 35s
Reviewed-on: #27
2024-07-10 09:58:58 +02:00
b528c58eae chore(deps): update lscr.io/linuxserver/netbox docker tag to v4.0.7
All checks were successful
build and publish / update-changelog (pull_request) Has been skipped
build and publish / release-pypackage (pull_request) Successful in 41s
check code / check-code (pull_request) Successful in 40s
2024-07-10 08:21:19 +02:00
6772f0a5e0 update to netbox>4.0 and netbox-plugin-dns>1.0
Some checks failed
check code / check-code (push) Failing after 11m2s
2024-07-08 12:49:03 +02:00
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
FROM lscr.io/linuxserver/netbox:3.7.6
FROM lscr.io/linuxserver/netbox:4.0.7
RUN pip install -U \
wheel \
setuptools \
netbox-plugin-dns==0.22.8
netbox-plugin-dns==1.0.4

View file

@ -14,7 +14,7 @@ PLUGINS_CONFIG = {
"zone_nameservers": ["ns1.example.com", "ns2.example.com"],
"zone_soa_mname": "ns1.example.com",
"zone_soa_rname": "admin.example.com",
"tolerate_underscores_in_hostnames": False,
"tolerate_underscores_in_labels": False,
"tolerate_leading_underscore_types": [
"TXT",
"SRV",

View file

@ -46,7 +46,7 @@ packages = ["src/octodns_netbox_dns"]
python = "3.11"
dependencies = [
"pytest==8.2.2",
"coverage==7.5.3",
"coverage==7.6.0",
"octodns==1.9.1",
"octodns-spf==0.0.2",
]