This repository was archived by the owner on Jun 15, 2021. It is now read-only.
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ This image provides various versions that are available via tags. `latest` tag u
61
61
| Tag | Description |
62
62
| :----: | --- |
63
63
| latest | Stable releases based on ubuntu bionic |
64
- | xenial | Stable releases based on ubuntu xenial |
64
+ | xenial | DEPRECATED, no longer updated - Stable releases based on ubuntu xenial |
65
65
66
66
## Usage
67
67
@@ -247,6 +247,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
247
247
248
248
## Versions
249
249
250
+ * ** 04.11.20:** - ` xenial ` tag is deprecated and there will be no further releases for that tag.
250
251
* ** 22.06.20:** - Added Support for persistent Customization Folders.
251
252
* ** 26.03.20:** - Switch to using the openvpn-as repo for packages.
252
253
* ** 29.08.19:** - Update Application Setup instructions in readme to fix 2.7.5 login issue for existing users.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ available_architectures:
16
16
development_versions : true
17
17
development_versions_items :
18
18
- { tag: "latest", desc: "Stable releases based on ubuntu bionic" }
19
- - { tag: "xenial", desc: "Stable releases based on ubuntu xenial" }
19
+ - { tag: "xenial", desc: "DEPRECATED, no longer updated - Stable releases based on ubuntu xenial" }
20
20
21
21
# container parameters
22
22
common_param_env_vars_enabled : true
@@ -66,6 +66,7 @@ app_setup_block: |
66
66
67
67
# changelog
68
68
changelogs :
69
+ - { date: "04.11.20:", desc: "`xenial` tag is deprecated and there will be no further releases for that tag." }
69
70
- { date: "22.06.20:", desc: "Added Support for persistent Customization Folders." }
70
71
- { date: "26.03.20:", desc: "Switch to using the openvpn-as repo for packages." }
71
72
- { date: "29.08.19:", desc: "Update Application Setup instructions in readme to fix 2.7.5 login issue for existing users." }
You can’t perform that action at this time.
0 commit comments