From f759100ac9b05dd4c579e52a55683142ae963090 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Fri, 26 Jul 2019 01:14:26 +0200 Subject: [PATCH] Bot Updating Templated Files --- images/docker-openvpn-as.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/images/docker-openvpn-as.md b/images/docker-openvpn-as.md index 49daa1d8a7..92e87d86a6 100644 --- a/images/docker-openvpn-as.md +++ b/images/docker-openvpn-as.md @@ -22,6 +22,14 @@ The architectures supported by this image are: | :----: | --- | | x86-64 | latest | +## Version Tags + +This image provides various versions that are available via tags. `latest` tag usually provides the latest stable version. Others are considered under development and caution must be exercised when using them. + +| Tag | Description | +| :----: | --- | +| latest | Stable releases based on ubuntu bionic | +| xenial | Stable releases based on ubuntu xenial | ## Usage @@ -143,6 +151,7 @@ The "admin" account is a system (PAM) account and after container update or recr ## Versions +* **25.07.19:** - Create a xenial branch/tag and rebase master/latest to bionic. * **07.04.19:** - Fix first time config. * **03.04.19:** - Big rewrite of the install and update logic of openvpn-as to fix breaking changes (should fix updating from 2.6.1 to 2.7.3), added mysql-client for cluster support. * **14.03.19:** - Update deb package URL.