Releases: netbox-community/netbox-healthcheck-plugin
Releases · netbox-community/netbox-healthcheck-plugin
v0.3.0 - 2026-02-10
Breaking Changes
- Minimum NetBox version increased to 4.5.0
- Require django-health-check >= 3.23
- Development tooling migrated from black + flake8 to ruff
Features
- Add support for NetBox 4.5+
- Replace
health_check.contrib.rediswith custom NetBox Redis health check backends - Add separate health checks for both Redis instances:
cachingandtasks - Add Django cache framework health check (tests cache set/get operations)
- Make health checks configurable via
PLUGINS_CONFIG['checks']parameter - Add comprehensive ruff configuration for linting and formatting
- Add extensive test suite with Redis backend tests and plugin structure verification
- Update documentation
Notes
- Migrations health check (
health_check.contrib.migrations) was removed in django-health-check 3.23+ and is no longer available.
v0.2.0 - 2024-05-06
NetBox v4.0 support
v0.1.5-beta1 - 2024-04-08
Beta release for NetBox v4.0-beta1
v0.1.4 - 2024-04-08
Fix for pypi
v0.1.3 - 2024-04-08
Fix django-health-check dependency
v0.1.2 - 2024-04-04-04
Refactoring release for PyPi publish