chore(deps): update ghcr.io/pocket-id/pocket-id docker tag to v1.11.1 #45

Merged
xenrox merged 1 commit from renovate/ghcr.io-pocket-id-pocket-id-1.x into master 2025-09-19 12:39:24 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/pocket-id/pocket-id minor v1.10.0 -> v1.11.1

Release Notes

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

v1.11.1

Compare Source

[!NOTE]
This release adds missing translations for v1.11.0 because I forgot to merge the PR before creating the release. See the release notes for v1.11.0 here.

Bug Fixes
  • add missing translations (8c9cac2)

v1.11.0

Compare Source

Features
Bug Fixes
  • add validation for callback URLs (#​929) (6c91474)
  • disable sign up options in UI if UI_CONFIG_DISABLED (1d7cbc2)
  • ensure users imported from LDAP have fields validated (#​923) (4215523)
  • key-rotate doesn't work with database storage (#​940) (c018f29)
  • list items on previous page get unselected if other items selected on next page (6c696b4)
  • make environment variables case insensitive where necessary (#​954) (99f31a7)
  • my apps card shouldn't take full width if only one item exists (e7e53a8)
  • update localized name and description of ldap group name attribute (#​892) (e88be7e)
Sponsors

Thank you @​Felitendo very much for your tip!


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.10.0` -> `v1.11.1` | --- ### Release Notes <details> <summary>pocket-id/pocket-id (ghcr.io/pocket-id/pocket-id)</summary> ### [`v1.11.1`](https://github.com/pocket-id/pocket-id/releases/tag/v1.11.1) [Compare Source](https://github.com/pocket-id/pocket-id/compare/v1.11.0...v1.11.1) > \[!NOTE]\ > This release adds missing translations for `v1.11.0` because I forgot to merge the PR before creating the release. See the release notes for `v1.11.0` [here](https://github.com/pocket-id/pocket-id/releases/tag/v1.11.0). ##### Bug Fixes - add missing translations ([8c9cac2](https://github.com/pocket-id/pocket-id/commit/8c9cac2655ddbe4872234a1b55fdd51d2f3ac31c)) ### [`v1.11.0`](https://github.com/pocket-id/pocket-id/releases/tag/v1.11.0) [Compare Source](https://github.com/pocket-id/pocket-id/compare/v1.10.0...v1.11.0) ##### Features - add CSP header ([#&#8203;908](https://github.com/pocket-id/pocket-id/issues/908)) ([6215e1a](https://github.com/pocket-id/pocket-id/commit/6215e1ac01c03866f8b2e89ac084ddd6a3c3ac9e)) - add `INTERNAL_APP_URL` env variable ([#&#8203;858](https://github.com/pocket-id/pocket-id/issues/858) by [@&#8203;DerSteph](https://github.com/DerSteph)) - add info box to app settings if UI config is disabled ([a1d8538](https://github.com/pocket-id/pocket-id/commit/a1d8538c64beb4d7e8559934985772fba27623ca)) - add PWA support ([#&#8203;938](https://github.com/pocket-id/pocket-id/issues/938)) ([5367463](https://github.com/pocket-id/pocket-id/commit/5367463239b354640fd65390bc409e4a0ac13fd1)) - add support for `LOG_LEVEL` env variable ([#&#8203;942](https://github.com/pocket-id/pocket-id/issues/942)) ([2d6d5df](https://github.com/pocket-id/pocket-id/commit/2d6d5df0e7f104a148fb4eeac89a2fbb7db8047a)) - add user display name field ([#&#8203;898](https://github.com/pocket-id/pocket-id/issues/898)) ([6837360](https://github.com/pocket-id/pocket-id/commit/68373604dd30065947226922233bc1e19e778b01)) - allow uppercase usernames ([#&#8203;958](https://github.com/pocket-id/pocket-id/issues/958)) ([0224949](https://github.com/pocket-id/pocket-id/commit/02249491f86c289adf596d9d9922dfa04779edee)) - client\_credentials flow support ([#&#8203;901](https://github.com/pocket-id/pocket-id/issues/901) by [@&#8203;savely-krasovsky](https://github.com/savely-krasovsky)) - return new id\_token when using refresh token ([#&#8203;925](https://github.com/pocket-id/pocket-id/issues/925)) ([307caaa](https://github.com/pocket-id/pocket-id/commit/307caaa3efbc966341b95ee4b5ff18c81ed98e54)) ##### Bug Fixes - add validation for callback URLs ([#&#8203;929](https://github.com/pocket-id/pocket-id/issues/929)) ([6c91474](https://github.com/pocket-id/pocket-id/commit/6c9147483c0a370e2b5011d13898279d2acc445d)) - disable sign up options in UI if `UI_CONFIG_DISABLED` ([1d7cbc2](https://github.com/pocket-id/pocket-id/commit/1d7cbc2a4ecf352d46087f30b477f6bbaa23adf5)) - ensure users imported from LDAP have fields validated ([#&#8203;923](https://github.com/pocket-id/pocket-id/issues/923)) ([4215523](https://github.com/pocket-id/pocket-id/commit/42155238b750b015b0547294f397e1e285594e3e)) - key-rotate doesn't work with database storage ([#&#8203;940](https://github.com/pocket-id/pocket-id/issues/940)) ([c018f29](https://github.com/pocket-id/pocket-id/commit/c018f29ad7c61a3ef1b235b0d404a3a2024a26ca)) - list items on previous page get unselected if other items selected on next page ([6c696b4](https://github.com/pocket-id/pocket-id/commit/6c696b46c8b60b3dc4af35c9c6cf1b8e1322f4cd)) - make environment variables case insensitive where necessary ([#&#8203;954](https://github.com/pocket-id/pocket-id/issues/954)) ([99f31a7](https://github.com/pocket-id/pocket-id/commit/99f31a7c26c63dec76682ddf450d88e6ee40876f)) - my apps card shouldn't take full width if only one item exists ([e7e53a8](https://github.com/pocket-id/pocket-id/commit/e7e53a8b8c87bee922167d24556aef3ea219b1a2)) - update localized name and description of ldap group name attribute ([#&#8203;892](https://github.com/pocket-id/pocket-id/issues/892)) ([e88be7e](https://github.com/pocket-id/pocket-id/commit/e88be7e61a8aafabcae70adf9265023c50626705)) ##### Sponsors Thank you [@&#8203;Felitendo](https://github.com/Felitendo) very much for your tip! </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTMuMCIsInVwZGF0ZWRJblZlciI6IjQxLjExMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
xenrox merged commit 1f3c875f29 into master 2025-09-19 12:39:24 +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
xenrox/ansible!45
No description provided.