Skip to content

Commit 4c6dd08

Browse files
authored
Merge pull request #367 from linuxserver/legacy-deprecate
Deprecate legacy branch (legacy)
2 parents 76537a6 + 0a9151a commit 4c6dd08

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

readme-vars.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ project_url: "https://www.wireguard.com/"
66
project_logo: "https://www.wireguard.com/img/wireguard.svg"
77
project_blurb: "[WireGuard®]({{ project_url }}) is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPsec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. Initially released for the Linux kernel, it is now cross-platform (Windows, macOS, BSD, iOS, Android) and widely deployable. It is currently under heavy development, but already it might be regarded as the most secure, easiest to use, and simplest VPN solution in the industry."
88
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
9+
project_deprecation_status: true
10+
project_deprecation_message: "Please switch to the Alpine-based latest tag"
911
# supported architectures
1012
available_architectures:
1113
- {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
@@ -166,6 +168,7 @@ init_diagram: |
166168
"wireguard:legacy" <- Base Images
167169
# changelog
168170
changelogs:
171+
- {date: "01.01.24:", desc: "Deprecate legacy branch."}
169172
- {date: "03.10.23:", desc: "**Potentially Breaking Change:** Support for multiple interfaces added. Wireguard confs moved to `/config/wg_confs/`. Any file with a `.conf` extension in that folder will be treated as a live tunnel config and will be attempted to start. If any of the tunnels fail, all tunnels will be stopped. Tunnels are started in alphabetical order. Managed server conf will continue to be hardcoded to `wg0.conf`."}
170173
- {date: "24.06.23:", desc: "Deprecate armhf as per [https://www.linuxserver.io/armhf](https://www.linuxserver.io/armhf)."}
171174
- {date: "26.04.23:", desc: "Rework branches, swap alpine & ubuntu builds."}

0 commit comments

Comments
 (0)