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

Merged
catalin merged 1 commit from renovate/ghcr.io-lennart-k-rustical-0.x into main 2026-01-11 10:35:43 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/lennart-k/rustical minor 0.10.5 -> 0.11.11

Release Notes

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

v0.11.11: - Breaking changes in v0.12

Compare Source

Important changes

In the next major version, a largely overhauled ical parser will be used.
As it will be much stricter it might reject parsing some objects currently in your calendars or address books.
Starting from v0.11.11, RustiCal will show you an error if issues will arise in v0.12.0.
If you see any errors, please report them in #​165 so we can find a solution in time!
Please state the thrown error and preferrably also the calendar/addressbook data anonymised as much as necessary.

If no errors occur please also report that since that helps me get a feeling of how well this version is tested. :)

Full Changelog: https://github.com/lennart-k/rustical/compare/v0.11.10...v0.11.11

v0.11.10

Compare Source

  • Fix addressbook-query matching for empty filters

Full Changelog: https://github.com/lennart-k/rustical/compare/v0.11.9...v0.11.10

v0.11.9

Compare Source

  • CardDAV: Fix max-resource-size namespac
  • Remove some forgotten debug prints

Full Changelog: https://github.com/lennart-k/rustical/compare/v0.11.8...v0.11.9

v0.11.8

Compare Source

  • Proper implementation of filters in addressbook-query report
    • support for unicode collation
  • Fixes to calendar-query and addressbook-query filters
  • Behind the scenes: Work on testing

Full Changelog: https://github.com/lennart-k/rustical/compare/v0.11.7...v0.11.8

v0.11.7

Compare Source

Bugfixes

  • ical-rs: Fix invalid handling of multi-byte characters at line ends #​157

Full Changelog: https://github.com/lennart-k/rustical/compare/v0.11.6...v0.11.7

v0.11.6

Compare Source

  • Implement addressbook-query report for CardDAV

Full Changelog: https://github.com/lennart-k/rustical/compare/v0.11.5...v0.11.6

v0.11.5

Compare Source

  • some work on the ical-rs library to make it more efficient
  • Fix ical version hint for calendar exports

Full Changelog: https://github.com/lennart-k/rustical/compare/v0.11.4...v0.11.5

v0.11.4

Compare Source

Bugfixes

  • Fix improper handling of Unicode characters in parameters in ical-rs (fixes #​157)

Full Changelog: https://github.com/lennart-k/rustical/compare/v0.11.3...v0.11.4

v0.11.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/lennart-k/rustical/compare/v0.11.2...v0.11.3

v0.11.2

Compare Source

Minor improvements to frontend

Full Changelog: https://github.com/lennart-k/rustical/compare/v0.11.1...v0.11.2

v0.11.1

Compare Source

Fixes

  • Remove some forgotten debug statement from frontend

v0.11.0 changelog

[!WARNING]
This update contains database migrations so creating a backup (as always) is advised.

New features

Editable birthday calendars (finally) in #​138.
You can finally change displayname, description, color, etc. for birthday calendars as well as create and remove them as you desire. :)

Full Changelog: https://github.com/lennart-k/rustical/compare/v0.10.5...v0.11.0

v0.11.0

Compare Source

[!WARNING]
This update contains database migrations so creating a backup (as always) is advised.

New features

Editable birthday calendars (finally) in #​138.
You can finally change displayname, description, color, etc. for birthday calendars as well as create and remove them as you desire. :)

Full Changelog: https://github.com/lennart-k/rustical/compare/v0.10.5...v0.11.0


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) | minor | `0.10.5` -> `0.11.11` | --- ### Release Notes <details> <summary>lennart-k/rustical (ghcr.io/lennart-k/rustical)</summary> ### [`v0.11.11`](https://github.com/lennart-k/rustical/releases/tag/v0.11.11): - Breaking changes in v0.12 [Compare Source](https://github.com/lennart-k/rustical/compare/v0.11.10...v0.11.11) #### Important changes In the next major version, a largely overhauled ical parser will be used. As it will be much stricter it might reject parsing some objects currently in your calendars or address books. Starting from v0.11.11, RustiCal will show you an error if issues will arise in v0.12.0. If you see any errors, please report them in [#&#8203;165](https://github.com/lennart-k/rustical/issues/165) so we can find a solution in time! Please state the thrown error and preferrably also the calendar/addressbook data anonymised as much as necessary. **If no errors occur** please also report that since that helps me get a feeling of how well this version is tested. :) **Full Changelog**: <https://github.com/lennart-k/rustical/compare/v0.11.10...v0.11.11> ### [`v0.11.10`](https://github.com/lennart-k/rustical/releases/tag/v0.11.10) [Compare Source](https://github.com/lennart-k/rustical/compare/v0.11.9...v0.11.10) - Fix `addressbook-query` matching for empty filters **Full Changelog**: <https://github.com/lennart-k/rustical/compare/v0.11.9...v0.11.10> ### [`v0.11.9`](https://github.com/lennart-k/rustical/releases/tag/v0.11.9) [Compare Source](https://github.com/lennart-k/rustical/compare/v0.11.8...v0.11.9) - CardDAV: Fix `max-resource-size` namespac - Remove some forgotten debug prints **Full Changelog**: <https://github.com/lennart-k/rustical/compare/v0.11.8...v0.11.9> ### [`v0.11.8`](https://github.com/lennart-k/rustical/releases/tag/v0.11.8) [Compare Source](https://github.com/lennart-k/rustical/compare/v0.11.7...v0.11.8) - Proper implementation of filters in `addressbook-query` report - support for unicode collation - Fixes to `calendar-query` and `addressbook-query` filters - Behind the scenes: Work on testing **Full Changelog**: <https://github.com/lennart-k/rustical/compare/v0.11.7...v0.11.8> ### [`v0.11.7`](https://github.com/lennart-k/rustical/releases/tag/v0.11.7) [Compare Source](https://github.com/lennart-k/rustical/compare/v0.11.6...v0.11.7) #### Bugfixes - ical-rs: Fix invalid handling of multi-byte characters at line ends [#&#8203;157](https://github.com/lennart-k/rustical/issues/157) **Full Changelog**: <https://github.com/lennart-k/rustical/compare/v0.11.6...v0.11.7> ### [`v0.11.6`](https://github.com/lennart-k/rustical/releases/tag/v0.11.6) [Compare Source](https://github.com/lennart-k/rustical/compare/v0.11.5...v0.11.6) - Implement `addressbook-query` report for CardDAV **Full Changelog**: <https://github.com/lennart-k/rustical/compare/v0.11.5...v0.11.6> ### [`v0.11.5`](https://github.com/lennart-k/rustical/releases/tag/v0.11.5) [Compare Source](https://github.com/lennart-k/rustical/compare/v0.11.4...v0.11.5) - some work on the ical-rs library to make it more efficient - Fix ical version hint for calendar exports **Full Changelog**: <https://github.com/lennart-k/rustical/compare/v0.11.4...v0.11.5> ### [`v0.11.4`](https://github.com/lennart-k/rustical/releases/tag/v0.11.4) [Compare Source](https://github.com/lennart-k/rustical/compare/v0.11.3...v0.11.4) #### Bugfixes - Fix improper handling of Unicode characters in parameters in `ical-rs` (fixes [#&#8203;157](https://github.com/lennart-k/rustical/issues/157)) **Full Changelog**: <https://github.com/lennart-k/rustical/compare/v0.11.3...v0.11.4> ### [`v0.11.3`](https://github.com/lennart-k/rustical/releases/tag/v0.11.3) [Compare Source](https://github.com/lennart-k/rustical/compare/v0.11.2...v0.11.3) #### What's Changed - src/config.rs: bind to legacy and nonlegacy ip addresses by default by [@&#8203;quantenzitrone](https://github.com/quantenzitrone) in [#&#8203;154](https://github.com/lennart-k/rustical/pull/154) #### New Contributors - [@&#8203;quantenzitrone](https://github.com/quantenzitrone) made their first contribution in [#&#8203;154](https://github.com/lennart-k/rustical/pull/154) **Full Changelog**: <https://github.com/lennart-k/rustical/compare/v0.11.2...v0.11.3> ### [`v0.11.2`](https://github.com/lennart-k/rustical/releases/tag/v0.11.2) [Compare Source](https://github.com/lennart-k/rustical/compare/v0.11.1...v0.11.2) Minor improvements to frontend **Full Changelog**: <https://github.com/lennart-k/rustical/compare/v0.11.1...v0.11.2> ### [`v0.11.1`](https://github.com/lennart-k/rustical/releases/tag/v0.11.1) [Compare Source](https://github.com/lennart-k/rustical/compare/v0.11.0...v0.11.1) #### Fixes - Remove some forgotten debug statement from frontend ### `v0.11.0` changelog > \[!WARNING] > This update contains database migrations so creating a **backup** (as always) is advised. #### New features Editable birthday calendars (finally) in [#&#8203;138](https://github.com/lennart-k/rustical/pull/138). You can finally change displayname, description, color, etc. for birthday calendars as well as create and remove them as you desire. :) **Full Changelog**: <https://github.com/lennart-k/rustical/compare/v0.10.5...v0.11.0> ### [`v0.11.0`](https://github.com/lennart-k/rustical/releases/tag/v0.11.0) [Compare Source](https://github.com/lennart-k/rustical/compare/v0.10.5...v0.11.0) > \[!WARNING] > This update contains database migrations so creating a **backup** (as always) is advised. #### New features Editable birthday calendars (finally) in [#&#8203;138](https://github.com/lennart-k/rustical/pull/138). You can finally change displayname, description, color, etc. for birthday calendars as well as create and remove them as you desire. :) **Full Changelog**: <https://github.com/lennart-k/rustical/compare/v0.10.5...v0.11.0> </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4yNC4xIiwidXBkYXRlZEluVmVyIjoiNDIuMjQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
chore(deps): update ghcr.io/lennart-k/rustical docker tag to v0.11.10
Some checks are pending
checks / pre-commit (push) Waiting to run
checks / k8s (push) Waiting to run
checks / tflint (push) Waiting to run
9d01587923
renovate-bot force-pushed renovate/ghcr.io-lennart-k-rustical-0.x from 9d01587923
Some checks are pending
checks / pre-commit (push) Waiting to run
checks / k8s (push) Waiting to run
checks / tflint (push) Waiting to run
to b0a23c7c05
Some checks failed
OpenTofu deployments / authentik (push) Waiting to run
OpenTofu deployments / adguard (push) Waiting to run
checks / pre-commit (push) Has been cancelled
checks / k8s (push) Has been cancelled
checks / tflint (push) Has been cancelled
2026-01-11 05:55:00 +00:00
Compare
renovate-bot changed title from chore(deps): update ghcr.io/lennart-k/rustical docker tag to v0.11.10 to chore(deps): update ghcr.io/lennart-k/rustical docker tag to v0.11.11 2026-01-11 05:55:16 +00:00
catalin deleted branch renovate/ghcr.io-lennart-k-rustical-0.x 2026-01-11 10:35:51 +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!547
No description provided.