Update ghcr.io/pocket-id/pocket-id Docker tag to v1.8.0 #159

Merged
renovate-bot merged 0 commits from refs/pull/159/head into master 2025-08-24 05:36:20 +00:00
renovate-bot commented 2025-08-24 00:01:34 +00:00 (Migrated from gitea.smittenfeld.nl)

This PR contains the following updates:

Package Update Change
ghcr.io/pocket-id/pocket-id minor v1.7.0 -> v1.8.0

Release Notes

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

v1.8.0

Compare Source

Features
Bug Fixes
  • authorization can't be revoked (0aab3f3)
  • delete webauthn session after login to prevent replay attacks (fe003b9)
  • deps: bump rollup from 4.45.3 to 4.46.3 (#​845 by @​gepbird) (b5e6371)
  • enable foreign key check for sqlite (#​863) (625f235)
  • ferated identities can't be cleared (24e2742)
  • for one-time access tokens and signup tokens, pass TTLs instead of absolute expiration date (#​855) (7ab0fd3)
  • ignore client secret if client is public (#​836 by @​James18232) (7b1f6b8)
  • move audit log call before TX is committed (#​854) (9339e88)
  • non admin users can't revoke oidc client but see edit link (0e44f24)
  • oidc client advanced options color (fc0c99a)
Sponsors

Thanks Brandon Butler (@​Starttoaster) for your support!


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.7.0` -> `v1.8.0` | --- ### Release Notes <details> <summary>pocket-id/pocket-id (ghcr.io/pocket-id/pocket-id)</summary> ### [`v1.8.0`](https://github.com/pocket-id/pocket-id/releases/tag/v1.8.0) [Compare Source](https://github.com/pocket-id/pocket-id/compare/v1.7.0...v1.8.0) ##### Features - add option to OIDC client to require re-authentication ([#&#8203;747](https://github.com/pocket-id/pocket-id/issues/747) by [@&#8203;MorrisMorrison](https://github.com/MorrisMorrison)) ([0cb039d](https://github.com/pocket-id/pocket-id/commit/0cb039d35d49206011064e622f3bfd3d8f88720f)) - allow custom client IDs ([#&#8203;864](https://github.com/pocket-id/pocket-id/issues/864) thanks to [@&#8203;James18232](https://github.com/James18232)) ([a5efb95](https://github.com/pocket-id/pocket-id/commit/a5efb9506582884c70b9b1fd737ebdd44b101b47)) - display all accessible oidc clients in the dashboard ([#&#8203;832](https://github.com/pocket-id/pocket-id/issues/832)) ([3188e92](https://github.com/pocket-id/pocket-id/commit/3188e92257afcaf7a16dd418e4c40626d7e1d034)) - login code font change ([#&#8203;851](https://github.com/pocket-id/pocket-id/issues/851) by [@&#8203;James18232](https://github.com/James18232)) ([d28bfac](https://github.com/pocket-id/pocket-id/commit/d28bfac81fc24ee79e4896538a616f0a89ab30a5)) - **signup:** add default user groups and claims for new users ([#&#8203;812](https://github.com/pocket-id/pocket-id/issues/812) by [@&#8203;zeedif](https://github.com/zeedif)) ([182d809](https://github.com/pocket-id/pocket-id/commit/182d8090286f9953171c6c410283be679889aca7)) ##### Bug Fixes - authorization can't be revoked ([0aab3f3](https://github.com/pocket-id/pocket-id/commit/0aab3f3c7ad8c1b14939de3ded60c9f201eab8fc)) - delete webauthn session after login to prevent replay attacks ([fe003b9](https://github.com/pocket-id/pocket-id/commit/fe003b927ce7772692439992860c804de89ce424)) - **deps:** bump rollup from 4.45.3 to 4.46.3 ([#&#8203;845](https://github.com/pocket-id/pocket-id/issues/845) by [@&#8203;gepbird](https://github.com/gepbird)) ([b5e6371](https://github.com/pocket-id/pocket-id/commit/b5e6371eaaf3d9e85d8b05c457487c4425fa8381)) - enable foreign key check for sqlite ([#&#8203;863](https://github.com/pocket-id/pocket-id/issues/863)) ([625f235](https://github.com/pocket-id/pocket-id/commit/625f23574001ebd7074b8d98d448a2811847be16)) - ferated identities can't be cleared ([24e2742](https://github.com/pocket-id/pocket-id/commit/24e274200fe4002d01c58cc3fa74094b598d7599)) - for one-time access tokens and signup tokens, pass TTLs instead of absolute expiration date ([#&#8203;855](https://github.com/pocket-id/pocket-id/issues/855)) ([7ab0fd3](https://github.com/pocket-id/pocket-id/commit/7ab0fd30286e6b67b5ce586484d82a20c42b471d)) - ignore client secret if client is public ([#&#8203;836](https://github.com/pocket-id/pocket-id/issues/836) by [@&#8203;James18232](https://github.com/James18232)) ([7b1f6b8](https://github.com/pocket-id/pocket-id/commit/7b1f6b88572bac1f3e838a9e904917fbd5fbdf61)) - move audit log call before TX is committed ([#&#8203;854](https://github.com/pocket-id/pocket-id/issues/854)) ([9339e88](https://github.com/pocket-id/pocket-id/commit/9339e88a5a26ff77a5e40149cbb1a5b339b7ec6a)) - non admin users can't revoke oidc client but see edit link ([0e44f24](https://github.com/pocket-id/pocket-id/commit/0e44f245afcdf8179bf619613ca9ef4bffa176ca)) - oidc client advanced options color ([fc0c99a](https://github.com/pocket-id/pocket-id/commit/fc0c99a232b0efb1a5b5d2c551102418b1080293)) ##### Sponsors Thanks Brandon Butler ([@&#8203;Starttoaster](https://github.com/Starttoaster)) for your support! </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40Ni42IiwidXBkYXRlZEluVmVyIjoiNDEuNDYuNiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
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!159
No description provided.