Rebase to 3.18 (main)

This commit is contained in:
TheSpad
2023-06-06 15:30:50 +01:00
parent cad5ce4330
commit d70e18aafd
9 changed files with 30 additions and 114 deletions

View File

@@ -11,7 +11,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" }
- { arch: "{{ arch_armhf }}", tag: "arm32v7-latest" }
# development version
development_versions: true
@@ -44,6 +43,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "06.06.23:", desc: "Rebase master to Alpine 3.18." }
- { date: "03.01.23:", desc: "Publish stable release." }
- { date: "20.02.22:", desc: "Rebase develop branch to Alpine." }
- { date: "06.06.21:", desc: "Initial realease." }