IP address management (IPAM) and data center infrastructure management (DCIM) tool
What's Changed
- Release v6.0.0 by @LeoColomb in #653
- [v6] Switch from Redis to Valkey by @LeoColomb in #332
- [v6] Prevent failures and restarts of deployments by @LeoColomb in #601
- [v6] chore(deps): update ghcr.io/netbox-community/netbox docker tag to v4.3.0 by @renovate in #647
- [v6] Drop deprecated storage values and introduce new value for
STORAGES
by @LeoColomb in #656 - [v6] Support the
DATABASES
configuration key by @LeoColomb #659
Upgrade Notes
- NetBox has been updated to version 4.3 which introduces some configuration changes.
- The Bitnami Redis sub-chart has been replaced by the Bitnami Valkey sub-chart (#332).
- If
redis.enabled
was true, ensure to replaceredis.*
byvalkey.*
or provide your own Redis instance. - Values
tasksRedis.*
has been renamed totasksDatabase.*
- Values
cachingRedis.*
has been renamed tocachingDatabase.*
- Related default password secrets keys have been made generic, from
redis-password
totasks-password
andcache-password
.
- If
- A new initial container has been added to the worker spec to prevent failures or restart loops during deployments, and is enabled by default (#601).
- See
worker.waitForBackend
. - RBAC with a proper role is mandatory for this task, see
rbac
.
- See
Full Changelog: netbox-operator-0.5.2...netbox-6.0.0