-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Thomas Mitchell
committed
Jun 9, 2016
1 parent
c96093b
commit c810c4b
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
## Release Notes | ||
* Fixes a bug with the Postgres restore plugin where the restore would fail if any given line in the dump file was too long. | ||
* Fixes a bug where an initial run of `create backend` would fail if the user's home directory was on a different filesystem than `/tmp`. | ||
* The backend name is now displayed in the CLI when executing a command, in addition to its IP. | ||
* The help dialogues for the `backend` commands now give the flags required. | ||
* The shield plugins will no longer display the endpoint argument (potentially along with credentials contained within) in the process name. |