Skip to content

Commit afeb809

Browse files
committed
Bump version: 3.1.0.rc1 [ci skip]
1 parent 0103f02 commit afeb809

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

bin/ghe-host-check

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

131131
# backup-utils 2.13 onwards limits support to the current and previous two releases
132132
# of GitHub Enterprise Server.
133-
supported_minimum_version="2.21.0"
133+
supported_minimum_version="2.22.0"
134134

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

debian/changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
github-backup-utils (3.1.0.rc1) UNRELEASED; urgency=medium
2+
3+
* Update repository backups to use ghe-gc-* for lock file management #188
4+
* A faster way to restore storage blobs (clusters) #212
5+
* Bug fix: Be more specific in restore routes globbing #715
6+
* fix(docker): add coreutils to get flags for date #717
7+
* Add backup cadence variable to the appliance #719
8+
* Fix is_default_external_database_snapshot function #720
9+
10+
-- Zachary Mark <[email protected]> Thu, 06 May 2021 17:11:18 +0000
11+
112
github-backup-utils (3.0.0) UNRELEASED; urgency=medium
213

314
* Fix restoring the password pepper for already configured instances #683

share/github-backup-utils/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0
1+
3.1.0.rc1

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:=3.0.0.rc1}
45+
: ${GHE_TEST_REMOTE_VERSION:=3.1.0.rc1.rc1}
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)