github nextcloud/all-in-one v12.2.1
v12.2.1 Beta

pre-release4 hours ago

Nextcloud 32.0.2 is included

What's Changed

Potentially breaking with v12

  • The docker API version that is used by the mastercontainer was upgraded to v1.44 to fix an incompatibility with docker v29. Make sure that your underlying docker installation supports this api version by upgrading the docker installation to at least v25. If you are not able to upgrade your docker installation, you can adjust the internally used docker api version by so: https://github.com/nextcloud/all-in-one?tab=readme-ov-file#how-to-adjust-the-internally-used-docker-api-version
  • The included Nextcloud archive was upgraded from v31 to v32
  • The libreoffice binary which was included in the Nextcloud container by default is now removed to reduce the image size by half. You can still add it by so: https://github.com/nextcloud/all-in-one?tab=readme-ov-file#how-to-add-os-packages-permanently-to-the-nextcloud-container
  • The caddy community container was upgraded to v3. There is one breaking change if you are using that:
    • The Talk port that was usually exposed on port 3478 is now set to port 443 udp and tcp and reachable via your-nc-domain.com. For the changes to become activated, you need to go to https://your-nc-domain.com/settings/admin/talk and delete all turn and stun servers. Then restart the containers and the new config should become active.

🏕 New features and other improvements

🐞 Fixed bugs

  • mastercontainer: fix docker api version check if DOCKER_API_VERSION was set globally by @szaimen in #7280

👒 Updated dependencies

  • build(deps): bump astral-sh/setup-uv from 5.3.1 to 7.1.4 in /.github/workflows by @dependabot[bot] in #7271
  • build(deps): bump actions/checkout from 4.2.2 to 6.0.1 in /.github/workflows by @dependabot[bot] in #7272
  • build(deps): bump httpd from 2.4.65-alpine3.22 to 2.4.66-alpine3.22 in /Containers/apache by @dependabot[bot] in #7275

📄 Improved documentation

  • readme: add section on how to limit the resource usage of AIO by @szaimen in #7274

Full Changelog: v12.2.0...v12.2.1

Don't miss a new all-in-one release

NewReleases is sending notifications on new releases.