File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
share/github-backup-utils Expand file tree Collapse file tree 4 files changed +9
-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.1 .0"
134
+ supported_minimum_version=" 3.2 .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.4.0) UNRELEASED; urgency=medium
2
+
3
+ * Add anchor to usage doc for settings restore #865
4
+
5
+ -- Steve Culver <
[email protected] > Tue, 15 Feb 2022 19:25:09 +0000
6
+
1
7
github-backup-utils (3.3.1) UNRELEASED; urgency=medium
2
8
3
9
* Fix compat issue with ghe-actions-start during maintenance mode #836
Original file line number Diff line number Diff line change 1
- 3.3.1
1
+ 3.4.0
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export GHE_BACKUP_CONFIG GHE_DATA_DIR GHE_REMOTE_DATA_DIR GHE_REMOTE_ROOT_DIR
42
42
43
43
# The default remote appliance version. This may be set in the environment prior
44
44
# to invoking tests to emulate a different remote vm version.
45
- : ${GHE_TEST_REMOTE_VERSION:= 3.3 .0.rc1}
45
+ : ${GHE_TEST_REMOTE_VERSION:= 3.4 .0.rc1}
46
46
export GHE_TEST_REMOTE_VERSION
47
47
48
48
# 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