Skip to content

Commit

Permalink
Bump version: 2.17.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
lildude committed May 23, 2019
1 parent 138de17 commit 16fa689
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/ghe-host-check
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.0"
supported_minimum_version="2.15.0"

if [ "$(version $version)" -ge "$(version $supported_minimum_version)" ]; then
supported=1
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
github-backup-utils (2.17.0) UNRELEASED; urgency=medium

* Restore target is ignored when specified on the command line #476
* Support incremental backups for MySQL-stored audit logs #485

-- Colin Seymour <[email protected]> Thu, 23 May 2019 08:20:15 +0000

github-backup-utils (2.16.1) UNRELEASED; urgency=medium

* Detect storage user on each cluster host being backed up or restored #472
Expand Down
2 changes: 1 addition & 1 deletion script/cibuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e
# place with this version at the beginning of each test and many commands have
# conditional logic based on the remote version. Running the suite against
# different major versions ensures we're covering these conditional paths.
REMOTE_VERSIONS="2.14.0 2.16.0"
REMOTE_VERSIONS="2.15.0 2.17.0"

# Enable verbose logging of ssh commands
export GHE_VERBOSE_SSH=true
Expand Down
2 changes: 1 addition & 1 deletion share/github-backup-utils/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.16.1
2.17.0
2 changes: 1 addition & 1 deletion test/testlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.16.0}
: ${GHE_TEST_REMOTE_VERSION:=2.17.0}
export GHE_TEST_REMOTE_VERSION

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

0 comments on commit 16fa689

Please sign in to comment.