File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
share/github-backup-utils Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
1
+ github-backup-utils (3.2.0.rc1) UNRELEASED; urgency=medium
2
+
3
+ * Leaked host key check: Avoid false positives from FIPS mode #748
4
+ * Always restore user-password-secrets #762
5
+ * Make some of the actions setting best effort #767
6
+ * Remove reference to `ghe-cluster-cleanup-nodes` #768
7
+ * Stop/Restart Actions in ghe-restore #769
8
+ * Clear GitHub Connect settings when not restoring settings #770
9
+ * GitHub Connect Reset Issue #776
10
+
11
+ -- Brett Westover <
[email protected] > Fri, 10 Sep 2021 20:10:07 +0000
12
+
1
13
github-backup-utils (3.2.0) UNRELEASED; urgency=medium
2
14
3
15
* Leaked host key check: Avoid false positives from FIPS mode #748
Original file line number Diff line number Diff line change 1
- 3.2.0
1
+ 3.2.0.rc1
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.2.0.rc1}
45
+ : ${GHE_TEST_REMOTE_VERSION:= 3.2.0.rc1.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