Releases: haberda/nextcloud-addon
26.0.2
Deprecated
This add-on is now deprecated and will not receive any more updates. The upstream container has changed considerably and it is beyond my level of expertise/time commitment to make it work again. I suggest migrating to the Nextcloud add-on in this repository, which is already updated to the latest version, and has many more configuration options. This add-on will likely continue to work for some time.
What's Changed
- Bump docker/setup-buildx-action from 2.5.0 to 2.6.0 by @dependabot in #106
- Bump docker/setup-qemu-action from 2.1.0 to 2.2.0 by @dependabot in #105
- Bump docker/login-action from 2.1.0 to 2.2.0 by @dependabot in #104
- Bump frenck/action-addon-linter from 2.12.0 to 2.13.1 by @dependabot in #103
- Bump docker/build-push-action from 4.0.0 to 4.1.0 by @dependabot in #107
- Bump docker/setup-buildx-action from 2.6.0 to 2.9.1 by @dependabot in #113
- Bump release-drafter/release-drafter from 5.23.0 to 5.24.0 by @dependabot in #110
- Bump docker/build-push-action from 4.1.0 to 4.1.1 by @dependabot in #109
- Bump frenck/action-addon-linter from 2.13.1 to 2.13.2 by @dependabot in #114
Full Changelog: 26.0.0...26.0.2
26.0.0
Update to latest upstream
Version 26.0.0
Possible breaking changes
I'm playing cat and mouse with the upstream container, I had to refactor how the container is built. It's now very similar to the alexbelgium implementation. It's possible your install will not migrate, I have a very limited test suite. Make a backup prior to upgrading.
25.0.3
What's Changed
- Update base image to 25.0.3
- Bump actions/cache from 3.0.11 to 3.2.2 by @dependabot in #82
- Bump actions/stale from 6 to 7 by @dependabot in #79
- Bump peter-evans/repository-dispatch from 2.1.0 to 2.1.1 by @dependabot in #78
- Bump dessant/lock-threads from 3 to 4 by @dependabot in #77
- Bump actions/cache from 3.2.2 to 3.2.3 by @dependabot in #84
- Bump release-drafter/release-drafter from 5.21.1 to 5.22.0 by @dependabot in #83
- Bump frenck/action-addon-linter from 2.10 to 2.11 by @dependabot in #86
- Bump docker/build-push-action from 3.2.0 to 3.3.0 by @dependabot in #85
Full Changelog: v25.0.1...25.0.3
v25.0.1
v24.0.4
24.0.4
What's Changed
- Update to 24.0.4
- Bump actions/cache from 3.0.6 to 3.0.7 by @dependabot in #58
- Bump release-drafter/release-drafter from 5.20.0 to 5.20.1 by @dependabot in #59
- Bump frenck/action-addon-linter from 2.8 to 2.10 by @dependabot in #60
Full Changelog: 24.0.3...24.0.4
24.0.3
Major changes:
- Change to php8 base image, this comes with a dramatic speed increase
- Update to latest s6overlay
- Change how folder mappings are done in the container to reduce long term burden
Possible breaking changes
- Folder mapping has changed, it's possible it could break your install, make a backup before updating!
- Update to php8 shouldn't break anything, but who knows?