Skip to content

Commit 87664e1

Browse files
Bot Updating Templated Files
1 parent c07b818 commit 87664e1

File tree

5 files changed

+45
-96
lines changed

5 files changed

+45
-96
lines changed

.github/ISSUE_TEMPLATE/issue.bug.yml

Lines changed: 6 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -4,74 +4,11 @@ description: Create a report to help us improve
44
title: "[BUG] <title>"
55
labels: [Bug]
66
body:
7-
- type: checkboxes
7+
- type: markdown
88
attributes:
9-
label: Is there an existing issue for this?
10-
description: Please search to see if an issue already exists for the bug you encountered.
11-
options:
12-
- label: I have searched the existing issues
13-
required: true
14-
- type: textarea
15-
attributes:
16-
label: Current Behavior
17-
description: Tell us what happens instead of the expected behavior.
18-
validations:
19-
required: true
20-
- type: textarea
21-
attributes:
22-
label: Expected Behavior
23-
description: Tell us what should happen.
24-
validations:
25-
required: false
26-
- type: textarea
27-
attributes:
28-
label: Steps To Reproduce
29-
description: Steps to reproduce the behavior.
30-
placeholder: |
31-
1. In this environment...
32-
2. With this config...
33-
3. Run '...'
34-
4. See error...
35-
validations:
36-
required: true
37-
- type: textarea
38-
attributes:
39-
label: Environment
40-
description: |
41-
examples:
42-
- **OS**: Ubuntu 20.04
43-
- **How docker service was installed**: distro's packagemanager
449
value: |
45-
- OS:
46-
- How docker service was installed:
47-
render: markdown
48-
validations:
49-
required: false
50-
- type: dropdown
51-
attributes:
52-
label: CPU architecture
53-
options:
54-
- x86-64
55-
- arm64
56-
- armhf
57-
validations:
58-
required: true
59-
- type: textarea
60-
attributes:
61-
label: Docker creation
62-
description: |
63-
Command used to create docker container
64-
Provide your docker create/run command or compose yaml snippet, or a screenshot of settings if using a gui to create the container
65-
render: bash
66-
validations:
67-
required: true
68-
- type: textarea
69-
attributes:
70-
description: |
71-
Provide a full docker log, output of "docker logs linuxserver.io"
72-
label: Container logs
73-
placeholder: |
74-
Output of `docker logs linuxserver.io`
75-
render: bash
76-
validations:
77-
required: true
10+
# DEPRECATION NOTICE
11+
12+
This image is deprecated. We will not offer support for this image and it will not be updated.
13+
14+
Please switch to using the "latest" tag to continue receiving updates.

.github/ISSUE_TEMPLATE/issue.feature.yml

Lines changed: 8 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,11 @@ description: Suggest an idea for this project
44
title: "[FEAT] <title>"
55
labels: [enhancement]
66
body:
7-
- type: checkboxes
8-
attributes:
9-
label: Is this a new feature request?
10-
description: Please search to see if a feature request already exists.
11-
options:
12-
- label: I have searched the existing issues
13-
required: true
14-
- type: textarea
15-
attributes:
16-
label: Wanted change
17-
description: Tell us what you want to happen.
18-
validations:
19-
required: true
20-
- type: textarea
21-
attributes:
22-
label: Reason for change
23-
description: Justify your request, why do you want it, what is the benefit.
24-
validations:
25-
required: true
26-
- type: textarea
27-
attributes:
28-
label: Proposed code change
29-
description: Do you have a potential code change in mind?
30-
validations:
31-
required: false
7+
- type: markdown
8+
attributes:
9+
value: |
10+
# DEPRECATION NOTICE
11+
12+
This image is deprecated. We will not offer support for this image and it will not be updated.
13+
14+
Please switch to using the "latest" tag to continue receiving updates.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# DEPRECATION NOTICE
2+
3+
This image is deprecated. We will not offer support for this image and it will not be updated.
4+
Please switch to using the "latest" tag to continue receiving updates.
5+
16
<!--- Provide a general summary of your changes in the Title above -->
27

38
[linuxserverurl]: https://linuxserver.io

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ Find us at:
2727
* [GitHub](https://github.com/linuxserver) - view the source for all of our repositories.
2828
* [Open Collective](https://opencollective.com/linuxserver) - please consider helping us by either donating or contributing to our budget
2929

30+
# DEPRECATION NOTICE
31+
32+
This image is deprecated. We will not offer support for this image and it will not be updated.
33+
Please switch to using the "latest" tag to continue receiving updates.
34+
3035
# [linuxserver/wireguard](https://github.com/linuxserver/docker-wireguard)
3136

3237
[![Scarf.io pulls](https://scarf.sh/installs-badge/linuxserver-ci/linuxserver%2Fwireguard?color=94398d&label-color=555555&logo-color=ffffff&style=for-the-badge&package-type=docker)](https://scarf.sh/gateway/linuxserver-ci/docker/linuxserver%2Fwireguard)
@@ -63,8 +68,8 @@ This image provides various versions that are available via tags. Please read th
6368

6469
| Tag | Available | Description |
6570
| :----: | :----: |--- |
66-
| latest || Stable releases with support for compiling Wireguard modules |
67-
| alpine || Stable releases based on Alpine *without* support for compiling Wireguard modules |
71+
| latest || Stable releases based on Alpine *without* support for compiling Wireguard modules. |
72+
| legacy || Stable releases with support for compiling Wireguard modules. |
6873
## Application Setup
6974

7075
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.
@@ -321,6 +326,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
321326

322327
## Versions
323328

329+
* **26.04.23:** - Rework branchs. Swap alpine and ubuntu builds.
324330
* **29.01.23:** - Rebase to alpine 3.17.
325331
* **10.01.23:** - Add new var to add `PersistentKeepalive` to server config for select peers to survive server IP changes when domain name is used.
326332
* **26.10.22:** - Better handle unsupported peer names. Improve logging.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
#!/usr/bin/with-contenv bash
2+
# shellcheck shell=bash
3+
4+
echo '
5+
╔════════════════════════════════════════════════════╗
6+
╠════════════════════════════════════════════════════╣
7+
║ ║
8+
║ This image is deprecated. ║
9+
║ We will not offer support for this image ║
10+
║ and it will not be updated. ║
11+
║ ║
12+
╠════════════════════════════════════════════════════╣
13+
╚════════════════════════════════════════════════════╝
14+
15+
Please switch to using the "latest" tag to continue receiving updates.
16+
17+
18+
══════════════════════════════════════════════════════'

0 commit comments

Comments
 (0)