Closed renovate[bot] closed 2 weeks ago
New Contributors
* [@βst3iny](https://redirect.github.com/st3iny) made their first contribution in [https://github.com/bytestream/Stream/pull/5](https://redirect.github.com/bytestream/Stream/pull/5)
:clap:
/backport to stable4.0
/backport to stable3.7
The backport to stable4.0
failed. Please do this backport manually.
# Switch to the target branch and update it
git checkout stable4.0
git pull origin stable4.0
# Create the new backport branch
git checkout -b backport/10336/stable4.0
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 40bc630c
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/10336/stable4.0
Error: Failed to cherry pick commits: error: no cherry-pick or revert in progress fatal: cherry-pick failed
Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.
The backport to stable3.7
failed. Please do this backport manually.
# Switch to the target branch and update it
git checkout stable3.7
git pull origin stable3.7
# Create the new backport branch
git checkout -b backport/10336/stable3.7
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 40bc630c
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/10336/stable3.7
Error: Failed to cherry pick commits: error: no cherry-pick or revert in progress fatal: cherry-pick failed
Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.
/backport to stable4.1
The backport to stable4.1
failed. Please do this backport manually.
# Switch to the target branch and update it
git checkout stable4.1
git pull origin stable4.1
# Create the new backport branch
git checkout -b backport/10336/stable4.1
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 40bc630c
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/10336/stable4.1
Error: Failed to cherry pick commits: error: no cherry-pick or revert in progress fatal: cherry-pick failed
Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.
This PR contains the following updates:
^1.7.1
->^1.7.2
Release Notes
bytestream/Stream (bytestream/horde-stream)
### [`v1.7.2`](https://redirect.github.com/bytestream/Stream/releases/tag/v1.7.2) [Compare Source](https://redirect.github.com/bytestream/Stream/compare/v1.7.1...v1.7.2) #### What's Changed - Test on PHP 8.2 by [@bytestream](https://redirect.github.com/bytestream) in [https://github.com/bytestream/Stream/pull/3](https://redirect.github.com/bytestream/Stream/pull/3) - Test on PHP 8.3 by [@bytestream](https://redirect.github.com/bytestream) in [https://github.com/bytestream/Stream/pull/4](https://redirect.github.com/bytestream/Stream/pull/4) - fix: check if stream is a resource before closing it by [@st3iny](https://redirect.github.com/st3iny) in [https://github.com/bytestream/Stream/pull/5](https://redirect.github.com/bytestream/Stream/pull/5) #### New Contributors - [@st3iny](https://redirect.github.com/st3iny) made their first contribution in [https://github.com/bytestream/Stream/pull/5](https://redirect.github.com/bytestream/Stream/pull/5) **Full Changelog**: https://github.com/bytestream/Stream/compare/v1.7.1...v1.7.2Configuration
π Schedule: Branch creation - "before 5am on wednesday" in timezone Europe/Vienna, Automerge - At any time (no schedule defined).
π¦ Automerge: Enabled.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.