v1.4.8 - 2022-10-31 #2704
bryanculver
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Added
settings.py
, so that they will be recognized even when using a minimalnautobot_config.py
or one that was not generated bynautobot-server init
.nautobot-server init
.SECRET_KEY
.UpdateObjectViewTestCase
.Changed
settings.py
to more closely align to the documentation. If you're using a configuration file generated bynautobot-server init
, these changes should have no impact, but if you have a manually crafted configuration file, please verify that the configuration of your system is still as expected after upgrading, with a particular focus on the database configuration,SECRET_KEY
, andLOGGING
.LOGGING
configuration for virtualenv installs to be the same as it is for Nautobot's published Docker images.nautobot-server init
to have less redundancy with Nautobot's built-insettings.py
.django-health-check
from 3.16.5 to 3.16.7.psycopg2-binary
from 2.9.3 to 2.9.4.coverage
from 6.4.2 to 6.4.4.invoke
from 1.7.1 to 1.7.3.mkdocs-material
from 8.4.2 to 8.4.4.Fixed
DynamicGroup
not properly filtering byRegion
orLocation
.nautobot_config.py
that was not generated fromnautobot-server init
.invoke buildx
.nautobot/docs/plugins/development.md
.Security
Django
minimum version to 3.2.16 due to CVE-2022-41323.Contributors
New Contributors
Full Changelog: v1.4.7...v1.4.8
This discussion was created from the release v1.4.8.
Beta Was this translation helpful? Give feedback.
All reactions