nautobot / pynautobot

Nautobot Python SDK
https://pynautobot.readthedocs.io/en/latest/index.html
Apache License 2.0
36 stars 32 forks source link

Release 2.0 #136

Closed pszulczewski closed 11 months ago

pszulczewski commented 11 months ago

Updates for release 2.0. develop has been merged into next-2.0

pszulczewski commented 11 months ago

@jvanderaa just to confirm, next-2.0 goes to main ? This branch was checked out from next-2.0

joewesch commented 11 months ago

That's a good question. Are we going to maintain a "main" for 1.x bug fixes to follow with Nautobot 1.6 LTM?

pszulczewski commented 11 months ago

From App & SDK Branching Strategy:

* ltm-1.6 is created from main - bugfix branch for LTM compatible releases
* next-2.0 is frozen and merged into develop
* develop now tracks Nautobot 2.x
* releases are created from develop and merged into main as usual. main now tracks Nautobot 2.x
* next-3.0 eventually tracks Nautobot 3.0 (pre-release)
pszulczewski commented 11 months ago

ltm-1.6 has been checked out from main, nautobot "stable" changed to "1.6", python 3.7 removed. origin/develop merged into ltm0-1.6 as we didn't have all commits in main. We should be good now.