-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added subo config and changelog for v0.3.0
- Loading branch information
Showing
2 changed files
with
9 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 @@ | ||
dotVersionFiles: | ||
|
||
preMakeTargets: | ||
- vk/tester | ||
|
||
postMakeTargets: |
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,3 @@ | ||
Beta-3 of Vektor includes some internal changes, and improvements to how VK's HTTP mode is handled. | ||
|
||
This release is a breaking change, `UseInsecureHTTP` has been changed to `UseHTTPPort` and the default HTTP port for LetsEncrypt challenges has been changed from 80 to 8080. The HTTP port option is now respected by the LetsEncrypt challenge server. VK will always default to TLS, and will only use HTTP mode if the DOMAIN option is not set AND the HTTP port option is explicitly set. |