From d93b5ef8939b7b2b3cc203f059dd0424ab9a8ffb Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Mon, 15 May 2023 21:14:50 +0200 Subject: [PATCH] Release: openvpn-connector-setup v6 * Added --version option * Exit with exit code 1 when interrupting the token retrieval from console * Added polkit privilege check to see if the running user is allowed to manage systemd unit files. If true, the downloaded VPN profile will now be started automatically by default, also for limited privileged users. * Updated the base URL for the CloudConnexa API service. The override environment variable has been renamed to CLOUDCONNEXA_BASEURL. * Internal/debug variables has been renamed from OPENVPN_CLOUD_ to OPENVPN_CONNECTOR_. To enable debugging, the OPENVPN_CONNECTOR_DEBUG environment variable must be set instead. Signed-off-by: David Sommerseth --- openvpn/connector/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn/connector/version.py b/openvpn/connector/version.py index 36bb580..c1601b7 100644 --- a/openvpn/connector/version.py +++ b/openvpn/connector/version.py @@ -7,4 +7,4 @@ # Copyright (C) 2020 - 2023 David Sommerseth # -ocs_version='5' +ocs_version='6'