netbox-community / netbox-docker

🐳 Docker Image of NetBox
https://github.com/netbox-community/netbox-docker/wiki
Apache License 2.0
1.88k stars 871 forks source link

Version 3.0.0 #1298

Closed tobiasge closed 2 months ago

tobiasge commented 2 months ago

Noteworthy Changes

Prepare for Ubuntu 24.04 #1287

Image is now based on Ubuntu 24.04 and uses Python 3.12

Switch from Redis to Valkey and add Healthchecks #1203

Use Valkey because of the licence changes from Redis

Add HTTP_PROXIES related parameters #1255

Add xmlsec with no-binary option #1230

add missing REMOTE_AUTH config options #1144

Change LOGIN_REQUIRED default to 'True' #1240

Default was changed in NetBox (https://github.com/netbox-community/netbox/issues/16107 and https://github.com/netbox-community/netbox/pull/16122)

Increase start period of netbox container healthcheck (fixes #1231) #1233

Default value is now 30s higher to give the migrations more time

Compatibility

This version of NetBox Docker is only compatible with NetBox v4.1.x and above. For older versions, use a previous release of NetBox Docker.

tobiasge commented 2 months ago

Merge and tag new release after https://github.com/netbox-community/netbox/pull/17349

Delta1977 commented 2 months ago

Is this version ready for netbook 4.1?