Update ghcr.io/element-hq/matrix-authentication-service Docker tag to v1 #157

Merged
renovate-bot merged 0 commits from refs/pull/157/head into master 2025-08-20 05:08:46 +00:00
renovate-bot commented 2025-08-20 00:01:45 +00:00 (Migrated from gitea.smittenfeld.nl)

This PR contains the following updates:

Package Update Change
ghcr.io/element-hq/matrix-authentication-service major 0.20.0 -> 1.0.0

Release Notes

element-hq/matrix-authentication-service (ghcr.io/element-hq/matrix-authentication-service)

v1.0.0

Compare Source

1.0! 🎉

This is the first official stable release of matrix-authentication-service!

MAS has been usable in production for quite some time, so in conjunction with the stabilisation of the MAS integration in Synapse, and support for the stable scopes and endpoint introduced in Matrix 1.15, we're now happy to cut a 1.0 release for MAS.

Docker image

Regular image:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:51fbc61de5b7e2906196d0af58136881155ab3404ea9ff74e869e2aa3cfbfd07
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:1.0.0
    ghcr.io/element-hq/matrix-authentication-service:1.0
    ghcr.io/element-hq/matrix-authentication-service:1
    ghcr.io/element-hq/matrix-authentication-service:sha-5c2bed1
    ghcr.io/element-hq/matrix-authentication-service:latest
    

Debug variant:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:fc944eb559fed952bd1cdf2ae7c400e92c55a740042499404be5dc4115ed949c
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:1.0.0-debug
    ghcr.io/element-hq/matrix-authentication-service:1.0-debug
    ghcr.io/element-hq/matrix-authentication-service:1-debug
    ghcr.io/element-hq/matrix-authentication-service:sha-5c2bed1-debug
    ghcr.io/element-hq/matrix-authentication-service:latest-debug
    

What's Changed

Bug Fixes
New Features
Translations
Internal Changes
Dependency Updates

New Contributors

Full Changelog: https://github.com/element-hq/matrix-authentication-service/compare/v0.20.0...v1.0.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 | |---|---|---| | [ghcr.io/element-hq/matrix-authentication-service](https://github.com/element-hq/matrix-authentication-service) | major | `0.20.0` -> `1.0.0` | --- ### Release Notes <details> <summary>element-hq/matrix-authentication-service (ghcr.io/element-hq/matrix-authentication-service)</summary> ### [`v1.0.0`](https://github.com/element-hq/matrix-authentication-service/releases/tag/v1.0.0) [Compare Source](https://github.com/element-hq/matrix-authentication-service/compare/v0.20.0...v1.0.0) ### 1.0! 🎉 This is the first official stable release of matrix-authentication-service! MAS has been usable in production for quite some time, so in conjunction with the stabilisation of the [MAS integration in Synapse](https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html#matrix_authentication_service), and support for the [stable scopes and endpoint introduced in Matrix 1.15](https://spec.matrix.org/v1.15/client-server-api/#oauth-20-api), we're now happy to cut a 1.0 release for MAS. ##### Docker image Regular image: - Digest: ``` ghcr.io/element-hq/matrix-authentication-service@sha256:51fbc61de5b7e2906196d0af58136881155ab3404ea9ff74e869e2aa3cfbfd07 ``` - Tags: ``` ghcr.io/element-hq/matrix-authentication-service:1.0.0 ghcr.io/element-hq/matrix-authentication-service:1.0 ghcr.io/element-hq/matrix-authentication-service:1 ghcr.io/element-hq/matrix-authentication-service:sha-5c2bed1 ghcr.io/element-hq/matrix-authentication-service:latest ``` Debug variant: - Digest: ``` ghcr.io/element-hq/matrix-authentication-service@sha256:fc944eb559fed952bd1cdf2ae7c400e92c55a740042499404be5dc4115ed949c ``` - Tags: ``` ghcr.io/element-hq/matrix-authentication-service:1.0.0-debug ghcr.io/element-hq/matrix-authentication-service:1.0-debug ghcr.io/element-hq/matrix-authentication-service:1-debug ghcr.io/element-hq/matrix-authentication-service:sha-5c2bed1-debug ghcr.io/element-hq/matrix-authentication-service:latest-debug ``` <!-- Release notes generated using configuration in .github/release.yml at v1.0.0 --> #### What's Changed ##### Bug Fixes - Don't attempt to set `TCP_NODELAY` on accepted unix streams by [@&#8203;networkException](https://github.com/networkException) in https://github.com/element-hq/matrix-authentication-service/pull/4829 - Make `mas-cli manage issue-compatibility-token` create the device on the homeserver by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4856 ##### New Features - Support for the stable scopes by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4686 - Add `clients.[].client_secret_file` config option by [@&#8203;V02460](https://github.com/V02460) in https://github.com/element-hq/matrix-authentication-service/pull/4857 - Add `matrix.secret_file` config option by [@&#8203;V02460](https://github.com/V02460) in https://github.com/element-hq/matrix-authentication-service/pull/4840 ##### Translations - Translations updates for main by [@&#8203;matrixbot](https://github.com/matrixbot) in https://github.com/element-hq/matrix-authentication-service/pull/4870 - Translations updates for v1.0 by [@&#8203;matrixbot](https://github.com/matrixbot) in https://github.com/element-hq/matrix-authentication-service/pull/4888 ##### Internal Changes - Automatic merge back to main by [@&#8203;matrixbot](https://github.com/matrixbot) in https://github.com/element-hq/matrix-authentication-service/pull/4826 - Automatic merge back to main by [@&#8203;matrixbot](https://github.com/matrixbot) in https://github.com/element-hq/matrix-authentication-service/pull/4838 - Use the modern Synapse API (>= 1.135.0) by default by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4858 ##### Dependency Updates - build(deps): bump psl from 2.1.126 to 2.1.127 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/element-hq/matrix-authentication-service/pull/4824 - build(deps-dev): bump knip from 5.61.3 to 5.62.0 in /frontend by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/element-hq/matrix-authentication-service/pull/4822 - build(deps): bump react-i18next from 15.6.0 to 15.6.1 in /frontend in the i18next group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/element-hq/matrix-authentication-service/pull/4821 - build(deps-dev): bump [@&#8203;biomejs/biome](https://github.com/biomejs/biome) from 2.1.1 to 2.1.2 in /frontend by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/element-hq/matrix-authentication-service/pull/4812 - build(deps): bump the tanstack-router group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/element-hq/matrix-authentication-service/pull/4810 - build(deps): bump tokio from 1.46.1 to 1.47.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/element-hq/matrix-authentication-service/pull/4834 - build(deps): bump rustls from 0.23.29 to 0.23.30 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/element-hq/matrix-authentication-service/pull/4835 - build(deps-dev): bump [@&#8203;testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.6.3 to 6.6.4 in /frontend by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/element-hq/matrix-authentication-service/pull/4832 - build(deps): bump the react group across 1 directory with 4 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/element-hq/matrix-authentication-service/pull/4839 - build(deps): bump socket2 from 0.5.10 to 0.6.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/element-hq/matrix-authentication-service/pull/4823 - build(deps): bump lettre from 0.11.15 to 0.11.18 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/element-hq/matrix-authentication-service/pull/4836 - build(deps): bump clap from 4.5.41 to 4.5.42 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/element-hq/matrix-authentication-service/pull/4841 - build(deps): bump opa-wasm from 0.1.6 to 0.1.7 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/element-hq/matrix-authentication-service/pull/4842 - build(deps): bump the tanstack-router group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/element-hq/matrix-authentication-service/pull/4833 - Upgrade opentelemetry to 0.30.0 by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4843 - Upgrade Sentry to 0.42.0 by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4844 - Bump Rust dependencies in the lock file by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4845 - build(deps): bump the tanstack-query group in /frontend with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/element-hq/matrix-authentication-service/pull/4849 - build(deps): bump the tanstack-router group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/element-hq/matrix-authentication-service/pull/4848 - build(deps): bump tokio from 1.47.0 to 1.47.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/element-hq/matrix-authentication-service/pull/4855 - build(deps): bump serde\_json from 1.0.141 to 1.0.142 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/element-hq/matrix-authentication-service/pull/4854 - build(deps): bump the tanstack-query group in /frontend with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/element-hq/matrix-authentication-service/pull/4853 - build(deps): bump docker/metadata-action from 5.7.0 to 5.8.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/element-hq/matrix-authentication-service/pull/4851 - build(deps-dev): bump the storybook group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/element-hq/matrix-authentication-service/pull/4852 - build(deps): bump tokio-util from 0.7.15 to 0.7.16 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/element-hq/matrix-authentication-service/pull/4864 - build(deps): bump the tanstack-router group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/element-hq/matrix-authentication-service/pull/4863 - build(deps): bump psl from 2.1.127 to 2.1.128 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/element-hq/matrix-authentication-service/pull/4862 - build(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 24.1.0 to 24.2.0 in /frontend in the types group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/element-hq/matrix-authentication-service/pull/4859 - build(deps): bump docker/login-action from 3.4.0 to 3.5.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/element-hq/matrix-authentication-service/pull/4861 - build(deps): bump rustls-platform-verifier from 0.6.0 to 0.6.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/element-hq/matrix-authentication-service/pull/4860 #### New Contributors - [@&#8203;networkException](https://github.com/networkException) made their first contribution in https://github.com/element-hq/matrix-authentication-service/pull/4829 **Full Changelog**: https://github.com/element-hq/matrix-authentication-service/compare/v0.20.0...v1.0.0 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40Ni42IiwidXBkYXRlZEluVmVyIjoiNDEuNDYuNiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
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.

Dependencies

No dependencies set.

Reference
peter/homelab-docker-config!157
No description provided.