Skip to content

Commit 0943697

Browse files
authored
Merge branch 'master' into 3.21
2 parents 14833fd + 16b3e20 commit 0943697

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,6 @@ The architectures supported by this image are:
5656
| arm64 || arm64v8-\<version tag\> |
5757
| armhf || |
5858

59-
## Version Tags
60-
61-
This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.
62-
63-
| Tag | Available | Description |
64-
| :----: | :----: |--- |
65-
| latest || Stable releases based on Alpine *without* support for compiling Wireguard module. |
66-
| legacy || Stable releases with support for compiling Wireguard modules for older kernels. |
67-
6859
## Application Setup
6960

7061
During container start, it will first check if the wireguard module is already installed and loaded. Kernels newer than 5.6 generally have the wireguard module built-in (along with some older custom kernels). However, the module may not be enabled. Make sure it is enabled prior to starting the container.
@@ -139,7 +130,6 @@ This image can be run with a read-only container filesystem. For details please
139130
### Caveats
140131

141132
* Not supported in client mode.
142-
* Not supported for the `legacy` tag.
143133

144134
## Usage
145135

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

399389
## Versions
400390

391+
* **01.01.25:** - Deprecate legacy branch.
401392
* **20.12.24:** - Rebase to Alpine 3.21.
402393
* **13.08.24:** - Add `errors` plugin to default Corefile.
403394
* **23.07.24:** - Install kmod from alpine repository.

readme-vars.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_
1010
available_architectures:
1111
- {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
1212
- {arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
13-
# development version
14-
development_versions: true
15-
development_versions_items:
16-
- {tag: "latest", desc: "Stable releases based on Alpine *without* support for compiling Wireguard module."}
17-
- {tag: "legacy", desc: "Stable releases with support for compiling Wireguard modules for older kernels."}
1813
# container parameters
1914
common_param_env_vars_enabled: true
2015
param_container_name: "{{ project_name }}"
@@ -49,7 +44,6 @@ opt_param_env_vars:
4944
readonly_supported: true
5045
readonly_message: |
5146
* Not supported in client mode.
52-
* Not supported for the `legacy` tag.
5347
# application setup block
5448
app_setup_block_enabled: true
5549
app_setup_block: |
@@ -165,6 +159,7 @@ init_diagram: |
165159
"wireguard:latest" <- Base Images
166160
# changelog
167161
changelogs:
162+
- {date: "01.01.25:", desc: "Deprecate legacy branch."}
168163
- {date: "20.12.24:", desc: "Rebase to Alpine 3.21."}
169164
- {date: "13.08.24:", desc: "Add `errors` plugin to default Corefile."}
170165
- {date: "23.07.24:", desc: "Install kmod from alpine repository."}

0 commit comments

Comments
 (0)