Skip to content

Commit

Permalink
Merge pull request #240 from linuxserver/update-readme-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored Nov 28, 2022
2 parents aee14d9 + 451abc6 commit 1a537db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ This image provides various versions that are available via tags. Please read th
| Tag | Available | Description |
| :----: | :----: |--- |
| latest || Stable releases from Sonarr (currently v3) |
| develop || Development releases from Sonarr (currently v3) |
| develop || Development releases from Sonarr (currently v4) |

## Application Setup

Expand Down Expand Up @@ -244,6 +244,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **24.11.22:** - Bump develop branch to v4, rebase to Alpine 3.16.
* **03.08.22:** - Deprecate armhf.
* **02.08.22:** - Add armhf deprecation warning.
* **28.04.22:** - Rebase master branch to mono 6.12 base (focal).
Expand Down
5 changes: 3 additions & 2 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ available_architectures:
development_versions: true
development_versions_items:
- { tag: "latest", desc: "Stable releases from Sonarr (currently v3)" }
- { tag: "develop", desc: "Development releases from Sonarr (currently v3)" }
- { tag: "develop", desc: "Development releases from Sonarr (currently v4)" }

# container parameters
param_container_name: "{{ project_name }}"
Expand Down Expand Up @@ -55,7 +55,8 @@ app_setup_block: |
# changelog
changelogs:
- { date: "03.08.22:", desc: "Deprecate armhf." }
- { date: "24.11.22:", desc: "Bump develop branch to v4, rebase to Alpine 3.16." }
- { date: "03.08.22:", desc: "Deprecate armhf." }
- { date: "02.08.22:", desc: "Add armhf deprecation warning." }
- { date: "28.04.22:", desc: "Rebase master branch to mono 6.12 base (focal)." }
- { date: "20.02.22:", desc: "Rebase develop branch to Alpine, deprecate develop-alpine branch." }
Expand Down

0 comments on commit 1a537db

Please sign in to comment.