Skip to content

Releases: netbox-community/netbox-healthcheck-plugin

v0.3.0 - 2026-02-10

10 Feb 17:48
122014c

Choose a tag to compare

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.redis with custom NetBox Redis health check backends
  • Add separate health checks for both Redis instances: caching and tasks
  • 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

06 May 19:39
20b3737

Choose a tag to compare

NetBox v4.0 support

v0.1.5-beta1 - 2024-04-08

08 Apr 18:58

Choose a tag to compare

Pre-release

Beta release for NetBox v4.0-beta1

v0.1.4 - 2024-04-08

08 Apr 17:59

Choose a tag to compare

Fix for pypi

v0.1.3 - 2024-04-08

08 Apr 17:51

Choose a tag to compare

Fix django-health-check dependency

v0.1.2 - 2024-04-04-04

05 Apr 22:45

Choose a tag to compare

Refactoring release for PyPi publish