diff --git a/docs/06-CHANGELOG.md b/docs/06-CHANGELOG.md index ff2365a..76113fd 100644 --- a/docs/06-CHANGELOG.md +++ b/docs/06-CHANGELOG.md @@ -235,3 +235,19 @@ See git history for earlier changes. - [AGENT] Updated discovery agent config with diode-ingress IP --- + +## 2026-01-23 - NetBox Redis Consolidation + +### Service Consolidation +- [REDIS] Removed netbox-redis container (task queue) +- [SHARED] Using Redis (172.18.0.14) for NetBox task queue +- [CACHE] Kept netbox-redis-cache (172.18.0.64) for caching + +### Configuration Changes +- [ENV] REDIS_HOST changed from 172.18.0.63 to 172.18.0.14 +- [LABELS] Added Unraid labels and icons to NetBox containers + +### Containers Removed +- netbox-redis (was 172.18.0.63) + +---