f36d23ec70
chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.99.0 ( #13 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/element-hq/synapse](https://matrix.org/docs/projects/server/synapse ) ([source](https://github.com/element-hq/synapse )) | minor | `v1.98.0` -> `v1.99.0` |
---
### Release Notes
<details>
<summary>element-hq/synapse (ghcr.io/element-hq/synapse)</summary>
### [`v1.99.0`](https://github.com/element-hq/synapse/releases/tag/v1.99.0 )
[Compare Source](https://github.com/element-hq/synapse/compare/v1.98.0...v1.99.0 )
### Synapse 1.99.0 (2024-01-16)
Synapse 1.99.0 is the first Synapse release under an AGPLv3.0 licence (with CLA to enable Element to sell AGPL exceptions). You can read more about this here:
- https://matrix.org/blog/2023/11/06/future-of-synapse-dendrite/
- https://element.io/blog/element-to-adopt-agplv3/
- https://element.io/blog/synapse-now-lives-at-github-com-element-hq-synapse/
No significant changes since 1.99.0rc1.
### Synapse 1.99.0rc1 (2024-01-09)
- Add [config options](https://element-hq.github.io/synapse/v1.99/usage/configuration/config_documentation.html#server_notices ) to set the avatar and the topic of the server notices room, as well as the avatar of the server notices user. ([https://github.com/element-hq/synapse/issues/16679 ](https://github.com/matrix-org/synapse/pull/16679 ))
- Add config option [`email.notif_delay_before_mail`](https://element-hq.github.io/synapse/v1.99/usage/configuration/config_documentation.html#email ) to tweak the delay before an email is sent following a notification. ([https://github.com/element-hq/synapse/issues/16696 ](https://github.com/matrix-org/synapse/pull/16696 ))
- Add new configuration option [`sentry.environment`](https://element-hq.github.io/synapse/v1.99/usage/configuration/config_documentation.html#sentry ) for improved system monitoring. Contributed by [@​zeeshanrafiqrana](https://github.com/zeeshanrafiqrana ). ([https://github.com/element-hq/synapse/issues/16738 ](https://github.com/matrix-org/synapse/pull/16738 ))
- Filter out rooms from the room directory being served to other homeservers when those rooms block that homeserver by their Access Control Lists. ([#​16759](https://github.com/element-hq/synapse/pull/16759 ))
- Fix a long-standing bug where the signing keys generated by Synapse were world-readable. Contributed by Fabian Klemp. ([https://github.com/element-hq/synapse/issues/16740 ](https://github.com/matrix-org/synapse/pull/16740 ))
- Fix email verification redirection. Contributed by Fadhlan Ridhwanallah. ([#​16761](https://github.com/element-hq/synapse/pull/16761 ))
- Fixed a bug that prevented users from being queried by display name if it contains non-ASCII characters. ([#​16767](https://github.com/element-hq/synapse/pull/16767 ))
- Allow reactivate user without password with Admin API in some edge cases. ([#​16770](https://github.com/element-hq/synapse/pull/16770 ))
- Adds the `recursion_depth` parameter to the response of the /relations endpoint if [MSC3981](https://github.com/matrix-org/matrix-spec-proposals/pull/3981 ) recursion is being performed. ([#​16775](https://github.com/element-hq/synapse/pull/16775 ))
- Added version picker for Synapse documentation. Contributed by [@​Dmytro27Ind](https://github.com/Dmytro27Ind ). ([https://github.com/element-hq/synapse/issues/16533 ](https://github.com/matrix-org/synapse/pull/16533 ))
- Clarify that `password_config.enabled: "only_for_reauth"` does not allow new logins to be created using password auth. ([https://github.com/element-hq/synapse/issues/16737 ](https://github.com/matrix-org/synapse/pull/16737 ))
- Remove value from header in configuration documentation for `refresh_token_lifetime`. ([#​16763](https://github.com/element-hq/synapse/pull/16763 ))
- Add another custom statistics collection server to the documentation. Contributed by [@​loelkes](https://github.com/loelkes ). ([#​16769](https://github.com/element-hq/synapse/pull/16769 ))
- Remove run-once workflow after adding the version picker to the documentation. ([#​9453](https://github.com/element-hq/synapse/pull/9453 ))
- Update the implementation of \[[MSC2965](https://github.com/matrix-org/matrix-spec-proposals/pull/2965 )]\(https://github.com/matrix-org/matrix-spec-proposals/pull/2965 ) (OIDC Provider discovery). ([https://github.com/element-hq/synapse/issues/16726 ](https://github.com/matrix-org/synapse/pull/16726 ))
- Move the rust stubs inline for better IDE integration. ([#​16757](https://github.com/element-hq/synapse/pull/16757 ))
- Fix sample config doc CI. ([#​16758](https://github.com/element-hq/synapse/pull/16758 ))
- Simplify event internal metadata class. ([#​16762](https://github.com/element-hq/synapse/pull/16762 ), [#​16780](https://github.com/element-hq/synapse/pull/16780 ))
- Sign the published docker image using [cosign](https://docs.sigstore.dev/ ). ([#​16774](https://github.com/element-hq/synapse/pull/16774 ))
- Port `EventInternalMetadata` class to Rust. ([#​16782](https://github.com/element-hq/synapse/pull/16782 ))
<!---->
- Bump actions/setup-go from 4 to 5. ([https://github.com/element-hq/synapse/issues/16749 ](https://github.com/matrix-org/synapse/pull/16749 ))
- Bump actions/setup-python from 4 to 5. ([https://github.com/element-hq/synapse/issues/16748 ](https://github.com/matrix-org/synapse/pull/16748 ))
- Bump immutabledict from 3.0.0 to 4.0.0. ([https://github.com/element-hq/synapse/issues/16743 ](https://github.com/matrix-org/synapse/pull/16743 ))
- Bump isort from 5.12.0 to 5.13.0. ([https://github.com/element-hq/synapse/issues/16745 ](https://github.com/matrix-org/synapse/pull/16745 ))
- Bump isort from 5.13.0 to 5.13.1. ([https://github.com/element-hq/synapse/issues/16752 ](https://github.com/matrix-org/synapse/pull/16752 ))
- Bump pydantic from 2.5.1 to 2.5.2. ([https://github.com/element-hq/synapse/issues/16747 ](https://github.com/matrix-org/synapse/pull/16747 ))
- Bump ruff from 0.1.6 to 0.1.7. ([https://github.com/element-hq/synapse/issues/16746 ](https://github.com/matrix-org/synapse/pull/16746 ))
- Bump types-setuptools from 68.2.0.2 to 69.0.0.0. ([https://github.com/element-hq/synapse/issues/16744 ](https://github.com/matrix-org/synapse/pull/16744 ))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0MC4xNCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Reviewed-on: carsten/container-server#13
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-01-23 17:42:14 +01:00
1cae697520
chore(deps): update postgres docker tag to v16 ( #11 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| postgres | major | `15-alpine` -> `16-alpine` |
---
### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTguMCIsInVwZGF0ZWRJblZlciI6IjM3LjExOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Reviewed-on: carsten/container-server#11
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-01-03 18:56:26 +01:00
e1b1b90bbb
service: remove psql version varaible to make it renovate compatible
2024-01-03 18:02:16 +01:00
5115b86532
misc: set specfic version numbers where possible
2024-01-03 17:03:24 +01:00
d96dab07b8
General deployment ( #1 )
...
General deployment done
Reviewed-on: carsten/container-server#1
2023-09-13 22:33:47 +02:00
8662a26098
Make psql version configurable, add dump/restore commands
2022-12-11 23:24:48 +01:00
ecfbce28d3
setup-docs ( #1 )
...
- Add documentation about host setup
- Refactor task files
- Improve documentation
Reviewed-on: carsten/docker-server#1
2022-11-13 00:10:26 +00:00