From 4727f7bfa220286b7baa90b8224605580116d89d Mon Sep 17 00:00:00 2001 From: Hao Jiang Date: Wed, 23 Sep 2020 15:48:54 +0000 Subject: [PATCH] Bump version: 2.22.0 [ci skip] --- bin/ghe-host-check | 2 +- debian/changelog | 10 ++++++++++ share/github-backup-utils/version | 2 +- test/testlib.sh | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/bin/ghe-host-check b/bin/ghe-host-check index 94f235e51..3edc22a6b 100755 --- a/bin/ghe-host-check +++ b/bin/ghe-host-check @@ -113,7 +113,7 @@ fi # backup-utils 2.13 onwards limits support to the current and previous two releases # of GitHub Enterprise Server. -supported_minimum_version="2.19.0" +supported_minimum_version="2.20.0" if [ "$(version $version)" -ge "$(version $supported_minimum_version)" ]; then supported=1 diff --git a/debian/changelog b/debian/changelog index dfd337512..1ceb900af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +github-backup-utils (2.22.0) UNRELEASED; urgency=medium + + * Added basic timing around the ghe-restore process #625 + * Improve python3 & finding moreutils parallel #627 + * Turn off POSIX for ghe-backup-config #632 + * Add parallelized restore capability to ghe-restore-storage #635 + * Update backup-utils for new features in 2.22 #641 + + -- jianghao0718@github.com Wed, 23 Sep 2020 15:48:54 +0000 + github-backup-utils (2.21.0) UNRELEASED; urgency=medium * Introduce option to skip restoring of audit logs #596 diff --git a/share/github-backup-utils/version b/share/github-backup-utils/version index db65e2167..f48f82fa2 100644 --- a/share/github-backup-utils/version +++ b/share/github-backup-utils/version @@ -1 +1 @@ -2.21.0 +2.22.0 diff --git a/test/testlib.sh b/test/testlib.sh index 7d6bdbf9b..1ab168a3f 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:=2.21.0} +: ${GHE_TEST_REMOTE_VERSION:=2.22.0} export GHE_TEST_REMOTE_VERSION # Source in the backup config and set GHE_REMOTE_XXX variables based on the