chore(deps): update ghcr.io/lennart-k/rustical docker tag to v0.12.9 #582

Merged
catalin merged 1 commit from renovate/ghcr.io-lennart-k-rustical-0.x into main 2026-02-23 16:13:08 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/lennart-k/rustical patch 0.12.40.12.9

Release Notes

lennart-k/rustical (ghcr.io/lennart-k/rustical)

v0.12.9

Compare Source

New features

You can now automatically assign principal memberships based on OIDC group claims. Documentation

What's Changed

Full Changelog: https://github.com/lennart-k/rustical/compare/v0.12.8...v0.12.9

v0.12.8

Compare Source

What's Changed

If the id token created by your IdP contains additional aud (audience) claims to rustical's client id,
rustical would reject that token.
You can now configure trusted audiences under the oidc.additional_audiences key.

New Contributors

Full Changelog: https://github.com/lennart-k/rustical/compare/v0.12.7...v0.12.8

v0.12.7

Compare Source

  • Fix broken HTTP client in v0.12.6

What's Changed (v0.12.6)

  • Enforce that new principal ids don't contain : or $. (: does not work with Basic auth, $ is reserved for principal impersonation)
  • Add /caldav-compat redirect for macOS #​180 (Thanks @​SevereOverfl0w)
  • Allow OIDC email as user ID by @​TobiX in #​182

New Contributors

Full Changelog: https://github.com/lennart-k/rustical/compare/v0.12.5...v0.12.7

v0.12.6

Compare Source

What's Changed

  • Enforce that new principal ids don't contain : or $. (: does not work with Basic auth, $ is reserved for principal impersonation)
  • Add /caldav-compat redirect for macOS #​180 (Thanks @​SevereOverfl0w)
  • Allow OIDC email as user ID by @​TobiX in #​182

New Contributors

Full Changelog: https://github.com/lennart-k/rustical/compare/v0.12.5...v0.12.6

v0.12.5: - Groups in Apple Calendar

Compare Source

Changes

  • Principal impersonation: A user user of group group can now authenticate against caldav/carddav endpoints with the username user$group to act on behalf of group.
  • Group memberships in Apple Configuration profile: With this change we can finally add group calendars to Apple Calendar. Simply download the new configuration profile from the frontend and all your group calendars should appear as different accounts.

Full Changelog: https://github.com/lennart-k/rustical/compare/v0.12.4...v0.12.5


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/lennart-k/rustical](https://github.com/lennart-k/rustical) | patch | `0.12.4` → `0.12.9` | --- ### Release Notes <details> <summary>lennart-k/rustical (ghcr.io/lennart-k/rustical)</summary> ### [`v0.12.9`](https://github.com/lennart-k/rustical/releases/tag/v0.12.9) [Compare Source](https://github.com/lennart-k/rustical/compare/v0.12.8...v0.12.9) #### New features You can now automatically assign principal memberships based on OIDC group claims. [Documentation](https://lennart-k.github.io/rustical/setup/oidc/) #### What's Changed - OIDC membership assignment by [@&#8203;lennart-k](https://github.com/lennart-k) in [#&#8203;187](https://github.com/lennart-k/rustical/pull/187) **Full Changelog**: <https://github.com/lennart-k/rustical/compare/v0.12.8...v0.12.9> ### [`v0.12.8`](https://github.com/lennart-k/rustical/releases/tag/v0.12.8) [Compare Source](https://github.com/lennart-k/rustical/compare/v0.12.7...v0.12.8) #### What's Changed - OIDC: allow additional audiences by [@&#8203;LuckyTurtleDev](https://github.com/LuckyTurtleDev) in [#&#8203;185](https://github.com/lennart-k/rustical/pull/185) If the id token created by your IdP contains additional `aud` (audience) claims to rustical's client id, rustical would reject that token. You can now configure trusted audiences under the `oidc.additional_audiences` key. #### New Contributors - [@&#8203;LuckyTurtleDev](https://github.com/LuckyTurtleDev) made their first contribution in [#&#8203;185](https://github.com/lennart-k/rustical/pull/185) **Full Changelog**: <https://github.com/lennart-k/rustical/compare/v0.12.7...v0.12.8> ### [`v0.12.7`](https://github.com/lennart-k/rustical/releases/tag/v0.12.7) [Compare Source](https://github.com/lennart-k/rustical/compare/v0.12.6...v0.12.7) - Fix broken HTTP client in `v0.12.6` #### What's Changed (`v0.12.6`) - Enforce that new principal ids don't contain `:` or `$`. (`:` does not work with Basic auth, `$` is reserved for principal impersonation) - Add `/caldav-compat` redirect for macOS [#&#8203;180](https://github.com/lennart-k/rustical/issues/180) (Thanks [@&#8203;SevereOverfl0w](https://github.com/SevereOverfl0w)) - Allow OIDC email as user ID by [@&#8203;TobiX](https://github.com/TobiX) in [#&#8203;182](https://github.com/lennart-k/rustical/pull/182) #### New Contributors - [@&#8203;TobiX](https://github.com/TobiX) made their first contribution in [#&#8203;182](https://github.com/lennart-k/rustical/pull/182) **Full Changelog**: <https://github.com/lennart-k/rustical/compare/v0.12.5...v0.12.7> ### [`v0.12.6`](https://github.com/lennart-k/rustical/releases/tag/v0.12.6) [Compare Source](https://github.com/lennart-k/rustical/compare/v0.12.5...v0.12.6) #### What's Changed - Enforce that new principal ids don't contain `:` or `$`. (`:` does not work with Basic auth, `$` is reserved for principal impersonation) - Add `/caldav-compat` redirect for macOS [#&#8203;180](https://github.com/lennart-k/rustical/issues/180) (Thanks [@&#8203;SevereOverfl0w](https://github.com/SevereOverfl0w)) - Allow OIDC email as user ID by [@&#8203;TobiX](https://github.com/TobiX) in [#&#8203;182](https://github.com/lennart-k/rustical/pull/182) #### New Contributors - [@&#8203;TobiX](https://github.com/TobiX) made their first contribution in [#&#8203;182](https://github.com/lennart-k/rustical/pull/182) **Full Changelog**: <https://github.com/lennart-k/rustical/compare/v0.12.5...v0.12.6> ### [`v0.12.5`](https://github.com/lennart-k/rustical/releases/tag/v0.12.5): - Groups in Apple Calendar [Compare Source](https://github.com/lennart-k/rustical/compare/v0.12.4...v0.12.5) #### Changes - Principal impersonation: A user `user` of group `group` can now authenticate against caldav/carddav endpoints with the username `user$group` to act on behalf of `group`. - Group memberships in Apple Configuration profile: With this change we can finally add group calendars to Apple Calendar. Simply download the new configuration profile from the frontend and all your group calendars should appear as different accounts. **Full Changelog**: <https://github.com/lennart-k/rustical/compare/v0.12.4...v0.12.5> </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yLjgiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
chore(deps): update ghcr.io/lennart-k/rustical docker tag to v0.12.5
Some checks failed
checks / pre-commit (push) Has been cancelled
checks / k8s (push) Has been cancelled
checks / tflint (push) Has been cancelled
317d54c2dd
renovate-bot force-pushed renovate/ghcr.io-lennart-k-rustical-0.x from 317d54c2dd
Some checks failed
checks / pre-commit (push) Has been cancelled
checks / k8s (push) Has been cancelled
checks / tflint (push) Has been cancelled
to 553c6f04b1
Some checks failed
checks / tflint (push) Has been cancelled
checks / pre-commit (push) Has been cancelled
checks / k8s (push) Has been cancelled
2026-02-11 03:03:30 +00:00
Compare
renovate-bot changed title from chore(deps): update ghcr.io/lennart-k/rustical docker tag to v0.12.5 to chore(deps): update ghcr.io/lennart-k/rustical docker tag to v0.12.7 2026-02-11 03:03:32 +00:00
renovate-bot force-pushed renovate/ghcr.io-lennart-k-rustical-0.x from 553c6f04b1
Some checks failed
checks / tflint (push) Has been cancelled
checks / pre-commit (push) Has been cancelled
checks / k8s (push) Has been cancelled
to 56f2e35759
Some checks failed
checks / tflint (push) Has been cancelled
checks / pre-commit (push) Has been cancelled
checks / k8s (push) Has been cancelled
2026-02-15 23:41:22 +00:00
Compare
renovate-bot changed title from chore(deps): update ghcr.io/lennart-k/rustical docker tag to v0.12.7 to chore(deps): update ghcr.io/lennart-k/rustical docker tag to v0.12.8 2026-02-15 23:41:24 +00:00
renovate-bot force-pushed renovate/ghcr.io-lennart-k-rustical-0.x from 56f2e35759
Some checks failed
checks / tflint (push) Has been cancelled
checks / pre-commit (push) Has been cancelled
checks / k8s (push) Has been cancelled
to a98c72567d
Some checks failed
checks / pre-commit (push) Has been cancelled
checks / k8s (push) Has been cancelled
checks / tflint (push) Has been cancelled
2026-02-23 03:58:59 +00:00
Compare
renovate-bot changed title from chore(deps): update ghcr.io/lennart-k/rustical docker tag to v0.12.8 to chore(deps): update ghcr.io/lennart-k/rustical docker tag to v0.12.9 2026-02-23 03:59:10 +00:00
catalin deleted branch renovate/ghcr.io-lennart-k-rustical-0.x 2026-02-23 16:13:10 +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
catalin/fukuops!582
No description provided.