Commit Graph

2891 Commits

Author SHA1 Message Date
b3accd5a78 update image
All checks were successful
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m35s
2025-07-31 19:23:07 -05:00
1e63931ef2 add docs site
All checks were successful
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)
All checks were successful
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 ([#&#8203;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.

- **[@&#8203;directus/api](https://github.com/directus/api)**
  - Fixed replacing process.env.NODE\_ENV on backend extensions ([#&#8203;25180](https://github.com/directus/directus/pull/25180) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Exclude database-only tables from snapshots ([#&#8203;25271](https://github.com/directus/directus/pull/25271) by [@&#8203;Nitwel](https://github.com/Nitwel))
- **[@&#8203;directus/extensions-sdk](https://github.com/directus/extensions-sdk)**
  - Upgraded all dependencies of [@&#8203;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.   ([#&#8203;25486](https://github.com/directus/directus/pull/25486) by [@&#8203;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 ([#&#8203;25180](https://github.com/directus/directus/pull/25180) by [@&#8203;Nitwel](https://github.com/Nitwel))

#####  New Features & Improvements

- **[@&#8203;directus/app](https://github.com/directus/app)**
  - Added support for RTL rendering in the studio ([#&#8203;25494](https://github.com/directus/directus/pull/25494) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
  - Added Stylelint and refactored the styles to take advantage of logical properties ([#&#8203;25370](https://github.com/directus/directus/pull/25370) by [@&#8203;formfcw](https://github.com/formfcw))
  - Added the code tool to the WYSIWYG text editor by [@&#8203;Abdallah-Awwad](https://github.com/Abdallah-Awwad) & [@&#8203;robluton](https://github.com/robluton) ([#&#8203;25399](https://github.com/directus/directus/pull/25399) by [@&#8203;Abdallah-Awwad](https://github.com/Abdallah-Awwad))
  - Ensured that custom validation rules are executed in overlays ([#&#8203;25394](https://github.com/directus/directus/pull/25394) by [@&#8203;formfcw](https://github.com/formfcw))
  - Improved custom validation message handling ([#&#8203;25413](https://github.com/directus/directus/pull/25413) by [@&#8203;formfcw](https://github.com/formfcw))
  - Improved accessibility for anchors, iframes, labels and roles ([#&#8203;25531](https://github.com/directus/directus/pull/25531) by [@&#8203;formfcw](https://github.com/formfcw))
- **[@&#8203;directus/api](https://github.com/directus/api)**
  - Added support for RTL rendering in the studio ([#&#8203;25494](https://github.com/directus/directus/pull/25494) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
  - Added `websocket.authenticate` filter hook ([#&#8203;25344](https://github.com/directus/directus/pull/25344) by [@&#8203;8byr0](https://github.com/8byr0))
- **[@&#8203;directus/system-data](https://github.com/directus/system-data)**
  - Added support for RTL rendering in the studio ([#&#8203;25494](https://github.com/directus/directus/pull/25494) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))

##### 🐛 Bug Fixes & Optimizations

- **[@&#8203;directus/app](https://github.com/directus/app)**
  - Fixed an issue that could cause the notifications to be rendered in the wrong location ([#&#8203;25499](https://github.com/directus/directus/pull/25499) by [@&#8203;formfcw](https://github.com/formfcw))
  - Added copy id to file details panel in sidebar ([#&#8203;25434](https://github.com/directus/directus/pull/25434) by [@&#8203;robluton](https://github.com/robluton))
  - Added latest material symbols font and generated the associated icons json file ([#&#8203;25512](https://github.com/directus/directus/pull/25512) by [@&#8203;robluton](https://github.com/robluton))
  - Ensured that relational interfaces could reset their saved edits in versions ([#&#8203;25384](https://github.com/directus/directus/pull/25384) by [@&#8203;formfcw](https://github.com/formfcw))
  - Fixed a bug that prevented negative signs from being entered into number fields ([#&#8203;25548](https://github.com/directus/directus/pull/25548) by [@&#8203;formfcw](https://github.com/formfcw))
  - Fixed a bug that caused “Save as Copy” to mutate edits before saving ([#&#8203;25418](https://github.com/directus/directus/pull/25418) by [@&#8203;formfcw](https://github.com/formfcw))
  - Changed select-color interface to pass opacity value to color-presets ([#&#8203;25441](https://github.com/directus/directus/pull/25441) by [@&#8203;robluton](https://github.com/robluton))
  - Fixed issue causing color preset tooltip from triggering when clicking on color picker icon ([#&#8203;25451](https://github.com/directus/directus/pull/25451) by [@&#8203;robluton](https://github.com/robluton))
  - Fixed a bug that caused the buttons in the field template to appear unstyled after saving ([#&#8203;25447](https://github.com/directus/directus/pull/25447) by [@&#8203;formfcw](https://github.com/formfcw))
  - Prevented save from being enabled by default for existing drawer items (m2o and o2m) ([#&#8203;25469](https://github.com/directus/directus/pull/25469) by [@&#8203;robluton](https://github.com/robluton))
  - Added logout flow when user removes own account. ([#&#8203;25424](https://github.com/directus/directus/pull/25424) by [@&#8203;robluton](https://github.com/robluton))
  - Added redirect to profile page when user registers and not required to verify by email. ([#&#8203;25425](https://github.com/directus/directus/pull/25425) by [@&#8203;robluton](https://github.com/robluton))
  - Fixed a bug that prevented popups from working in the WYSIWYG interface when opened in a drawer ([#&#8203;25432](https://github.com/directus/directus/pull/25432) by [@&#8203;DantonMariano](https://github.com/DantonMariano))
  - Fixed a bug that was preventing overlay forms with junction fields from correctly applying filters in M2O fields ([#&#8203;25421](https://github.com/directus/directus/pull/25421) by [@&#8203;formfcw](https://github.com/formfcw))
  - Fixed a bug that caused the M2O display to shift and cut off ([#&#8203;25477](https://github.com/directus/directus/pull/25477) by [@&#8203;formfcw](https://github.com/formfcw))
  - Ensured app access permission rules are applied consistently, regardless of the selection context ([#&#8203;25402](https://github.com/directus/directus/pull/25402) by [@&#8203;formfcw](https://github.com/formfcw))
  - Fixed a bug that was preventing translations from displaying in the calendar layout ([#&#8203;25431](https://github.com/directus/directus/pull/25431) by [@&#8203;u12206050](https://github.com/u12206050))
  - Fixed a bug that caused the upload modal to appear behind the drawer ([#&#8203;25393](https://github.com/directus/directus/pull/25393) by [@&#8203;formfcw](https://github.com/formfcw))
  - Fixed a bug that prevented the horizontal rule from appearing in the WYSIWYG editor ([#&#8203;25395](https://github.com/directus/directus/pull/25395) by [@&#8203;formfcw](https://github.com/formfcw))
  - Ensured that text on a kanban card doesn’t overflow its container ([#&#8203;25446](https://github.com/directus/directus/pull/25446) by [@&#8203;formfcw](https://github.com/formfcw))
  - Added tooltip that displays complete url for flow panels that have url endpoints ([#&#8203;25527](https://github.com/directus/directus/pull/25527) by [@&#8203;robluton](https://github.com/robluton))
  - Added code to update the file list ui when importing a file via url ([#&#8203;25429](https://github.com/directus/directus/pull/25429) by [@&#8203;robluton](https://github.com/robluton))
  - Ensured skip link uses correct href in production environments ([#&#8203;25514](https://github.com/directus/directus/pull/25514) by [@&#8203;formfcw](https://github.com/formfcw))
- **[@&#8203;directus/api](https://github.com/directus/api)**
  - Upgrade dependencies ([#&#8203;25545](https://github.com/directus/directus/pull/25545) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
  - Fixed parsing functions in aliases ([#&#8203;25139](https://github.com/directus/directus/pull/25139) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Fixed importing CSV with nested dot notation ([#&#8203;25454](https://github.com/directus/directus/pull/25454) by [@&#8203;joselcvarela](https://github.com/joselcvarela))
  - Removed duplicate code in fields readAll ([#&#8203;25184](https://github.com/directus/directus/pull/25184) by [@&#8203;amosmurmu](https://github.com/amosmurmu))
  - Added support for bundling with Rolldown and improved app extensions loading by streaming from disk ([#&#8203;25317](https://github.com/directus/directus/pull/25317) by [@&#8203;Nitwel](https://github.com/Nitwel))
- **[@&#8203;directus/extensions-registry](https://github.com/directus/extensions-registry)**
  - Upgrade dependencies ([#&#8203;25545](https://github.com/directus/directus/pull/25545) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/extensions-sdk](https://github.com/directus/extensions-sdk)**
  - Upgrade dependencies ([#&#8203;25545](https://github.com/directus/directus/pull/25545) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/composables](https://github.com/directus/composables)**
  - Upgrade dependencies ([#&#8203;25545](https://github.com/directus/directus/pull/25545) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/system-data](https://github.com/directus/system-data)**
  - Hide accepted terms field in settings ([#&#8203;25391](https://github.com/directus/directus/pull/25391) by [@&#8203;licitdev](https://github.com/licitdev))
- **create-directus-extension**
  - Updated dependencies ([#&#8203;25550](https://github.com/directus/directus/pull/25550) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/sdk](https://github.com/directus/sdk)**
  - Added a message property to the SDK error object ([#&#8203;25474](https://github.com/directus/directus/pull/25474) by [@&#8203;jclaveau](https://github.com/jclaveau))
  - Improved output types for relational fields in the SDK ([#&#8203;25428](https://github.com/directus/directus/pull/25428) by [@&#8203;br41nslug](https://github.com/br41nslug))
- **[@&#8203;directus/env](https://github.com/directus/env)**
  - Ensured password env options are always strings ([#&#8203;25248](https://github.com/directus/directus/pull/25248) by [@&#8203;Nitwel](https://github.com/Nitwel))
- **[@&#8203;directus/themes](https://github.com/directus/themes)**
  - Fixed an issue that caused custom fonts to fail if multiple weights were used out of order ([#&#8203;25452](https://github.com/directus/directus/pull/25452) by [@&#8203;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@&#8203;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)
All checks were successful
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)
All checks were successful
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
All checks were successful
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)
All checks were successful
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
All checks were successful
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)
Some checks failed
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)
Some checks failed
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
All checks were successful
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)
All checks were successful
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
All checks were successful
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
Some checks failed
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
3a96b1668c Update ghcr.io/calibrain/calibre-web-automated-book-downloader:latest Docker digest to e7894be
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 15s
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 2m3s
2025-07-30 13:01:24 +00:00
abd7a133e8 Update rmcrackan/libation Docker tag to v12.4.11
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 15s
lint-test-helm / helm-lint (push) Successful in 16s
renovate / renovate (push) Successful in 1m30s
2025-07-30 12:01:54 +00:00
32ddfaeedd Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.0.8 (#1056)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 2m23s
2025-07-30 10:01:30 +00:00
59ad5134d0 Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.0.7
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 15s
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m27s
2025-07-30 09:01:30 +00:00
8f88765923 remove valkey secret
All checks were successful
lint-test-helm / helm-lint (push) Successful in 1m10s
renovate / renovate (push) Successful in 1m37s
2025-07-29 20:36:23 -05:00
f77913891f remvoe valkey
Some checks failed
lint-test-helm / helm-lint (push) Successful in 1m4s
renovate / renovate (push) Has been cancelled
2025-07-29 19:49:54 -05:00
42a530a818 switch redis
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m24s
2025-07-29 19:31:30 -05:00
4cc19b007a remove valke
Some checks failed
lint-test-helm / helm-lint (push) Successful in 17s
renovate / renovate (push) Has been cancelled
2025-07-29 19:30:40 -05:00
3142d2f62e add redis confi
Some checks failed
lint-test-helm / helm-lint (push) Successful in 15s
renovate / renovate (push) Has been cancelled
2025-07-29 19:29:01 -05:00
08cf8533ae switch redis
All checks were successful
lint-test-helm / helm-lint (push) Successful in 17s
renovate / renovate (push) Successful in 1m3s
2025-07-29 19:28:00 -05:00
5e11839997 add redis
All checks were successful
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m6s
2025-07-29 19:26:13 -05:00
2b2c9f676f add redis
Some checks failed
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Has been cancelled
2025-07-29 19:25:20 -05:00
b17c0a3bda remove valke
All checks were successful
lint-test-helm / helm-lint (push) Successful in 1m6s
renovate / renovate (push) Successful in 1m54s
2025-07-29 19:21:45 -05:00
acc5416856 switch redis
Some checks failed
lint-test-helm / helm-lint (push) Successful in 51s
renovate / renovate (push) Has been cancelled
2025-07-29 19:20:19 -05:00
ab5444e38b switch redis
All checks were successful
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m16s
2025-07-29 19:15:28 -05:00
74ecf00860 remove valkey
Some checks failed
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Has been cancelled
2025-07-29 19:14:11 -05:00
e6db65c1fa change redis service
All checks were successful
lint-test-helm / helm-lint (push) Successful in 31s
renovate / renovate (push) Successful in 1m50s
2025-07-29 19:10:51 -05:00
c1f0b74a7d add redis replciation
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m37s
2025-07-29 19:06:56 -05:00
062e0ef36b switch redis
Some checks failed
lint-test-helm / helm-lint (push) Successful in 16s
renovate / renovate (push) Has been cancelled
2025-07-29 19:05:50 -05:00
a74f564f02 remove valkey
Some checks failed
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Has been cancelled
2025-07-29 19:04:03 -05:00
90762f9147 switch service
All checks were successful
lint-test-helm / helm-lint (push) Successful in 19s
renovate / renovate (push) Successful in 1m32s
2025-07-29 19:01:04 -05:00
895ad08e34 switch service
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-07-29 19:00:41 -05:00
95b86bd8ed switch redis
Some checks failed
lint-test-helm / helm-lint (push) Successful in 21s
process-repository / process-repository (push) Failing after 36s
renovate / renovate (push) Successful in 1m52s
2025-07-29 18:58:01 -05:00
aabb239269 switch redis
Some checks failed
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Has been cancelled
2025-07-29 18:57:35 -05:00
bfc14a97d9 add redis replciation
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m28s
2025-07-29 18:54:48 -05:00
57c8b22491 add redis replciation
Some checks failed
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Has been cancelled
2025-07-29 18:53:36 -05:00
c78c576933 remove valkey
All checks were successful
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 2m23s
2025-07-29 18:45:27 -05:00
c0a2f93a39 change redis
All checks were successful
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m23s
2025-07-29 18:42:27 -05:00
d9b1ed4179 fix security context
All checks were successful
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 1m38s
2025-07-29 18:12:01 -05:00
a16b5763a7 add redis replciation
All checks were successful
lint-test-helm / helm-lint (push) Successful in 40s
renovate / renovate (push) Successful in 1m6s
2025-07-29 17:56:17 -05:00
b993ae7a92 Update ghcr.io/linuxserver/bazarr:1.5.2 Docker digest to 911483a (#1052)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 1m35s
2025-07-29 22:01:32 +00:00
7f1652abda fix documentation
All checks were successful
lint-test-helm / helm-lint (push) Successful in 1m8s
renovate / renovate (push) Successful in 1m47s
2025-07-29 16:26:36 -05:00
11fae5bd22 Update Helm release app-template to v4.2.0 (#1050)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m6s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [app-template](https://github.com/bjw-s-labs/helm-charts) | minor | `4.1.2` -> `4.2.0` |

---

### Release Notes

<details>
<summary>bjw-s-labs/helm-charts (app-template)</summary>

### [`v4.2.0`](https://github.com/bjw-s-labs/helm-charts/releases/tag/app-template-4.2.0)

[Compare Source](https://github.com/bjw-s-labs/helm-charts/compare/app-template-4.1.2...app-template-4.2.0)

##### Changelog:

##### Changed

- Upgraded the common library to v4.2.0
  - [Upgrade notes](https://bjw-s-labs.github.io/helm-charts/docs/app-template/upgrade-instructions/)
  - [Detailed release notes](https://github.com/bjw-s-labs/helm-charts/releases/tag/common-4.2.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->

Reviewed-on: #1050
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-07-29 21:06:50 +00:00
b74af2343e Update searxng/searxng:latest Docker digest to 8ee0664
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 10s
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m38s
2025-07-29 15:03:14 +00:00
7d09a81435 Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.0.6
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 30s
lint-test-helm / helm-lint (push) Successful in 31s
renovate / renovate (push) Successful in 2m29s
2025-07-29 07:01:49 +00:00
dfd567d703 Update searxng/searxng:latest Docker digest to 53f74df
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 28s
lint-test-helm / helm-lint (push) Successful in 30s
renovate / renovate (push) Successful in 1m10s
2025-07-29 06:01:30 +00:00