You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#263 - Added a link in the Docker deployment guide to the Nautobot Docker Compose repository.
#931 - Added support for direct upload of CSV files as an alternative to copy-pasting CSV text into a form field. (Partially based on NetBox #6561)
#953 - Added option to use MySQL in the docker-compose development environment
#954 - Added documentation for migrating from PostgreSQL to MySQL, improved documentation as to recommended MySQL database configuration.
#989 - Added id and name fields to NestedJobResultSerializer for the REST API.
#1019 - Added GitHub action to redeploy the Nautobot sandbox on pushes to main, develop, and next.
#1025 - Added reference documentation for how to hide navigation menu items with no permissions.
#1031 - Added a troubleshooting note around the combination of RedHat/CentOS, uWSGI, and static files.
#1057 - Added GitHub action to automatically push Docker images to ghcr.io.
Fixed
#555 - Fixed Status.DoesNotExist during nautobot-server loaddata.
#567 - Fixed incorrect GraphQL schema generation for _custom_field_data when certain plugins are installed.
#733 - A Job erroring out early in initialization could result in its associated JobResult staying in Pending state indefinitely.
#816 - Fixed AttributeError reported when viewing a Rack with certain associated power configurations.
#948 - Fixed advanced logging example to use EXTRA_MIDDLEWARE instead of MIDDLEWARE.append().
#970 - Clarified documentation around config context definition in Git repositories.
#981 - Fixed incorrect handling of missing custom fields in the fix_custom_fields management command.
#986 - Fixed TemplateDoesNotExist exception when running a Job containing a FileVar variable.
#991 - Fixed incorrect logging when importing ConfigContextSchemas from Git.
#993 - Fixed incorrect git command when refreshing a previously checked out repository.
#1023 - Removed invalid link in "Deploying Nautobot" documentation.
Security
#998 - Update mkdocs dependency to avoid a potential path-traversal vulnerability; note that mkdocs is only used in development and is not a production deployment dependency of Nautobot.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Added
id
andname
fields toNestedJobResultSerializer
for the REST API.main
,develop
, andnext
.ghcr.io
.Fixed
Status.DoesNotExist
duringnautobot-server loaddata
._custom_field_data
when certain plugins are installed.AttributeError
reported when viewing a Rack with certain associated power configurations.EXTRA_MIDDLEWARE
instead ofMIDDLEWARE.append()
.fix_custom_fields
management command.TemplateDoesNotExist
exception when running a Job containing aFileVar
variable.git
command when refreshing a previously checked out repository.Security
mkdocs
dependency to avoid a potential path-traversal vulnerability; note that mkdocs is only used in development and is not a production deployment dependency of Nautobot.This discussion was created from the release v1.1.5 - 2021-11-12.
Beta Was this translation helpful? Give feedback.
All reactions