mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
Closes #5030: Call out required minimum versions for depdencies in upgrade documentation
This commit is contained in:
parent
728088f5fa
commit
aedba0e8be
@ -4,8 +4,15 @@
|
|||||||
|
|
||||||
Prior to upgrading your NetBox instance, be sure to carefully review all [release notes](../../release-notes/) that have been published since your current version was released. Although the upgrade process typically does not involve additional work, certain releases may introduce breaking or backward-incompatible changes. These are called out in the release notes under the version in which the change went into effect.
|
Prior to upgrading your NetBox instance, be sure to carefully review all [release notes](../../release-notes/) that have been published since your current version was released. Although the upgrade process typically does not involve additional work, certain releases may introduce breaking or backward-incompatible changes. These are called out in the release notes under the version in which the change went into effect.
|
||||||
|
|
||||||
!!! note
|
## Update Dependencies to Required Versions
|
||||||
Beginning with version 2.8, NetBox requires Python 3.6 or later.
|
|
||||||
|
NetBox v2.9.0 and later requires the following:
|
||||||
|
|
||||||
|
| Dependency | Minimum Version |
|
||||||
|
|------------|-----------------|
|
||||||
|
| Python | 3.6 |
|
||||||
|
| PostgreSQL | 9.6 |
|
||||||
|
| Redis | 4.0 |
|
||||||
|
|
||||||
## Install the Latest Code
|
## Install the Latest Code
|
||||||
|
|
||||||
|
@ -13,6 +13,8 @@
|
|||||||
|
|
||||||
## v2.9.0 (2020-08-21)
|
## v2.9.0 (2020-08-21)
|
||||||
|
|
||||||
|
**Note:** Redis 4.0 or later is required for this release.
|
||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
|
|
||||||
#### Object-Based Permissions ([#554](https://github.com/netbox-community/netbox/issues/554))
|
#### Object-Based Permissions ([#554](https://github.com/netbox-community/netbox/issues/554))
|
||||||
|
Loading…
Reference in New Issue
Block a user