From 7eaa62b9aa836076f105cfd4b04f0cbef50e8ad2 Mon Sep 17 00:00:00 2001 From: Anton Pyrogovskyi Date: Mon, 12 Sep 2022 10:05:16 +0200 Subject: [PATCH] changelog: add httpget section to 0.6.2 changelog --- changelogs/0.6.2.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/changelogs/0.6.2.md b/changelogs/0.6.2.md index a29df4a..3e754c3 100644 --- a/changelogs/0.6.2.md +++ b/changelogs/0.6.2.md @@ -2,6 +2,11 @@ - Depends on `wireleap/common` v0.3.6. +- Experimental `httpget` forwarder added: issues a HTTP GET request + through the Wireleap circuit. Feedback on failures is currently only + logged and not returned to the CLI, which is planned to improve in a + subsequent release. + - Improvements to upgrade status handling code: - Upgrade status no longer assumed on start/stop. - If starting `wireleap` fails due to an upgrade being required, the @@ -13,5 +18,5 @@ potential rollback without having to re-setup permissions. - The user is no longer required to delete `wireleap_tun` manually. -- custom git versions enabled by using envvar `GITVERSION` in +- Custom git versions enabled by using envvar `GITVERSION` in `contrib/build-bin.sh` if already set.