Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
Bump version: 2.19.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
lildude committed Nov 12, 2019
1 parent 223683d commit 28ddd90
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.16.0"
supported_minimum_version="2.17.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.19.0) UNRELEASED; urgency=medium

* Remove temporary exclude file from the backup host not the target GHES appliance #516
* Update Debian package depends to include git #520

-- Colin Seymour <[email protected]> Tue, 12 Nov 2019 18:57:12 +0000

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

* Replace "sed -E" in ghe-host-check with a more portable solution #509
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.16.0 2.18.0"
REMOTE_VERSIONS="2.17.0 2.19.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.18.0
2.19.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.18.0}
: ${GHE_TEST_REMOTE_VERSION:=2.19.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 28ddd90

Please sign in to comment.