chore(deps): update ghcr.io/element-hq/matrix-authentication-service docker tag to v0.16.0 #430

Merged
renovate merged 1 commit from renovate/ghcr.io-element-hq-matrix-authentication-service-0.x into main 2025-05-06 14:04:25 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/element-hq/matrix-authentication-service minor 0.15.0 -> 0.16.0

Release Notes

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

v0.16.0

Compare Source

Docker image

Regular image:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:bf3daeb5a37a7aab92d351028e8b6406a750977d716eb2da92f7a61e27fe05fc
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:0.16.0
    ghcr.io/element-hq/matrix-authentication-service:0.16
    ghcr.io/element-hq/matrix-authentication-service:0
    ghcr.io/element-hq/matrix-authentication-service:sha-2816124
    ghcr.io/element-hq/matrix-authentication-service:latest

Debug variant:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:15a53d49fcea7d17e2bda592410b8e7e63652d4c17ac962165ee443a0b27e4ce
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:0.16.0-debug
    ghcr.io/element-hq/matrix-authentication-service:0.16-debug
    ghcr.io/element-hq/matrix-authentication-service:0-debug
    ghcr.io/element-hq/matrix-authentication-service:sha-2816124-debug
    ghcr.io/element-hq/matrix-authentication-service:latest-debug

What's Changed

Bug Fixes
New Features
Documentation
Translations
Internal Changes
Dependency Updates

New Contributors

Full Changelog: https://github.com/element-hq/matrix-authentication-service/compare/v0.15.0...v0.16.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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) | minor | `0.15.0` -> `0.16.0` | --- ### Release Notes <details> <summary>element-hq/matrix-authentication-service (ghcr.io/element-hq/matrix-authentication-service)</summary> ### [`v0.16.0`](https://github.com/element-hq/matrix-authentication-service/releases/tag/v0.16.0) [Compare Source](https://github.com/element-hq/matrix-authentication-service/compare/v0.15.0...v0.16.0) ##### Docker image Regular image: - Digest: ghcr.io/element-hq/matrix-authentication-service@sha256:bf3daeb5a37a7aab92d351028e8b6406a750977d716eb2da92f7a61e27fe05fc - Tags: ghcr.io/element-hq/matrix-authentication-service:0.16.0 ghcr.io/element-hq/matrix-authentication-service:0.16 ghcr.io/element-hq/matrix-authentication-service:0 ghcr.io/element-hq/matrix-authentication-service:sha-2816124 ghcr.io/element-hq/matrix-authentication-service:latest Debug variant: - Digest: ghcr.io/element-hq/matrix-authentication-service@sha256:15a53d49fcea7d17e2bda592410b8e7e63652d4c17ac962165ee443a0b27e4ce - Tags: ghcr.io/element-hq/matrix-authentication-service:0.16.0-debug ghcr.io/element-hq/matrix-authentication-service:0.16-debug ghcr.io/element-hq/matrix-authentication-service:0-debug ghcr.io/element-hq/matrix-authentication-service:sha-2816124-debug ghcr.io/element-hq/matrix-authentication-service:latest-debug <!-- Release notes generated using configuration in .github/release.yml at v0.16.0 --> #### What's Changed ##### Bug Fixes - Avoid deadlocks when flushing session activities by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4463 - Don't check for availability of usernames that aren't ASCII by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4469 ##### New Features - Allow using a separate key file when setting up 'Sign in with Apple' by [@&#8203;defaultdino](https://github.com/defaultdino) in https://github.com/element-hq/matrix-authentication-service/pull/4393 - Make the new migration tool generally available by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4444 - New logging output by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4424 - Allow setting custom names on sessions by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4459 ##### Documentation - fix(docs): add token_endpoint_auth_method in Authentik SSO example by [@&#8203;rom4nik](https://github.com/rom4nik) in https://github.com/element-hq/matrix-authentication-service/pull/4387 - Remove reference to unsupported aws_ses email transport by [@&#8203;hughns](https://github.com/hughns) in https://github.com/element-hq/matrix-authentication-service/pull/4435 - Fix headings in config doc by [@&#8203;V02460](https://github.com/V02460) in https://github.com/element-hq/matrix-authentication-service/pull/4419 - Remove the old migration tool and document the new one by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4447 ##### Translations - Translations updates for main by [@&#8203;matrixbot](https://github.com/matrixbot) in https://github.com/element-hq/matrix-authentication-service/pull/4483 - Translations updates for v0.16 by [@&#8203;matrixbot](https://github.com/matrixbot) in https://github.com/element-hq/matrix-authentication-service/pull/4498 ##### Internal Changes - Automatic merge back to main by [@&#8203;matrixbot](https://github.com/matrixbot) in https://github.com/element-hq/matrix-authentication-service/pull/4411 - Automatic merge back to main by [@&#8203;matrixbot](https://github.com/matrixbot) in https://github.com/element-hq/matrix-authentication-service/pull/4441 - Fix cargo doc choking on invalid \[DEPRECATED] 'link' by [@&#8203;reivilibre](https://github.com/reivilibre) in https://github.com/element-hq/matrix-authentication-service/pull/4446 - perf: avoid unnecessary parsing of user-agents by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4449 - perf: avoid unnecessary clones of the log context by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4451 - Fix the ordering of the middlewares by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4452 - Record the axum route in the Sentry context by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4468 - Allow user deactivation on the Synapse side to take longer than 30s by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4471 - Remove duplicate OTEL meter for the Tokio runtime by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4473 - Rework the error fallback to better report the error to Sentry by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4474 - Insert client_name when upserting statically registered clients by [@&#8203;defaultdino](https://github.com/defaultdino) in https://github.com/element-hq/matrix-authentication-service/pull/4417 - Bump all the frontend dependencies by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4481 - syn2mas: allow setting the db name via the `database` field by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4496 <details> <summary> ##### Dependency Updates </summary> - build(deps-dev): bump msw from 2.7.3 to 2.7.4 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4399 - build(deps-dev): bump the vite group across 1 directory with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4420 - build(deps): bump sqlx from 0.8.4 to 0.8.5 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4418 - build(deps): bump swagger-ui-dist from 5.20.7 to 5.21.0 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4409 - build(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4412 - build(deps): bump sigstore/cosign-installer from 3.8.1 to 3.8.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4440 - build(deps): bump psl from 2.1.100 to 2.1.102 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4439 - build(deps-dev): bump the vite group across 1 directory with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4430 - build(deps): bump clap from 4.5.36 to 4.5.37 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4429 - build(deps): bump der from 0.7.9 to 0.7.10 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4428 - build(deps): bump sea-query from 0.32.3 to 0.32.4 in the sea-query group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4426 - build(deps-dev): bump knip from 5.50.2 to 5.51.0 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4475 - build(deps): bump rustls-platform-verifier from 0.5.1 to 0.5.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4466 - build(deps): bump docker/bake-action from 6.5.0 to 6.6.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4460 - build(deps-dev): bump storybook-react-i18next from 3.2.1 to 3.3.1 in /frontend in the storybook group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4477 - build(deps): bump tokio-util from 0.7.14 to 0.7.15 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4455 - build(deps-dev): bump vite from 6.3.2 to 6.3.3 in /frontend in the vite group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4454 - build(deps): bump chrono from 0.4.40 to 0.4.41 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4480 - build(deps-dev): bump the vitest group in /frontend with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4453 - build(deps): bump psl from 2.1.102 to 2.1.105 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4479 - build(deps): bump insta from 1.42.2 to 1.43.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4478 - build(deps-dev): bump [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools) from 1.119.0 to 1.119.1 in /frontend in the tanstack-router group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4482 </details> #### New Contributors * @&#8203;rom4nik made their first contribution in https://github.com/element-hq/matrix-authentication-service/pull/4387 * @&#8203;defaultdino made their first contribution in https://github.com/element-hq/matrix-authentication-service/pull/4393 * @&#8203;V02460 made their first contribution in https://github.com/element-hq/matrix-authentication-service/pull/4419 **Full Changelog**: https://github.com/element-hq/matrix-authentication-service/compare/v0.15.0...v0.16.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MC40LjAiLCJ1cGRhdGVkSW5WZXIiOiI0MC40LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2025-05-06 14:02:08 +00:00
chore(deps): update ghcr.io/element-hq/matrix-authentication-service docker tag to v0.16.0
Some checks failed
Terraform CI/CD / Terraform Format, Validate, Lint, Scan (pull_request) Successful in 2m0s
Terraform CI/CD / Terraform Plan (pull_request) Failing after 1m2s
Terraform CI/CD / Terraform Apply (pull_request) Has been skipped
Terraform CI/CD / Terraform Format, Validate, Lint, Scan (push) Successful in 1m13s
Terraform CI/CD / Terraform Plan (push) Has been skipped
Terraform CI/CD / Terraform Apply (push) Has been cancelled
dcedcf8167
renovate scheduled this pull request to auto merge when all checks succeed 2025-05-06 14:02:12 +00:00
renovate merged commit dcedcf8167 into main 2025-05-06 14:04:25 +00:00
renovate deleted branch renovate/ghcr.io-element-hq-matrix-authentication-service-0.x 2025-05-06 14:04:27 +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.

Dependencies

No dependencies set.

Reference: ben/cluster-state#430
No description provided.