From 4845e2cc2d8d80ea768283be568797ffa796b846 Mon Sep 17 00:00:00 2001 From: Connor Hicks Date: Thu, 8 Apr 2021 08:43:08 -0400 Subject: [PATCH] added subo config and changelog for v0.3.0 --- .subo.yml | 6 ++++++ changelogs/v0.3.0.md | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 .subo.yml create mode 100644 changelogs/v0.3.0.md diff --git a/.subo.yml b/.subo.yml new file mode 100644 index 0000000..f80c6cc --- /dev/null +++ b/.subo.yml @@ -0,0 +1,6 @@ +dotVersionFiles: + +preMakeTargets: + - vk/tester + +postMakeTargets: \ No newline at end of file diff --git a/changelogs/v0.3.0.md b/changelogs/v0.3.0.md new file mode 100644 index 0000000..15b75de --- /dev/null +++ b/changelogs/v0.3.0.md @@ -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. \ No newline at end of file