Compare commits

...

4 commits

Author SHA1 Message Date
8aa19039a5 chore(deps): update dependency ruff to v0.5.2
Some checks failed
build and publish / update-changelog (pull_request) Has been skipped
check code / check-code (pull_request) Failing after 2s
build and publish / release-pypackage (pull_request) Successful in 21s
2024-07-14 20:17:49 +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

@ -69,7 +69,7 @@ validate = ["cd dev && octodns-validate --debug --config-file sync.yml {args}"]
[tool.hatch.envs.lint]
python = "3.11"
detached = true
dependencies = ["mypy==1.10.0", "ruff==0.4.8"]
dependencies = ["mypy==1.10.0", "ruff==0.5.2"]
[tool.hatch.envs.lint.scripts]
typing = "mypy --non-interactive --install-types {args:src/octodns_netbox_dns}"