Skip to content

Commit e2d882c

Browse files
authored
Merge pull request #564 from github/release-2.20.0
Bump version: 2.20.0
2 parents c4fbaee + 894d733 commit e2d882c

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
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.17.0"
116+
supported_minimum_version="2.18.0"
117117

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

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
github-backup-utils (2.20.0) UNRELEASED; urgency=medium
2+
3+
* Fix `ghe-backup-repositories` performance for large instances #541
4+
* Fix two issues with binary backup (slow gzip compression and support for restore from instances other than SQL master) #551
5+
6+
-- Alejandro Figueroa <[email protected]> Tue, 11 Feb 2020 20:47:17 +0000
7+
18
github-backup-utils (2.19.1) UNRELEASED; urgency=medium
29

310
* Cater for more explicit gist paths used in routes file #524

script/cibuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e
66
# place with this version at the beginning of each test and many commands have
77
# conditional logic based on the remote version. Running the suite against
88
# different major versions ensures we're covering these conditional paths.
9-
REMOTE_VERSIONS="2.17.0 2.19.0"
9+
REMOTE_VERSIONS="2.18.0 2.20.0"
1010

1111
# Enable verbose logging of ssh commands
1212
export GHE_VERBOSE_SSH=true

share/github-backup-utils/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.19.1
1+
2.20.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.19.0}
45+
: ${GHE_TEST_REMOTE_VERSION:=2.20.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)