Commit Graph
44998 Commits
Author SHA1 Message Date
TrueCharts BotandGitHub 4d6828462f chore(helm): update chart common 28.12.1 → 28.12.2 (#37005)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `28.12.1`
-> `28.12.2` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19-->
2025-07-06 10:45:23 +02:00
TrueCharts BotandGitHub 4bb48e3db5 chore(helm): update image docker.io/diygod/rsshub digest to 3ab7b0c (#37004)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/diygod/rsshub | digest | `2b23b63` -> `3ab7b0c` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-07-06 10:34:40 +02:00
Kjeld SchoutenandGitHub 25176d0e05 chore(common): bump common
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-07-06 10:17:55 +02:00
Kjeld SchoutenandGitHub 7bf2233d4a fix(common): correct typo on gluten outbound subnets
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-07-06 10:17:32 +02:00
TrueCharts BotandGitHub 3b2193db25 chore(helm): update image ghcr.io/slskd/slskd 0.22.5 → 0.23.0 (#37003)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/slskd/slskd](https://slskd.org)
([source](https://redirect.github.com/slskd/slskd)) | minor | `f5150c3`
-> `4c17d5f` |

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

---

### Release Notes

<details>
<summary>slskd/slskd (ghcr.io/slskd/slskd)</summary>

###
[`v0.23.0`](https://redirect.github.com/slskd/slskd/releases/tag/0.23.0)

[Compare
Source](https://redirect.github.com/slskd/slskd/compare/0.22.5...0.23.0)

### 🎉 Database Migrations (that preserve data!)

This release introduces a new system that performs database migrations
on existing data
([#&#8203;1343](https://redirect.github.com/slskd/slskd/issues/1343)),
which was necessary to migrate the Transfers database to correct an out
of memory issue at startup for users with a large number of transfer
records (see
[#&#8203;1291](https://redirect.github.com/slskd/slskd/issues/1291)).

Upon first start after upgrading to 0.23.0 the application will apply
the initial migration to the Transfers database (`transfers.db`), if
there is one. Depending on the system and the amount of data present,
this may take a while, and the UI will be inaccessible during the
process.

Backups of existing databases are taken prior to the start of the
process (you can find them in `/data/backups`) and they aren't deleted
automatically, so **your historical data is safe**. A feature to add
auto deletion after a period of time will come later.

In the unlikely event that the process fails to complete successfully,
follow the directions in the new [migration
docs](https://redirect.github.com/slskd/slskd/blob/master/docs/migrations.md),
which explain what to do if something goes wrong, and how to get the
application back to a working state if the migration can't be completed.

If you find that your database can't be migrated successfully, please
file an issue and I can work on providing a standalone migration tool.

#### What's Changed

- Add a system to perform database migrations by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1343](https://redirect.github.com/slskd/slskd/pull/1343)
- Fix remaining transfter State queries using HasFlag() by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1356](https://redirect.github.com/slskd/slskd/pull/1356)
- Extend health check startup to 60 minutes, set $SHELL for docker
container, and bump the GC memory limit from 500MiB to 2GiB by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1359](https://redirect.github.com/slskd/slskd/pull/1359)
- Bump Soulseek.NET to 7.1.0 by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1363](https://redirect.github.com/slskd/slskd/pull/1363)
- Update documentation for scripts by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1384](https://redirect.github.com/slskd/slskd/pull/1384)
- Bump http-proxy-middleware from 2.0.6 to 2.0.9 in /src/web by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/slskd/slskd/pull/1329](https://redirect.github.com/slskd/slskd/pull/1329)

**Full Changelog**:
https://github.com/slskd/slskd/compare/0.22.5...0.23.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-07-06 08:09:09 +02:00
TrueCharts BotandGitHub 51dfdb62f8 chore(helm): update chart mongodb 16.0.0 → 16.0.1 (#37001) 2025-07-06 08:08:17 +02:00
TrueCharts BotandGitHub 773adb07fe chore(helm): update image ghcr.io/linuxserver/openvscode-server digest to 9e949c7 (#37000)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/openvscode-server](https://redirect.github.com/linuxserver/docker-openvscode-server/packages)
([source](https://redirect.github.com/linuxserver/docker-openvscode-server))
| digest | `a4d570a` -> `9e949c7` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-07-06 08:08:15 +02:00
TrueCharts BotandGitHub 9d739066cd chore(helm): update chart mariadb 16.0.0 → 16.0.1 (#36996)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [mariadb](https://truecharts.org/charts/stable/mariadb)
([source](https://gallery.ecr.aws/bitnami/mariadb)) | patch | `16.0.0`
-> `16.0.1` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19-->
2025-07-06 02:25:21 +02:00
TrueCharts BotandGitHub d2d5fb880c chore(helm): update image ghcr.io/beryju/gravity v0.27.0 → v0.27.1 (#36997) 2025-07-06 02:11:16 +02:00
TrueCharts BotandGitHub bf326437e7 chore(helm): update image ghcr.io/linuxserver/firefox digest to d6b3711 (#36994) 2025-07-06 02:10:53 +02:00
TrueCharts BotandGitHub 4983425d75 chore(helm): update chart clickhouse 16.0.0 → 16.0.1 (#36995)
This PR contains the following updates:

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19-->
2025-07-06 02:10:52 +02:00
TrueCharts BotandGitHub 97b2924cdb chore(flux): update image kube-prometheus-stack 75.8.1 → 75.9.0 (clustertool) (#36998)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus)
([source](https://redirect.github.com/prometheus-community/helm-charts))
| minor | `75.8.1` -> `75.9.0` |

---

### Release Notes

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

###
[`v75.9.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-75.9.0)

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

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

#### What's Changed

- \[kube-prometheus-stack] Update Helm release
prometheus-windows-exporter to 0.11.\* by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/prometheus-community/helm-charts/pull/5867](https://redirect.github.com/prometheus-community/helm-charts/pull/5867)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-windows-exporter-0.11.0...kube-prometheus-stack-75.9.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-07-06 02:07:45 +02:00
c6c000d57b fix(docs): Common 2025 news and docs (#36670)
**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
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [x] 📜 Documentation Changes

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

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

**✔️ Checklist:**

- [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
- [x] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [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):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

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

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

---

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

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-07-06 02:00:57 +02:00
f259090de2 chore(helm): update chart common 25.4.10 → 28.12.1 (#36988)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | major | `25.4.10`
-> `28.12.1` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL21ham9yIl19-->

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: alfi0812 <admin@alfi0812.de>
2025-07-06 01:57:44 +02:00
TrueCharts BotandGitHub fc07746f88 chore(helm): update image ghcr.io/linuxserver/firefox 139.0.4 → 1140.0.2 (#36989)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/firefox](https://redirect.github.com/linuxserver/docker-firefox/packages)
([source](https://redirect.github.com/linuxserver/docker-firefox)) |
major | `01c0903` -> `8649b23` |

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

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=-->
2025-07-05 20:26:37 +02:00
TrueCharts BotandGitHub 5265db654a chore(website): lock file maintenance (#36990)
This PR contains the following updates:

| Update | Change |
|---|---|
| lockFileMaintenance | All locks refreshed |

🔧 This Pull Request updates lock files to use the latest dependency
versions.

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on monday" (UTC),
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.

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciJdfQ==-->
2025-07-05 20:26:22 +02:00
TrueCharts BotandGitHub e13769dcd6 chore(helm): update image docker.io/cthulhoo/ttrss-fpm-pgsql-static digest to 5bdd162 (#36984) 2025-07-05 20:15:29 +02:00
TrueCharts BotandGitHub 538e9b1826 chore(helm): update image ghcr.io/jlesage/makemkv v25.06.2 → v25.07.1 (#36987) 2025-07-05 20:15:27 +02:00
TrueCharts BotandGitHub f5fd30ba72 chore(helm): update image ghcr.io/jlesage/handbrake v25.06.3 → v25.07.1 (#36986) 2025-07-05 20:15:25 +02:00
TrueCharts BotandGitHub 61f7be7f58 chore(helm): update image ghcr.io/linuxserver/healthchecks 3.10.20250623 → 3.10.20250705 (#36985)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/healthchecks](https://redirect.github.com/linuxserver/docker-healthchecks/packages)
([source](https://redirect.github.com/linuxserver/docker-healthchecks))
| patch | `85a4182` -> `3e09451` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-07-05 20:15:23 +02:00
Alfred GöppelandGitHub 4e3ee4dc3e fix(dependencies): update dependency charts to common2025 (#36983)
**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**

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

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

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

**✔️ Checklist:**

- [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 changes to the documentation
- [ ] 🧪 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):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2025-07-05 20:02:29 +02:00
Alfred GöppelandGitHub 5466bb8f64 Fix(dokuwiki): BREAKING Replace deprecated image (#36843)
**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
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

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

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

**✔️ Checklist:**

- [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 changes to the documentation
- [ ] 🧪 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):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

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

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

---

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

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-07-05 19:01:51 +02:00
TrueCharts BotandGitHub fc9b19f61c chore(helm): update image adminer digest to 6bc678e (#36977) 2025-07-05 14:14:15 +02:00
TrueCharts BotandGitHub 57250d68c0 chore(helm): update image yourls digest to 71229c7 (#36980) 2025-07-05 14:14:11 +02:00
TrueCharts BotandGitHub 60b1b27fa5 chore(helm): update image ghcr.io/suwayomi/tachidesk digest to 11c8e0f (#36979) 2025-07-05 14:14:08 +02:00
TrueCharts BotandGitHub 4f3d283268 chore(helm): update image ghcr.io/meeb/tubesync digest to 58b60e3 (#36978) 2025-07-05 14:14:06 +02:00
TrueCharts BotandGitHub 776c7cdd23 chore(helm): update webtop (#36981) 2025-07-05 14:14:05 +02:00
TrueCharts BotandGitHub a59d1f35b6 chore(helm): update image ghcr.io/elfhosted/jackett 0.22.2117 → 0.22.2120 (#36982)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/elfhosted/jackett | patch | `b4c4458` -> `54e7b57` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-07-05 14:13:59 +02:00
TrueCharts BotandGitHub f8b7859f05 chore(helm): update image ghcr.io/linkwarden/linkwarden v2.11.2 → v2.11.3 (#36976) 2025-07-05 08:23:11 +02:00
TrueCharts BotandGitHub 74d65779f0 chore(helm): update image docker.io/machines/filestash digest to 923c339 (#36967) 2025-07-05 08:23:08 +02:00
TrueCharts BotandGitHub 8d6d388163 chore(helm): update image lscr.io/linuxserver/blender digest to cb5be61 (#36972) 2025-07-05 08:23:07 +02:00
TrueCharts BotandGitHub 2212f8486d chore(helm): update webtop (#36974)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/webtop | digest | `74b23d9` -> `fa479f9` |
| lscr.io/linuxserver/webtop | digest | `c69d1dc` -> `6a1947c` |
| lscr.io/linuxserver/webtop | digest | `73237bf` -> `5222839` |
| lscr.io/linuxserver/webtop | digest | `95f6358` -> `0a8b224` |
| lscr.io/linuxserver/webtop | digest | `ea011f4` -> `0de379b` |
| lscr.io/linuxserver/webtop | digest | `c925bf6` -> `c4fdd5d` |
| lscr.io/linuxserver/webtop | digest | `7d70c3c` -> `78dd415` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-07-05 08:23:05 +02:00
TrueCharts BotandGitHub 103a89bffb chore(helm): update image ghcr.io/linuxserver/sickchill digest to f758f53 (#36970) 2025-07-05 08:22:54 +02:00
TrueCharts BotandGitHub 48691bffcf chore(helm): update image adminer digest to d4b27bf (#36965) 2025-07-05 08:22:46 +02:00
TrueCharts BotandGitHub c12713db1a chore(helm): update image public.ecr.aws/docker/library/odoo digest to 3f8bd1c (#36973) 2025-07-05 08:22:41 +02:00
TrueCharts BotandGitHub 7cc512a748 chore(helm): update image docker.io/cthulhoo/ttrss-web-nginx digest to 3a53cd1 (#36966)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/cthulhoo/ttrss-web-nginx | digest | `5c9ad84` -> `3a53cd1` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-07-05 08:22:39 +02:00
TrueCharts BotandGitHub d8b69ec7f6 chore(helm): update image ghcr.io/linuxserver/medusa digest to 89d7397 (#36969)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/medusa](https://redirect.github.com/linuxserver/docker-medusa/packages)
([source](https://redirect.github.com/linuxserver/docker-medusa)) |
digest | `2670ba0` -> `89d7397` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-07-05 08:20:46 +02:00
TrueCharts BotandGitHub 11f985cc7e chore(helm): update image ghcr.io/linuxserver/znc digest to 0e12947 (#36971) 2025-07-05 08:20:19 +02:00
TrueCharts BotandGitHub 38b7c6b9fa chore(helm): update image docker.io/tracksapp/tracks digest to 05e8307 (#36968)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/tracksapp/tracks | digest | `c96db65` -> `05e8307` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-07-05 08:20:12 +02:00
TrueCharts BotandGitHub 67be8dd1b9 chore(flux): update image kube-prometheus-stack 75.8.0 → 75.8.1 (clustertool) (#36975)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus)
([source](https://redirect.github.com/prometheus-community/helm-charts))
| patch | `75.8.0` -> `75.8.1` |

---

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

---

### Release Notes

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

###
[`v75.8.1`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-75.8.1)

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

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

#### What's Changed

- \[kube-prometheus-stack] Update kube-prometheus-stack dependency
non-major updates by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/prometheus-community/helm-charts/pull/5865](https://redirect.github.com/prometheus-community/helm-charts/pull/5865)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-75.8.0...kube-prometheus-stack-75.8.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-07-05 08:12:48 +02:00
TrueCharts BotandGitHub ff4d2d64bc chore(helm): update image docker.io/searxng/searxng digest to 943a2c5 (#36963) 2025-07-05 02:09:46 +02:00
TrueCharts BotandGitHub f3e02de009 chore(helm): update image docker.io/sourcegraph/server 6.5.0 → 6.5.1211 (#36964)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/sourcegraph/server](https://sourcegraph.com/)
([source](https://redirect.github.com/sourcegraph/sourcegraph)) | patch
| `0019f70` -> `8679436` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-07-05 02:09:43 +02:00
TrueCharts BotandGitHub bfb78f0e83 chore(helm): update image tccr.io/tccr/nextcloud-fpm digest to 19b30c3 (#36957)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/tccr/nextcloud-fpm](https://redirect.github.com/truecharts/public)
| digest | `5202152` -> `19b30c3` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-07-04 20:14:59 +02:00
TrueCharts BotandGitHub 0d779686fa chore(helm): update image docker.io/outlinewiki/outline 0.84.0 → 0.85.0 (#36960)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/outlinewiki/outline](https://redirect.github.com/outline/outline)
| minor | `57717fc` -> `ffe0737` |

---

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

###
[`v0.85.0`](https://redirect.github.com/outline/outline/releases/tag/v0.85.0)

[Compare
Source](https://redirect.github.com/outline/outline/compare/v0.84.0...v0.85.0)

<img width="938" alt="image"
src="https://github.com/user-attachments/assets/1545516f-8cb2-4df8-8fea-f8ad65ae49ff"
/>

#### What's Changed
##### Installation screen

We added a new screen when installing Outline for the first time which
allows setting up a workspace in the database with email before setting
up any SSO providers. This should provide an easier onboarding
experience for new users.

##### Editor improvements

- Tables now have the ability to merge and split cells across rows and
columns, use this to create more complex layouts.
- Added a new shortcut to create a table, just type `|--` on a new line
to insert a table.
- It is now possible to specify an exact pixel size for images in
[https://github.com/outline/outline/pull/9288](https://redirect.github.com/outline/outline/pull/9288)
- Add Dart and Flutter syntax highlighting is now supported in
[https://github.com/outline/outline/pull/9346](https://redirect.github.com/outline/outline/pull/9346)

##### OIDC improvements

We now support the `.well-known` discovery endpoint, meaning OIDC can be
configured with just `OIDC_ISSUER_URL`, `OIDC_CLIENT_ID`, and
`OIDC_CLIENT_SECRET`. Much simpler than the previous approach.

PKCE is now also used if the discovery endpoint signals support.

##### Other Improvements

- Editor blocks can now be moved up and down with Cmd+Alt+Arrow keys in
[https://github.com/outline/outline/pull/9502](https://redirect.github.com/outline/outline/pull/9502)
- New menu option to apply a template to existing document in
[https://github.com/outline/outline/pull/9236](https://redirect.github.com/outline/outline/pull/9236)
- Hungarian language support in
[https://github.com/outline/outline/pull/9230](https://redirect.github.com/outline/outline/pull/9230)
- English (UK) language support in
[https://github.com/outline/outline/pull/9336](https://redirect.github.com/outline/outline/pull/9336)
- There is now an option to disable commenting per-collection in
[https://github.com/outline/outline/pull/9295](https://redirect.github.com/outline/outline/pull/9295)
- Add sitemap to publicly shared documents with indexing enabled in
[https://github.com/outline/outline/pull/9334](https://redirect.github.com/outline/outline/pull/9334)
- Add `attachments.list` API endpoint in
[https://github.com/outline/outline/pull/9259](https://redirect.github.com/outline/outline/pull/9259)
- Add warning to user on large documents in
[https://github.com/outline/outline/pull/9282](https://redirect.github.com/outline/outline/pull/9282)
- Add workspace description setting in
[https://github.com/outline/outline/pull/9345](https://redirect.github.com/outline/outline/pull/9345)
- Add option to show modified timestamp on publicly shared docs in
[https://github.com/outline/outline/pull/9347](https://redirect.github.com/outline/outline/pull/9347)
- Add support for individual database environment variables in
[https://github.com/outline/outline/pull/9344](https://redirect.github.com/outline/outline/pull/9344)
- API: `allowIndexing` and `showLastUpdated` can now be set in
`shares.create` in
[https://github.com/outline/outline/pull/9476](https://redirect.github.com/outline/outline/pull/9476)

##### Fixes

- Fix flash of previous value after editing title in sidebar for
documents by
[@&#8203;MehdiBouzouaya](https://redirect.github.com/MehdiBouzouaya) in
[https://github.com/outline/outline/pull/9197](https://redirect.github.com/outline/outline/pull/9197)
- We now fallback to `id_token` when OIDC userinfo endpoint is sparse by
[@&#8203;xadammr](https://redirect.github.com/xadammr) in
[https://github.com/outline/outline/pull/9172](https://redirect.github.com/outline/outline/pull/9172)
- Add encoding meta tag to exported HTML in
[https://github.com/outline/outline/pull/9207](https://redirect.github.com/outline/outline/pull/9207)
- Archived documents should not show in @&#8203;mention
suggestio[https://github.com/outline/outline/pull/9208](https://redirect.github.com/outline/outline/pull/9208)l/9208
- Icon on collection home does not match sidebar when private in
[https://github.com/outline/outline/pull/9209](https://redirect.github.com/outline/outline/pull/9209)
- Reset editing state when collection/document title is unmodified in
[https://github.com/outline/outline/pull/9221](https://redirect.github.com/outline/outline/pull/9221)
- Consider active collections only for index computation in
[https://github.com/outline/outline/pull/9225](https://redirect.github.com/outline/outline/pull/9225)
- Remove # from stored filesystem keys in
[https://github.com/outline/outline/pull/9231](https://redirect.github.com/outline/outline/pull/9231)
- Resolve index collision when restoring collection in
[https://github.com/outline/outline/pull/9229](https://redirect.github.com/outline/outline/pull/9229)
- Increase `defaultSignedUrlExpires` from 60s to 5 minutes in
[https://github.com/outline/outline/pull/9233](https://redirect.github.com/outline/outline/pull/9233)
- Fix misalignment between email and comment mentions in
[https://github.com/outline/outline/pull/9234](https://redirect.github.com/outline/outline/pull/9234)
- Image caption uncentered in
[https://github.com/outline/outline/pull/9239](https://redirect.github.com/outline/outline/pull/9239)
- Fixed document URL generation for titles with only special characters
in
[https://github.com/outline/outline/pull/9258](https://redirect.github.com/outline/outline/pull/9258)
- Initial avatars in notification popover malformed in
[https://github.com/outline/outline/pull/9274](https://redirect.github.com/outline/outline/pull/9274)
- perf: Various improvements to collaborators facepile in
[https://github.com/outline/outline/pull/9281](https://redirect.github.com/outline/outline/pull/9281)
- Skip fetching children for unsupported Notion blocks in
[https://github.com/outline/outline/pull/9289](https://redirect.github.com/outline/outline/pull/9289)
- Prevent outdated clients from connecting to collaboration server in
[https://github.com/outline/outline/pull/9291](https://redirect.github.com/outline/outline/pull/9291)
- Properly escape backslashes in search queries in
[https://github.com/outline/outline/pull/9297](https://redirect.github.com/outline/outline/pull/9297)
- Prevented multiple context menus from being open simultaneously in
[https://github.com/outline/outline/pull/9298](https://redirect.github.com/outline/outline/pull/9298)
- JSON import goes through MD serialization in
[https://github.com/outline/outline/pull/9309](https://redirect.github.com/outline/outline/pull/9309)
- read-only styles not applied to history in
[https://github.com/outline/outline/pull/9319](https://redirect.github.com/outline/outline/pull/9319)
- Canonical meta tag is incorrect for documents shared to custom domain
in
[https://github.com/outline/outline/pull/9398](https://redirect.github.com/outline/outline/pull/9398)
- Use br tag for breaks inside tables in
[https://github.com/outline/outline/pull/9405](https://redirect.github.com/outline/outline/pull/9405)
- Persist document icon & color in import flow in
[https://github.com/outline/outline/pull/9421](https://redirect.github.com/outline/outline/pull/9421)
- Show integrations breadcrumb for Linear scene in
[https://github.com/outline/outline/pull/9418](https://redirect.github.com/outline/outline/pull/9418)
- Regression in `collections.info` endpoint disallowed find by urlId in
[https://github.com/outline/outline/pull/9423](https://redirect.github.com/outline/outline/pull/9423)
- Ensure notification relationships are loaded in `EmailProcessor` in
[https://github.com/outline/outline/pull/9426](https://redirect.github.com/outline/outline/pull/9426)
- Memberships loaded for incorrect user in collection
add_user/remove_user in
[https://github.com/outline/outline/pull/9428](https://redirect.github.com/outline/outline/pull/9428)
- Handle Notion linked database errors in
[https://github.com/outline/outline/pull/9429](https://redirect.github.com/outline/outline/pull/9429)
- Fixed a regression in the design of facepile overflow in
[https://github.com/outline/outline/pull/9439](https://redirect.github.com/outline/outline/pull/9439)
- Login via email not properly redirects to desktop app in
[https://github.com/outline/outline/pull/9440](https://redirect.github.com/outline/outline/pull/9440)
- All documents now show again in CMD+K when searching by title in
[https://github.com/outline/outline/pull/9445](https://redirect.github.com/outline/outline/pull/9445)
- Skip showing archived docs in shared section in
[https://github.com/outline/outline/pull/9451](https://redirect.github.com/outline/outline/pull/9451)
- Public share search offset is incorrect in
[https://github.com/outline/outline/pull/9465](https://redirect.github.com/outline/outline/pull/9465)
- Use `Retry-After` header for Notion rate-limit retries in
[https://github.com/outline/outline/pull/9467](https://redirect.github.com/outline/outline/pull/9467)
- Client and server validation differ for subdomains in
[https://github.com/outline/outline/pull/9468](https://redirect.github.com/outline/outline/pull/9468)
- Paginated list edgecase in
[https://github.com/outline/outline/pull/9484](https://redirect.github.com/outline/outline/pull/9484)
- Not correctly catching linked databases in
[https://github.com/outline/outline/pull/9497](https://redirect.github.com/outline/outline/pull/9497)
- Fix OIDC login failures with Base64 avatar URLs in
[https://github.com/outline/outline/pull/9501](https://redirect.github.com/outline/outline/pull/9501)
- OIDC logout redirect unreliable in
[https://github.com/outline/outline/pull/9508](https://redirect.github.com/outline/outline/pull/9508)
- Various fixes for HTML -> Markdown conversion in
[https://github.com/outline/outline/pull/9509](https://redirect.github.com/outline/outline/pull/9509)
- Add OAuth support to search query source enum by
[@&#8203;andycop](https://redirect.github.com/andycop) in
[https://github.com/outline/outline/pull/9511](https://redirect.github.com/outline/outline/pull/9511)
- Double title appears on some imported documents in
[https://github.com/outline/outline/pull/9522](https://redirect.github.com/outline/outline/pull/9522)

#### New Contributors

- [@&#8203;MehdiBouzouaya](https://redirect.github.com/MehdiBouzouaya)
made their first contribution in
[https://github.com/outline/outline/pull/9202](https://redirect.github.com/outline/outline/pull/9202)
- [@&#8203;xadammr](https://redirect.github.com/xadammr) made their
first contribution in
[https://github.com/outline/outline/pull/9172](https://redirect.github.com/outline/outline/pull/9172)
- [@&#8203;urbalazs](https://redirect.github.com/urbalazs) made their
first contribution in
[https://github.com/outline/outline/pull/9230](https://redirect.github.com/outline/outline/pull/9230)
- [@&#8203;andycop](https://redirect.github.com/andycop) made their
first contribution in
[https://github.com/outline/outline/pull/9511](https://redirect.github.com/outline/outline/pull/9511)

**Full Changelog**:
https://github.com/outline/outline/compare/v0.84.0...v0.85.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-07-04 20:13:57 +02:00
TrueCharts BotandGitHub e013d6deff chore(helm): update image ghcr.io/wizarrrr/wizarr 2025.6.5 → 2025.7.1 (#36961)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/wizarrrr/wizarr | minor | `45cbac9` -> `1bcdec5` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-07-04 20:13:52 +02:00
TrueCharts BotandGitHub e8a49bc41e chore(helm): update image docker 28.3.0 → 28.3.1 (#36923)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker | patch | `56e3600` -> `0a2ee60` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-07-04 18:13:44 +00:00
TrueCharts BotandGitHub cd0d46c457 chore(helm): update image docker.io/mbentley/omada-controller digest to 40a970c (#36955)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/mbentley/omada-controller](https://redirect.github.com/mbentley/docker-omada-controller)
| digest | `e6063b6` -> `40a970c` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-07-04 20:13:16 +02:00
TrueCharts BotandGitHub d190aeaec9 chore(helm): update image docker.io/searxng/searxng digest to 82113a2 (#36956)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/searxng/searxng | digest | `29b2e9a` -> `82113a2` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-07-04 20:12:52 +02:00
TrueCharts BotandGitHub 41b561baa5 chore(flux): update image kube-prometheus-stack 75.7.0 → 75.8.0 (clustertool) (#36959)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus)
([source](https://redirect.github.com/prometheus-community/helm-charts))
| minor | `75.7.0` -> `75.8.0` |

---

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

---

### Release Notes

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

###
[`v75.8.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-75.8.0)

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

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

#### What's Changed

- \[kube-prometheus-stack] Update kube-prometheus-stack dependency
non-major updates by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/prometheus-community/helm-charts/pull/5863](https://redirect.github.com/prometheus-community/helm-charts/pull/5863)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-sql-exporter-0.3.0...kube-prometheus-stack-75.8.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-07-04 20:09:36 +02:00
TrueCharts BotandGitHub 81d6e0cc2c chore(flux): update image kubernetes-dashboard 1.16.2 → 1.16.3 (clustertool) (#36958)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kubernetes-dashboard](https://truecharts.org/charts/premium/kubernetes-dashboard)
([source](https://redirect.github.com/kubernetes-dashboard/kubernetes-dashboard))
| patch | `1.16.2` -> `1.16.3` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-07-04 20:09:21 +02:00