diff --git a/nextcloud/CHANGELOG.md b/nextcloud/CHANGELOG.md index 8217bafc0..1f7a2125a 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,4 +1,7 @@ +## 33.0.0 (2026-02-21) +- Update to latest version from linuxserver/docker-nextcloud (changelog : https://github.com/linuxserver/docker-nextcloud/releases) + ## 32.0.6 (2026-02-14) - Update to latest version from linuxserver/docker-nextcloud (changelog : https://github.com/linuxserver/docker-nextcloud/releases) ## 32.0.5-2 (18-01-2026) diff --git a/nextcloud/config.yaml b/nextcloud/config.yaml index f6e14597b..874487266 100644 --- a/nextcloud/config.yaml +++ b/nextcloud/config.yaml @@ -151,5 +151,5 @@ slug: nextcloud_ocr uart: true udev: true url: https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud -version: "32.0.6" +version: "33.0.0" webui: https://[HOST]:[PORT:443] diff --git a/nextcloud/updater.json b/nextcloud/updater.json index cea8aeee4..be8e61268 100644 --- a/nextcloud/updater.json +++ b/nextcloud/updater.json @@ -1,8 +1,8 @@ { - "last_update": "2026-02-14", + "last_update": "2026-02-21", "repository": "alexbelgium/hassio-addons", "slug": "nextcloud", "source": "github", "upstream_repo": "linuxserver/docker-nextcloud", - "upstream_version": "32.0.6" + "upstream_version": "33.0.0" }