Skip to content

Conversation

@small-hack-renovate
Copy link
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/element-hq/matrix-authentication-service minor 1.0.0 -> 1.4.1

Release Notes

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

v1.4.1

Compare Source

Security release

This is a security release which includes a fix for CVE-2025-62425 / GHSA-6wfp-jq3r-j9xh, which affects servers using the local password database, starting MAS 0.20.0 and later. See the advisory for details.

Docker image

Regular image:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:af3c8e1207d5b6ef575454a0211dab07ba816be219607f6568a52ab42978c23c
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:1.4.1
    ghcr.io/element-hq/matrix-authentication-service:1.4
    ghcr.io/element-hq/matrix-authentication-service:1
    ghcr.io/element-hq/matrix-authentication-service:sha-2427205
    ghcr.io/element-hq/matrix-authentication-service:latest
    

Debug variant:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:87067d4dd8397b3dc86bcdc8b377c331f04645bf3134ec850a4afc8c61be53aa
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:1.4.1-debug
    ghcr.io/element-hq/matrix-authentication-service:1.4-debug
    ghcr.io/element-hq/matrix-authentication-service:1-debug
    ghcr.io/element-hq/matrix-authentication-service:sha-2427205-debug
    ghcr.io/element-hq/matrix-authentication-service:latest-debug
    

Full Changelog: element-hq/matrix-authentication-service@v1.4.0...v1.4.1

v1.4.0

Compare Source

Docker image

Regular image:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:5983acb727971c298b3b08fe04383b820d1fc6cf60fb08aad3e7edfe9ea485b4
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:1.4.0
    ghcr.io/element-hq/matrix-authentication-service:1.4
    ghcr.io/element-hq/matrix-authentication-service:1
    ghcr.io/element-hq/matrix-authentication-service:sha-341ac89
    ghcr.io/element-hq/matrix-authentication-service:latest
    

Debug variant:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:8f3f505deef6bb214ce507f56fd7e20b04133a1ce4853fad9a5901ec2318b17d
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:1.4.0-debug
    ghcr.io/element-hq/matrix-authentication-service:1.4-debug
    ghcr.io/element-hq/matrix-authentication-service:1-debug
    ghcr.io/element-hq/matrix-authentication-service:sha-341ac89-debug
    ghcr.io/element-hq/matrix-authentication-service:latest-debug
    

What's Changed

Bug Fixes
New Features
  • Add a configuration option to make email optional for password registration by @​sandhose in #​5109
Changes to the admin API
Translations
Internal Changes
Dependency Updates

Full Changelog: element-hq/matrix-authentication-service@v1.3.0...v1.4.0

v1.3.0

Compare Source

Docker image

Regular image:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:259fc942dcdab00ef3a429e002cba21b80520d7f6cbcc176eeeb416a1d088ba9
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:1.3.0
    ghcr.io/element-hq/matrix-authentication-service:1.3
    ghcr.io/element-hq/matrix-authentication-service:1
    ghcr.io/element-hq/matrix-authentication-service:sha-e1398a5
    ghcr.io/element-hq/matrix-authentication-service:latest
    

Debug variant:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:2159d8a35459f73915acf357362bee18526a94f0daff10ac1aa15d43bf73c0ec
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:1.3.0-debug
    ghcr.io/element-hq/matrix-authentication-service:1.3-debug
    ghcr.io/element-hq/matrix-authentication-service:1-debug
    ghcr.io/element-hq/matrix-authentication-service:sha-e1398a5-debug
    ghcr.io/element-hq/matrix-authentication-service:latest-debug
    

What's Changed

Bug Fixes
  • Make token_endpoint_auth_signing_alg_values_supported optional in upstream OIDC providers metadata by @​LeonWilzer in #​4984
  • Trim the secret read by the matrix.secret_file configuration option by @​mweinelt in #​4961
New Features
Changes to the admin API
Documentation
Translations
Internal Changes
Dependency Updates

New Contributors

Full Changelog: element-hq/matrix-authentication-service@v1.2.0...v1.3.0

v1.2.0

Compare Source

Docker image

Regular image:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:e4cf619ceba41f46a0d6ca79aaa516295933a4b6247f7f22fa0d4694e8ca5451
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:1.2.0
    ghcr.io/element-hq/matrix-authentication-service:1.2
    ghcr.io/element-hq/matrix-authentication-service:1
    ghcr.io/element-hq/matrix-authentication-service:sha-960d929
    ghcr.io/element-hq/matrix-authentication-service:latest
    

Debug variant:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:7e4a4e41159c2657c9911bd401e33baf3a7836495a73c3838dc24ae45ed11ceb
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:1.2.0-debug
    ghcr.io/element-hq/matrix-authentication-service:1.2-debug
    ghcr.io/element-hq/matrix-authentication-service:1-debug
    ghcr.io/element-hq/matrix-authentication-service:sha-960d929-debug
    ghcr.io/element-hq/matrix-authentication-service:latest-debug
    

What's Changed

New Features
  • Automatically derive the kid from the key fingerprint if missing by @​V02460 in #​4876
Documentation
Translations
Internal Changes
Dependency Updates

Full Changelog: element-hq/matrix-authentication-service@v1.1.0...v1.2.0

v1.1.0

Compare Source

Docker image

Regular image:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:4a4abc57c3787c475fb3fe0d4176c3a5ce18f199c4cda806ea181d2f39d2d9df
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:1.1.0
    ghcr.io/element-hq/matrix-authentication-service:1.1
    ghcr.io/element-hq/matrix-authentication-service:1
    ghcr.io/element-hq/matrix-authentication-service:sha-591001b
    ghcr.io/element-hq/matrix-authentication-service:latest
    

Debug variant:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:4a28a55bc94b1066c23494568a2bb447c415633f54b1ebaebe8d6640e1a93a7f
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:1.1.0-debug
    ghcr.io/element-hq/matrix-authentication-service:1.1-debug
    ghcr.io/element-hq/matrix-authentication-service:1-debug
    ghcr.io/element-hq/matrix-authentication-service:sha-591001b-debug
    ghcr.io/element-hq/matrix-authentication-service:latest-debug
    

What's Changed

Documentation
Translations
Internal Changes
Other Changes
Dependency Updates

New Contributors

Full Changelog: element-hq/matrix-authentication-service@v1.0.0...v1.1.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.

@small-hack-renovate
Copy link
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: charts/matrix-authentication-service/Chart.yaml
Post-upgrade command 'bash scripts/bump-chart-version.sh 'minor'' has not been added to the allowed list in allowedCommands

@jessebot jessebot self-assigned this Oct 17, 2025
@jessebot jessebot self-requested a review October 17, 2025 07:39
@jessebot jessebot merged commit 00868c0 into main Oct 17, 2025
1 check passed
@jessebot jessebot deleted the renovate/ghcr.io-element-hq-matrix-authentication-service-1.x branch October 17, 2025 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants