Compare commits

..

3 commits

Author SHA1 Message Date
Ivan Schaller 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
renovate-bot 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
Ivan Schaller 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 \ RUN pip install -U \
wheel \ wheel \
setuptools \ 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_nameservers": ["ns1.example.com", "ns2.example.com"],
"zone_soa_mname": "ns1.example.com", "zone_soa_mname": "ns1.example.com",
"zone_soa_rname": "admin.example.com", "zone_soa_rname": "admin.example.com",
"tolerate_underscores_in_hostnames": False, "tolerate_underscores_in_labels": False,
"tolerate_leading_underscore_types": [ "tolerate_leading_underscore_types": [
"TXT", "TXT",
"SRV", "SRV",

View file

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