This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/pocket-id/pocket-id](https://github.com/pocket-id/pocket-id) | minor | `v2.0.1-distroless` → `v2.2.0-distroless` |
---
### Release Notes
<details>
<summary>pocket-id/pocket-id (ghcr.io/pocket-id/pocket-id)</summary>
### [`v2.2.0`](https://github.com/pocket-id/pocket-id/blob/HEAD/CHANGELOG.md#v220)
[Compare Source](https://github.com/pocket-id/pocket-id/compare/v2.1.0...v2.2.0)
##### Bug Fixes
- allow changing "require email address" if no SMTP credentials present ([8c68b08](https://github.com/pocket-id/pocket-id/commit/8c68b08c12ba371deda61662e3d048d63d07c56f) by [@​stonith404](https://github.com/stonith404))
- data import from sqlite to postgres fails because of wrong datatype ([1a032a8](https://github.com/pocket-id/pocket-id/commit/1a032a812ef78b250a898d14bec73a8ef7a7859a) by [@​stonith404](https://github.com/stonith404))
- user can't update account if email is empty ([5828fa5](https://github.com/pocket-id/pocket-id/commit/5828fa57791314594625d52475733dce23cc2fcc) by [@​stonith404](https://github.com/stonith404))
- login codes sent by an admin incorrectly requires a device token ([03f9be0](https://github.com/pocket-id/pocket-id/commit/03f9be0d125732e02a8e2c5390d9e6d0c74ce957) by [@​stonith404](https://github.com/stonith404))
- allow exchanging logic code if already authenticated ([0e2cdc3](https://github.com/pocket-id/pocket-id/commit/0e2cdc393e34276bb3b8ea318cdc7261de3f2dec) by [@​stonith404](https://github.com/stonith404))
- db version downgrades don't downgrade db schema ([4df4bcb](https://github.com/pocket-id/pocket-id/commit/4df4bcb6451b4bf88093e04f3222c8737f2c7be3) by [@​stonith404](https://github.com/stonith404))
- use user specific email verified claim instead of global one ([2a11c3e](https://github.com/pocket-id/pocket-id/commit/2a11c3e60942d45c2e5b422d99945bce65a622a2) by [@​stonith404](https://github.com/stonith404))
##### Features
- add CLI command for encryption key rotation ([#​1209](https://github.com/pocket-id/pocket-id/pull/1209) by [@​stonith404](https://github.com/stonith404))
- improve passkey error messages ([2f25861](https://github.com/pocket-id/pocket-id/commit/2f25861d15aefa868042e70d3e21b7b38a6ae679) by [@​stonith404](https://github.com/stonith404))
- make home page URL configurable ([#​1215](https://github.com/pocket-id/pocket-id/pull/1215) by [@​stonith404](https://github.com/stonith404))
- add option to renew API key ([#​1214](https://github.com/pocket-id/pocket-id/pull/1214) by [@​stonith404](https://github.com/stonith404))
- add support for email verification ([#​1223](https://github.com/pocket-id/pocket-id/pull/1223) by [@​stonith404](https://github.com/stonith404))
- add environment variable to disable built-in rate limiting ([9ca3d33](https://github.com/pocket-id/pocket-id/commit/9ca3d33c8897cf49a871783058205bb180529cd2) by [@​stonith404](https://github.com/stonith404))
- add static api key env variable ([#​1229](https://github.com/pocket-id/pocket-id/pull/1229) by [@​stonith404](https://github.com/stonith404))
**Full Changelog**: <https://github.com/pocket-id/pocket-id/compare/v2.1.0...v2.2.0>
### [`v2.1.0`](https://github.com/pocket-id/pocket-id/blob/HEAD/CHANGELOG.md#v210)
[Compare Source](https://github.com/pocket-id/pocket-id/compare/v2.0.2...v2.1.0)
##### Bug Fixes
- invalid cookie name for email login code device token ([d6a7b50](https://github.com/pocket-id/pocket-id/commit/d6a7b503ff4571b1291a55a569add3374f5e2d5b) by [@​stonith404](https://github.com/stonith404))
##### Features
- add issuer url to oidc client details list ([#​1197](https://github.com/pocket-id/pocket-id/pull/1197) by [@​kmendell](https://github.com/kmendell))
- process nonce within device authorization flow ([#​1185](https://github.com/pocket-id/pocket-id/pull/1185) by [@​justincmoy](https://github.com/justincmoy))
##### Other
- run SCIM jobs in context of gocron instead of custom implementation ([4881130](https://github.com/pocket-id/pocket-id/commit/4881130eadcef0642f8a87650b7c36fda453b51b) by [@​stonith404](https://github.com/stonith404))
**Full Changelog**: <https://github.com/pocket-id/pocket-id/compare/v2.0.2...v2.1.0>
### [`v2.0.2`](https://github.com/pocket-id/pocket-id/blob/HEAD/CHANGELOG.md#v202)
[Compare Source](https://github.com/pocket-id/pocket-id/compare/v2.0.1...v2.0.2)
##### Bug Fixes
- migration fails if users exist with no email address ([2f651ad](https://github.com/pocket-id/pocket-id/commit/2f651adf3b4e8d689461da2083c3afcb1eb1d477) by [@​stonith404](https://github.com/stonith404))
- allow version downgrade database is dirty ([ba00f40](https://github.com/pocket-id/pocket-id/commit/ba00f40bd4b06f31d251599fcb1db63e902a6987) by [@​stonith404](https://github.com/stonith404))
- localhost callback URLs with port don't match correctly ([7c34501](https://github.com/pocket-id/pocket-id/commit/7c345010556f11a593948b2a1ae558b7a8003696) by [@​stonith404](https://github.com/stonith404))
##### Other
- add no-op migration to postgres ([a24b2af](https://github.com/pocket-id/pocket-id/commit/a24b2afb7b8165bed05976058a8ae797adc245df) by [@​stonith404](https://github.com/stonith404))
**Full Changelog**: <https://github.com/pocket-id/pocket-id/compare/v2.0.1...v2.0.2>
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi43MC4zIiwidXBkYXRlZEluVmVyIjoiNDIuODQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
v2.0.1-distroless→v2.2.0-distrolessRelease Notes
pocket-id/pocket-id (ghcr.io/pocket-id/pocket-id)
v2.2.0Compare Source
Bug Fixes
Features
Full Changelog: https://github.com/pocket-id/pocket-id/compare/v2.1.0...v2.2.0
v2.1.0Compare Source
Bug Fixes
Features
Other
Full Changelog: https://github.com/pocket-id/pocket-id/compare/v2.0.2...v2.1.0
v2.0.2Compare Source
Bug Fixes
Other
Full Changelog: https://github.com/pocket-id/pocket-id/compare/v2.0.1...v2.0.2
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.
This PR has been generated by Renovate Bot.