Update nextcloud Docker tag to v29.0.5 #308

Merged
AverageMarcus merged 1 commits from renovate/nextcloud-29.x into master 2024-08-22 06:18:10 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
nextcloud patch 29.0.4-apache -> 29.0.5-apache

Release Notes

nextcloud/server (nextcloud)

v29.0.5

Compare Source

What's Changed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [nextcloud](https://github.com/nextcloud/server/) | patch | `29.0.4-apache` -> `29.0.5-apache` | --- ### Release Notes <details> <summary>nextcloud/server (nextcloud)</summary> ### [`v29.0.5`](https://github.com/nextcloud/server/releases/tag/v29.0.5) [Compare Source](https://github.com/nextcloud/server/compare/v29.0.4...v29.0.5) ##### What's Changed - [Fix(redis): Require version >=4 for unlink (server#46521)](https://github.com/nextcloud/server/pull/46521) - [Fix(theming): enforce theme should still provide dark as fallback (server#46522)](https://github.com/nextcloud/server/pull/46522) - [Fix(files): Close sidebar on navigation (server#46529)](https://github.com/nextcloud/server/pull/46529) - [Fix(files_metadata): Don't run generation job on every upgrade (server#46564)](https://github.com/nextcloud/server/pull/46564) - [Fix(previews): Stop returning true when `getimagesize()` fails (server#46569)](https://github.com/nextcloud/server/pull/46569) - [Fix(appstore): Return an empty array in case of fail (server#46578)](https://github.com/nextcloud/server/pull/46578) - [Fix(caldav): lower scheduling table size warning (server#46582)](https://github.com/nextcloud/server/pull/46582) - [Fix(caldav): Throw 403 Forbidden Error instead of 500 Internal Server… (server#46602)](https://github.com/nextcloud/server/pull/46602) - [Fix(caldav): decode values before returning (server#46614)](https://github.com/nextcloud/server/pull/46614) - [Fix(dashboard): Unify widget icon colors and document it's behaviour (server#46626)](https://github.com/nextcloud/server/pull/46626) - [Fix(mail): Fix big logos in mail templates for Outlook (server#46627)](https://github.com/nextcloud/server/pull/46627) - [Fix(TextProcessing): use error instead of info for exception logging (server#46636)](https://github.com/nextcloud/server/pull/46636) - [Fix(dav): Thrown forbidden error for authenticated user instead of no… (server#46646)](https://github.com/nextcloud/server/pull/46646) - [Fix(Token): take over scope in token refresh with login by cookie (server#46669)](https://github.com/nextcloud/server/pull/46669) - [Fix: Pass the mountpoint target user to storages without owner (server#46679)](https://github.com/nextcloud/server/pull/46679) - [Feat: add config flag to toggle persistent redis connections (server#46684)](https://github.com/nextcloud/server/pull/46684) - [Fix(caldav): stricter default calendar checks (server#46696)](https://github.com/nextcloud/server/pull/46696) - [Support excalidraw file type (server#46711)](https://github.com/nextcloud/server/pull/46711) - [Fix(files): validate input when creating file/directory (server#46718)](https://github.com/nextcloud/server/pull/46718) - [Fix: FileInfo from `View` should have the correct name of a mountpoint (server#46721)](https://github.com/nextcloud/server/pull/46721) - [Fix(search): show user search provider for deactivated and admin pages (server#46725)](https://github.com/nextcloud/server/pull/46725) - [Update `@nextcloud/files` to 3.7.0 and fix display name handling of folders (breadcrumbs and filename) (server#46728)](https://github.com/nextcloud/server/pull/46728) - [Fix(files): ensure forbiddenCharacters is an array (server#46731)](https://github.com/nextcloud/server/pull/46731) - [Fix(files_versions): avoid unintentional skipping of expiration (server#46740)](https://github.com/nextcloud/server/pull/46740) - [Feat: add a specialized writeStream implementation for s3 external storage (server#46743)](https://github.com/nextcloud/server/pull/46743) - [Feat: add additional logging for database errors (server#46750)](https://github.com/nextcloud/server/pull/46750) - [Fix: Add .whiteboard alias for .excalidraw files (server#46752)](https://github.com/nextcloud/server/pull/46752) - [Fix(files_sharing): `open-in-files` should open a folder and not the parent (server#46755)](https://github.com/nextcloud/server/pull/46755) - [Fix: add a try and catch for delete versioning (server#46758)](https://github.com/nextcloud/server/pull/46758) - [Avoid using partial file info as valid one (server#46764)](https://github.com/nextcloud/server/pull/46764) - [Fix(files): Correctly validate new node name (server#46774)](https://github.com/nextcloud/server/pull/46774) - [Style(settings): align icons at legacy help navigation (server#46787)](https://github.com/nextcloud/server/pull/46787) - [Fix(files): always ask for confirmation if trashbin app is disabled (server#46801)](https://github.com/nextcloud/server/pull/46801) - [Fix(styles): Make sure footer with legal links is shown correctly (server#46811)](https://github.com/nextcloud/server/pull/46811) - [Fix: fix recursive share check (server#46863)](https://github.com/nextcloud/server/pull/46863) - [Fix(files): correctly shrink breadcrumbs bar (server#46866)](https://github.com/nextcloud/server/pull/46866) - [Fix: `OCP\Files\Node\Folder::search` was not setting the owner (server#46869)](https://github.com/nextcloud/server/pull/46869) - [Ci: Fix summary condition (server#46884)](https://github.com/nextcloud/server/pull/46884) - [Migration Attributes (server#46889)](https://github.com/nextcloud/server/pull/46889) - [Chore(ShareSettings): Proper wording for share autocompletion settings #&#8203;46830 (server#46898)](https://github.com/nextcloud/server/pull/46898) - [Fix(trashbin): Improve documentation of since/until timestamps of res… (server#46900)](https://github.com/nextcloud/server/pull/46900) - [Perf(systemtags): Add index for systemtags_object_mappings.objectid (server#46906)](https://github.com/nextcloud/server/pull/46906) - [Feat(editLocallyAction): Handle possible no local client scenario (server#46910)](https://github.com/nextcloud/server/pull/46910) - [Revert: chore(files): cleanup old templates (server#46911)](https://github.com/nextcloud/server/pull/46911) - [Fix(files): do not show legacy `edit locally` action on public pages (server#46933)](https://github.com/nextcloud/server/pull/46933) - [Fix(systemtags): Correctly set the display name for the Nextcloud node (server#46938)](https://github.com/nextcloud/server/pull/46938) - [Fix(files): Provide default file action for file entry name (on click action) (server#46940)](https://github.com/nextcloud/server/pull/46940) - [Fix(files): empty folder pending size (server#46948)](https://github.com/nextcloud/server/pull/46948) - [Fix(AdminSettings/AI): show pref list of only the enabled translation providers (server#46949)](https://github.com/nextcloud/server/pull/46949) - [Fix(files): Correctly create Nodes from WebDAV result in "recent"-view (server#46951)](https://github.com/nextcloud/server/pull/46951) - [Fix(dav): drop unwanted RemoteException class (server#46952)](https://github.com/nextcloud/server/pull/46952) - [Fix: don't persist previews used during blurhash generation - take 2 (server#46954)](https://github.com/nextcloud/server/pull/46954) - [Fix(userstatus): add missing parenthesis (server#46960)](https://github.com/nextcloud/server/pull/46960) - [Fix(setupchecks): Skip checking for OPcache settings if running checks from CLI (server#46965)](https://github.com/nextcloud/server/pull/46965) - [Fix(LDAP): remove unneeded dependencies (server#46969)](https://github.com/nextcloud/server/pull/46969) - [Fix(files): cancel move-copy action should not be handled as an error (server#46972)](https://github.com/nextcloud/server/pull/46972) - [Fix(files_sharing): add missing subtitle on search for share recipients (server#46983)](https://github.com/nextcloud/server/pull/46983) - [Fix(files): show folder sharing overlay on received shares (server#46995)](https://github.com/nextcloud/server/pull/46995) - [Fix(files): Correctly handle open file URL query (server#47023)](https://github.com/nextcloud/server/pull/47023) - [Enh(metadata): Introduce a memory limit for metadata generation (server#47027)](https://github.com/nextcloud/server/pull/47027) - [Fix(trashbin): Correctly set original name as displayname (server#47036)](https://github.com/nextcloud/server/pull/47036) - [Fix: fix passing additional db connection parameters in factory (server#47046)](https://github.com/nextcloud/server/pull/47046) - [Fix: Add direct parameter to flow auth v2 (server#47053)](https://github.com/nextcloud/server/pull/47053) - [Bump @&#8203;nextcloud/vue from 8.14.0 to 8.16.0 (server#47060)](https://github.com/nextcloud/server/pull/47060) - [Fix(inherited-shares): ignore top root folder (server#47068)](https://github.com/nextcloud/server/pull/47068) - [Fix: Use timestamp instead of revision id in files_versions metadata API (server#47072)](https://github.com/nextcloud/server/pull/47072) - [Fix: Ensure database connection is setup when getting group details (server#47078)](https://github.com/nextcloud/server/pull/47078) - [Fix(previews): Don't crash on animated WEBP images (server#47080)](https://github.com/nextcloud/server/pull/47080) - [Fix(share): Rename Circle to Team (server#47084)](https://github.com/nextcloud/server/pull/47084) - [Fix(config): Clarify smtp debugging config option usage (server#47086)](https://github.com/nextcloud/server/pull/47086) - [Docs: added customclient_fdroid key to the config.sample.php file (server#47089)](https://github.com/nextcloud/server/pull/47089) - [Fix(theming): make cache buster depend on the app version (server#47098)](https://github.com/nextcloud/server/pull/47098) - [Fix(session): Log when session_\* calls are slow (server#47105)](https://github.com/nextcloud/server/pull/47105) - [Fix(encryption): Fix mountpoint check to accept if several are found (server#47119)](https://github.com/nextcloud/server/pull/47119) - [Fix(migration): Add column only if it does not exist (server#47126)](https://github.com/nextcloud/server/pull/47126) - [Fix(systemtags): Correctly load tagged files in "tags"-files-view (server#47129)](https://github.com/nextcloud/server/pull/47129) - [Fix(dav): Try basic auth for ajax WebDAV requests (server#47137)](https://github.com/nextcloud/server/pull/47137) - [Fix(files): trim names on new node creation (server#47151)](https://github.com/nextcloud/server/pull/47151) - [Fix: fix getting the folder node from the dav response (server#47171)](https://github.com/nextcloud/server/pull/47171) - [Apply group limit on remove from group (server#47192)](https://github.com/nextcloud/server/pull/47192) - [Chore: compile assets (server#47205)](https://github.com/nextcloud/server/pull/47205) - [Fix(security): Update expiration date in security.txt (server#47230)](https://github.com/nextcloud/server/pull/47230) - [Fix: try to find non-recursive share source (server#47278)](https://github.com/nextcloud/server/pull/47278) - [Store the mountpoint of storages in the mount options and use it to find the encryption keys (server#47354)](https://github.com/nextcloud/server/pull/47354) - [Fix(dashboard): Fix dashboard icon (circles#1631)](https://github.com/nextcloud/circles/pull/1631) - [Feat: dismiss notification when accepting an invitation (circles#1647)](https://github.com/nextcloud/circles/pull/1647) - [Fix(notifications): Don't trigger invite notifications for system groups (circles#1653)](https://github.com/nextcloud/circles/pull/1653) - [Fix: prevent null token (files_downloadlimit#338)](https://github.com/nextcloud/files_downloadlimit/pull/338) - [Migrate personal setting page to vue (firstrunwizard#1303)](https://github.com/nextcloud/firstrunwizard/pull/1303) - [Chore: update .git/workflows content (logreader#1310)](https://github.com/nextcloud/logreader/pull/1310) - [Fix(format): export missing formatTime function (logreader#1339)](https://github.com/nextcloud/logreader/pull/1339) - [Fix: use folder material design icon (recommendations#749)](https://github.com/nextcloud/recommendations/pull/749) - [Use a more sensible format for load average (serverinfo#653)](https://github.com/nextcloud/serverinfo/pull/653) - [Fix: Display threads and not cores (serverinfo#660)](https://github.com/nextcloud/serverinfo/pull/660) - [Add npm audit fix job (suspicious_login#908)](https://github.com/nextcloud/suspicious_login/pull/908) - [Fix: showing folder description on favorites (text#6030)](https://github.com/nextcloud/text/pull/6030) - [Fix(sync): reuse open connection (text#6061)](https://github.com/nextcloud/text/pull/6061) - [Test(cy): Install assistant app version matching the server branch (text#6074)](https://github.com/nextcloud/text/pull/6074) - [Test(cypress): Downgrade to last cypress version that doesn't crash (text#6083)](https://github.com/nextcloud/text/pull/6083) - [No conflict dialogue in read only (text#6096)](https://github.com/nextcloud/text/pull/6096) - [Fix/toc without transaction (text#6116)](https://github.com/nextcloud/text/pull/6116) - [Fix: Avoid throwing exceptions during propfind (text#6155)](https://github.com/nextcloud/text/pull/6155) - [Fix: Avoid throwing in BeforeNodeWrittenListener on new files (text#6170)](https://github.com/nextcloud/text/pull/6170) - [Fix: sorting by date and number (viewer#2321)](https://github.com/nextcloud/viewer/pull/2321) - [Fix: Enforce unsetting openfile when the viewer is closed (viewer#2369)](https://github.com/nextcloud/viewer/pull/2369) - [Editing while slideshow in full screen mode (viewer#2382)](https://github.com/nextcloud/viewer/pull/2382) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguNDcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate added 1 commit 2024-08-22 03:10:08 +00:00
AverageMarcus merged commit 49973c99bd into master 2024-08-22 06:18:10 +00:00
AverageMarcus deleted branch renovate/nextcloud-29.x 2024-08-22 06:18:10 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AverageMarcus/cluster.fun#308
No description provided.