Commit Graph

41575 Commits

Author SHA1 Message Date
Boemeltrein 9cc2834acd feat(grafana): Add dashboards certmanager and traefik (#33594)
**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.
-->
Add two dashboards from archived charts, which can be enabled when
prefered.
⚒️ Fixes  # <!--(issue)-->
#33098
#33099

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 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
-->
Dashboards tested on my own cluster

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

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 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-03-26 23:26:53 +01:00
TrueCharts Bot 8e2f55744d chore(helm): update image docker.io/mbentley/omada-controller digest to 01f7741 (#33490)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/mbentley/omada-controller](https://redirect.github.com/mbentley/docker-omada-controller)
| digest | `0c3b923` -> `01f7741` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-26 22:25:04 +00:00
TrueCharts Bot 605aee2cf1 chore(helm): update image ghcr.io/linuxserver/sickchill digest to 482ce0b (#33465)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/sickchill](https://redirect.github.com/linuxserver/docker-sickchill/packages)
([source](https://redirect.github.com/linuxserver/docker-sickchill)) |
digest | `7a2d533` -> `482ce0b` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-26 22:24:44 +00:00
gismo2004 b38373c843 feat(streammaster) add streammaster (#33477)
**Description**

add streammaster, requires root

⚒️ 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)
- [ ] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 How Has This Been Tested?**

app-template

**📃 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-03-26 23:24:27 +01:00
TrueCharts Bot fb904de48f chore(helm): update image docker.io/cthulhoo/ttrss-web-nginx digest to 3c085e2 (#33471)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/cthulhoo/ttrss-web-nginx | digest | `2da7834` -> `3c085e2` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-26 22:24:17 +00:00
TrueCharts Bot aeb153c299 chore(helm): update image ghcr.io/mintplex-labs/anything-llm digest to 5db5027 (#33472)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/mintplex-labs/anything-llm | digest | `c0a3acb` -> `5db5027` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-26 22:24:12 +00:00
TrueCharts Bot d4d5d4ed2e chore(helm): update image ghcr.io/linuxserver/oscam 11876-ls134 → 11878-ls134 (#33474)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/oscam](https://redirect.github.com/linuxserver/docker-oscam/packages)
([source](https://redirect.github.com/linuxserver/docker-oscam)) | patch
| `0d3c5b8` -> `d04d572` |

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

---

### Release Notes

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

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

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

**CI Report:**

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

**LinuxServer Changes:**

Rebase to Alpine 3.20.

**Remote Changes:**

Updating to 11878

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

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

**CI Report:**

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

**LinuxServer Changes:**

Rebase to Alpine 3.20.

**Remote Changes:**

Updating to 11877

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-26 22:23:12 +00:00
TrueCharts Bot de90ae04ba chore(helm): update image ghcr.io/linuxserver/digikam 8.5.0 → 8.6.0 (#33476)
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)) |
minor | `7d98d0e` -> `ac8c439` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-03-26 22:23:04 +00:00
TrueCharts Bot ad1d206016 chore(helm): update image docker.io/photoprism/photoprism 250228 → 250321 (#33480)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/photoprism/photoprism](https://redirect.github.com/photoprism/photoprism)
| minor | `8f1cb70` -> `b0d7353` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-03-26 22:22:54 +00:00
TrueCharts Bot 4c25257e79 chore(helm): update image lscr.io/linuxserver/mylar3 digest to 29667e1 (#33475)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[lscr.io/linuxserver/mylar3](https://redirect.github.com/linuxserver/docker-mylar3/packages)
([source](https://redirect.github.com/linuxserver/docker-mylar3)) |
digest | `124eb1d` -> `29667e1` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-26 22:22:44 +00:00
TrueCharts Bot dd1e199deb chore(helm): update image docker.io/lmscommunity/lyrionmusicserver digest to a625323 (#33489)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/lmscommunity/lyrionmusicserver | digest | `601f46d` ->
`a625323` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-26 22:22:20 +00:00
TrueCharts Bot 83c34ff12d chore(helm): update image docker.io/searxng/searxng digest to bbfb58c (#33481)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/searxng/searxng | digest | `2140df1` -> `bbfb58c` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-26 22:22:16 +00:00
TrueCharts Bot e1b930de29 chore(helm): update image docker.io/farmos/farmos digest to 7992c5a (#33488)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/farmos/farmos | digest | `138f598` -> `7992c5a` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-26 22:21:06 +00:00
TrueCharts Bot 6d93331ae5 chore(helm): update image docker 28.0.1 → 28.0.2 (#33496)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker | patch | `ddf7f6f` -> `2bb691b` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-03-26 22:19:12 +00:00
TrueCharts Bot 955a679899 chore(helm): update image ghcr.io/lloesche/valheim-server digest to 8f1c5fc (#33493)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/lloesche/valheim-server | digest | `b97da10` -> `8f1c5fc` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-26 22:18:51 +00:00
TrueCharts Bot 88117f9f5f chore(helm): update image monica digest to b1b3325 (#33494)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| monica | digest | `624e2b3` -> `b1b3325` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-26 22:18:25 +00:00
TrueCharts Bot 0bfeb847b2 chore(helm): update image docker.io/thelounge/thelounge digest to c056578 (#33491)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/thelounge/thelounge](https://redirect.github.com/thelounge/thelounge-docker)
| digest | `577bd44` -> `c056578` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-26 22:18:13 +00:00
TrueCharts Bot b1f1e59d4e chore(helm): update image docker.io/whyour/qinglong digest to fd26193 (#33492)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/whyour/qinglong](https://redirect.github.com/whyour/qinglong)
| digest | `14f8d54` -> `fd26193` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-26 22:17:59 +00:00
TrueCharts Bot fc15adddb2 chore(helm): update image docker.io/adguard/adguardhome v0.107.57 → v0.107.59 (#33497)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/adguard/adguardhome](https://adguard.com/en/adguard-home/overview.html)
([source](https://redirect.github.com/AdguardTeam/AdGuardHome)) | patch
| `5c536c1` -> `5d5e3ae` |

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

---

### Release Notes

<details>
<summary>AdguardTeam/AdGuardHome
(docker.io/adguard/adguardhome)</summary>

###
[`v0.107.59`](https://redirect.github.com/AdguardTeam/AdGuardHome/blob/HEAD/CHANGELOG.md#v010759---2025-03-21)

[Compare
Source](https://redirect.github.com/AdguardTeam/AdGuardHome/compare/v0.107.58...v0.107.59)

See also the [v0.107.59 GitHub milestone][ms-v0.107.59].

##### Fixed

-   Rules with the `client` modifier not working ([#&#8203;7708]).

-   The search form not working in the query log ([#&#8203;7704]).

[#&#8203;7704]:
https://redirect.github.com/AdguardTeam/AdGuardHome/issues/7704

[#&#8203;7708]:
https://redirect.github.com/AdguardTeam/AdGuardHome/issues/7708

[ms-v0.107.59]:
https://redirect.github.com/AdguardTeam/AdGuardHome/milestone/94?closed=1

###
[`v0.107.58`](https://redirect.github.com/AdguardTeam/AdGuardHome/blob/HEAD/CHANGELOG.md#v010758---2025-03-19)

[Compare
Source](https://redirect.github.com/AdguardTeam/AdGuardHome/compare/v0.107.57...v0.107.58)

See also the [v0.107.58 GitHub milestone][ms-v0.107.58].

##### Security

- Go version has been updated to prevent the possibility of exploiting
the Go vulnerabilities fixed in [1.24.1][go-1.24.1].

##### Added

- The ability to check filtering rules for host names using an optional
query type and optional ClientID or client IP address ([#&#8203;4036]).

- Optional `client` and `qtype` URL query parameters to the `GET
/control/check_host` HTTP API.

##### Fixed

- Clearing the DNS cache on the *DNS settings* page now includes both
global cache and custom client cache.

-   Invalid ICMPv6 Router Advertisement messages ([#&#8203;7547]).

-   Disabled button for autofilled login form.

-   Formatting of elapsed times less than one millisecond.

- Changes to global upstream DNS settings not applying to custom client
upstream configurations.

- The formatting of large numbers in the clients tables on the *Client
settings* page ([#&#8203;7583]).

[#&#8203;4036]:
https://redirect.github.com/AdguardTeam/AdGuardHome/issues/4036

[#&#8203;7547]:
https://redirect.github.com/AdguardTeam/AdGuardHome/issues/7547

[#&#8203;7583]:
https://redirect.github.com/AdguardTeam/AdGuardHome/issues/7583

[go-1.24.1]: https://groups.google.com/g/golang-announce/c/4t3lzH3I0eI

[ms-v0.107.58]:
https://redirect.github.com/AdguardTeam/AdGuardHome/milestone/93?closed=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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-26 22:17:02 +00:00
TrueCharts Bot 4320f3137a chore(helm): update image redmine digest to dd2977c (#33495)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| redmine | digest | `420037b` -> `dd2977c` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-26 22:16:46 +00:00
TrueCharts Bot 715862eba0 chore(helm): update image docker.io/homeassistant/home-assistant 2025.3.3 → 2025.3.4 (#33499)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/homeassistant/home-assistant](https://www.home-assistant.io/)
([source](https://redirect.github.com/home-assistant/core)) | patch |
`b67d76f` -> `5d51056` |

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

---

### Release Notes

<details>
<summary>home-assistant/core
(docker.io/homeassistant/home-assistant)</summary>

###
[`v2025.3.4`](https://redirect.github.com/home-assistant/core/releases/tag/2025.3.4)

[Compare
Source](https://redirect.github.com/home-assistant/core/compare/2025.3.3...2025.3.4)

- Fix initial fetch of Home Connect appliance data to handle API rate
limit errors ([@&#8203;Diegorro98] - [#&#8203;139379]) ([home_connect
docs])
- Handle API rate limit error on Home Connect entities fetch
([@&#8203;Diegorro98] - [#&#8203;139384]) ([home_connect docs])
- Album art not available for Sonos media library favorites
([@&#8203;PeteRager] - [#&#8203;140557]) ([sonos docs])
- Change max ICP value to fixed value for Wallbox Integration
([@&#8203;hesselonline] - [#&#8203;140592]) ([wallbox docs])
- Add 700 RPM option to washer spin speed options at Home Connect
([@&#8203;Diegorro98] - [#&#8203;140607]) ([home_connect docs])
- Handle non documented options at Home Connect select entities
([@&#8203;Diegorro98] - [#&#8203;140608]) ([home_connect docs])
- Fix optional password in Velbus config flow ([@&#8203;cereal2nd] -
[#&#8203;140615]) ([velbus docs])
- Make Oven setpoint follow temperature UoM in SmartThings
([@&#8203;joostlek] - [#&#8203;140666]) ([smartthings docs])
- Fix Elk-M1 missing TLS 1.2 check ([@&#8203;gwww] - [#&#8203;140672])
([elkm1 docs])
- Bump PySwitchBot to 0.57.1 ([@&#8203;bdraco] - [#&#8203;140681])
([switchbot docs]) (dependency)
- Check Celsius in SmartThings oven setpoint ([@&#8203;joostlek] -
[#&#8203;140687]) ([smartthings docs])
- Fix broken core integration Smart Meter Texas by switching it to use
HA's SSL Context ([@&#8203;adamfeldman] - [#&#8203;140694])
([smart_meter_texas docs])
- Don't reload onedrive on options flow ([@&#8203;zweckj] -
[#&#8203;140712]) ([onedrive docs])
- Bump pySmartThings to 2.7.4 ([@&#8203;joostlek] - [#&#8203;140720])
([smartthings docs]) (dependency)
- Fix SmartThings ACs without supported AC modes ([@&#8203;joostlek] -
[#&#8203;140744]) ([smartthings docs])
- Bump pylamarzocco to 1.4.9 ([@&#8203;zweckj] - [#&#8203;140916])
([lamarzocco docs]) (dependency)
- Log SmartThings subscription error on exception ([@&#8203;joostlek] -
[#&#8203;140939]) ([smartthings docs])
- Ensure file is correctly uploaded by the GenAI SDK ([@&#8203;IvanLH] -
[#&#8203;140969]) ([google_generative_ai_conversation docs])
- Reolink fix playback headers ([@&#8203;starkillerOG] -
[#&#8203;141015]) ([reolink docs])
- Fix some Home Connect options keys ([@&#8203;Diegorro98] -
[#&#8203;141023]) ([home_connect docs])
- Bump ZHA to 0.0.53 ([@&#8203;puddly] - [#&#8203;141025]) ([zha docs])
- Bump Python-Snoo to 0.6.3 ([@&#8203;Lash-L] - [#&#8203;140628]) ([snoo
docs]) (dependency)
- Bump python-snoo to 0.6.4 ([@&#8203;Lash-L] - [#&#8203;141030]) ([snoo
docs]) (dependency)
- Improve Home Connect appliances test fixture ([@&#8203;MartinHjelmare]
- [#&#8203;139787]) ([home_connect docs])

[#&#8203;139379]:
https://redirect.github.com/home-assistant/core/pull/139379

[#&#8203;139384]:
https://redirect.github.com/home-assistant/core/pull/139384

[#&#8203;139787]:
https://redirect.github.com/home-assistant/core/pull/139787

[#&#8203;139859]:
https://redirect.github.com/home-assistant/core/pull/139859

[#&#8203;140061]:
https://redirect.github.com/home-assistant/core/pull/140061

[#&#8203;140392]:
https://redirect.github.com/home-assistant/core/pull/140392

[#&#8203;140557]:
https://redirect.github.com/home-assistant/core/pull/140557

[#&#8203;140583]:
https://redirect.github.com/home-assistant/core/pull/140583

[#&#8203;140592]:
https://redirect.github.com/home-assistant/core/pull/140592

[#&#8203;140607]:
https://redirect.github.com/home-assistant/core/pull/140607

[#&#8203;140608]:
https://redirect.github.com/home-assistant/core/pull/140608

[#&#8203;140615]:
https://redirect.github.com/home-assistant/core/pull/140615

[#&#8203;140628]:
https://redirect.github.com/home-assistant/core/pull/140628

[#&#8203;140666]:
https://redirect.github.com/home-assistant/core/pull/140666

[#&#8203;140672]:
https://redirect.github.com/home-assistant/core/pull/140672

[#&#8203;140681]:
https://redirect.github.com/home-assistant/core/pull/140681

[#&#8203;140687]:
https://redirect.github.com/home-assistant/core/pull/140687

[#&#8203;140694]:
https://redirect.github.com/home-assistant/core/pull/140694

[#&#8203;140712]:
https://redirect.github.com/home-assistant/core/pull/140712

[#&#8203;140720]:
https://redirect.github.com/home-assistant/core/pull/140720

[#&#8203;140744]:
https://redirect.github.com/home-assistant/core/pull/140744

[#&#8203;140916]:
https://redirect.github.com/home-assistant/core/pull/140916

[#&#8203;140939]:
https://redirect.github.com/home-assistant/core/pull/140939

[#&#8203;140969]:
https://redirect.github.com/home-assistant/core/pull/140969

[#&#8203;141015]:
https://redirect.github.com/home-assistant/core/pull/141015

[#&#8203;141023]:
https://redirect.github.com/home-assistant/core/pull/141023

[#&#8203;141025]:
https://redirect.github.com/home-assistant/core/pull/141025

[#&#8203;141030]:
https://redirect.github.com/home-assistant/core/pull/141030

[@&#8203;Diegorro98]: https://redirect.github.com/Diegorro98

[@&#8203;IvanLH]: https://redirect.github.com/IvanLH

[@&#8203;Lash-L]: https://redirect.github.com/Lash-L

[@&#8203;MartinHjelmare]: https://redirect.github.com/MartinHjelmare

[@&#8203;PeteRager]: https://redirect.github.com/PeteRager

[@&#8203;adamfeldman]: https://redirect.github.com/adamfeldman

[@&#8203;bdraco]: https://redirect.github.com/bdraco

[@&#8203;cereal2nd]: https://redirect.github.com/cereal2nd

[@&#8203;frenck]: https://redirect.github.com/frenck

[@&#8203;gwww]: https://redirect.github.com/gwww

[@&#8203;hesselonline]: https://redirect.github.com/hesselonline

[@&#8203;joostlek]: https://redirect.github.com/joostlek

[@&#8203;puddly]: https://redirect.github.com/puddly

[@&#8203;starkillerOG]: https://redirect.github.com/starkillerOG

[@&#8203;zweckj]: https://redirect.github.com/zweckj

[abode docs]: https://www.home-assistant.io/integrations/abode/

[acaia docs]: https://www.home-assistant.io/integrations/acaia/

[accuweather docs]:
https://www.home-assistant.io/integrations/accuweather/

[elkm1 docs]: https://www.home-assistant.io/integrations/elkm1/

[google_generative_ai_conversation docs]:
https://www.home-assistant.io/integrations/google_generative_ai_conversation/

[home_connect docs]:
https://www.home-assistant.io/integrations/home_connect/

[lamarzocco docs]:
https://www.home-assistant.io/integrations/lamarzocco/

[onedrive docs]: https://www.home-assistant.io/integrations/onedrive/

[reolink docs]: https://www.home-assistant.io/integrations/reolink/

[smart_meter_texas docs]:
https://www.home-assistant.io/integrations/smart_meter_texas/

[smartthings docs]:
https://www.home-assistant.io/integrations/smartthings/

[snoo docs]: https://www.home-assistant.io/integrations/snoo/

[sonos docs]: https://www.home-assistant.io/integrations/sonos/

[switchbot docs]: https://www.home-assistant.io/integrations/switchbot/

[velbus docs]: https://www.home-assistant.io/integrations/velbus/

[wallbox docs]: https://www.home-assistant.io/integrations/wallbox/

[zha docs]: https://www.home-assistant.io/integrations/zha

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-26 22:14:17 +00:00
TrueCharts Bot 163f745be1 chore(helm): update image docker.io/charmcli/soft-serve v0.8.2 → v0.8.4 (#33498)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/charmcli/soft-serve](https://redirect.github.com/charmbracelet/soft-serve)
| patch | `1c4482c` -> `e4e02a4` |

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

---

### Release Notes

<details>
<summary>charmbracelet/soft-serve
(docker.io/charmcli/soft-serve)</summary>

###
[`v0.8.4`](https://redirect.github.com/charmbracelet/soft-serve/releases/tag/v0.8.4)

[Compare
Source](https://redirect.github.com/charmbracelet/soft-serve/compare/v0.8.2...v0.8.4)

This release includes an important fix for server side hooks to make the
global pre-receive and post-receive hooks work as expected.

#### Changelog

##### Bug fixes

-
[`f23cdc4`](https://redirect.github.com/charmbracelet/soft-serve/commit/f23cdc41db922a8d236e812fb2ffd422f484d858):
fix: update go.sum
([@&#8203;aymanbagabas](https://redirect.github.com/aymanbagabas))
-
[`0956752`](https://redirect.github.com/charmbracelet/soft-serve/commit/0956752):
log invalid hook input instead of returning error to the client
([@&#8203;aymanbagabas](https://redirect.github.com/aymanbagabas))
-
[`923844b`](https://redirect.github.com/charmbracelet/soft-serve/commit/923844b):
pre and post hooks now receive the full input line
([@&#8203;aymanbagabas](https://redirect.github.com/aymanbagabas))

***

<details>
<summary>Verifying the artifacts</summary>

First, download the [`checksums.txt`
file](https://redirect.github.com/charmbracelet/soft-serve/releases/download/0.8.4/checksums.txt),
for example, with `wget`:

```bash
wget 'https://github.com/charmbracelet/soft-serve/releases/download/v0.8.4/checksums.txt'
```

Then, verify it using
[`cosign`](https://redirect.github.com/sigstore/cosign):

```bash
cosign verify-blob \
  --certificate-identity 'https://github.com/charmbracelet/meta/.github/workflows/goreleaser.yml@refs/heads/main' \
  --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
  --cert 'https://github.com/charmbracelet/soft-serve/releases/download/v0.8.4/checksums.txt.pem' \
  --signature 'https://github.com/charmbracelet/soft-serve/releases/download/v0.8.4/checksums.txt.sig' \
  ./checksums.txt
```

If the output is `Verified OK`, you can safely use it to verify the
checksums of other artifacts you downloaded from the release using
`sha256sum`:

```bash
sha256sum --ignore-missing -c checksums.txt
```

Done! You artifacts are now verified!

</details>

<a href="https://charm.sh/"><img alt="The Charm logo"
src="https://stuff.charm.sh/charm-badge.jpg" width="400"></a>

Thoughts? Questions? We love hearing from you. Feel free to reach out on
[Twitter](https://twitter.com/charmcli), [The
Fediverse](https://mastodon.technology/@&#8203;charm), or on
[Discord](https://charm.sh/chat).

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-26 22:13:31 +00:00
TrueCharts Bot 41b1b9c43e chore(helm): update image docker.io/seafileltd/seafile-mc 12.0.10 → 12.0.11 (#33506)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/seafileltd/seafile-mc | patch | `eee85e8` -> `4ab87f4` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-03-26 21:50:59 +00:00
TrueCharts Bot f1c8750fa4 chore(helm): update image docker.io/nocodb/nocodb 0.262.2 → 0.262.5 (#33501)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/nocodb/nocodb | patch | `75c718b` -> `3478bce` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-26 21:48:01 +00:00
TrueCharts Bot a751d24f37 chore(helm): update image docker.io/onlyoffice/documentserver 8.3.1 → 8.3.2 (#33502)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/onlyoffice/documentserver | patch | `7cf23e8` -> `9c76330` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-26 21:47:50 +00:00
TrueCharts Bot b48869760d chore(helm): update image docker.io/mauricenino/dashdot 5.9.0 → 5.9.2 (#33500)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/mauricenino/dashdot](https://redirect.github.com/MauriceNino/dashdot)
| patch | `e99254b` -> `2369978` |

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

---

### Release Notes

<details>
<summary>MauriceNino/dashdot (docker.io/mauricenino/dashdot)</summary>

###
[`v5.9.2`](https://redirect.github.com/MauriceNino/dashdot/compare/v5.9.0...v5.9.2)

[Compare
Source](https://redirect.github.com/MauriceNino/dashdot/compare/v5.9.0...v5.9.2)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-26 21:47:42 +00:00
TrueCharts Bot 430d47433f chore(helm): update image docker.io/shlinkio/shlink 4.4.5 → 4.4.6 (#33507)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/shlinkio/shlink](https://redirect.github.com/shlinkio/shlink)
| patch | `83b1108` -> `1a697ba` |

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

---

### Release Notes

<details>
<summary>shlinkio/shlink (docker.io/shlinkio/shlink)</summary>

###
[`v4.4.6`](https://redirect.github.com/shlinkio/shlink/blob/HEAD/CHANGELOG.md#446---2025-03-20)

[Compare
Source](https://redirect.github.com/shlinkio/shlink/compare/v4.4.5...v4.4.6)

##### Added

-   *Nothing*

##### Changed

-   *Nothing*

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;2391](https://redirect.github.com/shlinkio/shlink/issues/2391)
When sending visits to Matomo, send the country code, not the country
name.
-   Fix error with new option introduced by `endroid/qr-code` 6.0.4.

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-26 21:46:05 +00:00
TrueCharts Bot 83293cd029 chore(helm): update image quay.io/kanboard/kanboard v1.2.43 → v1.2.44 (#33512)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [quay.io/kanboard/kanboard](https://kanboard.org)
([source](https://redirect.github.com/kanboard/kanboard)) | patch |
`28ea844` -> `064004e` |

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

---

### Release Notes

<details>
<summary>kanboard/kanboard (quay.io/kanboard/kanboard)</summary>

###
[`v1.2.44`](https://redirect.github.com/kanboard/kanboard/releases/tag/v1.2.44):
Kanboard 1.2.44

[Compare
Source](https://redirect.github.com/kanboard/kanboard/compare/v1.2.43...v1.2.44)

- fix: prevent internal task titles from wrapping under the dropdown
menu icon
-   feat(locale): update Greek and French translations
- feat: display tag color squares next to their names in project and
global settings
-   feat: enable bulk addition/removal of internal links
- feat: provide an option to add tags without replacing existing ones
during bulk operations

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-26 21:45:57 +00:00
TrueCharts Bot e451f87d0d chore(helm): update image docker.io/stonith404/pingvin-share v1.10.3 → v1.10.4 (#33509)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/stonith404/pingvin-share](https://redirect.github.com/stonith404/pingvin-share)
| patch | `7a6ec59` -> `5169aa1` |

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

---

### Release Notes

<details>
<summary>stonith404/pingvin-share
(docker.io/stonith404/pingvin-share)</summary>

###
[`v1.10.4`](https://redirect.github.com/stonith404/pingvin-share/releases/tag/v1.10.4)

[Compare
Source](https://redirect.github.com/stonith404/pingvin-share/compare/v1.10.3...v1.10.4)

##### Bug Fixes

- admin role gets reset if signing in with an OIDC provider
([ccb7fdc](https://redirect.github.com/stonith404/pingvin-share/commit/ccb7fdca43a2d458243e56a24510fe5325fa7942))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-26 21:45:47 +00:00
TrueCharts Bot 9b1c9790af chore(helm): update image docker.io/wiserain/flexget 3.15.26 → 3.15.29 (#33510)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/wiserain/flexget](https://redirect.github.com/linuxserver/docker-baseimage-alpine/packages)
([source](https://redirect.github.com/wiserain/docker-flexget)) | patch
| `57d3141` -> `bfefc7f` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-26 21:45:38 +00:00
TrueCharts Bot 56a18800fa chore(helm): update image docker.io/sourcegraph/server 6.1.4020 → 6.1.5633 (#33508)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/sourcegraph/server](https://sourcegraph.com/)
([source](https://redirect.github.com/sourcegraph/sourcegraph)) | patch
| `047c146` -> `2a1e017` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-26 21:45:29 +00:00
TrueCharts Bot efa30aa381 chore(helm): update image ghcr.io/linuxserver/davos digest to 093dba5 (#33527)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/davos](https://redirect.github.com/linuxserver/docker-davos/packages)
([source](https://redirect.github.com/linuxserver/docker-davos)) |
digest | `a2a9769` -> `093dba5` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-26 21:45:21 +00:00
TrueCharts Bot 63059eb485 chore(helm): update image public.ecr.aws/bitnami/mongodb 8.0.5 → 8.0.6 (#33511)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[public.ecr.aws/bitnami/mongodb](https://redirect.github.com/bitnami/containers)
([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/mongodb))
| patch | `bca1c38` -> `962c731` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-26 21:45:06 +00:00
TrueCharts Bot 9eca917c3c chore(helm): update image docker.io/clickhouse/clickhouse-server 25.2.2.39 → 25.3.1.2703 (#33515)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/clickhouse/clickhouse-server | minor | `769b350` ->
`ace2669` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-03-26 21:44:53 +00:00
TrueCharts Bot f4679259ab chore(helm): update image docker.io/baserow/baserow 1.31.1 → 1.32.3 (#33514)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/baserow/baserow](https://gitlab.com/baserow/baserow) |
minor | `96c1e49` -> `9f9062c` |

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

---

### Release Notes

<details>
<summary>baserow/baserow (docker.io/baserow/baserow)</summary>

###
[`v1.32.3`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1323)

[Compare
Source](https://gitlab.com/baserow/baserow/compare/1.32.2...1.32.3)

##### New features

- \[Database] Optionally provide session authentication for Airtable
import.
- \[Core] Updated Posthog library and disabled session recording by
default.

##### Bug fixes

-   \[Database] Fix form meta controls validation.

###
[`v1.32.2`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1322)

[Compare
Source](https://gitlab.com/baserow/baserow/compare/1.32.1...1.32.2)

##### Bug fixes

- \[Database] Fixed a bug where the filters of a created and updated by
fields could not load all collaborators.

###
[`v1.32.1`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1321)

[Compare
Source](https://gitlab.com/baserow/baserow/compare/1.32.0...1.32.1)

##### Bug fixes

- \[Database] Fixed a bug in which sorting by a link row field caused
the frontend to crash.
[#&#8203;3522](https://gitlab.com/baserow/baserow/-/issues/3522)

###
[`v1.32.0`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1320)

[Compare
Source](https://gitlab.com/baserow/baserow/compare/1.31.1...1.32.0)

##### New features

- Add support for collaborator fields in form views.
[#&#8203;1554](https://gitlab.com/baserow/baserow/-/issues/1554)
- \[Dashboard] Introduce dashboards with summary and chart widgets
[#&#8203;2206](https://gitlab.com/baserow/baserow/-/issues/2206)
- \[Database] Introduce row update functionality during table import
[#&#8203;2213](https://gitlab.com/baserow/baserow/-/issues/2213)
- \[Database] Add rows enter view webhook event type.
[#&#8203;3009](https://gitlab.com/baserow/baserow/-/issues/3009)
- \[Core] Hide Baserow description in all emails if logo is changed.
[#&#8203;3066](https://gitlab.com/baserow/baserow/-/issues/3066)
- \[Builder] Allow to customize table header filter/sort/search buttons
[#&#8203;3151](https://gitlab.com/baserow/baserow/-/issues/3151)
- \[Builder] Introduced Saml and OpenID Connect authentication in the
application builder.
[#&#8203;3167](https://gitlab.com/baserow/baserow/-/issues/3167)
- \[Builder] Added a shortcut in the publishing modal so that domains
can be created if an application doesn't yet have any.
[#&#8203;3170](https://gitlab.com/baserow/baserow/-/issues/3170)
- \[Builder] Improve 'Add new element' modal.
[#&#8203;3172](https://gitlab.com/baserow/baserow/-/issues/3172)
- Add abilty to export files in grid
[#&#8203;3203](https://gitlab.com/baserow/baserow/-/issues/3203)
- Airtable import report.
[#&#8203;3263](https://gitlab.com/baserow/baserow/-/issues/3263)
- \[Database] Show relationship changes (added or removed) in the
related row's change history.
[#&#8203;3264](https://gitlab.com/baserow/baserow/-/issues/3264)
- Multiple collaborator field group by support.
[#&#8203;3447](https://gitlab.com/baserow/baserow/-/issues/3447)
- Airtable import field type improvements.
[#&#8203;3455](https://gitlab.com/baserow/baserow/-/issues/3455)
- \[Builder] Added a container element to group multiple elements.
[#&#8203;3458](https://gitlab.com/baserow/baserow/-/issues/3458)
- \[Builder] Improved the performance of published applications.
[#&#8203;3472](https://gitlab.com/baserow/baserow/-/issues/3472)
- \[Builder] Added the Menu element.
[#&#8203;3477](https://gitlab.com/baserow/baserow/-/issues/3477)
- \[Builder] Added theme setting to configure Link decoration.
[#&#8203;3515](https://gitlab.com/baserow/baserow/-/issues/3515)
- \[Database] Introduced the ability to sort by single select option
order. [#&#8203;786](https://gitlab.com/baserow/baserow/-/issues/786)
- \[Database] Import Airtable view colors.
[#&#8203;793](https://gitlab.com/baserow/baserow/-/issues/793)
- \[Database] Import Airtable view filters.
[#&#8203;793](https://gitlab.com/baserow/baserow/-/issues/793)
- Import Airtable grid views, their sorts, group by, and field options.
[#&#8203;793](https://gitlab.com/baserow/baserow/-/issues/793)
-   Add SegmentControl variants
- \[Builder] Introduced a shortcut in the Login form configuration so
that it's easier to create a new user source.
- Send notification to authorized user when periodic data sync is
deactivated.
-   Send notification to all admins when a webhook is deactivated.

##### Bug fixes

- Preserve the precision of the currency field in the Airtable import.
[#&#8203;1058](https://gitlab.com/baserow/baserow/-/issues/1058)
- \[Builder] Fixed element position resets on editing of it's properties
[#&#8203;2342](https://gitlab.com/baserow/baserow/-/issues/2342)
- Fix pasting markdown text into rich edit that resulted in unformatted
markdown
[#&#8203;2383](https://gitlab.com/baserow/baserow/-/issues/2383)
- \[Database] Fix select option values in row history after API changes
[#&#8203;2509](https://gitlab.com/baserow/baserow/-/issues/2509)
- \[Database] Fixed a bug that prevented duplicating views filtered by a
collaborator correctly.
[#&#8203;3017](https://gitlab.com/baserow/baserow/-/issues/3017)
- \[Database] Fixed unscrollable timezone dropdown issue when
creating/editing a field.
[#&#8203;3041](https://gitlab.com/baserow/baserow/-/issues/3041)
- \[Database] Fix protected fields in the data sync forms.
[#&#8203;3191](https://gitlab.com/baserow/baserow/-/issues/3191)
- Database: when an error is returned by the backend, it will be shown
inside of the body of the view, so user still have access to navigation
interface.
[#&#8203;3331](https://gitlab.com/baserow/baserow/-/issues/3331)
- \[Database] Fix issue with unexpected temperature argument passed to
OpenAI messages.create
[#&#8203;3384](https://gitlab.com/baserow/baserow/-/issues/3384)
- \[Database] Allow bigger image dimensions.
[#&#8203;3387](https://gitlab.com/baserow/baserow/-/issues/3387)
- Preserve the currency symbol and formatting of the currency field in
Airtable import.
[#&#8203;3395](https://gitlab.com/baserow/baserow/-/issues/3395)
- Prevent view from updated state with data from wrong view when pending
request completes.
[#&#8203;3398](https://gitlab.com/baserow/baserow/-/issues/3398)
- \[Database] Fix for data sync failing when syncing baserow table with
AIField [#&#8203;3403](https://gitlab.com/baserow/baserow/-/issues/3403)
- Use BigIntegerField for ImportExportResource.size
[#&#8203;3424](https://gitlab.com/baserow/baserow/-/issues/3424)
- \[Builder] Fix updating of page parameters when URL query parameters
change. [#&#8203;3434](https://gitlab.com/baserow/baserow/-/issues/3434)
- \[Database] Fix field formatting options in rollup fields targeting
formula fields
[#&#8203;3443](https://gitlab.com/baserow/baserow/-/issues/3443)
- Fixed null check for query parameters in link URL generation
[#&#8203;3444](https://gitlab.com/baserow/baserow/-/issues/3444)
- \[Database] Do not register jobs that have unknown job type in the job
type in the registry.
[#&#8203;3447](https://gitlab.com/baserow/baserow/-/issues/3447)
- Fix for Secure File Serve with SSO SAML/OIDC authentication
[#&#8203;3449](https://gitlab.com/baserow/baserow/-/issues/3449)
- \[Builder] Resolved a bug where creating an element with an invalid
parent would raise an error.
[#&#8203;3452](https://gitlab.com/baserow/baserow/-/issues/3452)
- \[Builder] Add page background color to theme block
[#&#8203;3457](https://gitlab.com/baserow/baserow/-/issues/3457)
- \[Database] Updating a cell no longer fails when a view is sorted or
grouped by a linked field whose primary field is a formula.
[#&#8203;3484](https://gitlab.com/baserow/baserow/-/issues/3484)
- \[Database] Fix for creating snapshot triggers infinite loop for
checking status update
[#&#8203;3490](https://gitlab.com/baserow/baserow/-/issues/3490)
- \[Database] Allow change field type with active sort
[#&#8203;3519](https://gitlab.com/baserow/baserow/-/issues/3519)
-   \[Builder] Fix broken pagination after filtering collection elements
- \[Builder] Fix crash when creating a builder application after
deleting another one
-   Fix error when syncing a table with a trashed field.
- \[Database] Fix the progress bar percentage when importing
applications into the workspace.

##### Refactors

- Upgrade vuelidate
[#&#8203;2805](https://gitlab.com/baserow/baserow/-/issues/2805)
- \[Builder] Improve data dispatching performances
[#&#8203;2978](https://gitlab.com/baserow/baserow/-/issues/2978)
- Reduce the number of queries when logging in or load Baserow.
[#&#8203;3364](https://gitlab.com/baserow/baserow/-/issues/3364)
- \[Builder] Improve integration endpoint performances
[#&#8203;3418](https://gitlab.com/baserow/baserow/-/issues/3418)
- Lowered grid view minimum field with from 100 to 78.
[#&#8203;3428](https://gitlab.com/baserow/baserow/-/issues/3428)
-   \[Builder] Improved performance in preview mode
-   Speed up database setup for tests

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-03-26 21:44:43 +00:00
TrueCharts Bot 428a053e08 chore(helm): update image docker.io/automaticrippingmachine/automatic-ripping-machine 2.11.0 → 2.12.0 (#33513)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/automaticrippingmachine/automatic-ripping-machine](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine)
| minor | `b215693` -> `ee9005e` |

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

---

### Release Notes

<details>
<summary>automatic-ripping-machine/automatic-ripping-machine
(docker.io/automaticrippingmachine/automatic-ripping-machine)</summary>

###
[`v2.12.0`](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/releases/tag/2.12.0)

[Compare
Source](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/compare/2.11.0...2.12.0)

#### What's Changed

- Bump docker/setup-buildx-action from 3.9.0 to 3.10.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1313](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1313)
- Bump docker/metadata-action from 5.6.1 to 5.7.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1314](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1314)
- Bump docker/login-action from 3.3.0 to 3.4.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1335](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1335)
- Bump arm-dependencies from `1b87cc9` to `49c130d` by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1348](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1348)
- \[FEATURE] Bump automaticrippingmachine/arm-dependencies from 1.2.2 to
1.3.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1349](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1349)

**Full Changelog**:
https://github.com/automatic-ripping-machine/automatic-ripping-machine/compare/2.11.0...2.12.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-03-26 21:44:32 +00:00
TrueCharts Bot 7975986ebd chore(helm): update image docker.io/esphome/esphome 2025.2.2 → 2025.3.1 (#33516)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/esphome/esphome](https://esphome.io/)
([source](https://redirect.github.com/esphome/esphome)) | minor |
`3dfeee9` -> `a5a08f5` |

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

---

### Release Notes

<details>
<summary>esphome/esphome (docker.io/esphome/esphome)</summary>

###
[`v2025.3.1`](https://redirect.github.com/esphome/esphome/releases/tag/2025.3.1)

[Compare
Source](https://redirect.github.com/esphome/esphome/compare/2025.3.0...2025.3.1)

- \[ft63x6] Get correct dimensions from display
[esphome#8417](https://redirect.github.com/esphome/esphome/pull/8417) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[lvgl] Set correct buffer size
[esphome#8442](https://redirect.github.com/esphome/esphome/pull/8442) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[lvgl] Ensure non-zero screen dimensions during init
[esphome#8444](https://redirect.github.com/esphome/esphome/pull/8444) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)

###
[`v2025.3.0`](https://redirect.github.com/esphome/esphome/releases/tag/2025.3.0)

[Compare
Source](https://redirect.github.com/esphome/esphome/compare/2025.2.2...2025.3.0)

#### Full list of changes

##### New Components

- \[ld2450] Add new component
[esphome#5674](https://redirect.github.com/esphome/esphome/pull/5674) by
[@&#8203;hareeshmu](https://redirect.github.com/hareeshmu)
(new-integration)
- Adding support for chsc6x touch controller
[esphome#8258](https://redirect.github.com/esphome/esphome/pull/8258) by
[@&#8203;kkosik20](https://redirect.github.com/kkosik20)
(new-integration)
- MSA311 and MSA301 accelerometer support
[esphome#6795](https://redirect.github.com/esphome/esphome/pull/6795) by
[@&#8203;latonita](https://redirect.github.com/latonita)
(new-integration)
- Cover component for Tormatic and Novoferm garage doors
[esphome#5933](https://redirect.github.com/esphome/esphome/pull/5933) by
[@&#8203;ti-mo](https://redirect.github.com/ti-mo) (new-integration)

##### Breaking Changes

- \[mlx90393] Fix inverted gain and resolution. Expose
temperature_compensation and hallconf.
[esphome#7635](https://redirect.github.com/esphome/esphome/pull/7635) by
[@&#8203;functionpointer](https://redirect.github.com/functionpointer)
(breaking-change)
- \[touchscreen] Axis swap bugfix
[esphome#8376](https://redirect.github.com/esphome/esphome/pull/8376) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(breaking-change)
- \[cst816] Remove binary sensor
[esphome#8377](https://redirect.github.com/esphome/esphome/pull/8377) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(breaking-change)

##### Beta Changes

- Bump mdns library to 1.8.0
[esphome#8378](https://redirect.github.com/esphome/esphome/pull/8378) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[audio, mixer] Memory and CPU performance improvements
[esphome#8387](https://redirect.github.com/esphome/esphome/pull/8387) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- \[speaker, resampler, mixer] Make volume and mute getters virtual
[esphome#8391](https://redirect.github.com/esphome/esphome/pull/8391) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- \[core] add reallocation support to RAMAllocator
[esphome#8390](https://redirect.github.com/esphome/esphome/pull/8390) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- \[api] add voice assistant announce to the api
[esphome#8395](https://redirect.github.com/esphome/esphome/pull/8395) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- Bump aioesphomeapi to 29.6.0
[esphome#8396](https://redirect.github.com/esphome/esphome/pull/8396) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- Rework pyproject.toml to make it parseable by dependabot
[esphome#8397](https://redirect.github.com/esphome/esphome/pull/8397) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- Bump cryptography to 44.0.2
[esphome#8399](https://redirect.github.com/esphome/esphome/pull/8399) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- Bump tornado from 6.4 to 6.4.2
[esphome#8398](https://redirect.github.com/esphome/esphome/pull/8398) by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]
- \[font] Fix issues with bitmap fonts
[esphome#8407](https://redirect.github.com/esphome/esphome/pull/8407) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- Added getters for graphs ymin and ymax
[esphome#8112](https://redirect.github.com/esphome/esphome/pull/8112) by
[@&#8203;Duckle29](https://redirect.github.com/Duckle29)
- \[docker] Bump curl, git, openssh-client, libopenjp2-7, nginx-light
[esphome#8419](https://redirect.github.com/esphome/esphome/pull/8419) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[docker] Bump libfreetype
[esphome#8426](https://redirect.github.com/esphome/esphome/pull/8426) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[core] Handle mis-typed platform name more cleanly
[esphome#8424](https://redirect.github.com/esphome/esphome/pull/8424) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[audio] Bugfix: fix flac decoding glitches by using esp-audio-libs
v1.1.3
[esphome#8431](https://redirect.github.com/esphome/esphome/pull/8431) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)

##### All changes

- \[modbus_controller] Extend tests
[esphome#8245](https://redirect.github.com/esphome/esphome/pull/8245) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- Switch to native arm runners for docker CI
[esphome#8262](https://redirect.github.com/esphome/esphome/pull/8262) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- Use the process CPU count to determine how many children to create
[esphome#8268](https://redirect.github.com/esphome/esphome/pull/8268) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- Bump actions/cache from 4.2.0 to 4.2.1 in
/.github/actions/restore-python
[esphome#8273](https://redirect.github.com/esphome/esphome/pull/8273) by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]
- Bump actions/cache from 4.2.0 to 4.2.1
[esphome#8271](https://redirect.github.com/esphome/esphome/pull/8271) by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]
- Ruff format for CI
[esphome#8276](https://redirect.github.com/esphome/esphome/pull/8276) by
[@&#8203;stellar-aria](https://redirect.github.com/stellar-aria)
- \[ld2450] Add new component
[esphome#5674](https://redirect.github.com/esphome/esphome/pull/5674) by
[@&#8203;hareeshmu](https://redirect.github.com/hareeshmu)
(new-integration)
- Bump docker/build-push-action from 6.13.0 to 6.14.0 in
/.github/actions/build-image
[esphome#8281](https://redirect.github.com/esphome/esphome/pull/8281) by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]
- Finish up transition from black-format to ruff
[esphome#8294](https://redirect.github.com/esphome/esphome/pull/8294) by
[@&#8203;stellar-aria](https://redirect.github.com/stellar-aria)
- \[core, dashboard] load external component to get get_download_types
[esphome#8139](https://redirect.github.com/esphome/esphome/pull/8139) by
[@&#8203;tomaszduda23](https://redirect.github.com/tomaszduda23)
- \[ota] set USE_OTA_VERSION 2 in defines
[esphome#8299](https://redirect.github.com/esphome/esphome/pull/8299) by
[@&#8203;tomaszduda23](https://redirect.github.com/tomaszduda23)
- \[socket] add connect method
[esphome#8308](https://redirect.github.com/esphome/esphome/pull/8308) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- Bump peter-evans/create-pull-request from 7.0.6 to 7.0.7
[esphome#8314](https://redirect.github.com/esphome/esphome/pull/8314) by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]
- Bump actions/upload-artifact from 4.6.0 to 4.6.1
[esphome#8295](https://redirect.github.com/esphome/esphome/pull/8295) by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]
- \[api] ensure fair network sharing + prevent lost state changes via
deferred publish at high event load
[esphome#7547](https://redirect.github.com/esphome/esphome/pull/7547) by
[@&#8203;nkinnan](https://redirect.github.com/nkinnan)
- ili9xxx: Add support for GC9D01N circle display
[esphome#8302](https://redirect.github.com/esphome/esphome/pull/8302) by
[@&#8203;rforro](https://redirect.github.com/rforro)
- web_server: ensure fair network sharing + prevent lost state changes
via deferred publish at high event load
[esphome#7538](https://redirect.github.com/esphome/esphome/pull/7538) by
[@&#8203;nkinnan](https://redirect.github.com/nkinnan)
- \[i2c] python code style
[esphome#8311](https://redirect.github.com/esphome/esphome/pull/8311) by
[@&#8203;tomaszduda23](https://redirect.github.com/tomaszduda23)
- Adding support for chsc6x touch controller
[esphome#8258](https://redirect.github.com/esphome/esphome/pull/8258) by
[@&#8203;kkosik20](https://redirect.github.com/kkosik20)
(new-integration)
- \[core] make upload_program more generic
[esphome#8321](https://redirect.github.com/esphome/esphome/pull/8321) by
[@&#8203;tomaszduda23](https://redirect.github.com/tomaszduda23)
- \[i2c] Fix i2c issue on idf 5.3
[esphome#8283](https://redirect.github.com/esphome/esphome/pull/8283) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- \[core] SplitDefault unit test
[esphome#8324](https://redirect.github.com/esphome/esphome/pull/8324) by
[@&#8203;tomaszduda23](https://redirect.github.com/tomaszduda23)
- Add option to include vars in remote packages
[esphome#7606](https://redirect.github.com/esphome/esphome/pull/7606) by
[@&#8203;pszafer](https://redirect.github.com/pszafer)
- \[ld2450] Fix for "unknown" sensor states
[esphome#8305](https://redirect.github.com/esphome/esphome/pull/8305) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- Update arduino-heatpumpir and add new protocol for Panasonic AC
[esphome#8309](https://redirect.github.com/esphome/esphome/pull/8309) by
[@&#8203;barchasse38](https://redirect.github.com/barchasse38)
- MSA311 and MSA301 accelerometer support
[esphome#6795](https://redirect.github.com/esphome/esphome/pull/6795) by
[@&#8203;latonita](https://redirect.github.com/latonita)
(new-integration)
- Include the bluetooth mac address in the device info when proxy is
enabled
[esphome#8203](https://redirect.github.com/esphome/esphome/pull/8203) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- dashboard: Implement automatic ping fallback
[esphome#8263](https://redirect.github.com/esphome/esphome/pull/8263) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[ld2450] Fix misplaced `ifdef` and related logic
[esphome#8335](https://redirect.github.com/esphome/esphome/pull/8335) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- Bump the docker-actions group with 2 updates
[esphome#8330](https://redirect.github.com/esphome/esphome/pull/8330) by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]
- Bump actions/download-artifact from 4.1.8 to 4.1.9
[esphome#8331](https://redirect.github.com/esphome/esphome/pull/8331) by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]
- Bump docker/build-push-action from 6.14.0 to 6.15.0 in
/.github/actions/build-image
[esphome#8332](https://redirect.github.com/esphome/esphome/pull/8332) by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]
- \[mlx90393] Fix inverted gain and resolution. Expose
temperature_compensation and hallconf.
[esphome#7635](https://redirect.github.com/esphome/esphome/pull/7635) by
[@&#8203;functionpointer](https://redirect.github.com/functionpointer)
(breaking-change)
- \[font] Use freetype instead of Pillow for font rendering
[esphome#8300](https://redirect.github.com/esphome/esphome/pull/8300) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- Bump actions/cache from 4.2.1 to 4.2.2
[esphome#8336](https://redirect.github.com/esphome/esphome/pull/8336) by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]
- Bump actions/cache from 4.2.1 to 4.2.2 in
/.github/actions/restore-python
[esphome#8337](https://redirect.github.com/esphome/esphome/pull/8337) by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]
- \[zeroconf] Ruff formatting
[esphome#8338](https://redirect.github.com/esphome/esphome/pull/8338) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[nrf52, core] unified way how all platforms handle SplitDefault
[esphome#7715](https://redirect.github.com/esphome/esphome/pull/7715) by
[@&#8203;tomaszduda23](https://redirect.github.com/tomaszduda23)
- Cover component for Tormatic and Novoferm garage doors
[esphome#5933](https://redirect.github.com/esphome/esphome/pull/5933) by
[@&#8203;ti-mo](https://redirect.github.com/ti-mo) (new-integration)
- \[io_bus] Initial implementation
[esphome#8227](https://redirect.github.com/esphome/esphome/pull/8227) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(new-integration)
- \[tmp1075] fix component for TMP1075N
[esphome#8317](https://redirect.github.com/esphome/esphome/pull/8317) by
[@&#8203;ssieb](https://redirect.github.com/ssieb)
- Bump docker/setup-qemu-action from 3.5.0 to 3.6.0 in the
docker-actions group
[esphome#8346](https://redirect.github.com/esphome/esphome/pull/8346) by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]
- \[dashboard] Rename trash/delete to archive
[esphome#8357](https://redirect.github.com/esphome/esphome/pull/8357) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[helpers] Allow RAMAllocator to be told the size of the object
manually
[esphome#8356](https://redirect.github.com/esphome/esphome/pull/8356) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[ld2450] fix null exception & zone target_count not published
[esphome#8348](https://redirect.github.com/esphome/esphome/pull/8348) by
[@&#8203;mistic100](https://redirect.github.com/mistic100)
- \[bmp085] Fix error in read of pressure
[esphome#8359](https://redirect.github.com/esphome/esphome/pull/8359) by
[@&#8203;gusdleon](https://redirect.github.com/gusdleon)
- \[udp] fix clang tidy
[esphome#8351](https://redirect.github.com/esphome/esphome/pull/8351) by
[@&#8203;tomaszduda23](https://redirect.github.com/tomaszduda23)
- \[i2s_audio] Bugfix: Speaker incorrectly delays when sending data
[esphome#8361](https://redirect.github.com/esphome/esphome/pull/8361) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- Initialise h-bridge switch to requested initial state
[esphome#8363](https://redirect.github.com/esphome/esphome/pull/8363) by
[@&#8203;AnyOldName3](https://redirect.github.com/AnyOldName3)
- \[lvgl] Fix initialisation race condition (Bugfix)
[esphome#8369](https://redirect.github.com/esphome/esphome/pull/8369) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[time] fix recalc_timestamp_local
[esphome#8239](https://redirect.github.com/esphome/esphome/pull/8239) by
[@&#8203;qraynaud](https://redirect.github.com/qraynaud)
- allow touchscreen buttons outside of display dimensions
[esphome#8296](https://redirect.github.com/esphome/esphome/pull/8296) by
[@&#8203;zendes](https://redirect.github.com/zendes)
- \[touchscreen] Axis swap bugfix
[esphome#8376](https://redirect.github.com/esphome/esphome/pull/8376) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(breaking-change)
- \[cst816] Remove binary sensor
[esphome#8377](https://redirect.github.com/esphome/esphome/pull/8377) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(breaking-change)
- Revert "\[io_bus] Initial implementation"
[esphome#8384](https://redirect.github.com/esphome/esphome/pull/8384) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- Bump aioesphomeapi to 29.5.1
[esphome#8364](https://redirect.github.com/esphome/esphome/pull/8364) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- Bump esptool to 4.8.1latest
[esphome#8367](https://redirect.github.com/esphome/esphome/pull/8367) by
[@&#8203;shvmm](https://redirect.github.com/shvmm)
- Bump zeroconf to 0.146.1
[esphome#8365](https://redirect.github.com/esphome/esphome/pull/8365) by
[@&#8203;bdraco](https://redirect.github.com/bdraco)
- mcp2515: Add missing CFG1 assignment to be able to use 50kbps with a
16MHz crystal.
[esphome#8375](https://redirect.github.com/esphome/esphome/pull/8375) by
[@&#8203;djasper-ha](https://redirect.github.com/djasper-ha)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-03-26 21:44:08 +00:00
TrueCharts Bot f1574e58d2 chore(helm): update image docker.io/ipfs/kubo v0.33.2 → v0.34.0 (#33517)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/ipfs/kubo | minor | `1a30f5e` -> `23ac010` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-03-26 21:43:59 +00:00
TrueCharts Bot b1303b0769 chore(helm): update image docker.io/portainer/portainer-ee 2.27.1 → 2.28.1 (#33519)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/portainer/portainer-ee | minor | `2c3cf57` -> `a177c52` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-03-26 21:42:41 +00:00
TrueCharts Bot 9dda4dd11b chore(helm): update image docker.io/stashapp/stash v0.27.2 → v0.28.1 (#33521)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/stashapp/stash](https://stashapp.cc)
([source](https://redirect.github.com/stashapp/stash)) | minor |
`28a04a0` -> `645f6c1` |

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

---

### Release Notes

<details>
<summary>stashapp/stash (docker.io/stashapp/stash)</summary>

###
[`v0.28.1`](https://redirect.github.com/stashapp/stash/releases/tag/v0.28.1)

[Compare
Source](https://redirect.github.com/stashapp/stash/compare/v0.28.0...v0.28.1)

### Release Notes

#### v0.28.1 - 2025-03-20

##### 🐛 Bug fixes

- Fixed scene not playing from sub-second marker position when
navigating from markers page.
([#&#8203;5744](https://redirect.github.com/stashapp/stash/pull/5744))
- Fixed URL not being excluded correctly in Studio tagger.
([#&#8203;5743](https://redirect.github.com/stashapp/stash/pull/5743))
- Fixed UI crash when loading saved filter with timestamp criteria.
([#&#8203;5742](https://redirect.github.com/stashapp/stash/pull/5742))

###
[`v0.28.0`](https://redirect.github.com/stashapp/stash/releases/tag/v0.28.0)

[Compare
Source](https://redirect.github.com/stashapp/stash/compare/v0.27.2...v0.28.0)

### Release Notes

#### v0.28.0 - 2025-03-19

#####  New Features

- Markers now have an optional end time
([#&#8203;5311](https://redirect.github.com/stashapp/stash/pull/5311),
[#&#8203;5633](https://redirect.github.com/stashapp/stash/pull/5633))
- Marker times now have sub-second precision
([#&#8203;5431](https://redirect.github.com/stashapp/stash/pull/5431))
- Added Grid view for Markers.
([#&#8203;5443](https://redirect.github.com/stashapp/stash/pull/5443))
- Scene markers can now be filtered and sorted by their duration.
([#&#8203;5472](https://redirect.github.com/stashapp/stash/pull/5472))
- Added custom fields for Performers.
([#&#8203;5487](https://redirect.github.com/stashapp/stash/pull/5487),
[#&#8203;5632](https://redirect.github.com/stashapp/stash/pull/5632))
- Added Sort Name to Tags.
([#&#8203;5531](https://redirect.github.com/stashapp/stash/pull/5531))
- Added Image scraping.
([#&#8203;5562](https://redirect.github.com/stashapp/stash/pull/5562))
- It is now possible to configure an API key for a stash scraper source.
([#&#8203;5474](https://redirect.github.com/stashapp/stash/pull/5474))

##### 🎨 Improvements

- Changed modifier buttons to be selectable options in object filter
selectors.
([#&#8203;5203](https://redirect.github.com/stashapp/stash/pull/5203))
- Changed Group Details images to be a flippable front/back rather than
showing both at once.
([#&#8203;5367](https://redirect.github.com/stashapp/stash/pull/5367))
- Performer select now shows the performer age based on the date field.
([#&#8203;5110](https://redirect.github.com/stashapp/stash/pull/5110))
- Stash IDs now have an Updated At field.
([#&#8203;5259](https://redirect.github.com/stashapp/stash/pull/5259))
- Performer Death Date is now fetched from stash-box.
([#&#8203;5653](https://redirect.github.com/stashapp/stash/pull/5653))
- Batch Performer Update now handles Performers merged on stash-box.
([#&#8203;5664](https://redirect.github.com/stashapp/stash/pull/5664))
- ETA is now shown for tasks.
([#&#8203;5535](https://redirect.github.com/stashapp/stash/pull/5535))
- Scene Updated At field is now updated when Interactive Heatmap is
generated.
([#&#8203;5401](https://redirect.github.com/stashapp/stash/pull/5401))
- Handy now resyncs automatically.
([#&#8203;5581](https://redirect.github.com/stashapp/stash/pull/5581))
- It is now possible to query by scene name in a stash scraper.
([#&#8203;5722](https://redirect.github.com/stashapp/stash/pull/5722))
- Added Scene Code sort by option.
([#&#8203;5708](https://redirect.github.com/stashapp/stash/pull/5708))

##### 🐛 Bug fixes

- Fixed errors when scraping stash-box performers with null birthdates.
([#&#8203;5428](https://redirect.github.com/stashapp/stash/pull/5248))
- Fixed video files with identical phashes being merged during scan.
([#&#8203;5461](https://redirect.github.com/stashapp/stash/pull/5461))
- Fixed scraped tags showing the scraped tag name rather than the
matched tag name.
([#&#8203;5462](https://redirect.github.com/stashapp/stash/pull/5462))
- Fixed unmatched scraped tags appearing in the Tag field when scraping
groups.
([#&#8203;5522](https://redirect.github.com/stashapp/stash/pull/5522))
- Fixed issue where creating a new tag from the Tag selector would not
update the tags field.
([#&#8203;5522](https://redirect.github.com/stashapp/stash/pull/5522))
- Invalid tagger blacklist entries now show an error message instead of
crashing the UI.
([#&#8203;5497](https://redirect.github.com/stashapp/stash/pull/5497))
- Fixed Performer aliases not being excluded when updating from tagger.
([#&#8203;5566](https://redirect.github.com/stashapp/stash/pull/5566)
- Fixed scene scrubber not working correctly in Tagger view.
([#&#8203;5507](https://redirect.github.com/stashapp/stash/pull/5507))
- Fixed Handy script not playing after revisiting scene.
([#&#8203;5578](https://redirect.github.com/stashapp/stash/pull/5578))
- Fixed various Handy playback issues.
([#&#8203;5576](https://redirect.github.com/stashapp/stash/pull/5576))
- Fixed incorrect image being shown in the lightbox when clicking on
Group or Performer images in the applicable detail pages.
([#&#8203;5659](https://redirect.github.com/stashapp/stash/pull/5659))
- Saved Filters are now included in full export/import.
([#&#8203;5465](https://redirect.github.com/stashapp/stash/pull/5465))
- Fixed issue where entering text into the setup input fields would
defocus the fields.
([#&#8203;5459](https://redirect.github.com/stashapp/stash/pull/5459))
- Fixed race condition when registering plugin custom routes.
([#&#8203;5523](https://redirect.github.com/stashapp/stash/pull/5523))
- Fixed scraping multiple URLs using the mapped scrapers.
([#&#8203;5677](https://redirect.github.com/stashapp/stash/pull/5677))
- Fixed excluded tags not being excluded when identifying scenes.
([#&#8203;5686](https://redirect.github.com/stashapp/stash/pull/5686))
- Fixed database locked error messages after migrating.
([#&#8203;5723](https://redirect.github.com/stashapp/stash/pull/5723))
- Fixed issue where scraped tags that resolve to the same tag would
result in no scraped tags being shown.
([#&#8203;5733](https://redirect.github.com/stashapp/stash/pull/5733))
- Fixed Image Wall Margin setting not working correctly.
([#&#8203;5496](https://redirect.github.com/stashapp/stash/pull/5496))
- Fixed scraper errors when scraping from a stash instance.
([#&#8203;5474](https://redirect.github.com/stashapp/stash/pull/5474))
- Fixed duplicate Groups Scene filter criterion option.
([#&#8203;5504](https://redirect.github.com/stashapp/stash/pull/5504))
- Fixed back button returning to non-existing tag after merging.
([#&#8203;5712](https://redirect.github.com/stashapp/stash/pull/5712))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-03-26 21:42:31 +00:00
TrueCharts Bot 664507e3ed chore(helm): update image docker.io/victoriametrics/victoria-metrics v1.113.0 → v1.114.0 (#33522)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/victoriametrics/victoria-metrics](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics)
| minor | `464b8e1` -> `227ad53` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-03-26 21:42:06 +00:00
TrueCharts Bot 6860c199ae chore(helm): update image ghcr.io/linuxserver/orcaslicer 2.2.0 → 2.3.0 (#33523)
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)) |
minor | `98f73ae` -> `c4a5f47` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-03-26 21:41:55 +00:00
TrueCharts Bot 63c0f9b3af chore(helm): update image ghcr.io/hotio/whisparr v3-3.0.0.877 → v3-3.0.0.909 (#33524)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/hotio/whisparr](https://hotio.dev/containers/whisparr)
([source](https://redirect.github.com/hotio/whisparr)) | patch |
`188c0a1` -> `4da5adb` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-26 21:41:04 +00:00
TrueCharts Bot b8719fc611 chore(helm): update image public.ecr.aws/docker/library/odoo digest to 89b4f10 (#33526)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [public.ecr.aws/docker/library/odoo](https://hub.docker.com/_/odoo)
([source](https://redirect.github.com/odoo/docker)) | digest | `fb9654c`
-> `89b4f10` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-26 21:40:17 +00:00
TrueCharts Bot 2fe6c107b7 chore(helm): update image ghcr.io/spegel-org/spegel v0.0.30 → v0.1.0 (#33528)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/spegel-org/spegel](https://redirect.github.com/spegel-org/spegel)
| minor | -> |

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

---

### Release Notes

<details>
<summary>spegel-org/spegel (ghcr.io/spegel-org/spegel)</summary>

###
[`v0.1.0`](https://redirect.github.com/spegel-org/spegel/blob/HEAD/CHANGELOG.md#v010)

[Compare
Source](https://redirect.github.com/spegel-org/spegel/compare/v0.0.30...v0.1.0)

##### Added

- [#&#8203;717](https://redirect.github.com/spegel-org/spegel/pull/717)
Extend tests for distribution.
- [#&#8203;753](https://redirect.github.com/spegel-org/spegel/pull/753)
Set GOMAXPROCS and GOMEMLIMIT when limits are set.
- [#&#8203;792](https://redirect.github.com/spegel-org/spegel/pull/792)
Add dev deploy recipe to simplify local development.
- [#&#8203;791](https://redirect.github.com/spegel-org/spegel/pull/791)
Add debug view to help validating Spegel.

##### Changed

- [#&#8203;747](https://redirect.github.com/spegel-org/spegel/pull/747)
Update Go to 1.23.6.
- [#&#8203;750](https://redirect.github.com/spegel-org/spegel/pull/750)
Rename append mirrors to prepend existing.
- [#&#8203;373](https://redirect.github.com/spegel-org/spegel/pull/373)
Apply mirror configuration on all registires by default.
- [#&#8203;762](https://redirect.github.com/spegel-org/spegel/pull/762)
Set appropriate buckets for response size
- [#&#8203;778](https://redirect.github.com/spegel-org/spegel/pull/778)
Replace interface{} with any alias.
- [#&#8203;784](https://redirect.github.com/spegel-org/spegel/pull/784)
Refactor distribution and move to OCI package.
- [#&#8203;787](https://redirect.github.com/spegel-org/spegel/pull/787)
Refactor OCI image to allow parsing without digest.
- [#&#8203;794](https://redirect.github.com/spegel-org/spegel/pull/794)
Set default memory request and limit in Helm chart.

##### Removed

- [#&#8203;796](https://redirect.github.com/spegel-org/spegel/pull/796)
Remove name from OCI image struct.
- [#&#8203;799](https://redirect.github.com/spegel-org/spegel/pull/799)
Remove Kubernetes bootstrapper.

##### Fixed

- [#&#8203;743](https://redirect.github.com/spegel-org/spegel/pull/743)
Remove metrics label from bootstrap service in Helm chart.
- [#&#8203;748](https://redirect.github.com/spegel-org/spegel/pull/748)
Fix topology annotation.
- [#&#8203;785](https://redirect.github.com/spegel-org/spegel/pull/785)
Fix verification of digests when parsing distribution path.
- [#&#8203;798](https://redirect.github.com/spegel-org/spegel/pull/798)
Restart Spegel if Containerd event subscription is disconnected.
- [#&#8203;800](https://redirect.github.com/spegel-org/spegel/pull/800)
Fix so that host is closed even when a bootstrap error occurs.
- [#&#8203;801](https://redirect.github.com/spegel-org/spegel/pull/801)
Fix helm values naming for additionalMirrorTargets and
mirroredRegistries.

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-03-26 21:35:41 +00:00
Kjeld Schouten 3b797201f8 chore(pod-nuke): bump container 2025-03-26 22:34:20 +01:00
Kjeld Schouten 8c98f31114 chore(pod-nuke): bump container version 2025-03-26 22:18:46 +01:00
Kjeld Schouten 8ea389ef79 feat(pod-nuke): ensure we dont keep runnign on already processed node failures 2025-03-26 22:18:31 +01:00
TrueCharts Bot e46e9d37f7 chore(helm): update image docker digest to 71835c5 (#33486)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker | digest | `ddf7f6f` -> `71835c5` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-26 21:13:10 +00:00
TrueCharts Bot a5dac0a0cd chore(helm): update image lscr.io/linuxserver/heimdall digest to bfe9759 (#33535)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/heimdall | digest | `bb15f31` -> `bfe9759` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-26 21:12:10 +00:00