Commit Graph

40585 Commits

Author SHA1 Message Date
TrueCharts Bot
f778201ebe chore(helm): update image docker.io/n8nio/n8n 1.80.3 → 1.81.1 (#32657)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/n8nio/n8n](https://n8n.io)
([source](https://redirect.github.com/n8n-io/n8n)) | minor | `76997d1`
-> `03ec7a3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>n8n-io/n8n (docker.io/n8nio/n8n)</summary>

###
[`v1.81.0`](https://redirect.github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#1810-2025-02-24)

##### Bug Fixes

- Always clear popupWindowState before showing popup from form trigger
([#&#8203;13363](https://redirect.github.com/n8n-io/n8n/issues/13363))
([b7f1265](b7f12650f1))
- **Code Node:** Fix `$items` in Code node when using task runner
([#&#8203;13368](https://redirect.github.com/n8n-io/n8n/issues/13368))
([87b3c50](87b3c508b3))
- **core:** Avoid renewing the license on init to prevent excessive
duplicate renewal calls
([#&#8203;13347](https://redirect.github.com/n8n-io/n8n/issues/13347))
([1e1f528](1e1f528466))
- **core:** Ensure that 'workflow-post-execute' event has userId
whenever it's available
([#&#8203;13326](https://redirect.github.com/n8n-io/n8n/issues/13326))
([f41e353](f41e353887))
- **core:** Fix DB migrations for MySQL
([#&#8203;13261](https://redirect.github.com/n8n-io/n8n/issues/13261))
([d0968a1](d0968a10d5))
- **core:** Fix resuming executions on test webhooks from Wait forms
([#&#8203;13410](https://redirect.github.com/n8n-io/n8n/issues/13410))
([8ffd316](8ffd3167d5))
- **core:** Handle connections for missing nodes in a workflow
([#&#8203;13362](https://redirect.github.com/n8n-io/n8n/issues/13362))
([1e5feb1](1e5feb195d))
- **core:** Make sure middleware works with legacy API Keys
([#&#8203;13390](https://redirect.github.com/n8n-io/n8n/issues/13390))
([ca76ef4](ca76ef4bc2))
- **core:** Return original hooks errors to the frontend
([#&#8203;13365](https://redirect.github.com/n8n-io/n8n/issues/13365))
([5439181](5439181e92))
- **editor:** Correctly close node creator when selecting/deselecting a
node
([#&#8203;13338](https://redirect.github.com/n8n-io/n8n/issues/13338))
([c3dc66e](c3dc66ee73))
- **editor:** Do not show credential details popup for users without
necessary scopes with direct link
([#&#8203;13264](https://redirect.github.com/n8n-io/n8n/issues/13264))
([a5401d0](a5401d06a5))
- **editor:** Do not show project settings for users without permission
with direct link
([#&#8203;13246](https://redirect.github.com/n8n-io/n8n/issues/13246))
([fa488f1](fa488f1561))
- **editor:** Don't open form popup window if different trigger node is
used
([#&#8203;13391](https://redirect.github.com/n8n-io/n8n/issues/13391))
([57a9a5b](57a9a5b15f))
- **editor:** Fix configurable node description margins and text
alignment
([#&#8203;13318](https://redirect.github.com/n8n-io/n8n/issues/13318))
([c881ea2](c881ea2c7b))
- **editor:** Fix workflow moving E2E tests
([#&#8203;13396](https://redirect.github.com/n8n-io/n8n/issues/13396))
([073b05b](073b05b10c))
- **editor:** Optionally share credentials used by the workflow when
moving the workflow between projects
([#&#8203;12524](https://redirect.github.com/n8n-io/n8n/issues/12524))
([7bd83d7](7bd83d7d33))
- **editor:** Polyfill `Array.prototype.toSorted` (no-chanhelog)
([#&#8203;13463](https://redirect.github.com/n8n-io/n8n/issues/13463))
([f2b15ea](f2b15ea086))
- **editor:** Register/unregister keybindings on window focus/blur
([#&#8203;13419](https://redirect.github.com/n8n-io/n8n/issues/13419))
([7a504dc](7a504dc30f))
- **editor:** Switch back to selection mode on window blur
([#&#8203;13341](https://redirect.github.com/n8n-io/n8n/issues/13341))
([415e25b](415e25b5d5))
- Prevent flicker during paginated workflow navigation
([#&#8203;13348](https://redirect.github.com/n8n-io/n8n/issues/13348))
([d277e0b](d277e0ba0e))

##### Features

- **core:** Hackmation - Add last activity metric
([#&#8203;13237](https://redirect.github.com/n8n-io/n8n/issues/13237))
([272f55b](272f55b80f))
- **editor:** Change rename node keyboard shortcut to Space on new
canvas
([#&#8203;11872](https://redirect.github.com/n8n-io/n8n/issues/11872))
([c90d0d9](c90d0d9161))
- **editor:** Implement breadcrumbs component
([#&#8203;13317](https://redirect.github.com/n8n-io/n8n/issues/13317))
([db297f1](db297f107d))
- **editor:** Implement folder navigation in workflows list
([#&#8203;13370](https://redirect.github.com/n8n-io/n8n/issues/13370))
([0eae14e](0eae14e27a))
- **editor:** Rename 'Text' fields on AI nodes to 'Prompt'
([#&#8203;13416](https://redirect.github.com/n8n-io/n8n/issues/13416))
([4fa666b](4fa666b976))
- Enable partial exections v2 by default
([#&#8203;13344](https://redirect.github.com/n8n-io/n8n/issues/13344))
([29ae239](29ae2396c9))
- **n8n Form Node:** Limit wait time parameters
([#&#8203;13160](https://redirect.github.com/n8n-io/n8n/issues/13160))
([14b6f8b](14b6f8b972))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-02-27 20:07:23 +01:00
TrueCharts Bot
d8aa3d7ebe chore(helm): update image docker.io/jenkins/jenkins 2.498 → 2.499 (#32656)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/jenkins/jenkins](https://www.jenkins.io/)
([source](https://redirect.github.com/jenkinsci/docker)) | minor |
`e7f4d79` -> `12f6987` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>jenkinsci/docker (docker.io/jenkins/jenkins)</summary>

###
[`v2.499`](https://redirect.github.com/jenkinsci/docker/releases/tag/2.499)

[Compare
Source](https://redirect.github.com/jenkinsci/docker/compare/2.498...2.499)

<!-- Optional: add a release summary here -->

#### 📦 Jenkins Core updates

- Update to Jenkins 2.499
([changelog](https://www.jenkins.io/changelog/2.499))

#### 📦 Dependency updates

- Bump updatecli/updatecli-action from 2.77.0 to 2.78.1
([#&#8203;1992](https://redirect.github.com/jenkinsci/docker/issues/1992))
[@&#8203;github-actions](https://redirect.github.com/github-actions)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-02-27 20:03:58 +01:00
TrueCharts Bot
a8183b760f chore(helm): update image docker.io/haveagitgat/tdarr_node 2.33.01 → 2.34.01 (#32655)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/haveagitgat/tdarr_node](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu/packages)
([source](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu))
| minor | `da5e822` -> `129e721` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-02-27 20:03:49 +01:00
TrueCharts Bot
cb0a313a09 chore(helm): update image docker.io/haveagitgat/tdarr 2.33.01 → 2.34.01 (#32654)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/haveagitgat/tdarr](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu/packages)
([source](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu))
| minor | `55ea77e` -> `211ad98` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-02-27 20:03:02 +01:00
TrueCharts Bot
3038e0e265 chore(helm): update image docker.io/whyour/qinglong 2.18.1 → 2.18.2 (#32650)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/whyour/qinglong](https://redirect.github.com/whyour/qinglong)
| patch | `baa7ba5` -> `85a0ec7` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>whyour/qinglong (docker.io/whyour/qinglong)</summary>

###
[`v2.18.2`](https://redirect.github.com/whyour/qinglong/compare/v2.18.1...v2.18.2)

[Compare
Source](https://redirect.github.com/whyour/qinglong/compare/v2.18.1...v2.18.2)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-02-27 19:58:32 +01:00
TrueCharts Bot
123758be4d chore(helm): update image docker.io/homebridge/homebridge 2025-02-16 → 2025-02-26 (#32634)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/homebridge/homebridge](https://redirect.github.com/homebridge/docker-homebridge)
| patch | `c0185a9` -> `97d5c72` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>homebridge/docker-homebridge
(docker.io/homebridge/homebridge)</summary>

###
[`v2025-02-26`](https://redirect.github.com/homebridge/docker-homebridge/releases/tag/2025-02-26)

[Compare
Source](https://redirect.github.com/homebridge/docker-homebridge/compare/2025-02-16...2025-02-26)

Homebridge Docker Package Manifest

| Package | Version |
|:-------:|:-------:|
|Ubuntu|24.04|
|NodeJS| v22.14.0 |
|Homebridge-Config-UI-X| 4.71.2 |
|Homebridge| latest \* |
|ffmpeg for homebridge| v2.1.7|

- Note: Homebridge is only updated to latest on a new installation,
refreshing an existing installation does not update Homebridge version.
To update the Homebridge version please use the UI.

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-02-27 19:54:01 +01:00
TrueCharts Bot
4c2ab3535e chore(helm): update image docker.io/docuseal/docuseal 1.9.2 → 1.9.3 (#32631)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/docuseal/docuseal | patch | `ab91873` -> `2e06155` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-02-27 19:46:00 +01:00
TrueCharts Bot
942cda24f7 chore(helm): update image docker 28.0.0 → 28.0.1 (#32628)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker | patch | `0a9c58e` -> `0336b60` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-02-27 19:42:51 +01:00
TrueCharts Bot
4d949b16ba chore(helm): update image docker.io/b4bz/homer v25.02.1 → v25.02.2 (#32629)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/b4bz/homer | patch | `cf4ae75` -> `c367265` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-02-27 19:42:32 +01:00
TrueCharts Bot
a82ec59f35 chore(helm): update image ghcr.io/elfhosted/riven-frontend digest to c901b97 (#32621)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/elfhosted/riven-frontend | digest | `887739f` -> `c901b97` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-27 19:41:10 +01:00
TrueCharts Bot
b4bf12b249 chore(helm): update image monica digest to 06ee8de (#32623)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| monica | digest | `a8e03e8` -> `06ee8de` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-27 19:40:10 +01:00
TrueCharts Bot
39f2cbd6eb chore(helm): update image docker.io/xavierh/goaccess-for-nginxproxymanager digest to 4604796 (#32619)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/xavierh/goaccess-for-nginxproxymanager | digest | `5e00d9f`
-> `4604796` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-27 19:39:56 +01:00
TrueCharts Bot
4dea8cc973 chore(helm): update image friendica digest to 1028146 (#32620)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| friendica | digest | `6ae9660` -> `1028146` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-27 19:39:35 +01:00
TrueCharts Bot
995601610b chore(helm): update image docker.io/webpsh/webps digest to 0e7d505 (#32618) 2025-02-27 19:38:04 +01:00
TrueCharts Bot
0a21548944 chore(helm): update image docker.io/revenz/fileflows digest to 54ae364 (#32616)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/revenz/fileflows | digest | `930a6ff` -> `54ae364` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-27 19:38:00 +01:00
TrueCharts Bot
dfa66e1398 chore(helm): update image docker.io/benzino77/tasmocompiler digest to 63640e0 (#32610)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/benzino77/tasmocompiler | digest | `939d8df` -> `63640e0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-27 19:34:20 +01:00
TrueCharts Bot
cf71876a59 chore(helm): update image docker.io/feramance/qbitrr v4.10.12 → v4.10.13 (#32633) 2025-02-27 19:29:05 +01:00
TrueCharts Bot
02e843443b chore(flux): update image blocky 16.13.6 → 16.13.8 (clustertool) (#32626)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [blocky](https://truecharts.org/charts/premium/blocky)
([source](https://0xerr0r.github.io/blocky/)) | patch | `16.13.6` ->
`16.13.8` |

---

> [!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 becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-02-27 19:28:54 +01:00
TrueCharts Bot
b2fd9c915e chore(flux): update image jackett 23.3.32 → 23.3.33 (#32627) 2025-02-27 19:21:02 +01:00
TrueCharts Bot
f40176d220 chore(container): update traefik docker tag to v3.3.4 (#32625)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [traefik](https://redirect.github.com/containous/traefik) | final |
patch | `v3.3.3` -> `v3.3.4` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>containous/traefik (traefik)</summary>

###
[`v3.3.4`](https://redirect.github.com/traefik/traefik/releases/tag/v3.3.4)

[Compare
Source](https://redirect.github.com/containous/traefik/compare/v3.3.4...v3.3.4)

**Important:** Please read the [migration
guide](https://doc.traefik.io/traefik/migration/v3/#v334).

**Bug fixes:**

- **\[fastproxy]** Bump github.com/valyala/fasthttp to v1.58.0
([#&#8203;11526](https://redirect.github.com/traefik/traefik/pull/11526)
by [kevinpollet](https://redirect.github.com/kevinpollet))
- **\[fastproxy]** Add WebSocket headers if they are present in the
request
([#&#8203;11522](https://redirect.github.com/traefik/traefik/pull/11522)
by [kevinpollet](https://redirect.github.com/kevinpollet))
- **\[fastproxy]** Chunked responses does not have a Content-Length
header
([#&#8203;11514](https://redirect.github.com/traefik/traefik/pull/11514)
by [kevinpollet](https://redirect.github.com/kevinpollet))
- **\[metrics,otel]** Change request duration metric unit from
millisecond to second
([#&#8203;11523](https://redirect.github.com/traefik/traefik/pull/11523)
by [rtribotte](https://redirect.github.com/rtribotte))
- **\[sticky-session]** Fix double hash in sticky cookie
([#&#8203;11518](https://redirect.github.com/traefik/traefik/pull/11518)
by [juliens](https://redirect.github.com/juliens))
- **\[tracing]** Use ResourceAttributes instead of GlobalAttributes
([#&#8203;11515](https://redirect.github.com/traefik/traefik/pull/11515)
by [bruno-de-queiroz](https://redirect.github.com/bruno-de-queiroz))
- **\[tracing]** Fix panic when calling Tracer
([#&#8203;11479](https://redirect.github.com/traefik/traefik/pull/11479)
by [basgys](https://redirect.github.com/basgys))

**Documentation:**

- **\[acme]** Update ACME provider configuration options
([#&#8203;11564](https://redirect.github.com/traefik/traefik/pull/11564)
by [sheddy-traefik](https://redirect.github.com/sheddy-traefik))
- **\[acme]** Fix incorrect grammar in ACME documentation
([#&#8203;11553](https://redirect.github.com/traefik/traefik/pull/11553)
by [Peter-Maguire](https://redirect.github.com/Peter-Maguire))
- **\[metrics,tracing,accesslogs]** Add missing options in entrypoints
page
([#&#8203;11524](https://redirect.github.com/traefik/traefik/pull/11524)
by [sheddy-traefik](https://redirect.github.com/sheddy-traefik))
- **\[tracing]** Replace globalAttributes with resourceAttributes in
tracing reference
([#&#8203;11531](https://redirect.github.com/traefik/traefik/pull/11531)
by [rtribotte](https://redirect.github.com/rtribotte))

**Misc:**

- Merge branch v2.11 into v3.3
([#&#8203;11567](https://redirect.github.com/traefik/traefik/pull/11567)
by [kevinpollet](https://redirect.github.com/kevinpollet))

###
[`v3.3.4`](https://redirect.github.com/traefik/traefik/releases/tag/v3.3.4)

[Compare
Source](https://redirect.github.com/containous/traefik/compare/v3.3.3...v3.3.4)

**Important:** Please read the [migration
guide](https://doc.traefik.io/traefik/migration/v3/#v334).

**Bug fixes:**

- **\[fastproxy]** Bump github.com/valyala/fasthttp to v1.58.0
([#&#8203;11526](https://redirect.github.com/traefik/traefik/pull/11526)
by [kevinpollet](https://redirect.github.com/kevinpollet))
- **\[fastproxy]** Add WebSocket headers if they are present in the
request
([#&#8203;11522](https://redirect.github.com/traefik/traefik/pull/11522)
by [kevinpollet](https://redirect.github.com/kevinpollet))
- **\[fastproxy]** Chunked responses does not have a Content-Length
header
([#&#8203;11514](https://redirect.github.com/traefik/traefik/pull/11514)
by [kevinpollet](https://redirect.github.com/kevinpollet))
- **\[metrics,otel]** Change request duration metric unit from
millisecond to second
([#&#8203;11523](https://redirect.github.com/traefik/traefik/pull/11523)
by [rtribotte](https://redirect.github.com/rtribotte))
- **\[sticky-session]** Fix double hash in sticky cookie
([#&#8203;11518](https://redirect.github.com/traefik/traefik/pull/11518)
by [juliens](https://redirect.github.com/juliens))
- **\[tracing]** Use ResourceAttributes instead of GlobalAttributes
([#&#8203;11515](https://redirect.github.com/traefik/traefik/pull/11515)
by [bruno-de-queiroz](https://redirect.github.com/bruno-de-queiroz))
- **\[tracing]** Fix panic when calling Tracer
([#&#8203;11479](https://redirect.github.com/traefik/traefik/pull/11479)
by [basgys](https://redirect.github.com/basgys))

**Documentation:**

- **\[acme]** Update ACME provider configuration options
([#&#8203;11564](https://redirect.github.com/traefik/traefik/pull/11564)
by [sheddy-traefik](https://redirect.github.com/sheddy-traefik))
- **\[acme]** Fix incorrect grammar in ACME documentation
([#&#8203;11553](https://redirect.github.com/traefik/traefik/pull/11553)
by [Peter-Maguire](https://redirect.github.com/Peter-Maguire))
- **\[metrics,tracing,accesslogs]** Add missing options in entrypoints
page
([#&#8203;11524](https://redirect.github.com/traefik/traefik/pull/11524)
by [sheddy-traefik](https://redirect.github.com/sheddy-traefik))
- **\[tracing]** Replace globalAttributes with resourceAttributes in
tracing reference
([#&#8203;11531](https://redirect.github.com/traefik/traefik/pull/11531)
by [rtribotte](https://redirect.github.com/rtribotte))

**Misc:**

- Merge branch v2.11 into v3.3
([#&#8203;11567](https://redirect.github.com/traefik/traefik/pull/11567)
by [kevinpollet](https://redirect.github.com/kevinpollet))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-02-27 19:20:38 +01:00
TrueCharts Bot
6e5da42e03 chore(github-action): update actions/cache digest to d4323d4 (#32606) 2025-02-27 19:16:20 +01:00
TrueCharts Bot
48ff3b66e9 chore(container): update golang:1.24.0 docker digest to cd0c949 (#32605)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| golang | final | digest | `2b1cbf2` -> `cd0c949` |

---

> [!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 becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-27 19:15:53 +01:00
Kjeld Schouten
c738c1d5c4 chore(blocky): bump
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-02-27 14:25:43 +01:00
Kjeld Schouten
cfb1a4309c fix(blocky): disable some buggy/broken lists
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-02-27 14:25:25 +01:00
Boemeltrein
788263a1e2 Manual Authelia Update Setup-Guide.md (#32604)
**Description**
<!--
Was forgot to change this part as well in PR #32594
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [x ] 📜 Documentation Changes

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

Signed-off-by: Boemeltrein <130394941+Boemeltrein@users.noreply.github.com>
2025-02-27 12:51:27 +00:00
TrueCharts Bot
c84b24c86a chore(helm): update image ghcr.io/linuxserver/calibre digest to 458392c (#32602) 2025-02-27 13:22:32 +01:00
TrueCharts Bot
d7aa186020 chore(helm): update image docker.io/zedeus/nitter digest to 27a6733 (#32601) 2025-02-27 13:22:30 +01:00
TrueCharts Bot
647bd0264b chore(helm): update image ghcr.io/elfhosted/jackett 0.22.1459 → 0.22.1461 (#32603)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/elfhosted/jackett | patch | `0fa336a` -> `0bba435` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-02-27 13:22:25 +01:00
Kjeld Schouten
beb5d460e1 chore(blocky): bump blocky
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-02-27 13:04:10 +01:00
Kjeld Schouten
45ef1f09a2 chore(blocky): use more default blocklists
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-02-27 13:03:45 +01:00
Kjeld Schouten
22ca81d21b feat(blocky): split default blacklists in different categories
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-02-27 13:02:18 +01:00
Kjeld Schouten
b7e8c9034e chore(blocky): increase list of default blocklists
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-02-27 12:55:42 +01:00
TrueCharts Bot
79ce9242a0 chore(helm): update image ghcr.io/linuxserver/bookstack 24.12.20241223 → 25.02.20250226 (#32598)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/bookstack](https://redirect.github.com/linuxserver/docker-bookstack/packages)
([source](https://redirect.github.com/linuxserver/docker-bookstack)) |
major | `d1c7c9a` -> `aa5aabd` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=-->
2025-02-27 09:10:34 +01:00
TrueCharts Bot
255ff2abc0 chore(helm): update image docker.io/diygod/rsshub digest to 2480e57 (#32599) 2025-02-27 07:18:10 +01:00
TrueCharts Bot
913a64cef2 chore(helm): update image ghcr.io/linuxserver/oscam 11869-ls134 → 11870-ls134 (#32600)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/oscam](https://redirect.github.com/linuxserver/docker-oscam/packages)
([source](https://redirect.github.com/linuxserver/docker-oscam)) | patch
| `97aeaea` -> `7a27fb5` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>linuxserver/docker-oscam (ghcr.io/linuxserver/oscam)</summary>

###
[`v11870-ls134`](https://redirect.github.com/linuxserver/docker-oscam/releases/tag/11870-ls134)

[Compare
Source](https://redirect.github.com/linuxserver/docker-oscam/compare/11869-ls134...11870-ls134)

**CI Report:**

https://ci-tests.linuxserver.io/linuxserver/oscam/11870-ls134/index.html

**LinuxServer Changes:**

Rebase to Alpine 3.20.

**Remote Changes:**

Updating to 11870

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-02-27 07:18:03 +01:00
TrueCharts Bot
fe608fb481 chore(helm): update image ghcr.io/elfhosted/emby 4.9.0.38 → 4.9.0.40 (#32596) 2025-02-27 01:23:04 +01:00
TrueCharts Bot
e90271fa27 chore(helm): update jupyter 2025-02-24 → 2025-02-26 (patch) (#32597)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/jupyter/all-spark-notebook | patch | `76d5bd5` -> `80f3752` |
| quay.io/jupyter/base-notebook | patch | `81469c7` -> `b5bdfed` |
| quay.io/jupyter/datascience-notebook | patch | `ea4d1a5` -> `58d8b2e`
|
| quay.io/jupyter/minimal-notebook | patch | `8ebfc44` -> `8f87030` |
| quay.io/jupyter/pyspark-notebook | patch | `1fef14c` -> `e8433cb` |
| quay.io/jupyter/r-notebook | patch | `4cde721` -> `f6991c9` |
| quay.io/jupyter/scipy-notebook | patch | `f18bf64` -> `260aaee` |
| quay.io/jupyter/tensorflow-notebook | patch | `3dd0489` -> `f46139e` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-02-27 01:22:59 +01:00
TrueCharts Bot
5c5cf79cc1 chore(helm): update authentik 2025.2.0 → 2025.2.1 (patch) (#32595)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/goauthentik/ldap](https://goauthentik.io)
([source](https://redirect.github.com/goauthentik/authentik)) | patch |
`38e3c94` -> `74e7457` |
| [ghcr.io/goauthentik/proxy](https://goauthentik.io)
([source](https://redirect.github.com/goauthentik/authentik)) | patch |
`63ccf2d` -> `007250c` |
| [ghcr.io/goauthentik/radius](https://goauthentik.io)
([source](https://redirect.github.com/goauthentik/authentik)) | patch |
`ce38260` -> `a822748` |
| [ghcr.io/goauthentik/server](https://goauthentik.io)
([source](https://redirect.github.com/goauthentik/authentik)) | patch |
`64635e8` -> `dc07e81` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-02-27 01:22:37 +01:00
Boemeltrein
04eb1521a3 Authelia Update Setup-Guide.md (#32594)
**Description**
<!--
Fix the group name in the access_control rule which was not configured
as the same as mentioned above in the steps.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [ x] 📜 Documentation Changes

**🧪 How Has This Been Tested?**
<!--
Deployed Authelia on my own cluster.
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ x] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

Signed-off-by: Boemeltrein <130394941+Boemeltrein@users.noreply.github.com>
2025-02-26 21:53:14 +01:00
TrueCharts Bot
8ab4fe9d3c chore(helm): update image public.ecr.aws/bitnami/wordpress digest to fab54ea (#32589) 2025-02-26 19:19:22 +01:00
TrueCharts Bot
2485f5a3dd chore(helm): update image ghcr.io/pmmp/pocketmine-mp 5.25.0 → 5.25.1 (#32591)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/pmmp/pocketmine-mp | patch | `f0e564f` -> `05df425` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-02-26 19:19:18 +01:00
TrueCharts Bot
82361d5f89 chore(helm): update image ghcr.io/immich-app/immich-server v1.126.1 → v1.127.0 (#32592)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/immich-app/immich-server](https://redirect.github.com/immich-app/base-images)
| minor | `f8a3c78` -> `6606ce7` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-02-26 19:17:59 +01:00
TrueCharts Bot
6ffba849bd chore(github-action): update docker/setup-qemu-action digest to 5964de0 (#32588)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[docker/setup-qemu-action](https://redirect.github.com/docker/setup-qemu-action)
| action | digest | `4574d27` -> `5964de0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvZGlnZXN0Il19-->
2025-02-26 19:11:26 +01:00
TrueCharts Bot
964ca10d4b chore(flux): update image jackett 23.3.31 → 23.3.32 (#32590)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jackett](https://truecharts.org/charts/stable/jackett)
([source](https://ghcr.io/elfhosted/jackett)) | patch | `23.3.31` ->
`23.3.32` |

---

> [!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 becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-02-26 19:11:11 +01:00
TrueCharts Bot
3e9552d6cc chore(github-action): update docker/metadata-action digest to 902fa8e (#32586) 2025-02-26 19:11:02 +01:00
TrueCharts Bot
d54d9bfc10 chore(github-action): update docker/setup-buildx-action digest to b5ca514 (#32587)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[docker/setup-buildx-action](https://redirect.github.com/docker/setup-buildx-action)
| action | digest | `f7ce87c` -> `b5ca514` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvZGlnZXN0Il19-->
2025-02-26 19:10:58 +01:00
TrueCharts Bot
8b8dd4a720 chore(github-action): update docker/build-push-action digest to 471d1dc (#32585)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[docker/build-push-action](https://redirect.github.com/docker/build-push-action)
| action | digest | `0adf995` -> `471d1dc` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvZGlnZXN0Il19-->
2025-02-26 19:10:18 +01:00
TrueCharts Bot
bd896a98e3 chore(container): update public.ecr.aws/docker/library/nextcloud:31.0.0-fpm docker digest to dd76149 (#32584)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[public.ecr.aws/docker/library/nextcloud](https://hub.docker.com/_/nextcloud)
([source](https://redirect.github.com/nextcloud/docker)) | final |
digest | `c9436dd` -> `dd76149` |

---

> [!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 becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-26 19:09:30 +01:00
TrueCharts Bot
42796a08b3 chore(helm): update authentik 2024.12.3 → 2025.2.0 (major) (#32583)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/goauthentik/ldap](https://goauthentik.io)
([source](https://redirect.github.com/goauthentik/authentik)) | major |
`f2fe207` -> `38e3c94` |
| [ghcr.io/goauthentik/proxy](https://goauthentik.io)
([source](https://redirect.github.com/goauthentik/authentik)) | major |
`1f3801f` -> `63ccf2d` |
| [ghcr.io/goauthentik/radius](https://goauthentik.io)
([source](https://redirect.github.com/goauthentik/authentik)) | major |
`9d46560` -> `ce38260` |
| [ghcr.io/goauthentik/server](https://goauthentik.io)
([source](https://redirect.github.com/goauthentik/authentik)) | major |
`7464a70` -> `64635e8` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=-->
2025-02-26 13:34:58 +01:00
TrueCharts Bot
5ad2e7dd96 chore(helm): update image ghcr.io/stirling-tools/s-pdf 0.43.0 → 0.43.1 (#32581) 2025-02-26 13:21:18 +01:00