feat(container): update image matrixdotorg/dendrite-monolith to v0.14.0 #582

Merged
SeanOMik merged 1 commit from renovate/matrixdotorg-dendrite-monolith-0.x into main 2024-12-18 20:13:12 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
matrixdotorg/dendrite-monolith minor v0.13.8 -> v0.14.0

Release Notes

element-hq/dendrite (matrixdotorg/dendrite-monolith)

v0.14.0: Dendrite 0.14.0

This is the first release after forking matrix-org/dendrite, this repository is now licensed under AGPLv3.0.

Upgrading to this version is highly recommended, as it fixes several long-standing bugs which could lead to state resets.
It also improves performance and memory usage.

Features
  • The required Go version to build Dendrite is now 1.22
  • Support for listening and connecting to I2P and Onion services was added (contributed by eyedeekay)
  • Add via parameter on join room requests as per MSC4156 (contributed by Johennes)
  • Support for fallback keys has been added (contributed by neilalexander)
  • Dendrite now supports MSC4225
  • Updated dependencies
    • Internal NATS Server has been updated from v2.10.20 to v2.10.23 (contributed by neilalexander)
    • gomatrixserverlib has been updated, which includes several performance improvements
Fixes
  • Correctly respond to OPTIONS requests on authed media endpoints (contributed by arenekosreal)
  • A long-standing bug which could lead to state resets has been fixed (contributed by neilalexander)
    • Note: While state resets should happen less frequently, they are still part of the Matrix protocol, so they are not entirely fixed.
    • Also, rooms which have been utterly broken may take some time to reconcile, it may be worth to leave, purge and rejoin such rooms.
What's Changed

New Contributors

Full Changelog: https://github.com/element-hq/dendrite/commits/v0.14.0


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/element-hq/dendrite) | minor | `v0.13.8` -> `v0.14.0` | --- ### Release Notes <details> <summary>element-hq/dendrite (matrixdotorg/dendrite-monolith)</summary> ### [`v0.14.0`](https://github.com/element-hq/dendrite/releases/tag/v0.14.0): Dendrite 0.14.0 This is the first release after forking [matrix-org/dendrite](https://github.com/matrix-org/dendrite), this repository is now licensed under AGPLv3.0. Upgrading to this version is **highly** recommended, as it fixes several long-standing bugs which could lead to state resets. It also improves performance and memory usage. ##### Features - The required Go version to build Dendrite is now 1.22 - Support for listening and connecting to I2P and Onion services was added (contributed by [eyedeekay](https://github.com/eyedeekay)) - Add via parameter on join room requests as per [MSC4156](https://github.com/matrix-org/matrix-spec-proposals/pull/MSC4156) (contributed by [Johennes](https://github.com/Johennes)) - Support for fallback keys has been added (contributed by [neilalexander](https://github.com/neilalexander)) - Dendrite now supports [MSC4225](https://github.com/matrix-org/matrix-spec-proposals/pull/4225) - Updated dependencies - Internal NATS Server has been updated from v2.10.20 to v2.10.23 (contributed by [neilalexander](https://github.com/neilalexander)) - gomatrixserverlib has been updated, which includes several performance improvements ##### Fixes - Correctly respond to `OPTIONS` requests on authed media endpoints (contributed by [arenekosreal](https://github.com/arenekosreal)) - A long-standing bug which could lead to state resets has been fixed (contributed by [neilalexander](https://github.com/neilalexander)) - Note: While state resets should happen less frequently, they are still part of the Matrix protocol, so they are not entirely fixed. - Also, rooms which have been utterly broken may take some time to reconcile, it may be worth to leave, purge and rejoin such rooms. <details> <summary> ##### What's Changed </summary> - Add via parameter on join room requests as per MSC4156 by [@&#8203;Johennes](https://github.com/Johennes) in https://github.com/element-hq/dendrite/pull/3441 - Update dependencies by [@&#8203;neilalexander](https://github.com/neilalexander) in https://github.com/element-hq/dendrite/pull/3449 - Add temporary repository flag by [@&#8203;S7evinK](https://github.com/S7evinK) in https://github.com/element-hq/dendrite/pull/3453 - Various fixes in `fetchAuthEvents` by [@&#8203;S7evinK](https://github.com/S7evinK) in https://github.com/element-hq/dendrite/pull/3447 - Add dependabot config by [@&#8203;S7evinK](https://github.com/S7evinK) in https://github.com/element-hq/dendrite/pull/3450 - Support for fallback keys by [@&#8203;neilalexander](https://github.com/neilalexander) in https://github.com/element-hq/dendrite/pull/3451 - Fetch oldest OTKs first (MSC4225) by [@&#8203;S7evinK](https://github.com/S7evinK) in https://github.com/element-hq/dendrite/pull/3452 - Add GHA dependabot config, bump codecov action by [@&#8203;S7evinK](https://github.com/S7evinK) in https://github.com/element-hq/dendrite/pull/3459 - Bump github.com/dgraph-io/ristretto from 0.1.1 to 0.2.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/dendrite/pull/3457 - Bump github.com/docker/docker from 25.0.6+incompatible to 26.1.0+incompatible by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/dendrite/pull/3458 - Bump github.com/docker/docker from 26.1.0+incompatible to 26.1.5+incompatible by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/dendrite/pull/3466 - Bump github.com/docker/go-connections from 0.4.0 to 0.5.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/dendrite/pull/3465 - Bump github.com/gorilla/websocket from 1.5.0 to 1.5.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/dendrite/pull/3455 - Bump nhooyr.io/websocket from 1.8.7 to 1.8.17 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/dendrite/pull/3456 - Bump actions/setup-go from 4 to 5 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/dendrite/pull/3462 - Bump actions/upload-pages-artifact from 1 to 3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/dendrite/pull/3461 - Bump actions/setup-python from 4 to 5 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/dendrite/pull/3460 - Bump helm/chart-testing-action from 2.3.1 to 2.6.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/dendrite/pull/3463 - Bump yokawasa/action-setup-kube-tools from 0.8.2 to 0.11.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/dendrite/pull/3464 - Speedup building docker images in CI by [@&#8203;S7evinK](https://github.com/S7evinK) in https://github.com/element-hq/dendrite/pull/3467 - Version 0.14.0 by [@&#8203;S7evinK](https://github.com/S7evinK) in https://github.com/element-hq/dendrite/pull/3468 #### New Contributors - [@&#8203;Johennes](https://github.com/Johennes) made their first contribution in https://github.com/element-hq/dendrite/pull/3441 - [@&#8203;neilalexander](https://github.com/neilalexander) made their first contribution in https://github.com/element-hq/dendrite/pull/3449 - [@&#8203;S7evinK](https://github.com/S7evinK) made their first contribution in https://github.com/element-hq/dendrite/pull/3453 - [@&#8203;dependabot](https://github.com/dependabot) made their first contribution in https://github.com/element-hq/dendrite/pull/3457 **Full Changelog**: https://github.com/element-hq/dendrite/commits/v0.14.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS42OS4xIiwidXBkYXRlZEluVmVyIjoiMzkuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
Renovate added 1 commit 2024-12-18 15:04:40 +00:00
SeanOMik merged commit eef693f202 into main 2024-12-18 20:13:12 +00:00
SeanOMik deleted branch renovate/matrixdotorg-dendrite-monolith-0.x 2024-12-18 20:13:13 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
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#582
No description provided.