Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Oct 9, 2023
1 parent e3a4db2 commit 60cd9cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 19 deletions.
14 changes: 5 additions & 9 deletions CHANGELOG.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,15 @@ <h2 id="unreleased" class="version"> Changelog for ownCloud Core [unreleased] (U
</p>
<h3 id="unreleased-summary">Summary</h3>
<ul class="summary">
<li class="type-bugfix changelog-item">Bugfix - Do not mount shared storage which are failing: <a href="https://github.com/owncloud/core/pull/41014">#41014</a></li>
<li class="type-change changelog-item">Change - Update PHP dependencies: <a href="https://github.com/owncloud/core/pull/41033">#41033</a></li>
</ul>
<h3 id="unreleased-details">Details</h3>
<ul class="details">
<li class="type-bugfix changelog-item">
<p>Bugfix - Do not mount shared storage which are failing: <a href="https://github.com/owncloud/core/pull/41014">#41014</a></p>
<p>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.
<li class="type-change changelog-item">
<p>Change - Update PHP dependencies: <a href="https://github.com/owncloud/core/pull/41033">#41033</a></p>
<p>The following have been updated: - firebase/php-jwt (6.8.1 to 6.9.0)
</p>
<p>https://github.com/owncloud/core/pull/41014<br></p>
<p>https://github.com/owncloud/core/pull/41033<br></p>
</li>
</ul>
<h2 id="10.13.2" class="version"> Changelog for ownCloud Core [10.13.2] (2023-10-04)</h2>
Expand Down
14 changes: 4 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
=======================================
Expand Down

0 comments on commit 60cd9cc

Please sign in to comment.