v2.0.3 - 2023-10-23 #4695
glennmatthews
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi, GHSA-r2hw-74xv-4gqp isn't published, is the 1.6 branch impacted? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
Added
ENABLE_ALPHA_UI
configuration option to the settings, which is initially set to False. When set to True, this option enables the "Alpha UI 2.0" feature.Changed
--no-build-ui
to--build-ui
, and its default value to False for thenautobot-server post-upgrade
command.Fixed
post_upgrade
bug involving potential left over references to Aggregate, DeviceRole, and RackRole ContentTypes in ObjectChange records.'IPAddressBulkAddForm' has no field named 'parent'
when bulk creating IPs via UI.ScheduledJob.job_class
values are correctly transferred toScheduledJob.task
during v2 migration.Meta
attributes into nested serializers (depth >= 1
).Housekeeping
password
andsha256
that shouldn't generally appear in REST API responses.Security
urllib3
to 2.0.7 due to CVE-2023-45803. This is not a direct dependency so it will not auto-update when upgrading. Please be sure to upgrade your local environment.JobResult
traceback and result output when aGitRepositorySync
job fails in certain ways.?depth=1
query parameter. For more details, please refer to GHSA-r2hw-74xv-4gqp.Contributors
Full Changelog: v2.0.2...v2.0.3
This discussion was created from the release v2.0.3 - 2023-10-23.
Beta Was this translation helpful? Give feedback.
All reactions