Skip to content

Commit e939e6b

Browse files
authored
Merge pull request #1031 from github/release-3.9.0
Bump version: 3.9.0
2 parents 61f7184 + a3208df commit e939e6b

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

bin/ghe-host-check

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

132132
# backup-utils 2.13 onwards limits support to the current and previous two releases
133133
# of GitHub Enterprise Server.
134-
supported_minimum_version="3.6.0"
134+
supported_minimum_version="3.7.0"
135135

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

debian/changelog

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
github-backup-utils (3.9.0) UNRELEASED; urgency=medium
2+
3+
* Set restore status on all cluster nodes #274
4+
* Fix pages backups and restores in GitHub Enterprise 11.10 #275
5+
* Backup and restore custom CA certificates #281
6+
* Set the benchmark file path consistently #283
7+
* Suppress dd output noise #289
8+
* Track completeness of Elasticsearch JSON dumps #298
9+
* Use existing Elasticsearch indices to speed up transfer during a restore #310
10+
* Include the user data directory in the benchmark name #311
11+
* Use calculated routes when backing up storage data from a cluster #318
12+
* Refresh the existing indices when restoring Elasticsearch indices to cluster #328
13+
* Use git to generate short name for SSH multiplex control path #335
14+
15+
-- Junior Eluhu <[email protected]> Mon, 12 Jun 2023 20:46:10 +0000
16+
117
github-backup-utils (3.8.0) focal; urgency=medium
218

319
-- Daniel Johnson <[email protected]> Tue, 07 Feb 2023 21:43:26 +0000

share/github-backup-utils/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.8.0
1+
3.9.0

test/testlib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export GHE_BACKUP_CONFIG GHE_DATA_DIR GHE_REMOTE_DATA_DIR GHE_REMOTE_ROOT_DIR
4343

4444
# The default remote appliance version. This may be set in the environment prior
4545
# to invoking tests to emulate a different remote vm version.
46-
: ${GHE_TEST_REMOTE_VERSION:=3.8.0.rc1}
46+
: ${GHE_TEST_REMOTE_VERSION:=3.9.0.rc1}
4747
export GHE_TEST_REMOTE_VERSION
4848

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

0 commit comments

Comments
 (0)