Nextcloud 32.0.3 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 tohttps://your-nc-domain.com/settings/admin/talkand delete all turn and stun servers. Then restart the containers and the new config should become active.
- The Talk port that was usually exposed on port 3478 is now set to port 443 udp and tcp and reachable via
🏕 New features and other improvements
- exchange strval with string cast by @szaimen in #7270
- add further explanation to failed docker check by @szaimen in #7287
- make redis port configurable by @szaimen in #7285
- standardize ca-config by @szaimen in #7217
🐞 Fixed bugs
👒 Updated dependencies
- build(deps): bump peter-evans/create-pull-request from 7.0.9 to 7.0.11 in /.github/workflows by @dependabot[bot] in #7282
- build(deps): bump astral-sh/setup-uv from 7.1.4 to 7.1.5 in /.github/workflows by @dependabot[bot] in #7283
- build(deps): bump softprops/turnstyle from 3.2.1 to 3.2.2 in /.github/workflows by @dependabot[bot] in #7284
- Yaml updates by @github-actions[bot] in #7224
- Helm Chart updates by @github-actions[bot] in #7292
- PHP dependency updates by @github-actions[bot] in #7253
- build(deps): bump docker from 29.1.1-cli to 29.1.2-cli in /Containers/mastercontainer by @dependabot[bot] in #7264
- build(deps): bump python from 3.14.0-alpine3.22 to 3.14.1-alpine3.22 in /Containers/talk-recording by @dependabot[bot] in #7267
- Nextcloud dependency update by @github-actions[bot] in #7278
- [Automated] Update psalm-baseline.xml by @nextcloud-command in #7294
- Nextcloud dependency update by @github-actions[bot] in #7296
- watchtower container update by @github-actions[bot] in #7290
- PHP dependency updates by @github-actions[bot] in #7297
- Yaml updates by @github-actions[bot] in #7298
- update helm chart by @szaimen in #7299
📄 Improved documentation
- rp-docs: add encoded characters config for Traefik v3.6.4+ by @stefano99 in #7286
New Contributors
- @stefano99 made their first contribution in #7286
Full Changelog: v12.2.1...v12.3.0