From 3540050284124b3c49eea94b69bb141c08b4a243 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 13 Jul 2026 13:13:51 +0200 Subject: [PATCH] Update ghcr.io/pocket-id/pocket-id Docker tag to v2.11.0 (#21) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/pocket-id/pocket-id](https://github.com/pocket-id/pocket-id) | minor | `v2.10.0` → `v2.11.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/12) for more information. --- ### Release Notes
pocket-id/pocket-id (ghcr.io/pocket-id/pocket-id) ### [`v2.11.0`](https://github.com/pocket-id/pocket-id/blob/HEAD/CHANGELOG.md#v2110) [Compare Source](https://github.com/pocket-id/pocket-id/compare/v2.10.0...v2.11.0) ##### Bug Fixes - postgres migration [`2025082`](https://github.com/pocket-id/pocket-id/commit/20250822) remove public schema references ([#​1582](https://github.com/pocket-id/pocket-id/pull/1582) by [@​MarcoScabbiolo](https://github.com/MarcoScabbiolo)) - allow insecure callback URLs by default until next major release ([d9ead47](https://github.com/pocket-id/pocket-id/commit/d9ead47d19451b256336b7d0eb46606a236928f3) by [@​stonith404](https://github.com/stonith404)) - sort signup tokens by creation date explicitly ([77398a5](https://github.com/pocket-id/pocket-id/commit/77398a558df45e1e332316afbb0f0c5e416350ea) by [@​stonith404](https://github.com/stonith404)) - login code mobile ux ([#​1584](https://github.com/pocket-id/pocket-id/pull/1584) by [@​James18232](https://github.com/James18232)) - `INTERNAL_APP_URL` not reflected in UI URLs ([316cf47](https://github.com/pocket-id/pocket-id/commit/316cf47cebdb7337cef13a533a8105ef4364b6f5) by [@​stonith404](https://github.com/stonith404)) - ignore tab URL hashes in navigation history ([a3f27ec](https://github.com/pocket-id/pocket-id/commit/a3f27ec2ec1ce784ca11e5fb41f92a0367715393) by [@​stonith404](https://github.com/stonith404)) - block link-local addresses in SSRF protection ([9714296](https://github.com/pocket-id/pocket-id/commit/9714296efb3768e4f29479f48628318565a3bed7) by [@​stonith404](https://github.com/stonith404)) ##### Documentation - update README ([ff5e565](https://github.com/pocket-id/pocket-id/commit/ff5e565eebbba0dba991cf06ad76249b7af26432) by [@​stonith404](https://github.com/stonith404)) ##### Features - add support for CIDR and IP address lists in `TRUST_PROXY` ([187cd8d](https://github.com/pocket-id/pocket-id/commit/187cd8ddcd4d6babec73bdf7e81eab2dee1ade04) by [@​stonith404](https://github.com/stonith404)) ##### Other - manage instance ID in the KV table ([#​1579](https://github.com/pocket-id/pocket-id/pull/1579) by [@​ItalyPaleAle](https://github.com/ItalyPaleAle)) - Bump the "all-dependencies" group with 3 updates across multiple ecosystems ([#​1578](https://github.com/pocket-id/pocket-id/pull/1578) by [@​dependabot](https://github.com/dependabot)\[bot]) - remove low demand issue closer ([bb03660](https://github.com/pocket-id/pocket-id/commit/bb03660bd7d48dfd0b022936dabd2b2880c9b382) by [@​stonith404](https://github.com/stonith404)) **Full Changelog**:
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). Reviewed-on: https://git.jfreudenberger.de/JuliusFreudenberger/nix-config/pulls/21 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- modules/pocket-id.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/pocket-id.nix b/modules/pocket-id.nix index 593b369..c7145ff 100644 --- a/modules/pocket-id.nix +++ b/modules/pocket-id.nix @@ -17,7 +17,7 @@ in { config = lib.mkIf cfg.enable { virtualisation.oci-containers.containers = { pocket-id = { - image = "ghcr.io/pocket-id/pocket-id:v2.10.0@sha256:183f1ae8426f3af0b65878fae9ddbe9a0515f6548c04d8ebb640ad1abd9c8fce"; + image = "ghcr.io/pocket-id/pocket-id:v2.11.0@sha256:b7c37ab3044e53fd29b5f7295eebff5fdc0367dc043f36b41bcbe1815fcd965d"; autoStart = true; networks = [ "traefik"