Skip to content

Commit 8aa9fbf

Browse files
authored
Merge pull request #51 from linuxserver/nightly-readme
nightly: add unstable tag info to readme
2 parents 0694e31 + f7f22b5 commit 8aa9fbf

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ This image provides various versions that are available via tags. Please read th
6262
| :----: | :----: |--- |
6363
| latest || Stable Mylar3 releases |
6464
| nightly || Commits to Mylar3 `python3-dev` branch |
65+
| unstable || Commits to Mylar3 `1000papercuts` branch |
6566

6667
## Application Setup
6768

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

289290
## Versions
290291

292+
* **05.02.26:** - Release `unstable` tag based on commits to upstream `1000papercuts` branch.
291293
* **10.11.25:** - Rebase to Ubuntu Jammy.
292294
* **23.12.23:** - Rebase to Alpine 3.19.
293295
* **15.08.23:** - Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar).

readme-vars.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ development_versions: true
1515
development_versions_items:
1616
- {tag: "latest", desc: "Stable Mylar3 releases"}
1717
- {tag: "nightly", desc: "Commits to Mylar3 `python3-dev` branch"}
18+
- {tag: "unstable", desc: "Commits to Mylar3 `1000papercuts` branch"}
1819
# container parameters
1920
param_container_name: "{{ project_name }}"
2021
param_usage_include_vols: true
@@ -78,6 +79,7 @@ init_diagram: |
7879
"mylar3:nightly" <- Base Images
7980
# changelog
8081
changelogs:
82+
- {date: "05.02.26:", desc: "Release `unstable` tag based on commits to upstream `1000papercuts` branch."}
8183
- {date: "10.11.25:", desc: "Rebase to Ubuntu Jammy."}
8284
- {date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
8385
- {date: "15.08.23:", desc: "Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar)."}

0 commit comments

Comments
 (0)