Skip to content

Commit 4727f7b

Browse files
committed
Bump version: 2.22.0 [ci skip]
1 parent f6fc8d3 commit 4727f7b

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

bin/ghe-host-check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ fi
113113

114114
# backup-utils 2.13 onwards limits support to the current and previous two releases
115115
# of GitHub Enterprise Server.
116-
supported_minimum_version="2.19.0"
116+
supported_minimum_version="2.20.0"
117117

118118
if [ "$(version $version)" -ge "$(version $supported_minimum_version)" ]; then
119119
supported=1

debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
github-backup-utils (2.22.0) UNRELEASED; urgency=medium
2+
3+
* Added basic timing around the ghe-restore process #625
4+
* Improve python3 & finding moreutils parallel #627
5+
* Turn off POSIX for ghe-backup-config #632
6+
* Add parallelized restore capability to ghe-restore-storage #635
7+
* Update backup-utils for new features in 2.22 #641
8+
9+
-- [email protected] Wed, 23 Sep 2020 15:48:54 +0000
10+
111
github-backup-utils (2.21.0) UNRELEASED; urgency=medium
212

313
* Introduce option to skip restoring of audit logs #596

share/github-backup-utils/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.21.0
1+
2.22.0

test/testlib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export GHE_BACKUP_CONFIG GHE_DATA_DIR GHE_REMOTE_DATA_DIR GHE_REMOTE_ROOT_DIR
4242

4343
# The default remote appliance version. This may be set in the environment prior
4444
# to invoking tests to emulate a different remote vm version.
45-
: ${GHE_TEST_REMOTE_VERSION:=2.21.0}
45+
: ${GHE_TEST_REMOTE_VERSION:=2.22.0}
4646
export GHE_TEST_REMOTE_VERSION
4747

4848
# Source in the backup config and set GHE_REMOTE_XXX variables based on the

0 commit comments

Comments
 (0)