Update ghcr.io/pocket-id/pocket-id Docker tag to v2.10.0 (#19)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/pocket-id/pocket-id](https://github.com/pocket-id/pocket-id) | minor | `v2.9.0` → `v2.10.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/12) for more information. --- ### Release Notes <details> <summary>pocket-id/pocket-id (ghcr.io/pocket-id/pocket-id)</summary> ### [`v2.10.0`](https://github.com/pocket-id/pocket-id/blob/HEAD/CHANGELOG.md#v2100) [Compare Source](https://github.com/pocket-id/pocket-id/compare/v2.9.0...v2.10.0) ##### Bug Fixes - login code null submission and login code length check ([#​1512](https://github.com/pocket-id/pocket-id/pull/1512) by [@​James18232](https://github.com/James18232)) - don't reject `offline_access`scope ([2ed7035](2ed703540d) by [@​stonith404](https://github.com/stonith404)) - CSP error with `response_mode=form_post` ([16b5c16](16b5c16a66) by [@​stonith404](https://github.com/stonith404)) - various bugs in observability / OTel ([#​1564](https://github.com/pocket-id/pocket-id/pull/1564) by [@​ItalyPaleAle](https://github.com/ItalyPaleAle)) - restore behavior that unknown scopes get ignored ([34e9a6d](34e9a6d198) by [@​stonith404](https://github.com/stonith404)) - re-check api permissions on access token refresh ([e8cb0c8](e8cb0c831c) by [@​stonith404](https://github.com/stonith404)) - merge requested scopes instead of replacing them ([5e2cc6f](5e2cc6f40e) by [@​stonith404](https://github.com/stonith404)) - device authorization resolve resource creating device\_code ([2f55b7c](2f55b7cbc3) by [@​stonith404](https://github.com/stonith404)) - add missing burst to rate limit ([f3b6ceb](f3b6ceb876) by [@​stonith404](https://github.com/stonith404)) - disable one time access token exchange for disabled users ([c85a4e6](c85a4e63da) by [@​stonith404](https://github.com/stonith404)) - /authorize endpoint crashes when list of scopes is empty ([#​1575](https://github.com/pocket-id/pocket-id/pull/1575) by [@​ItalyPaleAle](https://github.com/ItalyPaleAle)) - mobile layout improvements ([2910c51](2910c517bb) by [@​stonith404](https://github.com/stonith404)) ##### Documentation - add link to API docs ([968d072](968d07229e) by [@​stonith404](https://github.com/stonith404)) - fix wrong OpenAPI documentation ([da3677f](da3677f33d) by [@​stonith404](https://github.com/stonith404)) ##### Features - upgrade shadcn components ([80509c8](80509c83ee) by [@​stonith404](https://github.com/stonith404)) - improve error handling on authorize page ([8689ddd](8689ddd72b) by [@​stonith404](https://github.com/stonith404)) - add ability to skip consent for client ([d467855](d467855870) by [@​stonith404](https://github.com/stonith404)) - prompt admin with PKCE client support hint ([#​1499](https://github.com/pocket-id/pocket-id/pull/1499) by [@​James18232](https://github.com/James18232)) - login code input boxes ([#​1545](https://github.com/pocket-id/pocket-id/pull/1545) by [@​James18232](https://github.com/James18232)) - drop TOFU support for callback URL ([931a6c2](931a6c2adb) by [@​stonith404](https://github.com/stonith404)) - add OAuth APIs with scoped permissions ([#​1542](https://github.com/pocket-id/pocket-id/pull/1542) by [@​stonith404](https://github.com/stonith404)) - add support for unencrypted OIDC request parameter ([25dcad7](25dcad757a) by [@​stonith404](https://github.com/stonith404)) - add description field to oidc clients ([#​1547](https://github.com/pocket-id/pocket-id/pull/1547) by [@​seanmckenzie428](https://github.com/seanmckenzie428)) - add tab bar navigation for crowded pages ([28a553f](28a553f63b) by [@​stonith404](https://github.com/stonith404)) ##### Other - close low-demand feature requests ([35987b9](35987b9c8d) by [@​stonith404](https://github.com/stonith404)) - Bump the "all-dependencies" group with 2 updates across multiple ecosystems ([#​1528](https://github.com/pocket-id/pocket-id/pull/1528) by [@​dependabot](https://github.com/dependabot)\[bot]) - fix locators after shadcn upgrade ([dbbe2a4](dbbe2a403a) by [@​stonith404](https://github.com/stonith404)) - use fosite for OAuth 2.0 logic ([#​1520](https://github.com/pocket-id/pocket-id/pull/1520) by [@​stonith404](https://github.com/stonith404)) - wrap last two migrations into transaction ([cf9a319](cf9a31986f) by [@​stonith404](https://github.com/stonith404)) - remove dead code ([519cda0](519cda0eef) by [@​stonith404](https://github.com/stonith404)) - update vulnerable dependencies ([e538ea0](e538ea0bf1) by [@​stonith404](https://github.com/stonith404)) - fix flaky test ([7eaaea7](7eaaea717b) by [@​stonith404](https://github.com/stonith404)) - add AGENTS.md ([d0243fe](d0243fe396) by [@​stonith404](https://github.com/stonith404)) - use goreleaser for binaries and static image builds ([#​1478](https://github.com/pocket-id/pocket-id/pull/1478) by [@​kmendell](https://github.com/kmendell)) - add support for Docker Hub ([99ab38d](99ab38dc79) by [@​stonith404](https://github.com/stonith404)) - remove static next image tag ([49305ed](49305ed1f9) by [@​stonith404](https://github.com/stonith404)) - don't build unnecessary binaries for `next` image ([4b957a0](4b957a0106) by [@​stonith404](https://github.com/stonith404)) - change Depot project ([cdc2374](cdc23744ae) by [@​stonith404](https://github.com/stonith404)) - don't tag `next` image with current version ([cf54786](cf54786cc3) by [@​stonith404](https://github.com/stonith404)) - add exempt user to PR quality checks ([254ae88](254ae88cda) by [@​stonith404](https://github.com/stonith404)) - migrate API key functionality to single `apikey` module ([9fce987](9fce987106) by [@​stonith404](https://github.com/stonith404)) - migrate Webauthn functionality to single `webauthn` module ([58fcf7c](58fcf7cbe6) by [@​stonith404](https://github.com/stonith404)) - migrate signup functionality to single `usersignup` module ([ecad31c](ecad31cae2) by [@​stonith404](https://github.com/stonith404)) - make API key renewal date picker navigation date-independent ([#​1560](https://github.com/pocket-id/pocket-id/pull/1560) by [@​ItalyPaleAle](https://github.com/ItalyPaleAle)) - integrate Francis actor framework for background jobs, cron scheduling, and rate limiting ([#​1556](https://github.com/pocket-id/pocket-id/pull/1556) by [@​ItalyPaleAle](https://github.com/ItalyPaleAle)) - Bump the "all-dependencies" group with 3 updates across multiple ecosystems ([#​1563](https://github.com/pocket-id/pocket-id/pull/1563) by [@​dependabot](https://github.com/dependabot)\[bot]) - use go-kit for sending emails ([#​1565](https://github.com/pocket-id/pocket-id/pull/1565) by [@​ItalyPaleAle](https://github.com/ItalyPaleAle)) - update AAGUIDs ([#​1567](https://github.com/pocket-id/pocket-id/pull/1567) by [@​github-actions](https://github.com/github-actions)\[bot]) - move Pocket ID specific logic from Fosite into Pocket ID repo ([9a94aa0](9a94aa0694) by [@​stonith404](https://github.com/stonith404)) - update Fosite version ([337fc6f](337fc6fd1e) by [@​stonith404](https://github.com/stonith404)) - pass transaction to `resolveResource` ([7667377](7667377c98) by [@​stonith404](https://github.com/stonith404)) - remove redundant dtos ([fa2d08c](fa2d08cb6d) by [@​stonith404](https://github.com/stonith404)) - rename migrations ([c72da58](c72da58eaf) by [@​stonith404](https://github.com/stonith404)) - remove duplicate fosite config properties ([190914f](190914fd72) by [@​stonith404](https://github.com/stonith404)) - fix migration version in `database.json` ([a5f2192](a5f2192d67) by [@​stonith404](https://github.com/stonith404)) - fix wrong migration name ([ce7d3a7](ce7d3a7e1d) by [@​stonith404](https://github.com/stonith404)) - run formatter ([59a6868](59a6868ecd) by [@​stonith404](https://github.com/stonith404)) - upgrade go version ([f62d476](f62d476c56) by [@​stonith404](https://github.com/stonith404)) ##### Performance Improvements - include permissions in api list response ([8035a4c](8035a4c8d5) by [@​stonith404](https://github.com/stonith404)) **Full Changelog**: <https://github.com/pocket-id/pocket-id/compare/v2.9.0...v2.10.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE1MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: #19 Co-authored-by: Renovate Bot <renovate@jfreudenberger.de> Co-committed-by: Renovate Bot <renovate@jfreudenberger.de>
This commit is contained in:
parent
eca13ae292
commit
624ff9e2ed
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ in {
|
|||
config = lib.mkIf cfg.enable {
|
||||
virtualisation.oci-containers.containers = {
|
||||
pocket-id = {
|
||||
image = "ghcr.io/pocket-id/pocket-id:v2.9.0@sha256:a2a38a96699d7483d65b5849b015d954f294938306a03a9c0699bc5b79554e86";
|
||||
image = "ghcr.io/pocket-id/pocket-id:v2.10.0@sha256:183f1ae8426f3af0b65878fae9ddbe9a0515f6548c04d8ebb640ad1abd9c8fce";
|
||||
autoStart = true;
|
||||
networks = [
|
||||
"traefik"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue