diff --git a/mealie/CHANGELOG.md b/mealie/CHANGELOG.md index 20437bf3d..ff0b210f7 100644 --- a/mealie/CHANGELOG.md +++ b/mealie/CHANGELOG.md @@ -1,3 +1,6 @@ + +## v3.6.1 (06-12-2025) +- Update to latest version from mealie-recipes/mealie (changelog : https://github.com/mealie-recipes/mealie/releases) ## v3.5.0-2 (06-12-2025) - Allow configuring Gunicorn's `--forwarded-allow-ips` value to support OIDC behind reverse proxies - The Home Assistant project has deprecated support for the armv7, armhf and i386 architectures. Support wil be fully dropped in the upcoming Home Assistant 2025.12 release diff --git a/mealie/Dockerfile b/mealie/Dockerfile index c870a8c5e..be8e8b3f8 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -21,7 +21,7 @@ FROM node:20 AS frontend-builder ARG SUB_PATH="/mealie/" ENV SUB_PATH=$SUB_PATH -ENV MEALIE_VERSION="v3.5.0" +ENV MEALIE_VERSION="v3.6.1" # Clone the Mealie repository to get the frontend source code WORKDIR /frontend diff --git a/mealie/config.yaml b/mealie/config.yaml index 5181f4004..93f8a940e 100644 --- a/mealie/config.yaml +++ b/mealie/config.yaml @@ -114,4 +114,4 @@ schema: slug: mealie udev: true url: https://github.com/alexbelgium/hassio-addons -version: v3.5.0-2 +version: "v3.6.1" diff --git a/mealie/updater.json b/mealie/updater.json index 32a23d592..1c33110e2 100644 --- a/mealie/updater.json +++ b/mealie/updater.json @@ -1,11 +1,11 @@ { "github_beta": "true", "github_fulltag": "true", - "last_update": "15-11-2025", + "last_update": "06-12-2025", "paused": "false", "repository": "alexbelgium/hassio-addons", "slug": "mealie", "source": "github", "upstream_repo": "mealie-recipes/mealie", - "upstream_version": "v3.5.0" + "upstream_version": "v3.6.1" }