Bump version: 3.5.0 [ci skip]
This commit is contained in:
Родитель
b5b470f402
Коммит
581817dd07
|
@ -131,7 +131,7 @@ fi
|
||||||
|
|
||||||
# backup-utils 2.13 onwards limits support to the current and previous two releases
|
# backup-utils 2.13 onwards limits support to the current and previous two releases
|
||||||
# of GitHub Enterprise Server.
|
# of GitHub Enterprise Server.
|
||||||
supported_minimum_version="3.2.0"
|
supported_minimum_version="3.3.0"
|
||||||
|
|
||||||
if [ "$(version $version)" -ge "$(version $supported_minimum_version)" ]; then
|
if [ "$(version $version)" -ge "$(version $supported_minimum_version)" ]; then
|
||||||
supported=1
|
supported=1
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
github-backup-utils (3.5.0) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Simplify complex redirects for ghe-rsync #881
|
||||||
|
* On restore failure, restart cron on target host #883
|
||||||
|
|
||||||
|
-- Bon Sohi<bonsohi@github.com> Thu, 12 May 2022 21:06:56 +0000
|
||||||
|
|
||||||
github-backup-utils (3.4.1) UNRELEASED; urgency=medium
|
github-backup-utils (3.4.1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* Simplify complex redirects for ghe-rsync #881
|
* Simplify complex redirects for ghe-rsync #881
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
3.4.1
|
3.5.0
|
||||||
|
|
|
@ -42,7 +42,7 @@ export GHE_BACKUP_CONFIG GHE_DATA_DIR GHE_REMOTE_DATA_DIR GHE_REMOTE_ROOT_DIR
|
||||||
|
|
||||||
# The default remote appliance version. This may be set in the environment prior
|
# The default remote appliance version. This may be set in the environment prior
|
||||||
# to invoking tests to emulate a different remote vm version.
|
# to invoking tests to emulate a different remote vm version.
|
||||||
: ${GHE_TEST_REMOTE_VERSION:=3.4.0.rc1}
|
: ${GHE_TEST_REMOTE_VERSION:=3.5.0.rc1}
|
||||||
export GHE_TEST_REMOTE_VERSION
|
export GHE_TEST_REMOTE_VERSION
|
||||||
|
|
||||||
# Source in the backup config and set GHE_REMOTE_XXX variables based on the
|
# Source in the backup config and set GHE_REMOTE_XXX variables based on the
|
||||||
|
|
Загрузка…
Ссылка в новой задаче