Highlights
- No plugin code changes. netbox-opennms-plugin 0.0.4 behaves identically to 0.0.3 — this release refreshes the project's development, CI, and demo environments.
Test & demo stacks
- PostgreSQL 16 → 18 across all compose stacks, adopting the postgres:18 image's new
/var/lib/postgresqldata layout. Verified against the plugin's supported matrix: OpenNMS Horizon 36 supports PostgreSQL 14–18, NetBox 4.6 requires 14+. Existing quickstart demos start with a fresh database — the old PG16 volume is left on disk for manual dump/restore. (#47) - OpenNMS Horizon 36.0.1 → 36.0.2 and Redis 7 → 8 in the test and quickstart stacks; CI's live round-trip runs against Horizon 36.0.2. (#39, #41, #42, #44)
Under the hood
- Dependabot now scans the Compose files (
docker-composeecosystem) for image updates — the previousdockerconfiguration failed on every run because the repo has no Dockerfiles. (#38)
Full changelog: v0.0.3...v0.0.4