mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add get-latest-release
command so we can dynamically get the previous versions to test upgrades and downgrades for
This commit is contained in:
parent
990c95c48e
commit
924885d4c2
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ import sys
|
|||
import time
|
||||
from typing import TYPE_CHECKING, Any
|
||||
|
||||
import requests
|
||||
from ptscripts import Context, command_group
|
||||
|
||||
import tools.utils
|
||||
|
|
Loading…
Add table
Reference in a new issue