Skip to content
This repository was archived by the owner on Jun 15, 2021. It is now read-only.

Commit d567136

Browse files
authored
Merge pull request #133 from linuxserver/deprecate-xenial
deprecate xenial tag
2 parents 066ab8d + 2fd1866 commit d567136

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This image provides various versions that are available via tags. `latest` tag u
6161
| Tag | Description |
6262
| :----: | --- |
6363
| 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 |
6565

6666
## Usage
6767

@@ -247,6 +247,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
247247

248248
## Versions
249249

250+
* **04.11.20:** - `xenial` tag is deprecated and there will be no further releases for that tag.
250251
* **22.06.20:** - Added Support for persistent Customization Folders.
251252
* **26.03.20:** - Switch to using the openvpn-as repo for packages.
252253
* **29.08.19:** - Update Application Setup instructions in readme to fix 2.7.5 login issue for existing users.

readme-vars.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ available_architectures:
1616
development_versions: true
1717
development_versions_items:
1818
- { 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" }
2020

2121
# container parameters
2222
common_param_env_vars_enabled: true
@@ -66,6 +66,7 @@ app_setup_block: |
6666
6767
# changelog
6868
changelogs:
69+
- { date: "04.11.20:", desc: "`xenial` tag is deprecated and there will be no further releases for that tag." }
6970
- { date: "22.06.20:", desc: "Added Support for persistent Customization Folders." }
7071
- { date: "26.03.20:", desc: "Switch to using the openvpn-as repo for packages." }
7172
- { date: "29.08.19:", desc: "Update Application Setup instructions in readme to fix 2.7.5 login issue for existing users." }

0 commit comments

Comments
 (0)