File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed
share/github-backup-utils Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 131
131
132
132
# backup-utils 2.13 onwards limits support to the current and previous two releases
133
133
# of GitHub Enterprise Server.
134
- supported_minimum_version=" 3.7 .0"
134
+ supported_minimum_version=" 3.8 .0"
135
135
136
136
if [ " $( version $version ) " -ge " $( version $supported_minimum_version ) " ]; then
137
137
supported=1
Original file line number Diff line number Diff line change
1
+ github-backup-utils (3.10.0) UNRELEASED; urgency=medium
2
+
3
+ * Remove -o option from ps use #341
4
+ * Switch to TMPDIR before initiating SSH multiplexing workaround to prevent locking the destination filesystem #348
5
+ * Move check for git for ssh muxing into ghe-ssh #378
6
+ * Check filesystem supports hardlinks #388
7
+ * Remove check for git from ghe-ssh #393
8
+ * Clean up stale HA nodes on restore #396
9
+
10
+ -- Balwinder Sohi <
[email protected] > Wed, 09 Aug 2023 19:37:10 +0000
11
+
1
12
github-backup-utils (3.9.0) UNRELEASED; urgency=medium
2
13
3
14
* Set restore status on all cluster nodes #274
Original file line number Diff line number Diff line change 1
- 3.10.0.rc1
1
+ 3.10.0
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export GHE_BACKUP_CONFIG GHE_DATA_DIR GHE_REMOTE_DATA_DIR GHE_REMOTE_ROOT_DIR
43
43
44
44
# The default remote appliance version. This may be set in the environment prior
45
45
# to invoking tests to emulate a different remote vm version.
46
- : ${GHE_TEST_REMOTE_VERSION:= 3.9 .0.rc1}
46
+ : ${GHE_TEST_REMOTE_VERSION:= 3.10 .0.rc1}
47
47
export GHE_TEST_REMOTE_VERSION
48
48
49
49
# Source in the backup config and set GHE_REMOTE_XXX variables based on the
You can’t perform that action at this time.
0 commit comments