37d0e9c5c8
Update ghcr.io/immich-app/immich-machine-learning Docker tag to v1.137.3
lint-test-helm / helm-lint (pull_request) Successful in 8s
2025-08-07 21:16:21 +00:00
2218a8513b
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.5.1 ( #1164 )
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m36s
2025-08-07 21:02:27 +00:00
c7fbd1aae6
Update searxng/searxng:latest Docker digest to b421cdc ( #1162 )
lint-test-helm / helm-lint (push) Successful in 17s
renovate / renovate (push) Successful in 1m57s
2025-08-07 19:02:32 +00:00
be60de8ada
Update outlinewiki/outline Docker tag to v0.86.0 ( #1158 )
...
lint-test-helm / helm-lint (push) Successful in 7s
renovate / renovate (push) Successful in 2m7s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [outlinewiki/outline](https://github.com/outline/outline ) | minor | `0.85.1` -> `0.86.0` |
---
### Release Notes
<details>
<summary>outline/outline (outlinewiki/outline)</summary>
### [`v0.86.0`](https://github.com/outline/outline/releases/tag/v0.86.0 )
[Compare Source](https://github.com/outline/outline/compare/v0.85.1...v0.86.0 )
> \[!NOTE]\
> If you run the collaboration service separately it ***must*** be updated and restarted before the client and API to avoid errors.
<img width="1680" height="740" alt="collection-sharing" src="https://github.com/user-attachments/assets/19b1a9a2-3fbc-4f15-aff5-63c30d949461 " />
#### What's Changed
This release we've finally closed out one of the most requested features of the last year – public sharing of collections. You can now share an entire collection on the internet in the same way as a document. We also included the same options to optionally include a "last modified" timestamp, sitemap, and search engine indexing (disabled by default).
Additionally document history now supports multiple collaborators – if you are in a multiplayer editing session on a document the history panel will properly reflect both users as being contributors to a version.
##### Other improvements
- Added OTP sign-in codes for mobile PWA in https://github.com/outline/outline/pull/9556
- A paste menu to convert a list of URLs to mentions is now displaced in https://github.com/outline/outline/pull/9646
- You can now update the url of an embed without reinserting in https://github.com/outline/outline/pull/9479
- The collaboration service can now be scaled across multiple servers in https://github.com/outline/outline/pull/9625
- References are now prefetched on hover in https://github.com/outline/outline/pull/9722
- We improved the wrapping behavior in inline code marks in https://github.com/outline/outline/pull/9724
- The `Up` arrow in a comment input now jumps to editing previous comment in https://github.com/outline/outline/pull/9727
- Clicking items in the sidebar is now even faster than before in https://github.com/outline/outline/pull/9733
- Added support for Tella.tv embeds in https://github.com/outline/outline/pull/9775
- Hundreds of new and improved translations
##### Fixes
##### Editor
- fix: Include image caption as alt attribute in https://github.com/outline/outline/pull/9554
- fix: Empty placeholder shows up when no text but image in paragraph in https://github.com/outline/outline/pull/9593
- fix: Remote table modifications cause CellSelection to be lost in https://github.com/outline/outline/pull/9596
- fix: Element overlaying last backlink in https://github.com/outline/outline/pull/9699
- fix: YouTube fullscreen popups are blocked in https://github.com/outline/outline/pull/9706
- fix: Anchor with some UTF8 characters not correctly decoding in https://github.com/outline/outline/pull/9778
- fix: Alignment not copied onto new table rows in https://github.com/outline/outline/pull/9785
- fix: Col/row selection on table with merged cells in https://github.com/outline/outline/pull/9786
- fix: Toggling table full width should always go … fullwidth in https://github.com/outline/outline/pull/9792
##### Other
- fix: Importer truncates newlines in captions in https://github.com/outline/outline/pull/9544
- fix: Incorrect parsing of hard breaks from Markdown in https://github.com/outline/outline/pull/9548
- fix: Make shared document content available to screenreaders in https://github.com/outline/outline/pull/9549
- fix: JSON export->import loses content in https://github.com/outline/outline/pull/9582
- fix: Remove incorrectly nested "recently viewed" docs from explorer in https://github.com/outline/outline/pull/9597
- fix: Blank page is rendered when link to draft without collection is shared in https://github.com/outline/outline/pull/9605
- fix: Viewers unable to connect personal Slack in https://github.com/outline/outline/pull/9614
- fix: Refresh tokens do not work with OIDC discovery in https://github.com/outline/outline/pull/9618
- Fix middle mouse button link behavior in https://github.com/outline/outline/pull/9632
- chore: Add exponential backoff / retry for database deadlocks in https://github.com/outline/outline/pull/9671
- fix: Linking from one shared sub-document to another share in https://github.com/outline/outline/pull/9689
- fix: Title content after period sometimes stripped in import in https://github.com/outline/outline/pull/9712
- fix: Letter icon incorrect in picker and sidebar in https://github.com/outline/outline/pull/9720
- fix: Unnecessary remounts at breakpoints by [@​charliecreates](https://github.com/charliecreates )\[bot] in https://github.com/outline/outline/pull/9730
- fix: Hide inline comments when disabled in https://github.com/outline/outline/pull/9732
- chore: Improve group membership dialogs in https://github.com/outline/outline/pull/9693
- fix: Documents accessible only through group memberships do not appear in search results in https://github.com/outline/outline/pull/9738
- fix: extract domain from user email in Slack authentication by [@​naaa760](https://github.com/naaa760 ) in https://github.com/outline/outline/pull/9742
- fix: emails parameter on users.list should be case insensitive in https://github.com/outline/outline/pull/9755
- fix: Improve importer to be more resilient to hidden directories in https://github.com/outline/outline/pull/9762
- fix: Remote results causes `cmd+k` state reset in https://github.com/outline/outline/pull/9793
- fix: Allow `<br>` tags to represent breaks in API markdown input in https://github.com/outline/outline/pull/9794
- fix: Nested lists flatten in confluence import in https://github.com/outline/outline/pull/9797
- Improve webhook disabling heuristic with time-based analysis in https://github.com/outline/outline/pull/9800
- fix: duplicate highlight shortcut key label by [@​k2on](https://github.com/k2on ) in https://github.com/outline/outline/pull/9806
- Allow disconnecting analytics integrations in https://github.com/outline/outline/pull/9823
- Autofocus search input when opening icon picker in https://github.com/outline/outline/pull/9839
- fix: refresh token rotation is broken in OAuth provider implementation in https://github.com/outline/outline/pull/9847
- fix: Various issues with JSON import in https://github.com/outline/outline/pull/9850
#### New Contributors
- [@​TheAlexLichter](https://github.com/TheAlexLichter ) made their first contribution in https://github.com/outline/outline/pull/9629
- [@​camc314](https://github.com/camc314 ) made their first contribution in https://github.com/outline/outline/pull/9695
- [@​charliecreates](https://github.com/charliecreates )\[bot] made their first contribution in https://github.com/outline/outline/pull/9730
- [@​naaa760](https://github.com/naaa760 ) made their first contribution in https://github.com/outline/outline/pull/9742
- [@​k2on](https://github.com/k2on ) made their first contribution in https://github.com/outline/outline/pull/9806
**Full Changelog**: https://github.com/outline/outline/compare/v0.85.1...v0.86.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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
Reviewed-on: #1158
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-08-07 16:29:36 +00:00
0b1fc3d2d5
Update searxng/searxng:latest Docker digest to d2d7c0d ( #1161 )
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m32s
2025-08-07 16:02:16 +00:00
c9e8fb464d
Update searxng/searxng:latest Docker digest to 99ce8b1
lint-test-helm / helm-lint (pull_request) Successful in 16s
lint-test-helm / helm-lint (push) Successful in 15s
renovate / renovate (push) Successful in 1m44s
2025-08-07 14:02:32 +00:00
1c1cfcf470
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.4.2 ( #1152 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m49s
2025-08-07 08:02:06 +00:00
cff60c3e24
Update Helm release meilisearch to v0.15.0 ( #1129 )
...
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 2m24s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [meilisearch](https://github.com/meilisearch/meilisearch-kubernetes/tree/main/charts/meilisearch ) ([source](https://github.com/meilisearch/meilisearch-kubernetes )) | minor | `0.14.0` -> `0.15.0` |
---
### Release Notes
<details>
<summary>meilisearch/meilisearch-kubernetes (meilisearch)</summary>
### [`v0.15.0`](https://github.com/meilisearch/meilisearch-kubernetes/releases/tag/meilisearch-0.15.0 )
[Compare Source](https://github.com/meilisearch/meilisearch-kubernetes/compare/meilisearch-0.14.0...meilisearch-0.15.0 )
A Helm chart for the Meilisearch search engine
</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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0Il19-->
Reviewed-on: #1129
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-08-06 23:38:42 +00:00
6d3256dc7a
Update ghcr.io/home-assistant/home-assistant Docker tag to v2025.8.0 ( #1146 )
...
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/home-assistant/home-assistant](https://www.home-assistant.io/ ) ([source](https://github.com/home-assistant/core )) | minor | `2025.7.4` -> `2025.8.0` |
---
### Release Notes
<details>
<summary>home-assistant/core (ghcr.io/home-assistant/home-assistant)</summary>
### [`v2025.8.0`](https://github.com/home-assistant/core/releases/tag/2025.8.0 )
[Compare Source](https://github.com/home-assistant/core/compare/2025.7.4...2025.8.0 )
https://www.home-assistant.io/blog/2025/08/06/release-20258/
</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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: #1146
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-08-06 23:37:28 +00:00
49a68d7781
Update rmcrackan/libation Docker tag to v12.5.0 ( #1145 )
...
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [rmcrackan/libation](https://github.com/rmcrackan/Libation ) | minor | `12.4.11` -> `12.5.0` |
---
### Release Notes
<details>
<summary>rmcrackan/Libation (rmcrackan/libation)</summary>
### [`v12.5.0`](https://github.com/rmcrackan/Libation/releases/tag/v12.5.0 ): Libation 12.5.0
[Compare Source](https://github.com/rmcrackan/Libation/compare/v12.4.11...v12.5.0 )
- Allow Libation to start with an invalid Books directory ([#​1320](https://github.com/rmcrackan/Libation/issues/1320 ) & [#​1214](https://github.com/rmcrackan/Libation/issues/1214 ))
- Use series Order string instead of parsed float in template tags ([#​1056](https://github.com/rmcrackan/Libation/issues/1056 ))
- Provide NTFS default characters for non-windows users ([#​1258](https://github.com/rmcrackan/Libation/issues/1258 ) & [#​1256](https://github.com/rmcrackan/Libation/issues/1256 ))
- Smart handling of filename limitations cross platform ([#​1260](https://github.com/rmcrackan/Libation/issues/1260 ))
- Add "Locate Audiobooks" help text ([#​1323](https://github.com/rmcrackan/Libation/issues/1323 ))
- Add link to naming template wiki
- Added nix flake and shell files for nixos users who want to work on development
Thanks to [@​Mbucari](https://github.com/Mbucari ), [@​ajundi](https://github.com/ajundi )
[Libation](https://github.com/rmcrackan/Libation ) is a free, open source audible library manager. Decrypt, backup, organize, and search your audible library
I intend to keep Libation free and open source, but if you want to [leave a tip](https://paypal.me/mcrackan?locale.x=en_us ), who am I to argue?
</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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4xIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1145
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-08-06 23:37:16 +00:00
9311df2e62
Update ghcr.io/calibrain/calibre-web-automated-book-downloader:latest Docker digest to b68b3d0 ( #1148 )
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m26s
2025-08-06 22:02:24 +00:00
a634ebb0bf
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.3.1 ( #1143 )
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 2m40s
2025-08-06 17:02:04 +00:00
5a822b1f55
Update ghcr.io/sarperavci/cloudflarebypassforscraping:latest Docker digest to fd12a2c ( #1138 )
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 2m24s
2025-08-06 12:03:00 +00:00
ce1371f0f9
Update ghcr.io/linuxserver/prowlarr:1.37.0 Docker digest to 25d21c0
lint-test-helm / helm-lint (pull_request) Successful in 7s
lint-test-helm / helm-lint (push) Successful in 36s
renovate / renovate (push) Successful in 2m25s
2025-08-06 05:01:53 +00:00
7bfe3519e0
Update ghcr.io/linuxserver/lidarr:2.12.4 Docker digest to 286af1e ( #1133 )
lint-test-helm / helm-lint (push) Successful in 16s
renovate / renovate (push) Successful in 2m46s
2025-08-06 04:02:50 +00:00
1200631a38
Update ghcr.io/linuxserver/bazarr:1.5.2 Docker digest to 9530eb0 ( #1131 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 2m23s
2025-08-05 22:02:05 +00:00
a2899d817b
Update caronc/apprise Docker tag to v1.2.1
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 14s
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m38s
2025-08-05 16:01:09 +00:00
c5b3e4763c
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.3.0 ( #1123 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 2m30s
2025-08-05 08:02:12 +00:00
ff97cdf045
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.2.5 ( #1121 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 2m11s
2025-08-04 15:02:02 +00:00
5c5c4d6062
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.2.4
lint-test-helm / helm-lint (pull_request) Successful in 13s
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m9s
2025-08-04 14:02:39 +00:00
063a710eaa
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.2.3 ( #1118 )
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 2m0s
2025-08-04 12:02:08 +00:00
73ae0372c3
Update ghcr.io/linuxserver/plex:1.41.9 Docker digest to 67f81a4
lint-test-helm / helm-lint (pull_request) Successful in 16s
lint-test-helm / helm-lint (push) Successful in 7s
renovate / renovate (push) Successful in 1m22s
2025-08-04 10:02:40 +00:00
f69886679c
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.2.1 ( #1116 )
lint-test-helm / helm-lint (push) Successful in 7s
renovate / renovate (push) Successful in 2m5s
2025-08-04 06:01:45 +00:00
3e68301189
Update ghcr.io/tautulli/tautulli Docker tag to v2.15.3 ( #1112 )
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-03 18:02:01 +00:00
9981db78e9
Update ghcr.io/gethomepage/homepage Docker tag to v1.4.3
lint-test-helm / helm-lint (pull_request) Successful in 8s
lint-test-docker / docker-lint (pull_request) Successful in 18s
lint-test-docker / docker-lint (push) Successful in 8s
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m38s
2025-08-03 16:02:14 +00:00
c24f43680e
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.2.0
lint-test-helm / helm-lint (pull_request) Successful in 10s
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m12s
2025-08-03 11:01:26 +00:00
0cb027510a
Update searxng/searxng:latest Docker digest to d7325ed
lint-test-helm / helm-lint (pull_request) Successful in 9s
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m27s
2025-08-03 09:01:42 +00:00
c6f91e059b
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.1.2
lint-test-helm / helm-lint (pull_request) Successful in 12s
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m43s
2025-08-03 06:02:21 +00:00
cb23a8a8df
Update ghcr.io/advplyr/audiobookshelf Docker tag to v2.27.0
lint-test-helm / helm-lint (pull_request) Successful in 11s
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m4s
2025-08-03 00:01:51 +00:00
f7dfcfac4c
Update ghcr.io/gethomepage/homepage Docker tag to v1.4.2
lint-test-docker / docker-lint (pull_request) Successful in 9s
lint-test-helm / helm-lint (pull_request) Successful in 12s
lint-test-helm / helm-lint (push) Successful in 10s
lint-test-docker / docker-lint (push) Successful in 14s
renovate / renovate (push) Successful in 1m20s
2025-08-02 23:01:20 +00:00
7cc78897db
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.1.1 ( #1104 )
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 2m55s
2025-08-02 18:01:36 +00:00
46f7e49520
Update ghcr.io/actualbudget/actual Docker tag to v25.8.0 ( #1103 )
...
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m33s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| ghcr.io/actualbudget/actual | minor | `25.7.1` -> `25.8.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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
Reviewed-on: #1103
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-08-02 16:53:51 +00:00
abb79c5ec7
Update ghcr.io/gethomepage/homepage Docker tag to v1.4.1 ( #1102 )
lint-test-docker / docker-lint (push) Successful in 9s
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m37s
2025-08-02 13:01:42 +00:00
fcd9de09f1
Update bbilly1/tubearchivist Docker tag to v0.5.5
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 10s
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m34s
2025-08-01 16:01:05 +00:00
de1bba4bcf
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.1.0 ( #1096 )
lint-test-helm / helm-lint (push) Successful in 19s
renovate / renovate (push) Successful in 2m10s
2025-08-01 15:49:00 +00:00
11f8bed879
Update searxng/searxng:latest Docker digest to 3f22945 ( #1086 )
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Has been cancelled
2025-08-01 15:40:26 +00:00
b3accd5a78
update image
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 3m23s
2025-07-31 19:23:07 -05:00
1e63931ef2
add docs site
lint-test-helm / helm-lint (push) Successful in 30s
renovate / renovate (push) Successful in 1m20s
2025-07-31 19:11:34 -05:00
381bd63684
Update directus/directus Docker tag to v11.10.0 ( #1082 )
...
lint-test-helm / helm-lint (push) Successful in 25s
renovate / renovate (push) Successful in 1m21s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [directus/directus](https://github.com/directus/directus ) | minor | `11.9.3` -> `11.10.0` |
---
### Release Notes
<details>
<summary>directus/directus (directus/directus)</summary>
### [`v11.10.0`](https://github.com/directus/directus/releases/tag/v11.10.0 )
[Compare Source](https://github.com/directus/directus/compare/v11.9.3...v11.10.0 )
##### ⚠️ Potential Breaking Changes
**Exclude database-only tables from snapshots ([#​25271](https://github.com/directus/directus/pull/25271 ))**
Snapshots now exclude tables not tracked in `directus_collections` (database-only tables).
| Source Version | Target Version | Behavior | Impact |
| -------------- | -------------- | ---------------------------------------------------------- | -------------------------------------------- |
| < 11.10.0 | ≥ 11.10.0 | Database-only tables from source will be created on target | ⚠️ Tables added |
| ≥ 11.10.0 | < 11.10.0 | Database-only tables will be dropped from target | 🚨 Data loss risk |
| ≥ 11.10.0 | ≥ 11.10.0 | Database-only tables are ignored in snapshots | ✅ No changes |
| < 11.10.0 | < 11.10.0 | Database-only tables may be created or dropped | ⚠️ Depends on the diff between source/target |
Please review your snapshot workflows to ensure these changes will not result in unexpected behaviour.
- **[@​directus/api](https://github.com/directus/api )**
- Fixed replacing process.env.NODE\_ENV on backend extensions ([#​25180](https://github.com/directus/directus/pull/25180 ) by [@​Nitwel](https://github.com/Nitwel ))
- Exclude database-only tables from snapshots ([#​25271](https://github.com/directus/directus/pull/25271 ) by [@​Nitwel](https://github.com/Nitwel ))
- **[@​directus/extensions-sdk](https://github.com/directus/extensions-sdk )**
- Upgraded all dependencies of [@​directus/extensions-sdk](https://github.com/directus/extensions-sdk ) to the latest major versions of Rollup and Vite, and resolved several false-positive security reports. ([#​25486](https://github.com/directus/directus/pull/25486 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
⚠️ This change also raises the minimum supported Node.js version to **20.19.0**.
- Fixed replacing process.env.NODE\_ENV on backend extensions ([#​25180](https://github.com/directus/directus/pull/25180 ) by [@​Nitwel](https://github.com/Nitwel ))
##### ✨ New Features & Improvements
- **[@​directus/app](https://github.com/directus/app )**
- Added support for RTL rendering in the studio ([#​25494](https://github.com/directus/directus/pull/25494 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- Added Stylelint and refactored the styles to take advantage of logical properties ([#​25370](https://github.com/directus/directus/pull/25370 ) by [@​formfcw](https://github.com/formfcw ))
- Added the code tool to the WYSIWYG text editor by [@​Abdallah-Awwad](https://github.com/Abdallah-Awwad ) & [@​robluton](https://github.com/robluton ) ([#​25399](https://github.com/directus/directus/pull/25399 ) by [@​Abdallah-Awwad](https://github.com/Abdallah-Awwad ))
- Ensured that custom validation rules are executed in overlays ([#​25394](https://github.com/directus/directus/pull/25394 ) by [@​formfcw](https://github.com/formfcw ))
- Improved custom validation message handling ([#​25413](https://github.com/directus/directus/pull/25413 ) by [@​formfcw](https://github.com/formfcw ))
- Improved accessibility for anchors, iframes, labels and roles ([#​25531](https://github.com/directus/directus/pull/25531 ) by [@​formfcw](https://github.com/formfcw ))
- **[@​directus/api](https://github.com/directus/api )**
- Added support for RTL rendering in the studio ([#​25494](https://github.com/directus/directus/pull/25494 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- Added `websocket.authenticate` filter hook ([#​25344](https://github.com/directus/directus/pull/25344 ) by [@​8byr0](https://github.com/8byr0 ))
- **[@​directus/system-data](https://github.com/directus/system-data )**
- Added support for RTL rendering in the studio ([#​25494](https://github.com/directus/directus/pull/25494 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
##### 🐛 Bug Fixes & Optimizations
- **[@​directus/app](https://github.com/directus/app )**
- Fixed an issue that could cause the notifications to be rendered in the wrong location ([#​25499](https://github.com/directus/directus/pull/25499 ) by [@​formfcw](https://github.com/formfcw ))
- Added copy id to file details panel in sidebar ([#​25434](https://github.com/directus/directus/pull/25434 ) by [@​robluton](https://github.com/robluton ))
- Added latest material symbols font and generated the associated icons json file ([#​25512](https://github.com/directus/directus/pull/25512 ) by [@​robluton](https://github.com/robluton ))
- Ensured that relational interfaces could reset their saved edits in versions ([#​25384](https://github.com/directus/directus/pull/25384 ) by [@​formfcw](https://github.com/formfcw ))
- Fixed a bug that prevented negative signs from being entered into number fields ([#​25548](https://github.com/directus/directus/pull/25548 ) by [@​formfcw](https://github.com/formfcw ))
- Fixed a bug that caused “Save as Copy” to mutate edits before saving ([#​25418](https://github.com/directus/directus/pull/25418 ) by [@​formfcw](https://github.com/formfcw ))
- Changed select-color interface to pass opacity value to color-presets ([#​25441](https://github.com/directus/directus/pull/25441 ) by [@​robluton](https://github.com/robluton ))
- Fixed issue causing color preset tooltip from triggering when clicking on color picker icon ([#​25451](https://github.com/directus/directus/pull/25451 ) by [@​robluton](https://github.com/robluton ))
- Fixed a bug that caused the buttons in the field template to appear unstyled after saving ([#​25447](https://github.com/directus/directus/pull/25447 ) by [@​formfcw](https://github.com/formfcw ))
- Prevented save from being enabled by default for existing drawer items (m2o and o2m) ([#​25469](https://github.com/directus/directus/pull/25469 ) by [@​robluton](https://github.com/robluton ))
- Added logout flow when user removes own account. ([#​25424](https://github.com/directus/directus/pull/25424 ) by [@​robluton](https://github.com/robluton ))
- Added redirect to profile page when user registers and not required to verify by email. ([#​25425](https://github.com/directus/directus/pull/25425 ) by [@​robluton](https://github.com/robluton ))
- Fixed a bug that prevented popups from working in the WYSIWYG interface when opened in a drawer ([#​25432](https://github.com/directus/directus/pull/25432 ) by [@​DantonMariano](https://github.com/DantonMariano ))
- Fixed a bug that was preventing overlay forms with junction fields from correctly applying filters in M2O fields ([#​25421](https://github.com/directus/directus/pull/25421 ) by [@​formfcw](https://github.com/formfcw ))
- Fixed a bug that caused the M2O display to shift and cut off ([#​25477](https://github.com/directus/directus/pull/25477 ) by [@​formfcw](https://github.com/formfcw ))
- Ensured app access permission rules are applied consistently, regardless of the selection context ([#​25402](https://github.com/directus/directus/pull/25402 ) by [@​formfcw](https://github.com/formfcw ))
- Fixed a bug that was preventing translations from displaying in the calendar layout ([#​25431](https://github.com/directus/directus/pull/25431 ) by [@​u12206050](https://github.com/u12206050 ))
- Fixed a bug that caused the upload modal to appear behind the drawer ([#​25393](https://github.com/directus/directus/pull/25393 ) by [@​formfcw](https://github.com/formfcw ))
- Fixed a bug that prevented the horizontal rule from appearing in the WYSIWYG editor ([#​25395](https://github.com/directus/directus/pull/25395 ) by [@​formfcw](https://github.com/formfcw ))
- Ensured that text on a kanban card doesn’t overflow its container ([#​25446](https://github.com/directus/directus/pull/25446 ) by [@​formfcw](https://github.com/formfcw ))
- Added tooltip that displays complete url for flow panels that have url endpoints ([#​25527](https://github.com/directus/directus/pull/25527 ) by [@​robluton](https://github.com/robluton ))
- Added code to update the file list ui when importing a file via url ([#​25429](https://github.com/directus/directus/pull/25429 ) by [@​robluton](https://github.com/robluton ))
- Ensured skip link uses correct href in production environments ([#​25514](https://github.com/directus/directus/pull/25514 ) by [@​formfcw](https://github.com/formfcw ))
- **[@​directus/api](https://github.com/directus/api )**
- Upgrade dependencies ([#​25545](https://github.com/directus/directus/pull/25545 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- Fixed parsing functions in aliases ([#​25139](https://github.com/directus/directus/pull/25139 ) by [@​Nitwel](https://github.com/Nitwel ))
- Fixed importing CSV with nested dot notation ([#​25454](https://github.com/directus/directus/pull/25454 ) by [@​joselcvarela](https://github.com/joselcvarela ))
- Removed duplicate code in fields readAll ([#​25184](https://github.com/directus/directus/pull/25184 ) by [@​amosmurmu](https://github.com/amosmurmu ))
- Added support for bundling with Rolldown and improved app extensions loading by streaming from disk ([#​25317](https://github.com/directus/directus/pull/25317 ) by [@​Nitwel](https://github.com/Nitwel ))
- **[@​directus/extensions-registry](https://github.com/directus/extensions-registry )**
- Upgrade dependencies ([#​25545](https://github.com/directus/directus/pull/25545 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- **[@​directus/extensions-sdk](https://github.com/directus/extensions-sdk )**
- Upgrade dependencies ([#​25545](https://github.com/directus/directus/pull/25545 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- **[@​directus/composables](https://github.com/directus/composables )**
- Upgrade dependencies ([#​25545](https://github.com/directus/directus/pull/25545 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- **[@​directus/system-data](https://github.com/directus/system-data )**
- Hide accepted terms field in settings ([#​25391](https://github.com/directus/directus/pull/25391 ) by [@​licitdev](https://github.com/licitdev ))
- **create-directus-extension**
- Updated dependencies ([#​25550](https://github.com/directus/directus/pull/25550 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- **[@​directus/sdk](https://github.com/directus/sdk )**
- Added a message property to the SDK error object ([#​25474](https://github.com/directus/directus/pull/25474 ) by [@​jclaveau](https://github.com/jclaveau ))
- Improved output types for relational fields in the SDK ([#​25428](https://github.com/directus/directus/pull/25428 ) by [@​br41nslug](https://github.com/br41nslug ))
- **[@​directus/env](https://github.com/directus/env )**
- Ensured password env options are always strings ([#​25248](https://github.com/directus/directus/pull/25248 ) by [@​Nitwel](https://github.com/Nitwel ))
- **[@​directus/themes](https://github.com/directus/themes )**
- Fixed an issue that caused custom fonts to fail if multiple weights were used out of order ([#​25452](https://github.com/directus/directus/pull/25452 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
##### 📦 Published Versions
- `@directus/app@13.12 .0`
- `@directus/api@29.0.0`
- `@directus/composables@11.2.1`
- `create-directus-extension@11.0.16`
- `@directus/env@5.1.1`
- `@directus/extensions@3.0.8`
- `@directus/extensions-registry@3.0.8`
- `@directus/extensions-sdk@15.0.0`
- `@directus/memory@3.0.7`
- `@directus/pressure@3.0.7`
- `@directus/storage-driver-azure@12.0.7`
- `@directus/storage-driver-cloudinary@12.0.7`
- `@directus/storage-driver-gcs@12.0.7`
- `@directus/storage-driver-s3@​12.0.7`
- `@directus/storage-driver-supabase@3.0.7`
- `@directus/system-data@3.2.0`
- `@directus/themes@1.1.3`
- `@directus/utils@13.0.8`
- `@directus/validation@2.0.7`
- `@directus/sdk@20.0.1`
</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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: #1082
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-07-31 21:15:58 +00:00
10e5ceb9cf
Update searxng/searxng:latest Docker digest to 3c0a2ee ( #1081 )
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 2m18s
2025-07-31 19:02:07 +00:00
351d6d00a2
Update vectorim/element-web Docker tag to v1.11.108 ( #1078 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 2m7s
2025-07-31 15:02:13 +00:00
a0ac4067ec
Update vaultwarden/server Docker tag to v1.34.3
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 16s
lint-test-helm / helm-lint (push) Successful in 17s
renovate / renovate (push) Successful in 1m53s
2025-07-31 10:01:54 +00:00
55ef383ca1
Update ghcr.io/linuxserver/code-server Docker tag to v4.102.3 ( #1069 )
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 2m23s
2025-07-31 05:02:00 +00:00
deb9e01503
Update harbor.alexlebens.net/images/site-profile Docker tag to v1.1.1
lint-test-helm / helm-lint (pull_request) Successful in 21s
lint-test-helm / helm-lint (push) Successful in 16s
renovate / renovate (push) Successful in 1m29s
2025-07-31 02:36:40 +00:00
ffe99c5c46
Update harbor.alexlebens.net/images/site-profile Docker tag to v1.1.0 ( #1067 )
...
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [harbor.alexlebens.net/images/site-profile](https://gitea.alexlebens.dev/alexlebens/site-profile ) | minor | `1.0.1` -> `1.1.0` |
---
### Release Notes
<details>
<summary>alexlebens/site-profile (harbor.alexlebens.net/images/site-profile)</summary>
### [`v1.1.0`](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/1.0.1...1.1.0 )
[Compare Source](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/1.0.1...1.1.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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: #1067
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-07-31 00:53:10 +00:00
3fc2a7a874
Update cloudflared Docker tag to v1.19.0 ( #1066 )
...
lint-test-helm / helm-lint (push) Successful in 15s
process-repository / process-repository (push) Failing after 29s
renovate / renovate (push) Successful in 2m18s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [cloudflared](https://github.com/cloudflare/cloudflared ) | minor | `1.18.0` -> `1.19.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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
Reviewed-on: #1066
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-07-30 23:07:54 +00:00
95f527369e
Update ghcr.io/calibrain/calibre-web-automated-book-downloader:latest Docker digest to 7d01e56
lint-test-helm / helm-lint (pull_request) Successful in 14s
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 1m19s
2025-07-30 16:01:09 +00:00
a7247be871
Update ghcr.io/calibrain/calibre-web-automated-book-downloader:latest Docker digest to 4f92221 ( #1063 )
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 2m32s
2025-07-30 15:02:12 +00:00
438e2c2ec8
Update vectorim/element-web Docker tag to v1.11.107
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 2m25s
2025-07-30 14:02:09 +00:00
2159b0cd40
Update ghcr.io/calibrain/calibre-web-automated-book-downloader:latest Docker digest to d85a14f
lint-test-helm / helm-lint (pull_request) Successful in 9s
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-07-30 14:01:38 +00:00