Skip to content

Commit b67b5da

Browse files
authored
Merge pull request #446 from github/release-2.15.0
Bump version: 2.15.0
2 parents 2583c86 + ef62481 commit b67b5da

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
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.
116-
supported_minimum_version="2.11.0"
116+
supported_minimum_version="2.13.0"
117117

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

debian/changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
github-backup-utils (2.15.0) UNRELEASED; urgency=medium
22

33

4+
-- Colin Seymour <colin@github.com> Tue, 16 Oct 2018 16:40:03 +0000
5+
6+
github-backup-utils (2.15.0) UNRELEASED; urgency=medium
7+
8+
49
-- Colin Seymour <colin@github.com> Tue, 16 Oct 2018 16:07:36 +0000
510

611
github-backup-utils (2.14.3) UNRELEASED; urgency=medium

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.11.0}
45+
: ${GHE_TEST_REMOTE_VERSION:=2.15.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)