fix(container): update image matrixdotorg/dendrite-monolith to v0.13.8 #394

Merged
SeanOMik merged 1 commits from renovate/matrixdotorg-dendrite-monolith-0.x into main 2024-09-19 09:25:45 -04:00
Collaborator

This PR contains the following updates:

Package Update Change
matrixdotorg/dendrite-monolith patch v0.13.7 -> v0.13.8

Release Notes

matrix-org/dendrite (matrixdotorg/dendrite-monolith)

v0.13.8: Dendrite 0.13.8

Compare Source

Features
  • The required Go version to build Dendrite is now 1.21
  • Support for authenticated media (MSC3916) has been added
    • Note: You'll need a client that uses the org.matrix.msc3916.stable unstable feature announced in /versions for this to work.
  • NATS can now connect to servers requiring authentication (contributed by paigeadelethompson)
  • Updated dependencies
    • Internal NATS Server has been updated from v2.10.7 to v2.10.20 (contributed by neilalexander)
Fixes
  • Fix parsing ?ts query param (contributed by tulir)
  • Don't query the database if we could fetch all keys from cache
  • Fix media DB potentially leaking connections
  • Fixed a bug where we would return that an account exists if we encountered an unhandled error case
  • Fixed an issues where edited message could appear twice in search results (contributed by adnull)
  • Outgoing threepid HTTP requests now correctly close the returned body (contributed by testwill)
  • Presence conflicts are handled better, reducing the amount of outgoing federation requests (contributed by jjj333-p)
  • Internal NATS now uses SyncAlways which should improve resilience against crashes (contributed by neilalexander)
  • Whitespaces in the X-Matrix header are now handled correctly
  • /.well-known/matrix/server lookups now timeout after 30 seconds
  • Purging rooms has seen a huge speed-up
What's Changed

New Contributors

Full Changelog: https://github.com/matrix-org/dendrite/compare/v0.13.7...v0.13.8


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 becomes conflicted, 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 | |---|---|---| | [matrixdotorg/dendrite-monolith](https://github.com/matrix-org/dendrite) | patch | `v0.13.7` -> `v0.13.8` | --- ### Release Notes <details> <summary>matrix-org/dendrite (matrixdotorg/dendrite-monolith)</summary> ### [`v0.13.8`](https://github.com/matrix-org/dendrite/releases/tag/v0.13.8): Dendrite 0.13.8 [Compare Source](https://github.com/matrix-org/dendrite/compare/v0.13.7...v0.13.8) ##### Features - The required Go version to build Dendrite is now 1.21 - Support for authenticated media ([MSC3916](https://github.com/matrix-org/matrix-spec-proposals/pull/3916)) has been added - **Note**: You'll need a client that uses the `org.matrix.msc3916.stable` unstable feature announced in `/versions` for this to work. - NATS can now connect to servers requiring authentication (contributed by [paigeadelethompson](https://github.com/paigeadelethompson)) - Updated dependencies - Internal NATS Server has been updated from v2.10.7 to v2.10.20 (contributed by [neilalexander](https://github.com/neilalexander)) ##### Fixes - Fix parsing `?ts` query param (contributed by [tulir](https://github.com/tulir)) - Don't query the database if we could fetch all keys from cache - Fix media DB potentially leaking connections - Fixed a bug where we would return that an account exists if we encountered an unhandled error case - Fixed an issues where edited message could appear twice in search results (contributed by [adnull](https://github.com/adnull)) - Outgoing threepid HTTP requests now correctly close the returned body (contributed by [ testwill](https://github.com/testwill)) - Presence conflicts are handled better, reducing the amount of outgoing federation requests (contributed by [jjj333-p](https://github.com/jjj333-p)) - Internal NATS now uses `SyncAlways` which should improve resilience against crashes (contributed by [neilalexander](https://github.com/neilalexander)) - Whitespaces in the `X-Matrix` header are now handled correctly - `/.well-known/matrix/server` lookups now timeout after 30 seconds - Purging rooms has seen a huge speed-up <details> <summary><b>What's Changed</b></summary> - Bump golang.org/x/net from 0.21.0 to 0.23.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/matrix-org/dendrite/pull/3365 - Take advantage of changes in recent Go versions by [@&#8203;0x1a8510f2](https://github.com/0x1a8510f2) in https://github.com/matrix-org/dendrite/pull/3361 - Blacklist sytests that require MSC3967 by [@&#8203;richvdh](https://github.com/richvdh) in https://github.com/matrix-org/dendrite/pull/3384 - add DCO by [@&#8203;joshsimmons](https://github.com/joshsimmons) in https://github.com/matrix-org/dendrite/pull/3395 - Fix parsing ?ts query param by [@&#8203;tulir](https://github.com/tulir) in https://github.com/matrix-org/dendrite/pull/3396 - Bump ws from 7.5.2 to 7.5.10 in /test/wasm by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/matrix-org/dendrite/pull/3388 - Bump golang.org/x/image from 0.10.0 to 0.18.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/matrix-org/dendrite/pull/3390 - Bump rexml from 3.2.5 to 3.3.2 in /docs by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/matrix-org/dendrite/pull/3398 - Don't bother hitting the DB if we got everything from cache by [@&#8203;S7evinK](https://github.com/S7evinK) in https://github.com/matrix-org/dendrite/pull/3376 - Fix media DB possibly leaking connections by [@&#8203;S7evinK](https://github.com/S7evinK) in https://github.com/matrix-org/dendrite/pull/3372 - Fix nil pointer derefernce issues by [@&#8203;S7evinK](https://github.com/S7evinK) in https://github.com/matrix-org/dendrite/pull/3379 - Fix: Edited messages appear twice in fulltext search by [@&#8203;adnull](https://github.com/adnull) in https://github.com/matrix-org/dendrite/pull/3363 - Bump go to 1.21 by [@&#8203;S7evinK](https://github.com/S7evinK) in https://github.com/matrix-org/dendrite/pull/3360 - Bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/matrix-org/dendrite/pull/3405 - Bump yggdrasil by [@&#8203;S7evinK](https://github.com/S7evinK) in https://github.com/matrix-org/dendrite/pull/3407 - fix: close resp body by [@&#8203;testwill](https://github.com/testwill) in https://github.com/matrix-org/dendrite/pull/3364 - Fixing Presence Conflicts by [@&#8203;jjj333-p](https://github.com/jjj333-p) in https://github.com/matrix-org/dendrite/pull/3320 - Implement MSC3916 by [@&#8203;S7evinK](https://github.com/S7evinK) in https://github.com/matrix-org/dendrite/pull/3397 - cosmetics nginx sample config by [@&#8203;EvilOlaf](https://github.com/EvilOlaf) in https://github.com/matrix-org/dendrite/pull/3385 - Speed up purging rooms by [@&#8203;S7evinK](https://github.com/S7evinK) in https://github.com/matrix-org/dendrite/pull/3381 - Update NATS to 2.10.20, use `SyncAlways` by [@&#8203;neilalexander](https://github.com/neilalexander) in https://github.com/matrix-org/dendrite/pull/3418 - add option for credentials file for NATS; more info: https://docs.nat… by [@&#8203;paigeadelethompson](https://github.com/paigeadelethompson) in https://github.com/matrix-org/dendrite/pull/3415 - Bump GMSL by [@&#8203;S7evinK](https://github.com/S7evinK) in https://github.com/matrix-org/dendrite/pull/3419 - Fix function signature, use default random boundary by [@&#8203;S7evinK](https://github.com/S7evinK) in https://github.com/matrix-org/dendrite/pull/3422 - Version 0.13.8 by [@&#8203;S7evinK](https://github.com/S7evinK) in https://github.com/matrix-org/dendrite/pull/3421 #### New Contributors - [@&#8203;joshsimmons](https://github.com/joshsimmons) made their first contribution in https://github.com/matrix-org/dendrite/pull/3395 - [@&#8203;adnull](https://github.com/adnull) made their first contribution in https://github.com/matrix-org/dendrite/pull/3363 - [@&#8203;testwill](https://github.com/testwill) made their first contribution in https://github.com/matrix-org/dendrite/pull/3364 - [@&#8203;jjj333-p](https://github.com/jjj333-p) made their first contribution in https://github.com/matrix-org/dendrite/pull/3320 - [@&#8203;EvilOlaf](https://github.com/EvilOlaf) made their first contribution in https://github.com/matrix-org/dendrite/pull/3385 - [@&#8203;paigeadelethompson](https://github.com/paigeadelethompson) made their first contribution in https://github.com/matrix-org/dendrite/pull/3415 **Full Changelog**: https://github.com/matrix-org/dendrite/compare/v0.13.7...v0.13.8 </details> </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 becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDcuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQwNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
Renovate added 1 commit 2024-09-13 15:10:53 -04:00
SeanOMik merged commit c380710973 into main 2024-09-19 09:25:45 -04:00
SeanOMik deleted branch renovate/matrixdotorg-dendrite-monolith-0.x 2024-09-19 09:25:46 -04:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
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.

Reference: SeanOMik/k3s-cluster#394
No description provided.