Commit Graph

1063 Commits

Author SHA1 Message Date
70a99fc40c Update Helm release rook-ceph-cluster to v1.19.0 (#3343)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 28s
renovate / renovate (push) Successful in 2m0s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [rook-ceph-cluster](https://github.com/rook/rook) | minor | `v1.18.9` → `v1.19.0` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>rook/rook (rook-ceph-cluster)</summary>

### [`v1.19.0`](https://github.com/rook/rook/releases/tag/v1.19.0)

[Compare Source](https://github.com/rook/rook/compare/v1.18.9...v1.19.0)

### Upgrade Guide

To upgrade from previous versions of Rook, see the [Rook upgrade guide](https://rook.github.io/docs/rook/v1.19/Upgrade/rook-upgrade/).

### Breaking Changes

- The supported Kubernetes versions are v1.30 - v1.35
- The minimum supported Ceph version is v19.2.0. Rook v1.18 clusters running Ceph v18 must upgrade
  to Ceph v19.2.0 or higher before upgrading Rook.
- The behavior of the `activeStandby` property in the `CephFilesystem` CRD has changed. When set to `false`, the standby MDS daemon deployment will be scaled down and removed, rather than only disabling the standby cache while the daemon remains running.
- Helm: The `rook-ceph-cluster` chart has changed where the Ceph image is defined, to allow separate settings for the repository and tag. For more details, see the [Rook upgrade guide](https://rook.io/docs/rook/v1.19/Upgrade/rook-upgrade/#breaking-changes-in-v119).
- In external mode, when users provide a Ceph admin keyring to Rook, Rook will no longer create CSI Ceph clients automatically. This approach will provide more consistency to configure external mode clusters via the same external Python script.

### Features

- Experimental: NVMe over Fabrics (NVMe-oF) allows RBD volumes to be exposed and accessed via the NVMe/TCP protocol. This enables both Kubernetes pods within the cluster and external clients outside the cluster to connect to Ceph block storage using standard NVMe-oF initiators, providing high-performance block storage access over the network. See the [NVMe-oF Configuration Guide](https://rook.io/docs/rook/latest-release/Storage-Configuration/Block-Storage-RBD/nvme-of/) to get started.
- CephCSI v3.16 Integration:
  - NVMe-oF CSI driver for provisioning and mounting volumes over the NVMe over Fabrics protocol
  - Improved fencing for RBD and CephFS volumes during [node failure](https://rook.io/docs/rook/latest-release/Storage-Configuration/Block-Storage-RBD/block-storage/#node-loss)
  - Block volume usage statistics
  - Configurable block encryption cipher
- Experimental: Allow concurrent reconciles of the CephCluster CR when there multiple clusters being managed by the same Rook operator. Concurrency is enabled by increasing the operator setting `ROOK_RECONCILE_CONCURRENT_CLUSTERS` to a value greater than `1`.
- Improved logging with namespaced names for the controllers for more consistency in troubleshooting the rook operator log.

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->

Reviewed-on: #3343
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-20 20:55:59 +00:00
89e8538e2d Update Helm release rook-ceph to v1.19.0 (#3342)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 23s
renovate / renovate (push) Successful in 2m50s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [rook-ceph](https://github.com/rook/rook) | minor | `v1.18.9` → `v1.19.0` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>rook/rook (rook-ceph)</summary>

### [`v1.19.0`](https://github.com/rook/rook/releases/tag/v1.19.0)

[Compare Source](https://github.com/rook/rook/compare/v1.18.9...v1.19.0)

### Upgrade Guide

To upgrade from previous versions of Rook, see the [Rook upgrade guide](https://rook.github.io/docs/rook/v1.19/Upgrade/rook-upgrade/).

### Breaking Changes

- The supported Kubernetes versions are v1.30 - v1.35
- The minimum supported Ceph version is v19.2.0. Rook v1.18 clusters running Ceph v18 must upgrade
  to Ceph v19.2.0 or higher before upgrading Rook.
- The behavior of the `activeStandby` property in the `CephFilesystem` CRD has changed. When set to `false`, the standby MDS daemon deployment will be scaled down and removed, rather than only disabling the standby cache while the daemon remains running.
- Helm: The `rook-ceph-cluster` chart has changed where the Ceph image is defined, to allow separate settings for the repository and tag. For more details, see the [Rook upgrade guide](https://rook.io/docs/rook/v1.19/Upgrade/rook-upgrade/#breaking-changes-in-v119).
- In external mode, when users provide a Ceph admin keyring to Rook, Rook will no longer create CSI Ceph clients automatically. This approach will provide more consistency to configure external mode clusters via the same external Python script.

### Features

- Experimental: NVMe over Fabrics (NVMe-oF) allows RBD volumes to be exposed and accessed via the NVMe/TCP protocol. This enables both Kubernetes pods within the cluster and external clients outside the cluster to connect to Ceph block storage using standard NVMe-oF initiators, providing high-performance block storage access over the network. See the [NVMe-oF Configuration Guide](https://rook.io/docs/rook/latest-release/Storage-Configuration/Block-Storage-RBD/nvme-of/) to get started.
- CephCSI v3.16 Integration:
  - NVMe-oF CSI driver for provisioning and mounting volumes over the NVMe over Fabrics protocol
  - Improved fencing for RBD and CephFS volumes during [node failure](https://rook.io/docs/rook/latest-release/Storage-Configuration/Block-Storage-RBD/block-storage/#node-loss)
  - Block volume usage statistics
  - Configurable block encryption cipher
- Experimental: Allow concurrent reconciles of the CephCluster CR when there multiple clusters being managed by the same Rook operator. Concurrency is enabled by increasing the operator setting `ROOK_RECONCILE_CONCURRENT_CLUSTERS` to a value greater than `1`.
- Improved logging with namespaced names for the controllers for more consistency in troubleshooting the rook operator log.

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->

Reviewed-on: #3342
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-20 20:38:46 +00:00
2bdcd5d6fd Update clidey/whodb Docker tag to v0.89.0 (#3339)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 30s
renovate / renovate (push) Successful in 3m42s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| clidey/whodb | minor | `0.88.0` → `0.89.0` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->

Reviewed-on: #3339
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-20 19:58:37 +00:00
bc63a11165 Update Helm release meilisearch to v0.23.0 (#3338)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 58s
renovate / renovate (push) Successful in 2m16s
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.21.0` → `0.23.0` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>meilisearch/meilisearch-kubernetes (meilisearch)</summary>

### [`v0.23.0`](https://github.com/meilisearch/meilisearch-kubernetes/releases/tag/meilisearch-0.23.0)

[Compare Source](https://github.com/meilisearch/meilisearch-kubernetes/compare/meilisearch-0.22.0...meilisearch-0.23.0)

A Helm chart for the Meilisearch search engine

### [`v0.22.0`](https://github.com/meilisearch/meilisearch-kubernetes/releases/tag/meilisearch-0.22.0)

[Compare Source](https://github.com/meilisearch/meilisearch-kubernetes/compare/meilisearch-0.21.0...meilisearch-0.22.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->

Reviewed-on: #3338
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-20 19:03:43 +00:00
c000047b19 Update searxng/searxng:latest Docker digest to b1d1e80 (#3336)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 18s
renovate / renovate (push) Successful in 2m4s
2026-01-20 13:01:55 +00:00
d7f9027c7c Update binwiederhier/ntfy Docker tag to v2.16.0 (#3334)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 29s
renovate / renovate (push) Successful in 1m40s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [binwiederhier/ntfy](https://ntfy.sh/) ([source](https://github.com/binwiederhier/ntfy)) | minor | `v2.15.0` → `v2.16.0` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>binwiederhier/ntfy (binwiederhier/ntfy)</summary>

### [`v2.16.0`](https://github.com/binwiederhier/ntfy/releases/tag/v2.16.0)

[Compare Source](https://github.com/binwiederhier/ntfy/compare/v2.15.0...v2.16.0)

This release adds support for  [updating and deleting notifications](https://docs.ntfy.sh/publish/#updating-deleting-notifications), [heartbeat-style / dead man's switch notifications](https://docs.ntfy.sh/publish/#scheduled-delivery), [custom Twilio call format](https://docs.ntfy.sh/config/#phone-calls), and makes `ntfy serve` work on Windows. It also adds a "New version available" banner to the web app.

This one is very exciting, as it brings a lot of highly requested features to ntfy.

**Features:**

- Support for [updating and deleting notifications](https://docs.ntfy.sh/publish/#updating-deleting-notifications) ([#&#8203;303](https://github.com/binwiederhier/ntfy/issues/303), [#&#8203;1536](https://github.com/binwiederhier/ntfy/pull/1536), [ntfy-android#151](https://github.com/binwiederhier/ntfy-android/pull/151), thanks to [@&#8203;wunter8](https://github.com/wunter8) for the initial implementation)
- Support for heartbeat-style / [dead man's switch](https://en.wikipedia.org/wiki/Dead_man%27s_switch) notifications aka
  [updating and deleting scheduled notifications](https://docs.ntfy.sh/publish/#scheduled-delivery) ([#&#8203;1556](https://github.com/binwiederhier/ntfy/pull/1556), [#&#8203;1142](https://github.com/binwiederhier/ntfy/pull/1142), [#&#8203;954](https://github.com/binwiederhier/ntfy/issues/954), thanks to [@&#8203;GamerGirlandCo](https://github.com/GamerGirlandCo) for the initial implementation)
- Configure [custom Twilio call format](https://docs.ntfy.sh/config/#phone-calls) for phone calls ([#&#8203;1289](https://github.com/binwiederhier/ntfy/pull/1289), thanks to [@&#8203;mmichaa](https://github.com/mmichaa) for the initial implementation)
- `ntfy serve` now works on Windows, including support for running it as a Windows service ([#&#8203;1104](https://github.com/binwiederhier/ntfy/issues/1104),  [#&#8203;1552](https://github.com/binwiederhier/ntfy/pull/1552), originally [#&#8203;1328](https://github.com/binwiederhier/ntfy/pull/1328),  thanks to [@&#8203;wtf911](https://github.com/wtf911))
- Web app: "New version available" banner ([#&#8203;1554](https://github.com/binwiederhier/ntfy/pull/1554))

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->

Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3334
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-20 03:07:38 +00:00
4fdcb75b60 Update searxng/searxng:latest Docker digest to 93f28a7 (#3332)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 55s
renovate / renovate (push) Successful in 2m20s
render-manifests-dispatch / render-manifests-dispatch (push) Successful in 30m37s
2026-01-19 21:02:53 +00:00
daf583fd8c Update ghcr.io/gethomepage/homepage Docker tag to v1.9.0 (#3328)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 18s
lint-test-docker / lint-docker-compose (push) Successful in 47s
renovate / renovate (push) Successful in 2m37s
2026-01-19 19:03:45 +00:00
f33a7a6e05 Update stalwartlabs/stalwart Docker tag to v0.15.4 (#3327)
Some checks failed
lint-test-helm / lint-helm (push) Successful in 21s
render-manifests-push / render-manifests-push (push) Has been skipped
renovate / renovate (push) Has been cancelled
2026-01-19 19:03:14 +00:00
3441022a00 Update Helm release snapshot-controller to v5.0.2 (#3326)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2026-01-19 19:02:57 +00:00
21a27cad36 update lock
All checks were successful
lint-test-helm / lint-helm (push) Successful in 19s
render-manifests-push / render-manifests-push (push) Successful in 28s
renovate / renovate (push) Successful in 3m37s
2026-01-19 11:39:44 -06:00
956ba194ec Update halfshot/matrix-hookshot Docker tag to v7.3.0 (#3324)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 49s
renovate / renovate (push) Successful in 2m6s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [halfshot/matrix-hookshot](https://github.com/matrix-org/matrix-hookshot) | minor | `7.2.0` → `7.3.0` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>matrix-org/matrix-hookshot (halfshot/matrix-hookshot)</summary>

### [`v7.3.0`](https://github.com/matrix-org/matrix-hookshot/blob/HEAD/CHANGELOG.md#730-2026-01-19)

[Compare Source](https://github.com/matrix-org/matrix-hookshot/compare/7.2.0...7.3.0)

#### Features

- Add an optional template argument to the `feed` command, to allow specifying a template for feed entries when using the command interface. ([#&#8203;1097](https://github.com/matrix-org/matrix-hookshot/issues/1097))
- Static connections may now be configured in the config file. ([#&#8203;1102](https://github.com/matrix-org/matrix-hookshot/issues/1102))
- Prefixes are now supported on listeners. You may specify a `prefix` under any `listener` config entry. ([#&#8203;1119](https://github.com/matrix-org/matrix-hookshot/issues/1119))

#### Bugfixes

- Fix a case where outbound webhooks would not work if you had not enabled openproject (due to a mixed up config check). ([#&#8203;1095](https://github.com/matrix-org/matrix-hookshot/issues/1095))
- Fix /oauth responding with 405 despite GitHub being configured. ([#&#8203;1105](https://github.com/matrix-org/matrix-hookshot/issues/1105))
- Ensure running Hookshot with a missing or empty user namespace in the registration file. ([#&#8203;1116](https://github.com/matrix-org/matrix-hookshot/issues/1116))

#### Internal Changes

- Update matrix-bot-sdk / matrix-appservice-bridge to latest versions. ([#&#8203;1120](https://github.com/matrix-org/matrix-hookshot/issues/1120))

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->

Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3324
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-19 17:32:56 +00:00
9628b72c3c Update ghcr.io/linuxserver/plex:1.42.2 Docker digest to b19a5e3 (#3322)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 15s
renovate / renovate (push) Successful in 1m50s
2026-01-19 10:01:51 +00:00
76a8b0ec47 Update ghcr.io/jellyfin/jellyfin Docker tag to v10.11.6 (#3320)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 1m12s
renovate / renovate (push) Successful in 1m35s
2026-01-19 03:26:29 +00:00
52878066dc fix name
All checks were successful
lint-test-helm / lint-helm (push) Successful in 15s
render-manifests-push / render-manifests-push (push) Successful in 29s
renovate / renovate (push) Successful in 1m50s
2026-01-18 21:24:28 -06:00
6baf10d8a7 adjust schedule
All checks were successful
render-manifests-push / render-manifests-push (push) Successful in 52s
lint-test-helm / lint-helm (push) Successful in 1m8s
renovate / renovate (push) Successful in 2m42s
render-manifests-dispatch / render-manifests-dispatch (push) Successful in 31m41s
2026-01-18 18:05:08 -06:00
af9e1d3948 change to universal search
All checks were successful
lint-test-helm / lint-helm (push) Successful in 20s
render-manifests-push / render-manifests-push (push) Successful in 1m10s
renovate / renovate (push) Successful in 2m22s
2026-01-18 18:00:36 -06:00
383bb26ff9 add backup 2026-01-18 18:00:24 -06:00
e64be8dfd6 use main branch
All checks were successful
lint-test-helm / lint-helm (push) Successful in 17s
render-manifests-push / render-manifests-push (push) Successful in 1m27s
renovate / renovate (push) Successful in 2m34s
2026-01-18 17:55:14 -06:00
16636cdebc add downloads path 2026-01-18 17:54:59 -06:00
272b1d5298 use dev branch
All checks were successful
lint-test-helm / lint-helm (push) Successful in 16s
render-manifests-push / render-manifests-push (push) Successful in 40s
renovate / renovate (push) Successful in 1m40s
2026-01-18 17:42:06 -06:00
aff8b3404e remove ingest dir
Some checks failed
lint-test-helm / lint-helm (push) Successful in 37s
render-manifests-push / render-manifests-push (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2026-01-18 17:41:10 -06:00
3b272fa9e1 remove tautulli
All checks were successful
lint-test-helm / lint-helm (push) Successful in 17s
render-manifests-push / render-manifests-push (push) Successful in 54s
lint-test-docker / lint-docker-compose (push) Successful in 1m12s
renovate / renovate (push) Successful in 3m7s
2026-01-18 17:33:32 -06:00
f827ac7f59 audio
All checks were successful
lint-test-helm / lint-helm (push) Successful in 16s
render-manifests-push / render-manifests-push (push) Successful in 47s
renovate / renovate (push) Successful in 1m23s
2026-01-18 17:28:58 -06:00
84008b5c03 remove listenarr
All checks were successful
lint-test-helm / lint-helm (push) Successful in 18s
lint-test-docker / lint-docker-compose (push) Successful in 27s
render-manifests-push / render-manifests-push (push) Successful in 49s
renovate / renovate (push) Successful in 1m26s
2026-01-18 17:25:29 -06:00
acc3fb7dd3 sort lines
All checks were successful
lint-test-helm / lint-helm (push) Successful in 14s
render-manifests-push / render-manifests-push (push) Successful in 41s
renovate / renovate (push) Successful in 1m50s
2026-01-18 16:49:40 -06:00
d3c21094e4 add cat
Some checks failed
render-manifests-push / render-manifests-push (push) Failing after 1s
lint-test-helm / lint-helm (push) Failing after 5s
renovate / renovate (push) Successful in 1m24s
2026-01-18 16:47:14 -06:00
022041cf59 Update ghcr.io/linuxserver/prowlarr:2.3.0 Docker digest to d3e9307 (#3252)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 48s
renovate / renovate (push) Successful in 1m24s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/linuxserver/prowlarr](https://github.com/linuxserver/docker-prowlarr/packages) ([source](https://github.com/linuxserver/docker-prowlarr)) | digest | `67a8aae` → `d3e9307` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=-->

Reviewed-on: #3252
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-18 22:24:48 +00:00
293279018e Update ghcr.io/linuxserver/qbittorrent:5.1.4 Docker digest to f430d70 (#3309)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 54s
renovate / renovate (push) Successful in 2m15s
2026-01-18 08:01:54 +00:00
4a237e9bea change port
All checks were successful
lint-test-helm / lint-helm (push) Successful in 36s
render-manifests-push / render-manifests-push (push) Successful in 52s
renovate / renovate (push) Successful in 1m38s
2026-01-17 21:49:02 -06:00
0b88420ff5 add excalidraw
All checks were successful
lint-test-helm / lint-helm (push) Successful in 1m28s
lint-test-docker / lint-docker-compose (push) Successful in 1m35s
render-manifests-push / render-manifests-push (push) Successful in 2m9s
renovate / renovate (push) Successful in 1m26s
render-manifests-dispatch / render-manifests-dispatch (push) Successful in 35m19s
2026-01-17 18:27:25 -06:00
d77aade354 remove fladder
All checks were successful
lint-test-docker / lint-docker-compose (push) Successful in 46s
render-manifests-push / render-manifests-push (push) Successful in 54s
renovate / renovate (push) Successful in 2m7s
lint-test-helm / lint-helm (push) Successful in 14s
2026-01-17 18:15:27 -06:00
7f29b15b76 Update php Docker tag to v8.5.2 (#3303)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 27s
renovate / renovate (push) Successful in 4m53s
2026-01-17 17:40:51 +00:00
0cc218fd93 Update Helm release generic-device-plugin to v0.20.17 (#3302)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 20s
renovate / renovate (push) Has been cancelled
2026-01-17 17:40:22 +00:00
50c798a760 Update ghcr.io/linuxserver/code-server Docker tag to v4.108.1 (#3299)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 28s
renovate / renovate (push) Has been cancelled
2026-01-17 17:37:37 +00:00
a66a2d3b84 Update ghcr.io/home-assistant/home-assistant Docker tag to v2026.1.2 (#3298)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 18s
renovate / renovate (push) Has been cancelled
2026-01-17 17:37:17 +00:00
78e2b7a506 Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.12.1 (#3295)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 26s
renovate / renovate (push) Has been cancelled
2026-01-17 17:34:15 +00:00
3d4d631bd4 Update cloudflared Docker tag to v2.1.9 (#3294)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2026-01-17 17:34:04 +00:00
a0b91aa2a7 Update dock.mau.dev/mautrix/whatsapp Docker tag to v0.2601.0 (#3250)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 35s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| dock.mau.dev/mautrix/whatsapp | minor | `v0.2512.0` → `v0.2601.0` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->

Reviewed-on: #3250
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-17 17:28:38 +00:00
3ea4a23f25 Update outlinewiki/outline Docker tag to v1.3.0 (#3292)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 17s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [outlinewiki/outline](https://github.com/outline/outline) | minor | `1.2.0` → `1.3.0` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>outline/outline (outlinewiki/outline)</summary>

### [`v1.3.0`](https://github.com/outline/outline/releases/tag/v1.3.0)

[Compare Source](https://github.com/outline/outline/compare/v1.2.0...v1.3.0)

#### What's Changed

##### Improvements

- Table rows and columns are now draggable in [#&#8203;11138](https://github.com/outline/outline/pull/11138)
- Added an "Email display" preference to control email address visibility in the workspace in [#&#8203;11103](https://github.com/outline/outline/pull/11103)
- diagrams.net diagrams are now persisted as SVG's by default in [#&#8203;11128](https://github.com/outline/outline/pull/11128)
- Publicly shared documents now include backlinks in the footer in [#&#8203;11141](https://github.com/outline/outline/pull/11141)
- Headers and dividers now clear images aligned to the left or right in [#&#8203;11108](https://github.com/outline/outline/pull/11108)
- Upload progress is now shown in the editor for large/slow files in [#&#8203;11109](https://github.com/outline/outline/pull/11109)
- Added a keyboard shortcut to toggle theme (Cmd+Shift+L) in [#&#8203;11127](https://github.com/outline/outline/pull/11127)
- Todo's can now be typed with the simplified `[]` syntax in [#&#8203;11129](https://github.com/outline/outline/pull/11129)
- Importing a code block with "mermaid" language will now work as expected in [#&#8203;11132](https://github.com/outline/outline/pull/11132)
- There is now an option to include nested documents when downloading a doc in [#&#8203;9679](https://github.com/outline/outline/pull/9679)
- "copy as markdown" now signs attachment URLs by [@&#8203;libnewton](https://github.com/libnewton) in [#&#8203;10821](https://github.com/outline/outline/pull/10821)
- List spacing increased in [#&#8203;11163](https://github.com/outline/outline/pull/11163)
- Publicly shared docs now handle the accept `text/markdown` header for LLM usage in [#&#8203;11182](https://github.com/outline/outline/pull/11182)
- API: Plain urls provided via API will be automatically embedded when matching an integration in [#&#8203;11148](https://github.com/outline/outline/pull/11148)

##### Fixes

- Fixed overlapping filters on search page in some translations [#&#8203;11086](https://github.com/outline/outline/pull/11086)
- Task summary in meta data no longer shrinks in [#&#8203;11087](https://github.com/outline/outline/pull/11087)
- Improved user feedback when copying/moving documents in [#&#8203;11089](https://github.com/outline/outline/pull/11089)
- Fixed table width collapsing in [#&#8203;11178](https://github.com/outline/outline/pull/11178)
- Fixed an issue where copy and pasting a diagrams.net diagram lost the edit button in [#&#8203;11102](https://github.com/outline/outline/pull/11102)
- Embedded PDF rendering now works correctly in Safari in [#&#8203;11107](https://github.com/outline/outline/pull/11107)
- Clicking while editing a sidebar link no longer navigates in [#&#8203;11105](https://github.com/outline/outline/pull/11105)
- Fixed an issue that was causing premature signout when using Passkeys in [#&#8203;11136](https://github.com/outline/outline/pull/11136)
- Removed `space` requirement from markdown trigger for horizontal rule in [#&#8203;11130](https://github.com/outline/outline/pull/11130)
- LaTeX escape sequences now work correctly when pasting into doc in [#&#8203;11134](https://github.com/outline/outline/pull/11134)
- Fixed a display issue with the inline LaTeX active border on Firefox in [#&#8203;11147](https://github.com/outline/outline/pull/11147)
- Local database cache of documents is now cleared on logout in [#&#8203;11135](https://github.com/outline/outline/pull/11135)
- Added timeout and optimized URL unfurl performance in [#&#8203;11149](https://github.com/outline/outline/pull/11149)
- Right click -> Copy link in the sidebar no longer navigates to item in [#&#8203;11162](https://github.com/outline/outline/pull/11162)
- Fixed display issues in empty notification panel in [#&#8203;11166](https://github.com/outline/outline/pull/11166)
- Improved performance of diff calculation in [#&#8203;11174](https://github.com/outline/outline/pull/11174)
- Theme override on shared docs e.g. `?theme=dark` will now persist between navigations in [#&#8203;11176](https://github.com/outline/outline/pull/11176)
- Lists inside tables no longer break Markdown output in [#&#8203;11183](https://github.com/outline/outline/pull/11183)
- Fixed `alt+shift` navigation in header in Safari in [#&#8203;11184](https://github.com/outline/outline/pull/11184)
- API: `html` property in response was removed from `revisions.info` in [#&#8203;11088](https://github.com/outline/outline/pull/11088)
- API: `documents.diff` endpoint removed in [#&#8203;11175](https://github.com/outline/outline/pull/11175)
- API: `comments.create` and `comments.update` no longer allow nodes that cannot be displayed in comments in [#&#8203;11101](https://github.com/outline/outline/pull/11101)

**Full Changelog**: <https://github.com/outline/outline/compare/v1.2.0...v1.3.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->

Reviewed-on: #3292
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-17 17:27:51 +00:00
2ed1288cb6 fix mount
All checks were successful
lint-test-helm / lint-helm (push) Successful in 20s
render-manifests-push / render-manifests-push (push) Successful in 28s
renovate / renovate (push) Successful in 1m53s
2026-01-16 22:31:35 -06:00
37553ccc8a change path
All checks were successful
lint-test-helm / lint-helm (push) Successful in 20s
render-manifests-push / render-manifests-push (push) Successful in 27s
renovate / renovate (push) Successful in 1m33s
2026-01-16 22:28:05 -06:00
755b5995ed fix mount
All checks were successful
render-manifests-push / render-manifests-push (push) Successful in 35s
lint-test-helm / lint-helm (push) Successful in 37s
renovate / renovate (push) Successful in 1m18s
2026-01-16 21:52:00 -06:00
0d6a29f290 update sha
All checks were successful
lint-test-helm / lint-helm (push) Successful in 19s
render-manifests-push / render-manifests-push (push) Successful in 1m20s
renovate / renovate (push) Successful in 1m47s
2026-01-16 21:44:19 -06:00
3f9e1f88b5 release 0.1.10
All checks were successful
lint-test-helm / lint-helm (push) Successful in 22s
render-manifests-push / render-manifests-push (push) Successful in 1m34s
renovate / renovate (push) Successful in 2m23s
2026-01-16 21:41:29 -06:00
4e6ba99ac1 release 0.1.9
All checks were successful
lint-test-helm / lint-helm (push) Successful in 29s
render-manifests-push / render-manifests-push (push) Successful in 1m2s
renovate / renovate (push) Successful in 2m1s
render-manifests-dispatch / render-manifests-dispatch (push) Successful in 21m37s
2026-01-16 18:23:16 -06:00
1c7d1e29fa release 0.1.8
All checks were successful
lint-test-helm / lint-helm (push) Successful in 25s
render-manifests-push / render-manifests-push (push) Successful in 45s
renovate / renovate (push) Successful in 2m9s
2026-01-16 17:39:20 -06:00
7e89022ecf Update kube-prometheus-stack Docker tag to v81 (#3279)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 20s
renovate / renovate (push) Successful in 1m18s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [kube-prometheus-stack](https://github.com/prometheus-operator/kube-prometheus) ([source](https://github.com/prometheus-community/helm-charts)) | major | `80.14.4` → `81.0.0` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary>

### [`v81.0.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-81.0.0)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-80.14.4...kube-prometheus-stack-81.0.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] bump prometheus operator to 0.88.0  by [@&#8203;ibakshay](https://github.com/ibakshay) in [#&#8203;6489](https://github.com/prometheus-community/helm-charts/pull/6489)

#### New Contributors

- [@&#8203;ibakshay](https://github.com/ibakshay) made their first contribution in [#&#8203;6489](https://github.com/prometheus-community/helm-charts/pull/6489)

**Full Changelog**: <https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-80.14.4...kube-prometheus-stack-81.0.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->

Reviewed-on: #3279
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-16 22:00:24 +00:00
4e1ed0a4d5 release 0.1.7
All checks were successful
lint-test-helm / lint-helm (push) Successful in 39s
render-manifests-push / render-manifests-push (push) Successful in 52s
renovate / renovate (push) Successful in 3m31s
2026-01-16 15:39:40 -06:00
02d2e58f84 add cookie
All checks were successful
lint-test-helm / lint-helm (push) Successful in 16s
render-manifests-push / render-manifests-push (push) Successful in 1m0s
renovate / renovate (push) Successful in 2m8s
2026-01-16 15:14:05 -06:00