Commit Graph

56266 Commits

Author SHA1 Message Date
TrueCharts Bot e95cc1d678 fix(gitea): update image docker.io/gitea/gitea 1.26.1 → 1.26.2 (#48396)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/gitea/gitea](https://redirect.github.com/go-gitea/gitea) |
patch | `4c42564` → `c5c21a7` |

---

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

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

---

### Release Notes

<details>
<summary>go-gitea/gitea (docker.io/gitea/gitea)</summary>

###
[`v1.26.2`](https://redirect.github.com/go-gitea/gitea/blob/HEAD/CHANGELOG.md#1262---2026-05-20)

[Compare
Source](https://redirect.github.com/go-gitea/gitea/compare/v1.26.1...v1.26.2)

- SECURITY
- fix(permissions): Fix reading permission
([#&#8203;37769](https://redirect.github.com/go-gitea/gitea/issues/37769))
- fix(actions): make artifact signature payloads unambiguous
([#&#8203;37707](https://redirect.github.com/go-gitea/gitea/issues/37707))
- fix: Unify public-only token filtering in API queries and repo access
checks
([#&#8203;37118](https://redirect.github.com/go-gitea/gitea/issues/37118))
- fix: Add missed token scope checking
([#&#8203;37735](https://redirect.github.com/go-gitea/gitea/issues/37735))
- fix(oauth): bind token exchanges to the original client request
([#&#8203;37704](https://redirect.github.com/go-gitea/gitea/issues/37704))
- fix(oauth): strengthen PKCE validation and refresh token replay
protection
([#&#8203;37706](https://redirect.github.com/go-gitea/gitea/issues/37706))
- fix(web): enforce token scopes on raw, media, and attachment downloads
([#&#8203;37698](https://redirect.github.com/go-gitea/gitea/issues/37698))
- fix(security): enforce wiki git writes and LFS token access at request
time
([#&#8203;37695](https://redirect.github.com/go-gitea/gitea/issues/37695))
- feat(api): encrypt AWS creds
([#&#8203;37679](https://redirect.github.com/go-gitea/gitea/issues/37679))
- fix(deps): update dependency mermaid to v11.15.0 \[security], add e2e
test
- fix(packages): Add label for private and internal package and fix
composor package source permission check
([#&#8203;37610](https://redirect.github.com/go-gitea/gitea/issues/37610))
- fix(git): Fix smart http request scope bug
([#&#8203;37583](https://redirect.github.com/go-gitea/gitea/issues/37583))
- Fix basic auth bug
([#&#8203;37503](https://redirect.github.com/go-gitea/gitea/issues/37503))
- Fix allow maintainer edit permission check
([#&#8203;37479](https://redirect.github.com/go-gitea/gitea/issues/37479))
([#&#8203;37484](https://redirect.github.com/go-gitea/gitea/issues/37484))
- Fix URL sanitization to handle schemeless credentials
([#&#8203;37440](https://redirect.github.com/go-gitea/gitea/issues/37440))
([#&#8203;37471](https://redirect.github.com/go-gitea/gitea/issues/37471))
- Fix attachment Content-Security-Policy
([#&#8203;37455](https://redirect.github.com/go-gitea/gitea/issues/37455))
([#&#8203;37464](https://redirect.github.com/go-gitea/gitea/issues/37464))
- chore(deps): bump go-git/go-git/v5 to 5.19.0
([#&#8203;37608](https://redirect.github.com/go-gitea/gitea/issues/37608))

- BUGFIXES
- fix(pull): handle empty pull request files view to allow reviews
([#&#8203;37783](https://redirect.github.com/go-gitea/gitea/issues/37783))
- fix(markup): make RenderString never fail
([#&#8203;37779](https://redirect.github.com/go-gitea/gitea/issues/37779))
- fix: add natural sort to sortTreeViewNodes
([#&#8203;37772](https://redirect.github.com/go-gitea/gitea/issues/37772))
- fix: package creation unique conflict
([#&#8203;37774](https://redirect.github.com/go-gitea/gitea/issues/37774))
- fix!: add DEFAULT\_TITLE\_SOURCE setting for pull request title
default behavior
([#&#8203;37465](https://redirect.github.com/go-gitea/gitea/issues/37465))
- fix: Allow direct commits for unprotected files with push restrictions
([#&#8203;37657](https://redirect.github.com/go-gitea/gitea/issues/37657))
- fix(actions): wrong assumption that run id always >= job id
([#&#8203;37737](https://redirect.github.com/go-gitea/gitea/issues/37737))
- fix(auth): set User-Agent on avatar fetch and sync avatar on
link-account register
([#&#8203;37564](https://redirect.github.com/go-gitea/gitea/issues/37564))
([#&#8203;37588](https://redirect.github.com/go-gitea/gitea/issues/37588))
- fix(actions): deadlock between PrepareRunAndInsert and
UpdateTaskByState
([#&#8203;37692](https://redirect.github.com/go-gitea/gitea/issues/37692))
- fix(repo): /generate must sync the branch table for the new repo
([#&#8203;37693](https://redirect.github.com/go-gitea/gitea/issues/37693))
  - build: Fix snap build (1.26)
- fix(actions): run TransferLogs on UpdateLog{Rows:\[], NoMore:true}
([#&#8203;37631](https://redirect.github.com/go-gitea/gitea/issues/37631))
  - fix show correct mergebase
- fix: make clone URL respect public URL detection setting
([#&#8203;37615](https://redirect.github.com/go-gitea/gitea/issues/37615))
- fix: "run as root" check
([#&#8203;37622](https://redirect.github.com/go-gitea/gitea/issues/37622))
- chore(deps): update dependency go to v1.26.3
([#&#8203;37601](https://redirect.github.com/go-gitea/gitea/issues/37601))
- Compare dropdown fails when selecting branch with no common merge-base
([#&#8203;37470](https://redirect.github.com/go-gitea/gitea/issues/37470))
- fix: treat email addresses case-insensitively
([#&#8203;37600](https://redirect.github.com/go-gitea/gitea/issues/37600))
- fix(actions): fix blank lines after ::endgroup::
([#&#8203;37597](https://redirect.github.com/go-gitea/gitea/issues/37597))
- fix(actions): report individual step status in workflow job API
response
([#&#8203;37592](https://redirect.github.com/go-gitea/gitea/issues/37592))
- fix: Invalid UTF-8 commit messages in JSON API responses
([#&#8203;37542](https://redirect.github.com/go-gitea/gitea/issues/37542))
- fix: use consistent GetUser family functions
([#&#8203;37553](https://redirect.github.com/go-gitea/gitea/issues/37553))
- fix(api): return 409 message instead of empty JSON for wrong commit id
([#&#8203;37572](https://redirect.github.com/go-gitea/gitea/issues/37572))
- fix(actions): prevent panic when workflow contains null jobs
([#&#8203;37570](https://redirect.github.com/go-gitea/gitea/issues/37570))
- Make ServeSetHeaders default to download attachment if filename exists
([#&#8203;37552](https://redirect.github.com/go-gitea/gitea/issues/37552))
([#&#8203;37555](https://redirect.github.com/go-gitea/gitea/issues/37555))
- Fix(actions): validate workflow param to prevent 500 error
([#&#8203;37546](https://redirect.github.com/go-gitea/gitea/issues/37546))
([#&#8203;37554](https://redirect.github.com/go-gitea/gitea/issues/37554))
- Don't unblock run-level-concurrency-blocked runs in the resolver
([#&#8203;37461](https://redirect.github.com/go-gitea/gitea/issues/37461))
([#&#8203;37538](https://redirect.github.com/go-gitea/gitea/issues/37538))
- Fix(packages): use file names for generic web downloads
([#&#8203;37514](https://redirect.github.com/go-gitea/gitea/issues/37514))
([#&#8203;37520](https://redirect.github.com/go-gitea/gitea/issues/37520))
- Fix merge autodetect can't close other PRs but only the last one when
multiple PRs are pushed at once
([#&#8203;37512](https://redirect.github.com/go-gitea/gitea/issues/37512))
([#&#8203;37516](https://redirect.github.com/go-gitea/gitea/issues/37516))
- Fix update branch protection order
([#&#8203;37508](https://redirect.github.com/go-gitea/gitea/issues/37508))
([#&#8203;37513](https://redirect.github.com/go-gitea/gitea/issues/37513))
- Fix mCaptcha broken after Vite migration
([#&#8203;37492](https://redirect.github.com/go-gitea/gitea/issues/37492))
([#&#8203;37509](https://redirect.github.com/go-gitea/gitea/issues/37509))
- Fix review submission from single-commit PR view
([#&#8203;37475](https://redirect.github.com/go-gitea/gitea/issues/37475))
([#&#8203;37485](https://redirect.github.com/go-gitea/gitea/issues/37485))
- Fix scheduled action panic with null event payload
([#&#8203;37459](https://redirect.github.com/go-gitea/gitea/issues/37459))
([#&#8203;37466](https://redirect.github.com/go-gitea/gitea/issues/37466))
- Make GetPossibleUserByID can handle deleted user
([#&#8203;37430](https://redirect.github.com/go-gitea/gitea/issues/37430))
([#&#8203;37431](https://redirect.github.com/go-gitea/gitea/issues/37431))
- Remove excessive quote from terraform instructions
([#&#8203;37424](https://redirect.github.com/go-gitea/gitea/issues/37424))
([#&#8203;37426](https://redirect.github.com/go-gitea/gitea/issues/37426))
- Fix color regressions, add `priority` color
([#&#8203;37417](https://redirect.github.com/go-gitea/gitea/issues/37417))
([#&#8203;37421](https://redirect.github.com/go-gitea/gitea/issues/37421))

- MISC
- Add CurrentURL template variable back
([#&#8203;37444](https://redirect.github.com/go-gitea/gitea/issues/37444))
([#&#8203;37449](https://redirect.github.com/go-gitea/gitea/issues/37449))

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9naXRlYSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2026-05-21 02:07:53 +02:00
TrueCharts Bot f5b0790eec feat(portainer): update image docker.io/portainer/portainer-ee 2.41.1 → 2.42.0 (#48400)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/portainer/portainer-ee](https://www.portainer.io) | minor |
`704f5fa` → `43a6b52` |

---

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

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

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9wb3J0YWluZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2026-05-21 02:07:01 +02:00
TrueCharts Bot 20d062cc4a fix(gatus): update image ghcr.io/home-operations/gatus-sidecar 0.0.14 → 0.0.15 (#48395) 2026-05-21 02:06:54 +02:00
TrueCharts Bot 0e4fb68063 fix(picoshare): update image docker.io/mtlynch/picoshare 1.5.1 → 1.5.2 (#48398)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/mtlynch/picoshare | patch | `880f8da` → `1b786f8` |

---

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

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

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9waWNvc2hhcmUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2026-05-21 02:06:53 +02:00
TrueCharts Bot 30645a27c4 fix(helm-deps): update chart clickhouse 18.5.0 → 18.5.1 (#48397) 2026-05-21 02:06:46 +02:00
TrueCharts Bot 1ddb23c221 chore(wordpress): update image docker.io/bitnamisecure/wordpress digest to 4965c05 (#48393)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/bitnamisecure/wordpress | digest | `c0f8716` → `4965c05` |

---

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

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

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC93b3JkcHJlc3MiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-05-21 02:06:38 +02:00
TrueCharts Bot f7913c58a3 chore(synclounge): update image ghcr.io/linuxserver/synclounge digest to 5ca2bcd (#48391)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/synclounge](https://redirect.github.com/linuxserver/docker-synclounge/packages)
([source](https://redirect.github.com/linuxserver/docker-synclounge)) |
digest | `d1dea38` → `5ca2bcd` |

---

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

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

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9zeW5jbG91bmdlIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-05-21 02:06:03 +02:00
TrueCharts Bot ec3d1cb7a1 chore(remmina): update image ghcr.io/linuxserver/remmina digest to 3dc329d (#48390)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/remmina](https://redirect.github.com/linuxserver/docker-remmina/packages)
([source](https://redirect.github.com/linuxserver/docker-remmina)) |
digest | `c6d315e` → `3dc329d` |

---

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

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

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9yZW1taW5hIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-05-21 02:05:42 +02:00
TrueCharts Bot 328d3fbff4 feat(portainer): update image docker.io/portainer/portainer-ce 2.41.1 → 2.42.0 (#48399)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/portainer/portainer-ce](https://www.portainer.io) | minor |
`4ac9984` → `c3c919e` |

---

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

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

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9wb3J0YWluZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2026-05-21 02:05:21 +02:00
TrueCharts Bot 891d11029f chore(memcached): update image docker.io/bitnamisecure/memcached digest to 38ee766 (#48388)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/bitnamisecure/memcached | digest | `103b56d` → `38ee766` |

---

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

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

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9tZW1jYWNoZWQiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-05-21 02:05:09 +02:00
TrueCharts Bot a0e665eb40 fix(freshrss): update image ghcr.io/linuxserver/freshrss 1.29.0 → 1.29.1 (#48394)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/freshrss](https://redirect.github.com/linuxserver/docker-freshrss/packages)
([source](https://redirect.github.com/linuxserver/docker-freshrss)) |
patch | `3b845ca` → `5292f1d` |

---

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

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

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9mcmVzaHJzcyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2026-05-21 02:04:56 +02:00
TrueCharts Bot 9f7c9b25e0 chore(transmission): update image docker.io/linuxserver/transmission digest to 7d1f96f (#48392)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/linuxserver/transmission](https://redirect.github.com/linuxserver/docker-transmission/packages)
([source](https://redirect.github.com/linuxserver/docker-transmission))
| digest | `62a88fb` → `7d1f96f` |

---

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

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

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC90cmFuc21pc3Npb24iLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-05-21 02:04:00 +02:00
TrueCharts Bot 48f1a01afa feat(mealie): update image ghcr.io/mealie-recipes/mealie v3.17.0 → v3.18.0 (#48387)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/mealie-recipes/mealie](https://redirect.github.com/mealie-recipes/mealie)
| minor | `d570139` → `2db8344` |

---

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

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

---

### Release Notes

<details>
<summary>mealie-recipes/mealie (ghcr.io/mealie-recipes/mealie)</summary>

###
[`v3.18.0`](https://redirect.github.com/mealie-recipes/mealie/releases/tag/v3.18.0)

[Compare
Source](https://redirect.github.com/mealie-recipes/mealie/compare/v3.17.0...v3.18.0)

### 🍴🍴🍴🍴🍴🍴

####  New features

- feat: Improve new shopping list UI
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;7600](https://redirect.github.com/mealie-recipes/mealie/issues/7600))
- feat: Remember screen lock preference
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;7609](https://redirect.github.com/mealie-recipes/mealie/issues/7609))

#### 🐛 Bug fixes

- fix: Query Filter Builder "Advanced" bug
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;7599](https://redirect.github.com/mealie-recipes/mealie/issues/7599))
- fix: make PWA share target functional on Android Chrome
[@&#8203;zdenek-stursa](https://redirect.github.com/zdenek-stursa)
([#&#8203;7468](https://redirect.github.com/mealie-recipes/mealie/issues/7468))
- fix: redirect to login and validate input on password reset flow
[@&#8203;zdenek-stursa](https://redirect.github.com/zdenek-stursa)
([#&#8203;7521](https://redirect.github.com/mealie-recipes/mealie/issues/7521))
- fix: Update backend normalization to match search normalization logic
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;7603](https://redirect.github.com/mealie-recipes/mealie/issues/7603))
- fix: Update OpenAI recipe parse prompt to return the same number of
ingredients as given
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;7604](https://redirect.github.com/mealie-recipes/mealie/issues/7604))
- fix: redirect to new slug URL after recipe rename
[@&#8203;zdenek-stursa](https://redirect.github.com/zdenek-stursa)
([#&#8203;7522](https://redirect.github.com/mealie-recipes/mealie/issues/7522))
- fix: prevent double-scaling of sub-recipe ingredients in shopping list
[@&#8203;zdenek-stursa](https://redirect.github.com/zdenek-stursa)
([#&#8203;7537](https://redirect.github.com/mealie-recipes/mealie/issues/7537))
- fix: Infinite API request loop on empty stores
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;7613](https://redirect.github.com/mealie-recipes/mealie/issues/7613))
- fix: downgrade OIDC missing-claims log from ERROR to DEBUG
([#&#8203;6801](https://redirect.github.com/mealie-recipes/mealie/issues/6801))
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;7620](https://redirect.github.com/mealie-recipes/mealie/issues/7620))
- fix: use locale for Recipe Created timeline event
([#&#8203;4497](https://redirect.github.com/mealie-recipes/mealie/issues/4497))
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;7623](https://redirect.github.com/mealie-recipes/mealie/issues/7623))
- fix: block scriptable asset extensions and force Content-Disposition:
attachment (GHSA-gfwc-pjx4-mg9p)
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;7626](https://redirect.github.com/mealie-recipes/mealie/issues/7626))
- fix: enforce ownership check on recipe deletion (GHSA-x5v9-9jvh-7c7q)
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;7625](https://redirect.github.com/mealie-recipes/mealie/issues/7625))

#### 🧰 Maintenance

<details>
<summary>8 changes</summary>

- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;7571](https://redirect.github.com/mealie-recipes/mealie/issues/7571))
- chore(l10n): Crowdin locale sync
@&#8203;[mealie-actions\[bot\]](https://redirect.github.com/apps/mealie-actions)
([#&#8203;7595](https://redirect.github.com/mealie-recipes/mealie/issues/7595))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;7589](https://redirect.github.com/mealie-recipes/mealie/issues/7589))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;7605](https://redirect.github.com/mealie-recipes/mealie/issues/7605))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;7608](https://redirect.github.com/mealie-recipes/mealie/issues/7608))
- chore: update SECURITY.md for GitHub private vulnerability reporting
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;7612](https://redirect.github.com/mealie-recipes/mealie/issues/7612))
- chore(l10n): Crowdin locale sync
@&#8203;[mealie-actions\[bot\]](https://redirect.github.com/apps/mealie-actions)
([#&#8203;7637](https://redirect.github.com/mealie-recipes/mealie/issues/7637))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;7617](https://redirect.github.com/mealie-recipes/mealie/issues/7617))

</details>

#### ⬆️ Dependency updates

<details>
<summary>7 changes</summary>

- chore(deps): update dependency mypy to v2
@&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate)
([#&#8203;7584](https://redirect.github.com/mealie-recipes/mealie/issues/7584))
- chore(deps): update dependency types-requests to v2.33.0.20260503
@&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate)
([#&#8203;7587](https://redirect.github.com/mealie-recipes/mealie/issues/7587))
- chore(deps): update node.js to
[`34f0eb9`](https://redirect.github.com/mealie-recipes/mealie/commit/34f0eb9)
@&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate)
([#&#8203;7590](https://redirect.github.com/mealie-recipes/mealie/issues/7590))
- chore(deps): update node.js to
[`050bf2b`](https://redirect.github.com/mealie-recipes/mealie/commit/050bf2b)
@&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate)
([#&#8203;7592](https://redirect.github.com/mealie-recipes/mealie/issues/7592))
- fix(deps): update dependency authlib to v1.7.1
@&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate)
([#&#8203;7593](https://redirect.github.com/mealie-recipes/mealie/issues/7593))
- fix(deps): update dependency openai to v2.34.0
@&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate)
([#&#8203;7594](https://redirect.github.com/mealie-recipes/mealie/issues/7594))
- fix(deps): update dependency authlib to v1.7.2
@&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate)
([#&#8203;7606](https://redirect.github.com/mealie-recipes/mealie/issues/7606))

</details>

### 🍴🍴🍴🍴🍴🍴

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9tZWFsaWUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2026-05-20 20:00:39 +02:00
TrueCharts Bot 3196cf5d93 chore(ubooquity): update image ghcr.io/linuxserver/ubooquity digest to d0ab4d8 (#48385)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/ubooquity](https://redirect.github.com/linuxserver/docker-ubooquity/packages)
([source](https://redirect.github.com/linuxserver/docker-ubooquity)) |
digest | `c72b28f` → `d0ab4d8` |

---

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

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

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC91Ym9vcXVpdHkiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-05-20 20:00:19 +02:00
TrueCharts Bot a5ba4e07c4 chore(resilio-sync): update image ghcr.io/linuxserver/resilio-sync digest to 198fa18 (#48384)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/resilio-sync](https://redirect.github.com/linuxserver/docker-resilio-sync/packages)
([source](https://redirect.github.com/linuxserver/docker-resilio-sync))
| digest | `6d01159` → `198fa18` |

---

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

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

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9yZXNpbGlvLXN5bmMiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-05-20 19:59:55 +02:00
TrueCharts Bot 3d9e75fab1 fix(clickhouse): update image docker.io/clickhouse/clickhouse-server 26.4.2.10 → 26.4.3.37 (#48386)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/clickhouse/clickhouse-server | patch | `6d8f358` → `a70f0e2`
|

---

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

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

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9jbGlja2hvdXNlIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
2026-05-20 19:59:19 +02:00
TrueCharts Bot ea6af8eb03 chore(orcaslicer): update image ghcr.io/linuxserver/orcaslicer digest to bfd3c91 (#48383)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/orcaslicer](https://redirect.github.com/linuxserver/docker-orcaslicer/packages)
([source](https://redirect.github.com/linuxserver/docker-orcaslicer)) |
digest | `a7fea27` → `bfd3c91` |

---

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

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

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9vcmNhc2xpY2VyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-05-20 13:56:33 +02:00
TrueCharts Bot 1ebe50013b chore(cloudcommander): update image ghcr.io/coderaiser/cloudcmd digest to c3802a2 (#48381)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/coderaiser/cloudcmd](https://redirect.github.com/coderaiser/cloudcmd)
| digest | `af87e0b` → `c3802a2` |

---

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

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

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9jbG91ZGNvbW1hbmRlciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-05-20 13:56:21 +02:00
TrueCharts Bot 9972b64e64 chore(freshrss): update image ghcr.io/linuxserver/freshrss digest to 3b845ca (#48382)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/freshrss](https://redirect.github.com/linuxserver/docker-freshrss/packages)
([source](https://redirect.github.com/linuxserver/docker-freshrss)) |
digest | `9ea33a3` → `3b845ca` |

---

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

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

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9mcmVzaHJzcyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-05-20 13:56:11 +02:00
TrueCharts Bot 443ae06ffb feat(gatus): update image ghcr.io/twin/gatus v5.35.0 → v5.36.0 (#48379)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/twin/gatus](https://redirect.github.com/TwiN/gatus) | minor |
`21609f3` → `c5f210d` |

---

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

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

---

### Release Notes

<details>
<summary>TwiN/gatus (ghcr.io/twin/gatus)</summary>

###
[`v5.36.0`](https://redirect.github.com/TwiN/gatus/releases/tag/v5.36.0)

[Compare
Source](https://redirect.github.com/TwiN/gatus/compare/v5.35.0...v5.36.0)

#### What's Changed

- perf: Add PostgreSQL indexes for \~15x performance improvement by
[@&#8203;ozanonurtek](https://redirect.github.com/ozanonurtek) in
[#&#8203;1541](https://redirect.github.com/TwiN/gatus/pull/1541)
- fix(alerting): Remove square brackets from email subject by
[@&#8203;jaydeethree](https://redirect.github.com/jaydeethree) in
[#&#8203;1586](https://redirect.github.com/TwiN/gatus/pull/1586)
- fix(security): Do not allow invalid security configs by
[@&#8203;PythonGermany](https://redirect.github.com/PythonGermany) in
[#&#8203;1531](https://redirect.github.com/TwiN/gatus/pull/1531)
- fix: return error from rdapQuery when no expiration event found by
[@&#8203;majiayu000](https://redirect.github.com/majiayu000) in
[#&#8203;1603](https://redirect.github.com/TwiN/gatus/pull/1603)
- fix(ci): regenerate-static-assets workflow reporting false errors on
success by [@&#8203;Copilot](https://redirect.github.com/Copilot) in
[#&#8203;1614](https://redirect.github.com/TwiN/gatus/pull/1614)
- feat(ui): Add customizable OIDC login screen branding by
[@&#8203;hluaces](https://redirect.github.com/hluaces) in
[#&#8203;1583](https://redirect.github.com/TwiN/gatus/pull/1583)
- fix(test): Remove t.Parallel() from tests racing on injectedHTTPClient
by [@&#8203;Copilot](https://redirect.github.com/Copilot) in
[#&#8203;1630](https://redirect.github.com/TwiN/gatus/pull/1630)
- fix(storage): close rows before nested queries to prevent PostgreSQL
driver error by [@&#8203;osalloum](https://redirect.github.com/osalloum)
in [#&#8203;1503](https://redirect.github.com/TwiN/gatus/pull/1503)
- docs: Document remote.client configuration by
[@&#8203;surdaft](https://redirect.github.com/surdaft) in
[#&#8203;1637](https://redirect.github.com/TwiN/gatus/pull/1637)
- fix: update lib/pq to v1.11.2 to fix Supabase PostgreSQL connection
regression by
[@&#8203;wahajahmed010](https://redirect.github.com/wahajahmed010) in
[#&#8203;1644](https://redirect.github.com/TwiN/gatus/pull/1644)

#### New Contributors

- [@&#8203;ozanonurtek](https://redirect.github.com/ozanonurtek) made
their first contribution in
[#&#8203;1541](https://redirect.github.com/TwiN/gatus/pull/1541)
- [@&#8203;jaydeethree](https://redirect.github.com/jaydeethree) made
their first contribution in
[#&#8203;1586](https://redirect.github.com/TwiN/gatus/pull/1586)
- [@&#8203;majiayu000](https://redirect.github.com/majiayu000) made
their first contribution in
[#&#8203;1603](https://redirect.github.com/TwiN/gatus/pull/1603)
- [@&#8203;hluaces](https://redirect.github.com/hluaces) made their
first contribution in
[#&#8203;1583](https://redirect.github.com/TwiN/gatus/pull/1583)
- [@&#8203;osalloum](https://redirect.github.com/osalloum) made their
first contribution in
[#&#8203;1503](https://redirect.github.com/TwiN/gatus/pull/1503)
- [@&#8203;surdaft](https://redirect.github.com/surdaft) made their
first contribution in
[#&#8203;1637](https://redirect.github.com/TwiN/gatus/pull/1637)
- [@&#8203;wahajahmed010](https://redirect.github.com/wahajahmed010)
made their first contribution in
[#&#8203;1644](https://redirect.github.com/TwiN/gatus/pull/1644)

**Full Changelog**:
<https://github.com/TwiN/gatus/compare/v5.35.0...v5.36.0>

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9nYXR1cyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2026-05-20 07:52:55 +02:00
TrueCharts Bot d58e2d02b5 fix(mstream): update image ghcr.io/linuxserver/mstream 6.9.0 → 6.9.1 (#48378)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/mstream](https://redirect.github.com/linuxserver/docker-mstream/packages)
([source](https://redirect.github.com/linuxserver/docker-mstream)) |
patch | `eeb6c21` → `02a57c3` |

---

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

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

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9tc3RyZWFtIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
2026-05-20 07:51:52 +02:00
TrueCharts Bot 500862048b chore(filestash): update image docker.io/machines/filestash digest to 3ee7f7a (#48376)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/machines/filestash | digest | `e194928` → `3ee7f7a` |

---

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

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

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9maWxlc3Rhc2giLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-05-20 07:51:40 +02:00
TrueCharts Bot 93ab7dc4da fix(kubernetes-reflector): update image ghcr.io/emberstack/kubernetes-reflector 10.0.43 → 10.0.44 (#48377)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/emberstack/kubernetes-reflector](https://redirect.github.com/emberstack/kubernetes-reflector)
| patch | `2e3b7e2` → `f6b7f06` |

---

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

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

---

### Release Notes

<details>
<summary>emberstack/kubernetes-reflector
(ghcr.io/emberstack/kubernetes-reflector)</summary>

###
[`v10.0.44`](https://redirect.github.com/emberstack/kubernetes-reflector/releases/tag/v10.0.44)

[Compare
Source](https://redirect.github.com/emberstack/kubernetes-reflector/compare/v10.0.43...v10.0.44)

The release process is automated.

#### What's Changed

- Bump the all-dependencies group with 7 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;649](https://redirect.github.com/emberstack/kubernetes-reflector/pull/649)

**Full Changelog**:
<https://github.com/emberstack/kubernetes-reflector/compare/v10.0.43...v10.0.44>

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9rdWJlcm5ldGVzLXJlZmxlY3RvciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2026-05-20 07:51:37 +02:00
TrueCharts Bot d42f3c474c chore(drawio): update image docker.io/jgraph/drawio digest to b87c521 (#48375)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/jgraph/drawio](https://www.drawio.com)
([source](https://redirect.github.com/jgraph/docker-drawio)) | digest |
`63ba7ec` → `b87c521` |

---

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

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

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9kcmF3aW8iLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-05-20 07:51:21 +02:00
TrueCharts Bot faaee7bee2 fix(changedetection-io): update image ghcr.io/dgtlmoon/changedetection.io 0.55.4 → 0.55.5 (#48372)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/dgtlmoon/changedetection.io](https://changedetection.io)
([source](https://redirect.github.com/dgtlmoon/changedetection.io)) |
patch | `9d15c62` → `d89d418` |

---

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

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

---

### Release Notes

<details>
<summary>dgtlmoon/changedetection.io
(ghcr.io/dgtlmoon/changedetection.io)</summary>

###
[`v0.55.5`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.55.5)

[Compare
Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.55.4...0.55.5)

#### What's Changed

- Fix Spanish translations for 'Changed' and 'Last Changed' by
[@&#8203;maperal](https://redirect.github.com/maperal) in
[#&#8203;4160](https://redirect.github.com/dgtlmoon/changedetection.io/pull/4160)
- Notifications - Fix `'str' object is not callable` when `{{
diff(...)}}` callable tokens are used with HTML/htmlcolor output by
[@&#8203;dgtlmoon](https://redirect.github.com/dgtlmoon) in
[#&#8203;4161](https://redirect.github.com/dgtlmoon/changedetection.io/pull/4161)
- LLM - Master on/off switch (enable/disable) by
[@&#8203;dgtlmoon](https://redirect.github.com/dgtlmoon) in
[#&#8203;4162](https://redirect.github.com/dgtlmoon/changedetection.io/pull/4162)

#### New Contributors

- [@&#8203;maperal](https://redirect.github.com/maperal) made their
first contribution in
[#&#8203;4160](https://redirect.github.com/dgtlmoon/changedetection.io/pull/4160)

**Full Changelog**:
<https://github.com/dgtlmoon/changedetection.io/compare/0.55.4...0.55.5>

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9jaGFuZ2VkZXRlY3Rpb24taW8iLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2026-05-20 05:48:59 +00:00
TrueCharts Bot db990d248e fix(oscam): update image ghcr.io/linuxserver/oscam 11960-ls15 → 11961-ls15 (#48373) 2026-05-20 01:47:52 +02:00
TrueCharts Bot 2924d4c47f feat(mstream): update image ghcr.io/linuxserver/mstream 6.8.1 → 6.9.0 (#48374)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/mstream](https://redirect.github.com/linuxserver/docker-mstream/packages)
([source](https://redirect.github.com/linuxserver/docker-mstream)) |
minor | `8788c77` → `eeb6c21` |

---

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

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

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9tc3RyZWFtIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
2026-05-20 01:47:48 +02:00
TrueCharts Bot 5d4ddff1ff chore(filestash): update image docker.io/machines/filestash digest to e194928 (#48369) 2026-05-20 01:46:56 +02:00
TrueCharts Bot ae16a8c75a chore(tachidesk-docker): update image ghcr.io/suwayomi/tachidesk digest to 410e07f (#48371)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/suwayomi/tachidesk | digest | `79fa6e8` → `410e07f` |

---

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

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

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC90YWNoaWRlc2stZG9ja2VyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-05-20 01:46:49 +02:00
TrueCharts Bot e92abd7208 chore(searxng): update image docker.io/searxng/searxng digest to 25ff3c0 (#48370)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/searxng/searxng | digest | `654eff5` → `25ff3c0` |

---

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

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

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9zZWFyeG5nIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-05-20 01:46:32 +02:00
TrueCharts Bot 81bb011a9a fix(metabase): update image docker.io/metabase/metabase v0.61.1 → v0.61.2 (#48363) 2026-05-19 19:49:11 +02:00
TrueCharts Bot 14eb449305 feat(stirling-pdf): update image ghcr.io/stirling-tools/s-pdf 2.10.1 → 2.11.0 (#48366) 2026-05-19 19:49:06 +02:00
TrueCharts Bot 58c2337af8 feat(zwavejs2mqtt): update image docker.io/zwavejs/zwave-js-ui 11.17.0 → 11.18.0 (#48368) 2026-05-19 19:49:03 +02:00
TrueCharts Bot 92491b1a80 feat(n8n): update image ghcr.io/n8n-io/n8n 2.21.4 → 2.22.0 (#48365) 2026-05-19 19:49:00 +02:00
TrueCharts Bot 2449c1ed5e fix(ctfd): update image ghcr.io/ctfd/ctfd 3.8.4 → 3.8.5 (#48362) 2026-05-19 19:48:46 +02:00
TrueCharts Bot beb60e73ce feat(webgrabplus): update image ghcr.io/linuxserver/webgrabplus 5.5.3 → 5.6.0 (#48367)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/webgrabplus](https://redirect.github.com/linuxserver/docker-webgrabplus/packages)
([source](https://redirect.github.com/linuxserver/docker-webgrabplus)) |
minor | `5994167` → `72cfe0e` |

---

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

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

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC93ZWJncmFicGx1cyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2026-05-19 19:48:37 +02:00
TrueCharts Bot d812dad870 chore(rflood): update image ghcr.io/hotio/rflood digest to bfba966 (#48360)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/hotio/rflood | digest | `6437677` → `bfba966` |

---

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

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

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9yZmxvb2QiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-05-19 19:48:15 +02:00
TrueCharts Bot b38a3cdfae chore(openobserve): update image public.ecr.aws/zinclabs/openobserve digest to 06acdd7 (#48358) 2026-05-19 19:47:14 +02:00
TrueCharts Bot f32ff7a3e6 chore(kdenlive): update image lscr.io/linuxserver/kdenlive digest to bf25b51 (#48356) 2026-05-19 19:47:11 +02:00
TrueCharts Bot 00e85e6261 chore(tvheadend): update image ghcr.io/linuxserver/tvheadend digest to 708222e (#48361)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/tvheadend | digest | `7c26fee` → `708222e` |

---

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

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

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC90dmhlYWRlbmQiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-05-19 19:47:02 +02:00
TrueCharts Bot a224d7f6df chore(ombi): update image ghcr.io/linuxserver/ombi digest to 0caadf0 (#48357) 2026-05-19 19:46:38 +02:00
TrueCharts Bot 44a33c342c feat(manyfold): update image ghcr.io/manyfold3d/manyfold 0.140.1 → 0.141.0 (#48364)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold)
| minor | `9bdc6cc` → `4ad9e3a` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency
Dashboard](../issues/18710) 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.141.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.141.0)

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

This release adds a couple of new features, and a few bugfixes, as well
as some internal refactoring and improved tests. You can now set a
preferred "landing page", like "my models" or "all creators", as well as
the current "dashboard" - and that can be site-wide, or per-user. And,
due to some of that internal refactoring, we now have syntax
highlighting for some text files (e.g. Javascript).

#### What's Changed

#####  New Features 

- Add site-wide and user-specific setting for default landing page by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;6133](https://redirect.github.com/manyfold3d/manyfold/pull/6133)
- Add syntax highlighting for some files using Rouge by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;6169](https://redirect.github.com/manyfold3d/manyfold/pull/6169)

##### 🐛 Bug Fixes 🐛

- Prevent escaping from library setup on first run by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;6146](https://redirect.github.com/manyfold3d/manyfold/pull/6146)
- Fix error when showing collections for federated items by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;6162](https://redirect.github.com/manyfold3d/manyfold/pull/6162)
- Allow multiple spaces in filenames by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;6184](https://redirect.github.com/manyfold3d/manyfold/pull/6184)

##### 🌍 Internationalization 🌏

- Translations updated: fr by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;6145](https://redirect.github.com/manyfold3d/manyfold/pull/6145)
- Translations updated: pl by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;6144](https://redirect.github.com/manyfold3d/manyfold/pull/6144)
- Translations updated: zh-CN by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;6141](https://redirect.github.com/manyfold3d/manyfold/pull/6141)
- Translations updated: es by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;6143](https://redirect.github.com/manyfold3d/manyfold/pull/6143)
- Translations updated: ru by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;6140](https://redirect.github.com/manyfold3d/manyfold/pull/6140)
- Translations updated: de by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;6139](https://redirect.github.com/manyfold3d/manyfold/pull/6139)
- Translations updated: cs by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;6142](https://redirect.github.com/manyfold3d/manyfold/pull/6142)
- Translations updated: nl by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;6137](https://redirect.github.com/manyfold3d/manyfold/pull/6137)
- Translations updated: ja by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;6138](https://redirect.github.com/manyfold3d/manyfold/pull/6138)

##### 🛠️ Other Improvements 🛠️

- Improve setup and user handling in request tests by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;6155](https://redirect.github.com/manyfold3d/manyfold/pull/6155)
- Unify file handling into a single system for server, browser and
client, to allow customisation of viewers and apps by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;6160](https://redirect.github.com/manyfold3d/manyfold/pull/6160)

**Full Changelog**:
<https://github.com/manyfold3d/manyfold/compare/v0.140.1...v0.141.0>

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9tYW55Zm9sZCIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2026-05-19 19:46:19 +02:00
TrueCharts Bot 0abfe367b3 chore(grocy): update image ghcr.io/linuxserver/grocy digest to 971fb0b (#48355)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/grocy](https://redirect.github.com/linuxserver/docker-grocy/packages)
([source](https://redirect.github.com/linuxserver/docker-grocy)) |
digest | `ab39f3a` → `971fb0b` |

---

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

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

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9ncm9jeSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-05-19 19:44:00 +02:00
TrueCharts Bot 9abf750498 chore(digikam): update image ghcr.io/linuxserver/digikam digest to aa09c5f (#48354)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/digikam](https://redirect.github.com/linuxserver/docker-digikam/packages)
([source](https://redirect.github.com/linuxserver/docker-digikam)) |
digest | `c555605` → `aa09c5f` |

---

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

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

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9kaWdpa2FtIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-05-19 19:43:41 +02:00
TrueCharts Bot d2c97f3dac chore(pyload-ng): update image lscr.io/linuxserver/pyload-ng digest to 2ce3ef6 (#48359)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/pyload-ng | digest | `c631b26` → `2ce3ef6` |

---

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

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

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9weWxvYWQtbmciLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-05-19 19:42:42 +02:00
TrueCharts Bot 00f235c0f9 fix(kubernetes-reflector): update image ghcr.io/emberstack/kubernetes-reflector 10.0.42 → 10.0.43 (#48350) 2026-05-19 13:40:07 +02:00
TrueCharts Bot 7c194a7d76 chore(nextcloud): update image docker.io/clamav/clamav digest to de10aee (#48347)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/clamav/clamav](https://redirect.github.com/Cisco-Talos/clamav.git)
([source](https://redirect.github.com/Cisco-Talos/clamav)) | digest |
`001eb4a` → `de10aee` |

---

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

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

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9uZXh0Y2xvdWQiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-05-19 13:40:00 +02:00
TrueCharts Bot 88b9c45479 feat(openobserve): update image public.ecr.aws/zinclabs/openobserve v0.80.3 → v0.90.0 (#48353)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| public.ecr.aws/zinclabs/openobserve | minor | `e5307de` → `a3392ea` |

---

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

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

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9vcGVub2JzZXJ2ZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2026-05-19 13:39:56 +02:00
TrueCharts Bot aaf4d1552c fix(adguard-home): update image docker.io/adguard/adguardhome v0.107.74 → v0.107.75 (#48348) 2026-05-19 13:39:52 +02:00
TrueCharts Bot fc4be3628e feat(onlyoffice-document-server): update image docker.io/onlyoffice/documentserver 9.3.1 → 9.4.0 (#48352)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/onlyoffice/documentserver | minor | `53a0610` → `e3da62a` |

---

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

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

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9vbmx5b2ZmaWNlLWRvY3VtZW50LXNlcnZlciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2026-05-19 13:39:50 +02:00