From 60cd9ccdcb3025637940ebc84cad3576193c408f Mon Sep 17 00:00:00 2001
From: Phil Davis
Date: Mon, 9 Oct 2023 23:54:10 +0000
Subject: [PATCH] Automated changelog update [skip ci]
---
CHANGELOG.html | 14 +++++---------
CHANGELOG.md | 14 ++++----------
2 files changed, 9 insertions(+), 19 deletions(-)
diff --git a/CHANGELOG.html b/CHANGELOG.html
index 918407683312..ee9951e90b7a 100644
--- a/CHANGELOG.html
+++ b/CHANGELOG.html
@@ -6,19 +6,15 @@ Changelog for ownCloud Core [unreleased] (U
Summary
- - Bugfix - Do not mount shared storage which are failing: #41014
+ - Change - Update PHP dependencies: #41033
Details
- -
-
Bugfix - Do not mount shared storage which are failing: #41014
- Some mounts use a shared storage, which points to a different storage. If the underlying
- storage is removed, the share mount was still being present as if the underlying storage could
- still be accessed. This was causing problems with the `occ files:remove-storage
- --show-candidates` command because the removed storage wasn't shown as possible candidate.Now, that share storage won't be mounted, and the underlying storage will be detected as a
- candidate to be removed with the command above.
+
-
+
Change - Update PHP dependencies: #41033
+ The following have been updated: - firebase/php-jwt (6.8.1 to 6.9.0)
- https://github.com/owncloud/core/pull/41014
+ https://github.com/owncloud/core/pull/41033
Changelog for ownCloud Core [10.13.2] (2023-10-04)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ecf5bb5ad760..34a8929cd917 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,22 +8,16 @@ ownCloud admins and users.
Summary
-------
-* Bugfix - Do not mount shared storage which are failing: [#41014](https://github.com/owncloud/core/pull/41014)
+* Change - Update PHP dependencies: [#41033](https://github.com/owncloud/core/pull/41033)
Details
-------
-* Bugfix - Do not mount shared storage which are failing: [#41014](https://github.com/owncloud/core/pull/41014)
-
- Some mounts use a shared storage, which points to a different storage. If the underlying
- storage is removed, the share mount was still being present as if the underlying storage could
- still be accessed. This was causing problems with the `occ files:remove-storage
- --show-candidates` command because the removed storage wasn't shown as possible candidate.
+* Change - Update PHP dependencies: [#41033](https://github.com/owncloud/core/pull/41033)
- Now, that share storage won't be mounted, and the underlying storage will be detected as a
- candidate to be removed with the command above.
+ The following have been updated: - firebase/php-jwt (6.8.1 to 6.9.0)
- https://github.com/owncloud/core/pull/41014
+ https://github.com/owncloud/core/pull/41033
Changelog for ownCloud Core [10.13.2] (2023-10-04)
=======================================