Commit Graph

39311 Commits

Author SHA1 Message Date
TrueCharts Bot 9e96576d01 chore(flux): update helm release openebs 4.1.2 → 4.1.3 (clustertool) (#31366) 2025-01-29 15:50:28 +01:00
TrueCharts Bot 08585c16bf chore(flux): update image jackett 23.3.4 → 23.3.5 (#31367) 2025-01-29 15:50:23 +01:00
TrueCharts Bot 8dda6925a7 chore(flux): update image prometheus-operator 10.1.3 → 10.1.4 (clustertool) (#31368) 2025-01-29 15:50:13 +01:00
TrueCharts Bot b967c3fd42 chore(helm): update image docker.io/grafana/grafana 11.4.0 → 11.5.0 (#31356)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/grafana/grafana | minor | `d8ea377` -> `0a2874c` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-01-29 14:18:36 +00:00
TrueCharts Bot c8ac1fead7 chore(helm): update image ghcr.io/taxel/plextraktsync 0.33.0 → 0.34.0 (#31358)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/taxel/plextraktsync](https://redirect.github.com/Taxel/PlexTraktSync)
| minor | `705ece7` -> `76516cf` |

---

> [!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>Taxel/PlexTraktSync (ghcr.io/taxel/plextraktsync)</summary>

###
[`v0.33.1`](https://redirect.github.com/Taxel/PlexTraktSync/compare/0.33.0...0.33.1)

[Compare
Source](https://redirect.github.com/Taxel/PlexTraktSync/compare/0.33.0...0.33.1)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-01-29 14:17:11 +00:00
James Musson eddf007afe fix(handbrake): implement handbrake.DARK_MODE (#31326)
**Description**

Adds DARK_MODE to the list of values set under `values.handbrake` so
that this is included in the configmap, in preference to the user adding
under `workload.main.podSpec.[..].env`.

It is added with value `false` by default.

This is implemented in the same way as in the makemkv chart, whose
upstream maintainer is the same as for handbrake, and follows the model
already used for existing values set under this section of the chart.
For this reason I have updated as semVer patch only.

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**
Confirmed locally that this value can be set under
`workload.main.podSpec.containers.main.env` and is implemented as
DARK_MODE setting.

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

**✔️ Checklist:**

- [x] ⚖️ 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 corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** 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: James Musson <jtmusson@hey.com>
2025-01-29 15:12:48 +01:00
TrueCharts Bot fd981e9e80 chore(deps): update ghcr.io/siderolabs/installer docker tag to v1.9.3 (clustertool) (#31342)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/siderolabs/installer](https://redirect.github.com/siderolabs/talos)
| patch | `v1.9.2` -> `v1.9.3` |

---

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

---

### Release Notes

<details>
<summary>siderolabs/talos (ghcr.io/siderolabs/installer)</summary>

###
[`v1.9.3`](https://redirect.github.com/siderolabs/talos/releases/tag/v1.9.3)

[Compare
Source](https://redirect.github.com/siderolabs/talos/compare/v1.9.2...v1.9.3)

##### [Talos
1.9.3](https://redirect.github.com/siderolabs/talos/releases/tag/v1.9.3)
(2025-01-28)

Welcome to the v1.9.3 release of Talos!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.

##### Component Updates

-   Linux: 6.12.11
-   Kubernetes: 1.23.1
-   etcd: 3.5.18

Talos is built with Go 1.23.5.

##### Contributors

-   Andrey Smirnov
-   Dmitriy Matrenichev
-   Noel Georgi

##### Changes

<details><summary>12 commits</summary>
<p>

-
[@&#8203;`d40df43`](https://redirect.github.com/siderolabs/talos/commit/d40df438a)
release(v1.9.3): prepare release
-
[@&#8203;`41dd593`](https://redirect.github.com/siderolabs/talos/commit/41dd59300)
test: bump timeout on rotate CA test
-
[@&#8203;`1abeaa3`](https://redirect.github.com/siderolabs/talos/commit/1abeaa33a)
feat: update Linux to 6.2.11
-
[@&#8203;`2894507`](https://redirect.github.com/siderolabs/talos/commit/2894507f5)
feat: update etcd to 3.5.18
-
[@&#8203;`e3bd08b`](https://redirect.github.com/siderolabs/talos/commit/e3bd08b0a)
fix: bring back disk UUID
-
[@&#8203;`8fadd04`](https://redirect.github.com/siderolabs/talos/commit/8fadd042d)
fix: disks with 4k sector size and systemd-boot
-
[@&#8203;`b854ea9`](https://redirect.github.com/siderolabs/talos/commit/b854ea97f)
fix: abort node watch on hostname change
-
[@&#8203;`5c7b3ec`](https://redirect.github.com/siderolabs/talos/commit/5c7b3ec80)
chore: update Go to 1.23.5
-
[@&#8203;`f72a155`](https://redirect.github.com/siderolabs/talos/commit/f72a155c8)
fix: ignore forbidden error when waiting for pod eviction
-
[@&#8203;`9587d86`](https://redirect.github.com/siderolabs/talos/commit/9587d86e0)
chore: clear cache after updating upstreams
-
[@&#8203;`885cb4c`](https://redirect.github.com/siderolabs/talos/commit/885cb4cb0)
fix: make etc binds read-only
-
[@&#8203;`508cc7b`](https://redirect.github.com/siderolabs/talos/commit/508cc7bd0)
feat: update Kubernetes to 1.32.1

</p>
</details>

##### Changes from siderolabs/pkgs
<details><summary>4 commits</summary>
<p>

-
[siderolabs/pkgs@`2250843`](https://redirect.github.com/siderolabs/pkgs/commit/2250843)
feat: update Linux to 6.12.11
-
[siderolabs/pkgs@`0f48ede`](https://redirect.github.com/siderolabs/pkgs/commit/0f48ede)
feat: bump NVIDIA driver versions
-
[siderolabs/pkgs@`164563f`](https://redirect.github.com/siderolabs/pkgs/commit/164563f)
feat: update Linux to 6.2.10
-
[siderolabs/pkgs@`17c292f`](https://redirect.github.com/siderolabs/pkgs/commit/17c292f)
feat: update Go to 1.23.5

</p>
</details>

##### Changes from siderolabs/tools
<details><summary>1 commit</summary>
<p>

-
[siderolabs/tools@`bf2085e`](https://redirect.github.com/siderolabs/tools/commit/bf2085e)
feat: update Go to 1.23.5

</p>
</details>

##### Dependency Changes

-   **github.com/containerd/containerd/v2**        v2.0.1 -> v2.0.2
- **github.com/containerd/platforms** v1.0.0-rc.0 -> v1.0.0-rc.1
-   **github.com/opencontainers/runc**             v1.2.3 -> v1.2.4
-   **github.com/siderolabs/go-blockdevice/v2**    v2.0.11 -> v2.0.13
- **github.com/siderolabs/pkgs** v1.9.0-21-gc1f06e5 ->
v1.9.0-25-g2250843
-   **github.com/siderolabs/talos/pkg/machinery**  v1.9.2 -> v1.9.3
- **github.com/siderolabs/tools** v1.9.0-1-geaad82f -> v1.9.0-2-gbf2085e
-   **go.etcd.io/etcd/api/v3**                     v3.5.17 -> v3.5.18
-   **go.etcd.io/etcd/client/pkg/v3**              v3.5.17 -> v3.5.18
-   **go.etcd.io/etcd/client/v3**                  v3.5.17 -> v3.5.18
-   **go.etcd.io/etcd/etcdutl/v3**                 v3.5.17 -> v3.5.18
-   **golang.org/x/net**                           v0.32.0 -> v0.34.0
-   **golang.org/x/sys**                           v0.28.0 -> v0.29.0
-   **golang.org/x/term**                          v0.27.0 -> v0.28.0
-   **k8s.io/api**                                 v0.32.0 -> v0.32.1
-   **k8s.io/apiserver**                           v0.32.0 -> v0.32.1
-   **k8s.io/client-go**                           v0.32.0 -> v0.32.1
-   **k8s.io/component-base**                      v0.32.0 -> v0.32.1
-   **k8s.io/kube-scheduler**                      v0.32.0 -> v0.32.1
-   **k8s.io/kubectl**                             v0.32.0 -> v0.32.1
-   **k8s.io/kubelet**                             v0.32.0 -> v0.32.1
-   **k8s.io/pod-security-admission**              v0.32.0 -> v0.32.1

Previous release can be found at
[v1.9.2](https://redirect.github.com/siderolabs/talos/releases/tag/v1.9.2)

##### Images

    ghcr.io/siderolabs/flannel:v0.26.1
    registry.k8s.io/coredns/coredns:v1.12.0
    gcr.io/etcd-development/etcd:v3.5.18
    registry.k8s.io/kube-apiserver:v1.32.1
    registry.k8s.io/kube-controller-manager:v1.32.1
    registry.k8s.io/kube-scheduler:v1.32.1
    registry.k8s.io/kube-proxy:v1.32.1
    ghcr.io/siderolabs/kubelet:v1.32.1
    ghcr.io/siderolabs/installer:v1.9.3
    registry.k8s.io/pause:3.10

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJzeXN0ZW0tdXBncmFkZSIsInR5cGUvcGF0Y2giXX0=-->
2025-01-29 15:10:22 +01:00
TrueCharts Bot 4780e5f32c chore(helm): update image docker.io/jenkins/jenkins 2.494 → 2.495 (#31357)
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 |
`b1bcee2` -> `0e68e15` |

---

> [!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.495`](https://redirect.github.com/jenkinsci/docker/releases/tag/2.495)

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

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

#### 📦 Jenkins Core updates

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

#### 📦 Dependency updates

- chore(deps): bump updatecli/updatecli-action from 2.76.0 to 2.77.0
([#&#8203;1983](https://redirect.github.com/jenkinsci/docker/issues/1983))
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-01-29 03:00:12 +01:00
TrueCharts Bot 4ae0dd1c4e chore(helm): update image ghcr.io/taxel/plextraktsync 0.33.0 → 0.33.1 (#31355) 2025-01-29 02:58:46 +01:00
TrueCharts Bot 355b269f0c chore(helm): update image ghcr.io/immich-app/immich-machine-learning v1.125.5 → v1.125.6 (#31353)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/immich-app/immich-machine-learning | patch | `754b18c` ->
`8909004` |
| ghcr.io/immich-app/immich-machine-learning | patch | `34406b6` ->
`946810b` |
| ghcr.io/immich-app/immich-machine-learning | patch | `698b9b2` ->
`0ca72da` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-01-29 02:58:38 +01:00
TrueCharts Bot 6924cff0f1 chore(helm): update image ghcr.io/ellite/wallos 2.45.0 → 2.45.1 (#31352)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/ellite/wallos](https://redirect.github.com/ellite/Wallos) |
patch | `ea3cb3a` -> `23d2151` |

---

> [!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>ellite/Wallos (ghcr.io/ellite/wallos)</summary>

###
[`v2.45.1`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#2451-2025-01-28)

[Compare
Source](https://redirect.github.com/ellite/Wallos/compare/v2.45.0...v2.45.1)

##### Bug Fixes

- improve czech translation
([e2dc269](https://redirect.github.com/ellite/Wallos/commit/e2dc2696310159900c1f8fbe0a090e66b29b778d))
- improve japanese translation
([#&#8203;713](https://redirect.github.com/ellite/Wallos/issues/713))
([e2dc269](https://redirect.github.com/ellite/Wallos/commit/e2dc2696310159900c1f8fbe0a090e66b29b778d))
- improve traditional chinese translation
([e2dc269](https://redirect.github.com/ellite/Wallos/commit/e2dc2696310159900c1f8fbe0a090e66b29b778d))
- setting pgid and puid for the container
([e2dc269](https://redirect.github.com/ellite/Wallos/commit/e2dc2696310159900c1f8fbe0a090e66b29b778d))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-01-29 02:57:58 +01:00
TrueCharts Bot 2eb71e3f6a chore(helm): update image ghcr.io/mintplex-labs/anything-llm digest to a4a0ca4 (#31338) 2025-01-29 02:57:33 +01:00
TrueCharts Bot 6265e70272 chore(helm): update image docker.io/semaphoreui/semaphore v2.11.2 → v2.11.3 (#31350)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/semaphoreui/semaphore](https://redirect.github.com/semaphoreui/semaphore)
| patch | `22ce9e4` -> `e9c2e9d` |

---

> [!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>semaphoreui/semaphore
(docker.io/semaphoreui/semaphore)</summary>

###
[`v2.11.3`](https://redirect.github.com/semaphoreui/semaphore/releases/tag/v2.11.3)

[Compare
Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.11.2...v2.11.3)

#### Bugfixes

-   Fixed bug with re-running task when using BoltDB
-   Fixed bug with exporting project
-   Fixed bug with reading registration token from stdin for Runners

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-01-29 02:57:15 +01:00
TrueCharts Bot 89b4dcb053 chore(helm): update image ghcr.io/linuxserver/firefox digest to 874f491 (#31335) 2025-01-29 02:56:48 +01:00
TrueCharts Bot 50795c139a chore(helm): update image docker.io/grafana/grafana 11.4.0 → 11.4.1 (#31349) 2025-01-29 02:56:39 +01:00
TrueCharts Bot 8b12cc7f6d chore(helm): update image ghcr.io/elfhosted/riven-frontend digest to fd4e742 (#31333) 2025-01-29 02:56:35 +01:00
TrueCharts Bot 8a53b48e63 chore(helm): update image docker.io/docuseal/docuseal 1.8.8 → 1.8.9 (#31348)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/docuseal/docuseal | patch | `7a93c90` -> `778ecf7` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-01-29 02:56:29 +01:00
TrueCharts Bot 3dbd9a5de0 chore(helm): update image ghcr.io/meeb/tubesync digest to 1d33919 (#31336)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/meeb/tubesync | digest | `33b87cc` -> `1d33919` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-01-29 02:56:07 +01:00
TrueCharts Bot 16fedb8062 chore(helm): update image ghcr.io/elfhosted/jackett 0.22.1316 → 0.22.1317 (#31351) 2025-01-29 02:55:54 +01:00
TrueCharts Bot 01a760ba1a chore(helm): update image ghcr.io/onedr0p/prowlarr-develop digest to cf9e51a (#31339) 2025-01-29 02:55:42 +01:00
TrueCharts Bot 4a0024ea9b chore(helm): update chart kube-prometheus-stack 68.3.2 → 68.3.3 (#31347) 2025-01-29 02:55:41 +01:00
TrueCharts Bot 955b286f97 chore(helm): update image ghcr.io/linuxserver/ddclient digest to eb5b5fa (#31334) 2025-01-29 02:55:37 +01:00
TrueCharts Bot 7aa2e7f48d chore(helm): update image ghcr.io/minekube/gate digest to e495c17 (#31337)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/minekube/gate | digest | `4f02d9f` -> `e495c17` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-01-29 02:55:36 +01:00
TrueCharts Bot 79794fe2fe chore(helm): update image tccr.io/tccr/db-wait-redis digest to a568f30 (#31341) 2025-01-29 02:55:29 +01:00
TrueCharts Bot 8265bfe6ab chore(helm): update image tccr.io/tccr/db-wait-postgres digest to abd04e8 (#31340)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/tccr/db-wait-postgres](https://redirect.github.com/truecharts/public)
| digest | `5e95119` -> `abd04e8` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-01-29 02:55:25 +01:00
TrueCharts Bot 737258e7cf chore(helm): update image ghcr.io/elfhosted/emby digest to 0f16a38 (#31332) 2025-01-29 02:55:08 +01:00
TrueCharts Bot 516fa1695b chore(flux): update image traefik 30.4.1 → 30.4.2 (clustertool) (#31346) 2025-01-29 02:55:06 +01:00
TrueCharts Bot c37cc7c37c chore(flux): update image kubernetes-dashboard 1.13.1 → 1.13.2 (clustertool) (#31345) 2025-01-29 02:55:02 +01:00
TrueCharts Bot 4cc6e5a75f chore(flux): update image jackett 23.3.3 → 23.3.4 (#31344) 2025-01-29 02:54:55 +01:00
TrueCharts Bot 8d29cfe322 chore(flux): update image blocky 16.13.1 → 16.13.2 (clustertool) (#31343) 2025-01-29 02:54:51 +01:00
TrueCharts Bot 4d2df9c34f chore(helm): update image docker.io/machines/filestash digest to 48262ba (#31331) 2025-01-29 02:53:54 +01:00
TrueCharts Bot 29152417fa chore(helm): update image docker.io/cthulhoo/ttrss-fpm-pgsql-static digest to ab99998 (#31330) 2025-01-29 02:53:51 +01:00
TrueCharts Bot 29ac448003 chore(helm): update image docker.io/clamav/clamav digest to e23d053 (#31329) 2025-01-29 02:53:48 +01:00
TrueCharts Bot 85dcba449c chore(helm): update image docker.io/bitnami/matomo digest to 85ddfd4 (#31328)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/bitnami/matomo](https://redirect.github.com/bitnami/containers)
([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/matomo))
| digest | `43ecfba` -> `85ddfd4` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-01-29 02:53:44 +01:00
TrueCharts Bot 293f70da52 chore(github-action): update actions/setup-python digest to 4237552 (#31327)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[actions/setup-python](https://redirect.github.com/actions/setup-python)
| action | digest | `0b93645` -> `4237552` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9naXRodWItYWN0aW9uIiwicmVub3ZhdGUvZ2l0aHViLXJlbGVhc2UiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-01-29 02:53:03 +01:00
Alfred Göppel 659b8ddd39 fix(alpine): Update Dockerfile (#31325)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ 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

**🧪 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
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 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):` or `chore(chart-name):`

** 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: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-01-28 13:32:10 +01:00
TrueCharts Bot 81d19c9fd2 chore(helm): update chart redis 15.6.0 → 15.6.1 (#31313)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [redis](https://truecharts.org/charts/stable/redis)
([source](https://redirect.github.com/bitnami/bitnami-docker-redis)) |
patch | `15.6.0` -> `15.6.1` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-01-28 12:09:52 +00:00
TrueCharts Bot 5ef16901e8 chore(helm): update image quay.io/invidious/invidious digest to 6ff9543 (#30055)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/invidious/invidious | digest | `8ea514c` -> `6ff9543` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-01-28 11:23:39 +00:00
TrueCharts Bot 1dc0abc38d chore(helm): update image ghcr.io/immich-app/immich-machine-learning v1.125.3 → v1.125.5 (#31315)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/immich-app/immich-machine-learning | patch | `ec10b33` ->
`754b18c` |
| ghcr.io/immich-app/immich-machine-learning | patch | `35b380c` ->
`34406b6` |
| ghcr.io/immich-app/immich-machine-learning | patch | `7914728` ->
`698b9b2` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-01-28 08:13:32 +00:00
TrueCharts Bot 53cf0da303 chore(helm): update chart kong 2.46.0 → 2.47.0 (#31320)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [kong](https://konghq.com/)
([source](https://redirect.github.com/Kong/charts)) | minor | `2.46.0`
-> `2.47.0` |

---

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

---

### Release Notes

<details>
<summary>Kong/charts (kong)</summary>

###
[`v2.47.0`](https://redirect.github.com/Kong/charts/releases/tag/kong-2.47.0)

[Compare
Source](https://redirect.github.com/Kong/charts/compare/kong-2.46.0...kong-2.47.0)

The Cloud-Native Ingress and API-management

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

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-01-28 08:12:37 +00:00
TrueCharts Bot fa63bb2aab chore(helm): update chart mariadb 15.8.0 → 15.8.1 (#31310)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [mariadb](https://truecharts.org/charts/stable/mariadb)
([source](https://redirect.github.com/bitnami/bitnami-docker-mariadb)) |
patch | `15.8.0` -> `15.8.1` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->
2025-01-28 03:02:07 +01:00
TrueCharts Bot 4f354816f4 chore(helm): update image renovate/renovate 39.128.0 → 39.137.1 (#31322) 2025-01-28 02:54:56 +01:00
TrueCharts Bot 011e9dc887 chore(helm): update image ghcr.io/manyfold3d/manyfold 0.98.0 → 0.99.0 (#31321)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold)
| minor | `084fe7e` -> `2ff6e69` |

---

> [!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>manyfold3d/manyfold (ghcr.io/manyfold3d/manyfold)</summary>

###
[`v0.99.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.99.0)

[Compare
Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.98.0...v0.99.0)

Two main features in this release: first, you can now customise the
ignored files and folders list for disk scanning, which should help keep
things tidy; and second, we've got more federation support for creator
profiles.

Now, if you follow a creator on another Manyfold instance, it will
appear in your local creator list, and you can assign models to it, as
well as easily visiting the original profile. You can also search for
Fediverse addresses straight from the main search box - try following
`@floppy@manyfold.floppy.org.uk` to see it in action!

There's more federation work coming soon, so stay tuned!

#### What's Changed

#####  New Features 

- Include followed remote creators in list by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3478](https://redirect.github.com/manyfold3d/manyfold/pull/3478)
- Configure files / directories that should be ignored during scan by
[@&#8203;matthewbadeau](https://redirect.github.com/matthewbadeau) in
[https://github.com/manyfold3d/manyfold/pull/3434](https://redirect.github.com/manyfold3d/manyfold/pull/3434)
- Entering fediverse username in main search redirects to follow page by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3490](https://redirect.github.com/manyfold3d/manyfold/pull/3490)

##### 🐛 Bug Fixes 🐛

- Fix problems with searching for remote fediverse users by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3488](https://redirect.github.com/manyfold3d/manyfold/pull/3488)
- Use simpler regexp output for file settings form by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3489](https://redirect.github.com/manyfold3d/manyfold/pull/3489)

##### 🛠️ Other Improvements 🛠️

- Store activitypub extension data for remote actors by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3472](https://redirect.github.com/manyfold3d/manyfold/pull/3472)
- Include creator caption and notes in activitystream summary by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3473](https://redirect.github.com/manyfold3d/manyfold/pull/3473)
- Add creator links as attachments in activitystreams by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3477](https://redirect.github.com/manyfold3d/manyfold/pull/3477)
- Order libraries by name, by default by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3481](https://redirect.github.com/manyfold3d/manyfold/pull/3481)
- Reorganise creator display a little for remote creators by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3482](https://redirect.github.com/manyfold3d/manyfold/pull/3482)
- Rename extension namespace to f3di by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3483](https://redirect.github.com/manyfold3d/manyfold/pull/3483)

**Full Changelog**:
https://github.com/manyfold3d/manyfold/compare/v0.98.0...v0.99.0

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-01-28 02:54:53 +01:00
TrueCharts Bot f6e596eddd chore(helm): update chart memcached 14.5.0 → 14.5.1 (#31311)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [memcached](https://truecharts.org/charts/stable/memcached)
([source](https://redirect.github.com/bitnami/bitnami-docker-memcached))
| patch | `14.5.0` -> `14.5.1` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->
2025-01-28 02:54:41 +01:00
TrueCharts Bot 0a1a3a1d09 fix(website): update astro 5.1.9 → 5.1.10 (#31318) 2025-01-28 02:54:23 +01:00
TrueCharts Bot 5908cf0aba chore(helm): update rdesktop (#31291)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `a7e6be1` -> `28a2b08` |
| lscr.io/linuxserver/rdesktop | digest | `c895120` -> `9d5be28` |
| lscr.io/linuxserver/rdesktop | digest | `583c5cb` -> `501ef36` |
| lscr.io/linuxserver/rdesktop | digest | `126b5a2` -> `480648c` |
| lscr.io/linuxserver/rdesktop | digest | `8606c70` -> `0eae61b` |
| lscr.io/linuxserver/rdesktop | digest | `f3f232b` -> `aa9701d` |
| lscr.io/linuxserver/rdesktop | digest | `628a890` -> `bb27463` |
| lscr.io/linuxserver/rdesktop | digest | `5afd5f0` -> `fd90645` |
| lscr.io/linuxserver/rdesktop | digest | `161c027` -> `a031c6f` |
| lscr.io/linuxserver/rdesktop | digest | `f4f9e3c` -> `feb1db2` |
| lscr.io/linuxserver/rdesktop | digest | `db7bfd8` -> `e492582` |
| lscr.io/linuxserver/rdesktop | digest | `f2081a8` -> `efb9466` |
| lscr.io/linuxserver/rdesktop | digest | `368feb2` -> `2689bef` |
| lscr.io/linuxserver/rdesktop | digest | `49170e4` -> `cf15884` |
| lscr.io/linuxserver/rdesktop | digest | `f1bb241` -> `36ef10c` |
| lscr.io/linuxserver/rdesktop | digest | `56614d7` -> `93abb48` |
| lscr.io/linuxserver/rdesktop | digest | `8c7a6e0` -> `f71d940` |
| lscr.io/linuxserver/rdesktop | digest | `3a04e06` -> `de5d36b` |

---

> [!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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-01-28 02:54:19 +01:00
TrueCharts Bot 9b8249aca0 chore(helm): update image ghcr.io/immich-app/immich-server v1.125.3 → v1.125.5 (#31316)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/immich-app/immich-server](https://redirect.github.com/immich-app/immich)
| patch | `da47ef1` -> `9be304e` |

---

> [!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>immich-app/immich (ghcr.io/immich-app/immich-server)</summary>

###
[`v1.125.5`](https://redirect.github.com/immich-app/immich/releases/tag/v1.125.5)

[Compare
Source](https://redirect.github.com/immich-app/immich/compare/v1.125.3...v1.125.5)

### v1.125.5

*We were about to release `v1.125.4`, then we found and fixed some more
bugs, `v1.125.5` it is!*

- Fixed a bug where the album page cannot be accessed if any album with
its assets is in the trash.
-   Fixed a bug where deduplication detection doesn't return any result
- Fixed a bug where the date picker component caused a rendering error
if the app language was not in English

<!-- Release notes generated using the configuration in
.github/release.yml at v1.125.5 -->

#### What's Changed

##### 🐛 Bug fixes

- fix(web): sort folders by
[@&#8203;C-Otto](https://redirect.github.com/C-Otto) in
[https://github.com/immich-app/immich/pull/15691](https://redirect.github.com/immich-app/immich/pull/15691)
- fix(server): cannot render album page when all assets of an album are
in trash by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[https://github.com/immich-app/immich/pull/15690](https://redirect.github.com/immich-app/immich/pull/15690)
- fix(server): duplicate detection by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[https://github.com/immich-app/immich/pull/15727](https://redirect.github.com/immich-app/immich/pull/15727)
- fix(mobile): locale option causes the datetime filter error out by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[https://github.com/immich-app/immich/pull/15704](https://redirect.github.com/immich-app/immich/pull/15704)

**Full Changelog**:
https://github.com/immich-app/immich/compare/v1.125.3...v1.125.5

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-01-28 02:53:49 +01:00
TrueCharts Bot f815308877 chore(helm): update chart mongodb 15.3.0 → 15.3.1 (#31312) 2025-01-28 02:52:54 +01:00
TrueCharts Bot 322218d7e3 chore(helm): update chart clickhouse 14.11.0 → 14.11.1 (#31309)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/stable/clickhouse)
([source](https://clickhouse.com/)) | patch | `14.11.0` -> `14.11.1` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->
2025-01-28 02:52:50 +01:00
TrueCharts Bot 273d8c0f9a chore(helm): update image ghcr.io/paperless-ngx/paperless-ngx 2.14.5 → 2.14.6 (#31317)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/paperless-ngx/paperless-ngx](https://redirect.github.com/paperless-ngx/paperless-ngx)
| patch | `0dd0569` -> `471a276` |

---

> [!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>paperless-ngx/paperless-ngx
(ghcr.io/paperless-ngx/paperless-ngx)</summary>

###
[`v2.14.6`](https://redirect.github.com/paperless-ngx/paperless-ngx/releases/tag/v2.14.6):
Paperless-ngx v2.14.6

[Compare
Source](https://redirect.github.com/paperless-ngx/paperless-ngx/compare/v2.14.5...v2.14.6)

#### paperless-ngx 2.14.6

##### Bug Fixes

- Fix: backwards-compatible versioned API response for custom field
select fields, update default API version
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;8912](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8912))
- Tweak: place items with 0 documents at bottom of filterable list,
retain alphabetical
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;8924](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8924))
- Fix: set larger page size for abstract service getFew
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;8920](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8920))
- Fix/refactor: remove doc observables, fix username async
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;8908](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8908))
- Fix: include missing fields for saved view widgets
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;8905](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8905))
- Fix: force set document not dirty before close after save
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;8888](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8888))
- Fixhancement: restore search highlighting and add for built-in viewer
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;8885](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8885))
- Fix: resolve cpu usage due to incorrect interval use
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;8884](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8884))

##### All App Changes

<details>
<summary>10 changes</summary>

- Fix: backwards-compatible versioned API response for custom field
select fields, update default API version
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;8912](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8912))
- Tweak: place items with 0 documents at bottom of filterable list,
retain alphabetical
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;8924](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8924))
- Fix: set larger page size for abstract service getFew
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;8920](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8920))
- Fix/refactor: remove doc observables, fix username async
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;8908](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8908))
- Chore: Upgrades dependencies and hook versions
[@&#8203;stumpylog](https://redirect.github.com/stumpylog)
([#&#8203;8895](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8895))
- Fix: include missing fields for saved view widgets
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;8905](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8905))
- Fix: force set document not dirty before close after save
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;8888](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8888))
- Change: Revert dropdown sorting by doc count
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;8887](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8887))
- Fixhancement: restore search highlighting and add for built-in viewer
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;8885](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8885))
- Fix: resolve cpu usage due to incorrect interval use
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;8884](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8884))

</details>

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-01-28 02:51:47 +01:00