diff --git a/bin/ghe-host-check b/bin/ghe-host-check index 545aa2c5..4d934386 100755 --- a/bin/ghe-host-check +++ b/bin/ghe-host-check @@ -131,7 +131,7 @@ fi # backup-utils 2.13 onwards limits support to the current and previous two releases # 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 supported=1 diff --git a/debian/changelog b/debian/changelog index 0a0d4e41..3cf6c0d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 12 May 2022 21:06:56 +0000 + github-backup-utils (3.4.1) UNRELEASED; urgency=medium * Simplify complex redirects for ghe-rsync #881 diff --git a/share/github-backup-utils/version b/share/github-backup-utils/version index 47b322c9..1545d966 100644 --- a/share/github-backup-utils/version +++ b/share/github-backup-utils/version @@ -1 +1 @@ -3.4.1 +3.5.0 diff --git a/test/testlib.sh b/test/testlib.sh index 5a276f3b..f19fc964 100644 --- a/test/testlib.sh +++ b/test/testlib.sh @@ -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 # 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 # Source in the backup config and set GHE_REMOTE_XXX variables based on the