From 8e868b84711b502837d3ee017aee716e71a5cde6 Mon Sep 17 00:00:00 2001 From: quietsy Date: Tue, 15 Aug 2023 10:21:47 +0300 Subject: [PATCH] Add the develop tag to the readme --- README.md | 9 +++++++++ readme-vars.yml | 4 +++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06b01a1..d6b1c4b 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,14 @@ The architectures supported by this image are: | arm64 | ✅ | arm64v8-\ | | armhf | ❌ | | +## Version Tags + +This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags. + +| Tag | Available | Description | +| :----: | :----: |--- | +| latest | ✅ | Stable Nextcloud releases | +| develop | ✅ | Beta Nextcloud pre-releases *only* | ## Application Setup Access the webui at `https://:443`, for more information check out [Nextcloud](https://nextcloud.com/). @@ -257,6 +265,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **14.08.23:** - Add develop branch. * **25.06.23:** - Move Nextcloud installation inside container. Remove CLI updater. [See changes announcement](https://info.linuxserver.io/issues/2023-06-25-nextcloud/). * **21.06.23:** - Existing users should update `/config/nginx/site-confs/default.conf` - Security fix for real ip settings. * **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf. diff --git a/readme-vars.yml b/readme-vars.yml index 83ae473..78da886 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -17,9 +17,10 @@ available_architectures: - { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"} # development version -development_versions: false +development_versions: true development_versions_items: - { tag: "latest", desc: "Stable Nextcloud releases" } + - { tag: "develop", desc: "Beta Nextcloud pre-releases *only*" } # container parameters common_param_env_vars_enabled: true @@ -78,6 +79,7 @@ app_setup_block: | # changelog changelogs: + - { date: "14.08.23:", desc: "Add develop branch." } - { date: "25.06.23:", desc: "Move Nextcloud installation inside container. Remove CLI updater. [See changes announcement](https://info.linuxserver.io/issues/2023-06-25-nextcloud/)." } - { date: "21.06.23:", desc: "Existing users should update `/config/nginx/site-confs/default.conf` - Security fix for real ip settings." } - { date: "25.05.23:", desc: "Rebase to Alpine 3.18, deprecate armhf." }