Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate legacy branch (master) #368

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_
available_architectures:
- {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
- {arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
# development version
development_versions: true
development_versions_items:
- {tag: "latest", desc: "Stable releases based on Alpine *without* support for compiling Wireguard modules."}
- {tag: "legacy", desc: "Stable releases with support for compiling Wireguard modules for older kernels."}
# container parameters
common_param_env_vars_enabled: true
param_container_name: "{{ project_name }}"
Expand All @@ -27,9 +22,6 @@ opt_param_volumes:
param_usage_include_ports: true
param_ports:
- {external_port: "51820", internal_port: "51820/udp", port_desc: "wireguard port"}
param_usage_include_env: true
param_env_vars:
- {env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London"}
cap_add_param: true
cap_add_param_vars:
- {cap_add_var: "NET_ADMIN", desc: "Neccessary for Wireguard to create its VPN interface."}
Expand All @@ -52,7 +44,6 @@ opt_param_env_vars:
readonly_supported: true
readonly_message: |
* Not supported in client mode.
* Not supported for the `legacy` tag.
# application setup block
app_setup_block_enabled: true
app_setup_block: |
Expand Down Expand Up @@ -168,6 +159,7 @@ init_diagram: |
"wireguard:latest" <- Base Images
# changelog
changelogs:
- {date: "01.01.25:", desc: "Deprecate legacy branch."}
- {date: "13.08.24:", desc: "Add `errors` plugin to default Corefile."}
- {date: "23.07.24:", desc: "Install kmod from alpine repository."}
- {date: "24.05.24:", desc: "Rebase to Alpine 3.20, install wireguard-tools from Alpine repo."}
Expand Down
Loading