Update ghcr.io/pocket-id/pocket-id Docker tag to v1.13.1 #192

Merged
renovate-bot merged 0 commits from refs/pull/192/head into master 2025-10-11 16:17:07 +00:00
renovate-bot commented 2025-10-11 00:01:51 +00:00 (Migrated from gitea.smittenfeld.nl)

This PR contains the following updates:

Package Update Change
ghcr.io/pocket-id/pocket-id minor v1.11.2 -> v1.13.1

Release Notes

pocket-id/pocket-id (ghcr.io/pocket-id/pocket-id)

v1.13.1

Compare Source

Bug Fixes
Other

Full Changelog: https://github.com/pocket-id/pocket-id/compare/v1.13.0...v1.13.1

v1.13.0

Compare Source

Bug Fixes
Features

Full Changelog: https://github.com/pocket-id/pocket-id/compare/v1.12.0...v1.13.0

v1.12.0

Compare Source

Bug Fixes
Features
Other

Full Changelog: https://github.com/pocket-id/pocket-id/compare/v1.11.2...v1.12.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/pocket-id/pocket-id](https://github.com/pocket-id/pocket-id) | minor | `v1.11.2` -> `v1.13.1` | --- ### Release Notes <details> <summary>pocket-id/pocket-id (ghcr.io/pocket-id/pocket-id)</summary> ### [`v1.13.1`](https://github.com/pocket-id/pocket-id/blob/HEAD/CHANGELOG.md#v1131) [Compare Source](https://github.com/pocket-id/pocket-id/compare/v1.13.0...v1.13.1) ##### Bug Fixes - uploading a client logo with an URL fails ([#&#8203;1008](https://github.com/pocket-id/pocket-id/pull/1008) by [@&#8203;CzBiX](https://github.com/CzBiX)) - mark any callback url as valid if they contain a wildcard ([#&#8203;1006](https://github.com/pocket-id/pocket-id/pull/1006) by [@&#8203;stonith404](https://github.com/stonith404)) ##### Other - cleanup root of repo, update workflow actions ([#&#8203;1003](https://github.com/pocket-id/pocket-id/pull/1003) by [@&#8203;kmendell](https://github.com/kmendell)) **Full Changelog**: <https://github.com/pocket-id/pocket-id/compare/v1.13.0...v1.13.1> ### [`v1.13.0`](https://github.com/pocket-id/pocket-id/blob/HEAD/CHANGELOG.md#v1130) [Compare Source](https://github.com/pocket-id/pocket-id/compare/v1.12.0...v1.13.0) ##### Bug Fixes - uploading a client logo with an URL fails if folder doesn't exist ([ad8a90c](https://github.com/pocket-id/pocket-id/commit/ad8a90c839cc79b542b60ae66c7eb9254fa5f3e4) by [@&#8203;stonith404](https://github.com/stonith404)) ##### Features - add link to API docs on API key page ([2c74865](https://github.com/pocket-id/pocket-id/commit/2c74865173344766bd43ffd6ae6d93d564de47c7) by [@&#8203;stonith404](https://github.com/stonith404)) **Full Changelog**: <https://github.com/pocket-id/pocket-id/compare/v1.12.0...v1.13.0> ### [`v1.12.0`](https://github.com/pocket-id/pocket-id/blob/HEAD/CHANGELOG.md#v1120) [Compare Source](https://github.com/pocket-id/pocket-id/compare/v1.11.2...v1.12.0) ##### Bug Fixes - do not use cache=shared for in-memory SQLite ([#&#8203;971](https://github.com/pocket-id/pocket-id/pull/971) by [@&#8203;ItalyPaleAle](https://github.com/ItalyPaleAle)) - show only country in audit log location if no city instead of Unknown ([#&#8203;977](https://github.com/pocket-id/pocket-id/pull/977) by [@&#8203;vilisseranen](https://github.com/vilisseranen)) - display login location correctly if country or city is not present ([79989fb](https://github.com/pocket-id/pocket-id/commit/79989fb176273cef070dc52c338004b443364db8) by [@&#8203;stonith404](https://github.com/stonith404)) - remove previous socket file to prevent bind error ([#&#8203;979](https://github.com/pocket-id/pocket-id/pull/979) by [@&#8203;Caian](https://github.com/Caian)) - tokens issued with refresh token flow don't contain groups ([#&#8203;989](https://github.com/pocket-id/pocket-id/pull/989) by [@&#8203;ItalyPaleAle](https://github.com/ItalyPaleAle)) - make logo and oidc client images sizes consistent ([01db8c0](https://github.com/pocket-id/pocket-id/commit/01db8c0a46b69a15a40951ba863e6bc08fa8e1f8) by [@&#8203;stonith404](https://github.com/stonith404)) - include port in OIDC client details ([2c1c67b](https://github.com/pocket-id/pocket-id/commit/2c1c67b5e403b365204854c5eb222a68236f3ce0) by [@&#8203;stonith404](https://github.com/stonith404)) - prevent endless effect loop in login wrapper ([fc9939d](https://github.com/pocket-id/pocket-id/commit/fc9939d1f1817c0b014cc54e6525b98762835295) by [@&#8203;stonith404](https://github.com/stonith404)) - improve back button handling on auth pages ([d47b203](https://github.com/pocket-id/pocket-id/commit/d47b20326f96b6fff405fcc211719bf3068085ee) by [@&#8203;stonith404](https://github.com/stonith404)) - allow any image source but disallow base64 ([22f4254](https://github.com/pocket-id/pocket-id/commit/22f42549323fde8b9eaeff682bfa4c7f27e05526) by [@&#8203;stonith404](https://github.com/stonith404)) - date locale can't be loaded if locale is `en` ([b81de45](https://github.com/pocket-id/pocket-id/commit/b81de451668c425bfc5ca7cd6071fe2756b31594) by [@&#8203;stonith404](https://github.com/stonith404)) ##### Features - support for url based icons ([#&#8203;840](https://github.com/pocket-id/pocket-id/pull/840) by [@&#8203;kmendell](https://github.com/kmendell)) - hide alternative sign in methods page if email login disabled ([d010be4](https://github.com/pocket-id/pocket-id/commit/d010be4c8804153b4a7f55bd4ea1cedb0df471df) by [@&#8203;stonith404](https://github.com/stonith404)) - add required indicator for required inputs ([#&#8203;993](https://github.com/pocket-id/pocket-id/pull/993) by [@&#8203;stonith404](https://github.com/stonith404)) - add the ability to make email optional ([#&#8203;994](https://github.com/pocket-id/pocket-id/pull/994) by [@&#8203;stonith404](https://github.com/stonith404)) ##### Other - fix whitespace after commit message ([e8b172f](https://github.com/pocket-id/pocket-id/commit/e8b172f1c3df8eca8f463d7fa25a483b90a7e66c) by [@&#8203;stonith404](https://github.com/stonith404)) - update AAGUIDs ([#&#8203;972](https://github.com/pocket-id/pocket-id/pull/972) by [@&#8203;github-actions](https://github.com/github-actions)\[bot]) - remove unnecessary logo fallback ([b746ac0](https://github.com/pocket-id/pocket-id/commit/b746ac0835da059e747a829df3a74e1eae79e107) by [@&#8203;stonith404](https://github.com/stonith404)) **Full Changelog**: <https://github.com/pocket-id/pocket-id/compare/v1.11.2...v1.12.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjQxLjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
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!192
No description provided.