github netbox-community/netbox-chart netbox-6.0.0

latest releases: netbox-operator-1.0.84, netbox-operator-1.0.83, netbox-6.1.17...
4 months ago

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.
    • storageBackend and storageConfig have been dropped in favor of the new storages (#656).
    • externalDatabase now defines the default database (non-breaking), while additional databases can be set using additionalDatabases (#659)
  • The Bitnami Redis sub-chart has been replaced by the Bitnami Valkey sub-chart (#332).
    • If redis.enabled was true, ensure to replace redis.* by valkey.* or provide your own Redis instance.
    • Values tasksRedis.* has been renamed to tasksDatabase.*
    • Values cachingRedis.* has been renamed to cachingDatabase.*
    • Related default password secrets keys have been made generic, from redis-password to tasks-password and cache-password.
  • 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.

Full Changelog: netbox-operator-0.5.2...netbox-6.0.0

Don't miss a new netbox-chart release

NewReleases is sending notifications on new releases.