Commit Graph

29713 Commits

Author SHA1 Message Date
Stavros Kois 5a92ff92c9
fix(clusterissuer): fix var scope (#22216)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-05-19 02:05:30 +03:00
TrueCharts Bot 14c942c689
chore(deps): update container image bobokun/qbit_manage to v4.1.4@ccd850b by renovate (#22214)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bobokun/qbit_manage | patch | `v4.1.3` -> `v4.1.4` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguNiIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-19 01:40:56 +03:00
TrueCharts-Bot 7d14624f81 Chore(ci): update charttool
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-18 22:36:49 +00:00
TrueCharts Bot 19985761aa
chore(deps): update container image ghcr.io/geek-cookbook/nzbget to v24.1@a7ba900 by renovate (#21823)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/geek-cookbook/nzbget](https://togithub.com/nzbgetcom/nzbget)
| major | `23.0` -> `24.1` |

---

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

---

### Release Notes

<details>
<summary>nzbgetcom/nzbget (ghcr.io/geek-cookbook/nzbget)</summary>

### [`v24.1`](https://togithub.com/nzbgetcom/nzbget/releases/tag/v24.1)

[Compare
Source](https://togithub.com/nzbgetcom/nzbget/compare/v24.0...v24.1)

#### What's Changed

- Fixed: don't override user preference in unrar
[#&#8203;251](483702814e);
- Fixed (Docker): unable to unpack rar files
[#&#8203;256](62aa1d900a);
- Fixed: possibility to use `0` for umask
[#&#8203;264](f87a24b6f0);
- Fixed: `fseeko` not found
[#&#8203;262](b9e51d482b);
- Fixed: icons in webui in old browser versions
[#&#8203;268](0391607994).

### [`v24.0`](https://togithub.com/nzbgetcom/nzbget/releases/tag/v24.0)

[Compare
Source](https://togithub.com/nzbgetcom/nzbget/compare/v23.0...v24.0)

#### What's Changed

-   Features:
- Dark theme and new icons
[#&#8203;214](16ecaa5c3e);

- Added macOS x64 build support (macOS Mojave 10.14+)
[#&#8203;194](90a89f8fb3);

- DEB/RPM packages support
[#&#8203;230](1de712a428);
        -   [Instructions](https://nzbgetcom.github.io/).

- NewsServer Add UI - Default encryption and ports
[#&#8203;225](cd1cab44b6):
        -   moved Server.Encryption between Server.Host and Server.Port;
        -   made Server.Encryption to ON by default;
- made port depend on Server.Encryption value unless user has put
something up:
            -   563/443 for secure;
            -   119/80 for unsecure.

- Improved error messages and help text in Extension Manager
[#&#8203;166](d11ed84912):
- added 7-Zip exit codes decoder according to 7-Zip
[doc](https://documentation.help/7-Zip/exit_codes.htm);
- added a warning that SevenZipCmd may not be valid, in case of
extension installation problems.

- Fixed stable/test release notifications
[#&#8203;181](1c03b719f8):
        -   added automatic checking for new testing releases;
        -   fixed notifications about the new stable/testing release;
        -   fixed "Uncaught ReferenceError: installedRev" error.

- Fixed and update links in webui
[#&#8203;177](0cc6023bfd):
        -   fixed license links;
        -   fixed links from nzbget.conf.

    -   For developers:
- Moved to CMake. Autotools and MSBuild are deprecated now and may be
removed in future versions
[#&#8203;182](56e4225fc7):
- switched to CMake from autotools and MSBuild, which will simplify
cross-platform development;
- fixed installing/uninstalling on FreeBSD and macOS via
autotools/CMake;
            -   added automatic installation of Boost.Json;
            -   added support for static code analyzer Clang-Tidy.
- Revised and updated documentation
[#&#8203;199](c93b551b1f):
            -   moved CONTRIBUTING.md to docs/;
- split INSTALLATION.md to POSIX.md, WINDOWS.md and HOW_TO_USE.md;
            -   added Extensions docs;
- added an instruction on how CPPCheck can be used with CMake.
- Docker: support native unrar building
[#&#8203;231](cc6fb8b21a).

    -   Bug fixes:
- Fixed buffer overflow in CString::AppendFmtV
[#&#8203;208](c8c59277cf);
- Fixed files/dirs permissions overridden by the unpacker
[#&#8203;229](4c92e423fe);
- Fixed dynamic addition of extension options
[#&#8203;209](d49dc6dc42);
- Removed changing ownership at the beginning of container start
[#&#8203;218](36dad2f793);
- Docker: fixed fresh install
[#&#8203;219](a95269e8e1).

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9tYWpvciJdfQ==-->
2024-05-19 00:57:29 +03:00
Stavros Kois d72667ed93
Auto update charts list
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-05-19 00:57:07 +03:00
TrueCharts-Bot d6461e6805 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-18 00:15:35 +00:00
TrueCharts-Bot 4cb36ece06 Chore(ci): update charttool
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-17 23:15:14 +00:00
alfi0812 50141d94e9
fix(wg-easy): remove previous fix as upstream fixed port assignment (#22185)
**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.
-->
⚒️ https://github.com/wg-easy/wg-easy/pull/973

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

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

---------

Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
2024-05-17 18:53:01 -04:00
TrueCharts Bot 3517709591
chore(deps): update container image ghcr.io/jellyfin/jellyfin to v10.9.2@21e49ba by renovate (#22197)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/jellyfin/jellyfin | patch | `10.9.1` -> `10.9.2` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguNCIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-18 00:17:17 +02:00
TrueCharts Bot 4bdbb42083
chore(deps): update container image lscr.io/linuxserver/rdesktop to arch-i3@d88cba2 by renovate (#22193)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `096b93c` -> `d88cba2` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguNCIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-18 00:16:43 +02:00
TrueCharts Bot 3225330548
chore(deps): update container image docker.io/bellamy/wallos to latest@6fa216e by renovate (#22186)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/bellamy/wallos | digest | `bc30562` -> `6fa216e` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguNCIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-18 00:10:37 +02:00
TrueCharts Bot 147173f50a
chore(deps): update container image ghcr.io/linuxserver/beets to version-1.6.0@80289ce by renovate (#22188) 2024-05-18 00:09:14 +02:00
TrueCharts Bot d6beabdb98
chore(deps): update container image wiserain/flexget to 3.11.33@9b1bb77 by renovate (#22195)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[wiserain/flexget](https://togithub.com/linuxserver/docker-baseimage-alpine/packages)
([source](https://togithub.com/wiserain/docker-flexget)) | digest |
`2e2f835` -> `9b1bb77` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguNCIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-18 00:09:10 +02:00
TrueCharts Bot cf740d419a
chore(deps): update container image farmos/farmos to latest@00417e4 by renovate (#22187)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| farmos/farmos | digest | `02806d2` -> `00417e4` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguNCIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-18 00:08:29 +02:00
TrueCharts Bot e102e549ee
chore(deps): update container image lscr.io/linuxserver/pyload-ng to latest@d291264 by renovate (#22192) 2024-05-18 00:08:09 +02:00
TrueCharts Bot 045a9e8b00
chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@1cd1ba3 by renovate (#22194)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/libremdb | digest | `7a5e976` -> `1cd1ba3` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguNCIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-17 22:08:01 +00:00
TrueCharts Bot c7d65261ee
chore(deps): update container image quay.io/pussthecatorg/rimgo to latest@a9b9f88 by renovate (#22177)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/rimgo | digest | `2d008ca` -> `a9b9f88` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMyIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-18 00:07:27 +02:00
TrueCharts Bot 4303ecc053
chore(deps): update container image ich777/thunderbird to latest@dff5fc6 by renovate (#22190)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ich777/thunderbird | digest | `9df015f` -> `dff5fc6` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguNCIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-18 00:06:54 +02:00
TrueCharts Bot 4a920cd9bd
chore(deps): update webtop by renovate (#22196)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/webtop | digest | `457dd2f` -> `80d96cb` |
| lscr.io/linuxserver/webtop | digest | `9ae5a69` -> `a69f4cc` |
| lscr.io/linuxserver/webtop | digest | `0431ca7` -> `bb685be` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguNCIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-18 00:05:02 +02:00
TrueCharts Bot 44da0b6d59
chore(deps): update container image linuxserver/heimdall to v@37b13df by renovate (#22191)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[linuxserver/heimdall](https://togithub.com/linuxserver/docker-heimdall/packages)
([source](https://togithub.com/linuxserver/docker-heimdall)) | digest |
`dfc482a` -> `37b13df` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguNCIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-18 00:04:15 +02:00
TrueCharts Bot 5d50d7110b
chore(deps): update container image homeassistant/home-assistant to v2024.5.4@6f5eeb8 by renovate (#22184)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [homeassistant/home-assistant](https://www.home-assistant.io/)
([source](https://togithub.com/home-assistant/core)) | patch |
`2024.5.3` -> `2024.5.4` |

---

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

---

### Release Notes

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

###
[`v2024.5.4`](https://togithub.com/home-assistant/core/releases/tag/2024.5.4)

[Compare
Source](https://togithub.com/home-assistant/core/compare/2024.5.3...2024.5.4)

- Fix Fully Kiosk set config service ([@&#8203;amura11] -
[#&#8203;112840]) ([fully_kiosk docs])
- Mark Duotecno entities unavailable when tcp goes down
([@&#8203;Cereal2nd] - [#&#8203;114325]) ([duotecno docs])
- Catch auth exception in husqvarna automower ([@&#8203;Thomas55555] -
[#&#8203;115365]) ([husqvarna_automower docs])
- Avoid exceptions when Gemini responses are blocked ([@&#8203;tronikos]
- [#&#8203;116847]) ([google_generative_ai_conversation docs])
- Reduce update interval in Ondilo Ico ([@&#8203;nijel] -
[#&#8203;116989]) ([ondilo_ico docs])
- Add reauth for missing token scope in Husqvarna Automower
([@&#8203;Thomas55555] - [#&#8203;117098]) ([husqvarna_automower docs])
- Fix issue changing Insteon Hub configuration ([@&#8203;teharris1] -
[#&#8203;117204]) ([insteon docs])
- Bump SoCo to 0.30.4 ([@&#8203;jjlawren] - [#&#8203;117212]) ([sonos
docs]) (dependency)
- Fix zwave_js discovery logic for node device class ([@&#8203;raman325]
- [#&#8203;117232]) ([zwave_js docs])
- Increase MQTT broker socket buffer size ([@&#8203;jbouwh] -
[#&#8203;117267]) ([mqtt docs])
- Fix Aurora naming ([@&#8203;joostlek] - [#&#8203;117314]) ([aurora
docs])
- Call Google Assistant SDK service using async_add_executor_job
([@&#8203;tronikos] - [#&#8203;117325]) ([google_assistant_sdk docs])
- Fix squeezebox blocking startup ([@&#8203;bdraco] - [#&#8203;117331])
([squeezebox docs])
- Fix Lutron Serena Tilt Only Wood Blinds set tilt function
([@&#8203;wujiaqi] - [#&#8203;117374]) ([lutron_caseta docs])
- Fix Kodi on/off status ([@&#8203;mk-81] - [#&#8203;117436]) ([kodi
docs])
- Update wled to 0.17.1 ([@&#8203;frenck] - [#&#8203;117444]) ([wled
docs]) (dependency)
- Bump pyduotecno to 2024.5.0 ([@&#8203;Cereal2nd] - [#&#8203;117446])
([duotecno docs]) (dependency)
- Fix non-thread-safe state write in tellduslive ([@&#8203;bdraco] -
[#&#8203;117487]) ([tellduslive docs])
- Reolink fix not unregistering webhook during ReAuth
([@&#8203;starkillerOG] - [#&#8203;117490]) ([reolink docs])
- Fix API creation for passwordless pi_hole ([@&#8203;emontnemery] -
[#&#8203;117494]) ([pi_hole docs])
- Bump reolink-aio to 0.8.10 ([@&#8203;starkillerOG] - [#&#8203;117501])
([reolink docs]) (dependency)
- Handle uncaught exceptions in Analytics insights ([@&#8203;joostlek] -
[#&#8203;117558]) ([analytics_insights docs])
- Fix poolsense naming ([@&#8203;joostlek] - [#&#8203;117567])
([poolsense docs])
- Improve syncing light states to deCONZ groups ([@&#8203;Kane610] -
[#&#8203;117588]) ([deconz docs])

[#&#8203;112840]: https://togithub.com/home-assistant/core/pull/112840

[#&#8203;114325]: https://togithub.com/home-assistant/core/pull/114325

[#&#8203;115365]: https://togithub.com/home-assistant/core/pull/115365

[#&#8203;116538]: https://togithub.com/home-assistant/core/pull/116538

[#&#8203;116696]: https://togithub.com/home-assistant/core/pull/116696

[#&#8203;116847]: https://togithub.com/home-assistant/core/pull/116847

[#&#8203;116937]: https://togithub.com/home-assistant/core/pull/116937

[#&#8203;116989]: https://togithub.com/home-assistant/core/pull/116989

[#&#8203;117098]: https://togithub.com/home-assistant/core/pull/117098

[#&#8203;117203]: https://togithub.com/home-assistant/core/pull/117203

[#&#8203;117204]: https://togithub.com/home-assistant/core/pull/117204

[#&#8203;117212]: https://togithub.com/home-assistant/core/pull/117212

[#&#8203;117232]: https://togithub.com/home-assistant/core/pull/117232

[#&#8203;117267]: https://togithub.com/home-assistant/core/pull/117267

[#&#8203;117314]: https://togithub.com/home-assistant/core/pull/117314

[#&#8203;117325]: https://togithub.com/home-assistant/core/pull/117325

[#&#8203;117331]: https://togithub.com/home-assistant/core/pull/117331

[#&#8203;117374]: https://togithub.com/home-assistant/core/pull/117374

[#&#8203;117436]: https://togithub.com/home-assistant/core/pull/117436

[#&#8203;117444]: https://togithub.com/home-assistant/core/pull/117444

[#&#8203;117446]: https://togithub.com/home-assistant/core/pull/117446

[#&#8203;117487]: https://togithub.com/home-assistant/core/pull/117487

[#&#8203;117490]: https://togithub.com/home-assistant/core/pull/117490

[#&#8203;117494]: https://togithub.com/home-assistant/core/pull/117494

[#&#8203;117501]: https://togithub.com/home-assistant/core/pull/117501

[#&#8203;117558]: https://togithub.com/home-assistant/core/pull/117558

[#&#8203;117567]: https://togithub.com/home-assistant/core/pull/117567

[#&#8203;117588]: https://togithub.com/home-assistant/core/pull/117588

[@&#8203;Cereal2nd]: https://togithub.com/Cereal2nd

[@&#8203;Kane610]: https://togithub.com/Kane610

[@&#8203;Thomas55555]: https://togithub.com/Thomas55555

[@&#8203;amura11]: https://togithub.com/amura11

[@&#8203;balloob]: https://togithub.com/balloob

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

[@&#8203;emontnemery]: https://togithub.com/emontnemery

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

[@&#8203;jbouwh]: https://togithub.com/jbouwh

[@&#8203;jjlawren]: https://togithub.com/jjlawren

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

[@&#8203;mk-81]: https://togithub.com/mk-81

[@&#8203;nijel]: https://togithub.com/nijel

[@&#8203;raman325]: https://togithub.com/raman325

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

[@&#8203;teharris1]: https://togithub.com/teharris1

[@&#8203;tronikos]: https://togithub.com/tronikos

[@&#8203;wujiaqi]: https://togithub.com/wujiaqi

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

</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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMyIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-17 20:32:57 +02:00
TrueCharts Bot f6e6b91fcf
chore(deps): update container image feramance/qbitrr to v4.6.13@77b7e51 by renovate (#22182) 2024-05-17 20:32:06 +02:00
TrueCharts Bot 9c04c29704
chore(deps): update container image ghcr.io/geek-cookbook/emby to v4.8.7.0@7c42d1e by renovate (#22183)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/geek-cookbook/emby | patch | `4.8.6.0` -> `4.8.7.0` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMyIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-17 20:31:49 +02:00
TrueCharts Bot 784eb8c80f
chore(deps): update rdesktop by renovate (#22180)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `e02deb9` -> `faf5832` |
| lscr.io/linuxserver/rdesktop | digest | `968f8af` -> `d7cee28` |
| lscr.io/linuxserver/rdesktop | digest | `021d844` -> `adf7d4f` |
| lscr.io/linuxserver/rdesktop | digest | `9ea2c1e` -> `dc17f21` |
| lscr.io/linuxserver/rdesktop | digest | `0b2baa5` -> `02a867e` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMyIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-17 20:29:22 +02:00
TrueCharts Bot 386d27e859
chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@7a5e976 by renovate (#22176)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/libremdb | digest | `ac201f8` -> `7a5e976` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMyIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-17 20:18:55 +02:00
TrueCharts Bot 16d264a702
chore(deps): update container image ghcr.io/techno-tim/littlelink-server to latest@c1bc51c by renovate (#22174)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/techno-tim/littlelink-server | digest | `ee2a43f` -> `c1bc51c`
|

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMyIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-17 20:18:47 +02:00
TrueCharts Bot a1205ba922
chore(deps): update container image searxng/searxng to latest@75f2824 by renovate (#22178)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| searxng/searxng | digest | `2fa3ede` -> `75f2824` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMyIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-17 20:18:42 +02:00
TrueCharts Bot e9799acf76
chore(deps): update container image mikenye/tar1090 to latest@4b1448b by renovate (#22175)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| mikenye/tar1090 | digest | `01b8890` -> `4b1448b` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMyIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-17 20:18:37 +02:00
TrueCharts Bot 65baea7ab5
chore(deps): update container image docker.io/bellamy/wallos to latest@bc30562 by renovate (#22173)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/bellamy/wallos | digest | `d3edf61` -> `bc30562` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMyIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-17 20:18:23 +02:00
TrueCharts Bot c2a03757ab
chore(deps): update container image sismics/docs to latest@57046cb by renovate (#22179)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| sismics/docs | digest | `a98d732` -> `57046cb` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMyIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-17 20:18:10 +02:00
TrueCharts Bot e79aa8dfe8
chore(deps): update container image diygod/rsshub to latest@c9208ea by renovate (#22172)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| diygod/rsshub | digest | `a5dc77c` -> `c9208ea` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMyIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-17 20:18:02 +02:00
TrueCharts Bot 25d1c8fbeb
chore(deps): update webtop by renovate (#22181)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/webtop | digest | `df7aa96` -> `fb4c67c` |
| lscr.io/linuxserver/webtop | digest | `fd60891` -> `16f869f` |
| lscr.io/linuxserver/webtop | digest | `3107bf9` -> `c4517b4` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMyIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-17 20:16:58 +02:00
TrueCharts Bot 37d9295405
chore(deps): update container image feramance/qbitrr to v4.6.10@f3a318e by renovate (#22168)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [feramance/qbitrr](https://togithub.com/Feramance/qBitrr) | patch |
`v4.6.1` -> `v4.6.10` |

---

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

---

### Release Notes

<details>
<summary>Feramance/qBitrr (feramance/qbitrr)</summary>

###
[`v4.6.10`](https://togithub.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v4610-17052024)

[Compare
Source](https://togithub.com/Feramance/qBitrr/compare/v4.6.9...v4.6.10)

- [\[patch\] Logging changes and paused torrent handling
fixes](d0dfa3f12f)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Better torrent handling for paused
torrents](96597676df)
- [@&#8203;Feramance](https://togithub.com/Feramance)
- [Removing duplicate
logs](7c9364ad87)
- [@&#8203;Feramance](https://togithub.com/Feramance)

***

###
[`v4.6.9`](https://togithub.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v469-17052024)

[Compare
Source](https://togithub.com/Feramance/qBitrr/compare/v4.6.8...v4.6.9)

- [\[patch\] Version check
handling](b1bf54f1de)
- [@&#8203;Feramance](https://togithub.com/Feramance)

***

###
[`v4.6.8`](https://togithub.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v468-17052024)

[Compare
Source](https://togithub.com/Feramance/qBitrr/compare/v4.6.7...v4.6.8)

- [\[patch\] Altered config
handling](52cdd744f4)
- [@&#8203;Feramance](https://togithub.com/Feramance)

***

###
[`v4.6.7`](https://togithub.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v467-17052024)

[Compare
Source](https://togithub.com/Feramance/qBitrr/compare/v4.6.6...v4.6.7)

- [\[patch\] Exit
change](642aaafaa6)
- [@&#8203;Feramance](https://togithub.com/Feramance)

***

###
[`v4.6.6`](https://togithub.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v466-17052024)

[Compare
Source](https://togithub.com/Feramance/qBitrr/compare/v4.6.5...v4.6.6)

- [\[patch\] Another test
fix](4fb1cda81b)
- [@&#8203;Feramance](https://togithub.com/Feramance)

***

###
[`v4.6.5`](https://togithub.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v465-17052024)

[Compare
Source](https://togithub.com/Feramance/qBitrr/compare/v4.6.4...v4.6.5)

- [\[patch\] Exit
fix](ae6ba9ed31)
- [@&#8203;Feramance](https://togithub.com/Feramance)

***

###
[`v4.6.4`](https://togithub.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v464-17052024)

[Compare
Source](https://togithub.com/Feramance/qBitrr/compare/v4.6.3...v4.6.4)

- [\[patch\] Exit status
fix](681d1db6ad)
- [@&#8203;Feramance](https://togithub.com/Feramance)

***

###
[`v4.6.3`](https://togithub.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v463-17052024)

[Compare
Source](https://togithub.com/Feramance/qBitrr/compare/v4.6.2...v4.6.3)

- [\[patch\] Config gen error on windows first run
fix](977d0a3a5e)
- [@&#8203;Feramance](https://togithub.com/Feramance)

***

###
[`v4.6.2`](https://togithub.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v462-17052024)

[Compare
Source](https://togithub.com/Feramance/qBitrr/compare/v4.6.1...v4.6.2)

- [\[patch\] Config file
fix](ffb39771f6)
- [@&#8203;Feramance](https://togithub.com/Feramance)

***

</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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMiIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-17 14:28:48 +02:00
TrueCharts Bot 6f10449ee0
chore(deps): update container image jgraph/drawio to v24.4.4@bf394b0 by renovate (#22171)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jgraph/drawio](https://www.drawio.com)
([source](https://togithub.com/jgraph/docker-drawio)) | patch | `24.4.0`
-> `24.4.4` |

---

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

---

### Release Notes

<details>
<summary>jgraph/docker-drawio (jgraph/drawio)</summary>

###
[`v24.4.4`](https://togithub.com/jgraph/docker-drawio/compare/v24.4.0...v24.4.4)

[Compare
Source](https://togithub.com/jgraph/docker-drawio/compare/v24.4.0...v24.4.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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMiIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-17 14:28:44 +02:00
TrueCharts Bot 818af444fd
chore(deps): update container image ghcr.io/a-sync/game-server-watcher to v3.1.14@6311d6b by renovate (#22169)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/a-sync/game-server-watcher](https://togithub.com/a-sync/game-server-watcher)
| patch | `v3.1.12` -> `v3.1.14` |

---

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

---

### Release Notes

<details>
<summary>a-sync/game-server-watcher
(ghcr.io/a-sync/game-server-watcher)</summary>

###
[`v3.1.14`](https://togithub.com/a-sync/game-server-watcher/compare/v3.1.12...v3.1.14)

[Compare
Source](https://togithub.com/a-sync/game-server-watcher/compare/v3.1.12...v3.1.14)

</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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMiIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-17 14:28:20 +02:00
TrueCharts Bot f149c47b73
chore(deps): update container image ghcr.io/geek-cookbook/jackett to v0.21.2606@81ac937 by renovate (#22170)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/geek-cookbook/jackett | patch | `0.21.2603` -> `0.21.2606` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMiIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-17 14:27:18 +02:00
TrueCharts Bot 0560c7d660
chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@ac201f8 by renovate (#22165)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/libremdb | digest | `cff1d3b` -> `ac201f8` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMiIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-17 14:18:16 +02:00
TrueCharts Bot bb4497c471
chore(deps): update container image searxng/searxng to latest@2fa3ede by renovate (#22166) 2024-05-17 14:18:01 +02:00
TrueCharts Bot 0b38dc4a1a
chore(deps): update container image thelounge/thelounge to 4.4.3@8becb60 by renovate (#22167) 2024-05-17 14:17:54 +02:00
TrueCharts Bot d79f592e28
chore(deps): update container image quay.io/pussthecatorg/rimgo to latest@2d008ca by renovate (#22123)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/rimgo | digest | `09df890` -> `2d008ca` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-17 14:17:46 +02:00
TrueCharts Bot a5aaa11705
chore(deps): update container image registry.k8s.io/external-dns/external-dns to v0.14.2@3fcad62 by renovate (#22163)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[registry.k8s.io/external-dns/external-dns](https://togithub.com/kubernetes-sigs/external-dns)
| patch | `v0.14.1` -> `v0.14.2` |

---

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

---

### Release Notes

<details>
<summary>kubernetes-sigs/external-dns
(registry.k8s.io/external-dns/external-dns)</summary>

###
[`v0.14.2`](https://togithub.com/kubernetes-sigs/external-dns/releases/tag/v0.14.2)

[Compare
Source](https://togithub.com/kubernetes-sigs/external-dns/compare/v0.14.1...v0.14.2)

#### What's Changed

- kustomize-v0.14.1 by [@&#8203;Raffo](https://togithub.com/Raffo) in
[https://github.com/kubernetes-sigs/external-dns/pull/4331](https://togithub.com/kubernetes-sigs/external-dns/pull/4331)
- replace all links in tutorials for v0.14.1 by
[@&#8203;Raffo](https://togithub.com/Raffo) in
[https://github.com/kubernetes-sigs/external-dns/pull/4332](https://togithub.com/kubernetes-sigs/external-dns/pull/4332)
- chore: upgrade ExternalDNS to go 1.22 by
[@&#8203;mloiseleur](https://togithub.com/mloiseleur) in
[https://github.com/kubernetes-sigs/external-dns/pull/4318](https://togithub.com/kubernetes-sigs/external-dns/pull/4318)
- build(deps): bump the dev-dependencies group with 13 updates by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4329](https://togithub.com/kubernetes-sigs/external-dns/pull/4329)
- build(deps): bump the dev-dependencies group with 5 updates by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4334](https://togithub.com/kubernetes-sigs/external-dns/pull/4334)
- build(deps): bump the dev-dependencies group with 9 updates by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4349](https://togithub.com/kubernetes-sigs/external-dns/pull/4349)
- build(deps): bump the dev-dependencies group with 1 update by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4341](https://togithub.com/kubernetes-sigs/external-dns/pull/4341)
- Add `dnsendpoint` CRD to Helm chart by
[@&#8203;onedr0p](https://togithub.com/onedr0p) in
[https://github.com/kubernetes-sigs/external-dns/pull/4322](https://togithub.com/kubernetes-sigs/external-dns/pull/4322)
- build(deps): bump the dev-dependencies group with 13 updates by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4361](https://togithub.com/kubernetes-sigs/external-dns/pull/4361)
- build(deps): bump GrantBirki/json-yaml-validate from 2.6.1 to 2.6.2 in
the dev-dependencies group by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4364](https://togithub.com/kubernetes-sigs/external-dns/pull/4364)
- chore(chart): Released chart for v0.14.1 by
[@&#8203;stevehipwell](https://togithub.com/stevehipwell) in
[https://github.com/kubernetes-sigs/external-dns/pull/4357](https://togithub.com/kubernetes-sigs/external-dns/pull/4357)
- chore: alphabetical order on providers by
[@&#8203;mloiseleur](https://togithub.com/mloiseleur) in
[https://github.com/kubernetes-sigs/external-dns/pull/4350](https://togithub.com/kubernetes-sigs/external-dns/pull/4350)
- doc: advertise current plan on providers by
[@&#8203;mloiseleur](https://togithub.com/mloiseleur) in
[https://github.com/kubernetes-sigs/external-dns/pull/4365](https://togithub.com/kubernetes-sigs/external-dns/pull/4365)
- Fix(ipv6): support ipv6 shortener and expander equal by
[@&#8203;dongjiang1989](https://togithub.com/dongjiang1989) in
[https://github.com/kubernetes-sigs/external-dns/pull/4351](https://togithub.com/kubernetes-sigs/external-dns/pull/4351)
- feat(WebhookProvider): Let WebhookProvider return `SoftError` on
response status codes >= 500 by
[@&#8203;SimonKienzler](https://togithub.com/SimonKienzler) in
[https://github.com/kubernetes-sigs/external-dns/pull/4319](https://togithub.com/kubernetes-sigs/external-dns/pull/4319)
- Webhook provider: Use correct error gauge in `AdjustEndpoints()` func
by [@&#8203;SimonKienzler](https://togithub.com/SimonKienzler) in
[https://github.com/kubernetes-sigs/external-dns/pull/4374](https://togithub.com/kubernetes-sigs/external-dns/pull/4374)
- build(deps): bump the dev-dependencies group with 18 updates by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4381](https://togithub.com/kubernetes-sigs/external-dns/pull/4381)
- Add exclude domains value in Chart by
[@&#8203;bford-evs](https://togithub.com/bford-evs) in
[https://github.com/kubernetes-sigs/external-dns/pull/4380](https://togithub.com/kubernetes-sigs/external-dns/pull/4380)
- docs(aws): fix typo and upgrade cleanup flow by
[@&#8203;franzudev](https://togithub.com/franzudev) in
[https://github.com/kubernetes-sigs/external-dns/pull/4389](https://togithub.com/kubernetes-sigs/external-dns/pull/4389)
- docs(gke): detail how to configure workload identity by
[@&#8203;userbradley](https://togithub.com/userbradley) in
[https://github.com/kubernetes-sigs/external-dns/pull/4373](https://togithub.com/kubernetes-sigs/external-dns/pull/4373)
- chore(ci): fix failing test by
[@&#8203;mloiseleur](https://togithub.com/mloiseleur) in
[https://github.com/kubernetes-sigs/external-dns/pull/4397](https://togithub.com/kubernetes-sigs/external-dns/pull/4397)
- chore: Update controller-tools version to v0.14.0 by
[@&#8203;dongjiang1989](https://togithub.com/dongjiang1989) in
[https://github.com/kubernetes-sigs/external-dns/pull/4400](https://togithub.com/kubernetes-sigs/external-dns/pull/4400)
- chore(ci): update golangci-lint to v1.57.2 by
[@&#8203;dongjiang1989](https://togithub.com/dongjiang1989) in
[https://github.com/kubernetes-sigs/external-dns/pull/4406](https://togithub.com/kubernetes-sigs/external-dns/pull/4406)
- chore: upgrade ExternalDNS to go 1.22.2 by
[@&#8203;mloiseleur](https://togithub.com/mloiseleur) in
[https://github.com/kubernetes-sigs/external-dns/pull/4414](https://togithub.com/kubernetes-sigs/external-dns/pull/4414)
- build(deps): bump the dev-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4412](https://togithub.com/kubernetes-sigs/external-dns/pull/4412)
- build(deps): bump the dev-dependencies group across 1 directory with
24 updates by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4416](https://togithub.com/kubernetes-sigs/external-dns/pull/4416)
- custom Azure Active Directory Authority Host by
[@&#8203;Jeremy-Boyle](https://togithub.com/Jeremy-Boyle) in
[https://github.com/kubernetes-sigs/external-dns/pull/4210](https://togithub.com/kubernetes-sigs/external-dns/pull/4210)
- feat(DNSimple): User API tokens by
[@&#8203;IntegralProgrammer](https://togithub.com/IntegralProgrammer) in
[https://github.com/kubernetes-sigs/external-dns/pull/4274](https://togithub.com/kubernetes-sigs/external-dns/pull/4274)
- docs: annotation placement for azuredns tutorial by
[@&#8203;jonas-budde](https://togithub.com/jonas-budde) in
[https://github.com/kubernetes-sigs/external-dns/pull/4415](https://togithub.com/kubernetes-sigs/external-dns/pull/4415)
- feat(azure): add zone name filter for Azure Private DNS by
[@&#8203;khuedoan](https://togithub.com/khuedoan) in
[https://github.com/kubernetes-sigs/external-dns/pull/4346](https://togithub.com/kubernetes-sigs/external-dns/pull/4346)
- test: detect no change necessary with provider specific config by
[@&#8203;szuecs](https://togithub.com/szuecs) in
[https://github.com/kubernetes-sigs/external-dns/pull/4189](https://togithub.com/kubernetes-sigs/external-dns/pull/4189)
- docs: add setup example with helm chart on some providers by
[@&#8203;omerap12](https://togithub.com/omerap12) in
[https://github.com/kubernetes-sigs/external-dns/pull/4405](https://togithub.com/kubernetes-sigs/external-dns/pull/4405)
- test: controller run() and successfully shutdown by
[@&#8203;szuecs](https://togithub.com/szuecs) in
[https://github.com/kubernetes-sigs/external-dns/pull/3639](https://togithub.com/kubernetes-sigs/external-dns/pull/3639)
- fix syntax on cloudflare externalDNS by
[@&#8203;ilyesAj](https://togithub.com/ilyesAj) in
[https://github.com/kubernetes-sigs/external-dns/pull/4436](https://togithub.com/kubernetes-sigs/external-dns/pull/4436)
- build(deps): bump the dev-dependencies group across 1 directory with
11 updates by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4440](https://togithub.com/kubernetes-sigs/external-dns/pull/4440)
- chore(chart): Adding extra containers by
[@&#8203;omerap12](https://togithub.com/omerap12) in
[https://github.com/kubernetes-sigs/external-dns/pull/4432](https://togithub.com/kubernetes-sigs/external-dns/pull/4432)
- aws: add ca-west-1 region by
[@&#8203;jeremy-albuixech](https://togithub.com/jeremy-albuixech) in
[https://github.com/kubernetes-sigs/external-dns/pull/4444](https://togithub.com/kubernetes-sigs/external-dns/pull/4444)
- fix: duplicated endpoint per hosted zone by
[@&#8203;leonardocaylent](https://togithub.com/leonardocaylent) in
[https://github.com/kubernetes-sigs/external-dns/pull/4296](https://togithub.com/kubernetes-sigs/external-dns/pull/4296)
- build(deps): bump actions/checkout from 4.1.4 to 4.1.5 in the
dev-dependencies group by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4438](https://togithub.com/kubernetes-sigs/external-dns/pull/4438)
- Add IPv6 AAAA record support to PiHole provider by
[@&#8203;PseudoResonance](https://togithub.com/PseudoResonance) in
[https://github.com/kubernetes-sigs/external-dns/pull/4324](https://togithub.com/kubernetes-sigs/external-dns/pull/4324)
- fix: soft error on cloudflare rate limits by
[@&#8203;ebachle](https://togithub.com/ebachle) in
[https://github.com/kubernetes-sigs/external-dns/pull/4437](https://togithub.com/kubernetes-sigs/external-dns/pull/4437)
- Update cloudflare.md by
[@&#8203;mfreeman451](https://togithub.com/mfreeman451) in
[https://github.com/kubernetes-sigs/external-dns/pull/4449](https://togithub.com/kubernetes-sigs/external-dns/pull/4449)
- Fix headings, whitespace by
[@&#8203;stefanlasiewski](https://togithub.com/stefanlasiewski) in
[https://github.com/kubernetes-sigs/external-dns/pull/4457](https://togithub.com/kubernetes-sigs/external-dns/pull/4457)
- docs: add reference to anexia webhook provider by
[@&#8203;ProbstenHias](https://togithub.com/ProbstenHias) in
[https://github.com/kubernetes-sigs/external-dns/pull/4441](https://togithub.com/kubernetes-sigs/external-dns/pull/4441)
- fix logline mentioning plugin api by
[@&#8203;Raffo](https://togithub.com/Raffo) in
[https://github.com/kubernetes-sigs/external-dns/pull/4459](https://togithub.com/kubernetes-sigs/external-dns/pull/4459)
- docs: lint gke docs + make terraform config more secure by
[@&#8203;DrFaust92](https://togithub.com/DrFaust92) in
[https://github.com/kubernetes-sigs/external-dns/pull/4456](https://togithub.com/kubernetes-sigs/external-dns/pull/4456)
- build(deps): bump action-stars/install-tool-from-github-release from
0.2.2 to 0.2.3 in the dev-dependencies group by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4464](https://togithub.com/kubernetes-sigs/external-dns/pull/4464)
- changed documentation to include more details description when using
API Tokens by [@&#8203;rhjensen79](https://togithub.com/rhjensen79) in
[https://github.com/kubernetes-sigs/external-dns/pull/4474](https://togithub.com/kubernetes-sigs/external-dns/pull/4474)
- fix: add clarification to endpoint unit tests by
[@&#8203;leonardocaylent](https://togithub.com/leonardocaylent) in
[https://github.com/kubernetes-sigs/external-dns/pull/4462](https://togithub.com/kubernetes-sigs/external-dns/pull/4462)
- build(deps): bump the dev-dependencies group across 1 directory with
19 updates by [@&#8203;mloiseleur](https://togithub.com/mloiseleur) in
[https://github.com/kubernetes-sigs/external-dns/pull/4476](https://togithub.com/kubernetes-sigs/external-dns/pull/4476)
- build(deps): bump the dev-dependencies group across 1 directory with
19 updates by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/kubernetes-sigs/external-dns/pull/4475](https://togithub.com/kubernetes-sigs/external-dns/pull/4475)

#### New Contributors

- [@&#8203;onedr0p](https://togithub.com/onedr0p) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4322](https://togithub.com/kubernetes-sigs/external-dns/pull/4322)
- [@&#8203;SimonKienzler](https://togithub.com/SimonKienzler) made their
first contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4319](https://togithub.com/kubernetes-sigs/external-dns/pull/4319)
- [@&#8203;bford-evs](https://togithub.com/bford-evs) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4380](https://togithub.com/kubernetes-sigs/external-dns/pull/4380)
- [@&#8203;franzudev](https://togithub.com/franzudev) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4389](https://togithub.com/kubernetes-sigs/external-dns/pull/4389)
- [@&#8203;userbradley](https://togithub.com/userbradley) made their
first contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4373](https://togithub.com/kubernetes-sigs/external-dns/pull/4373)
- [@&#8203;Jeremy-Boyle](https://togithub.com/Jeremy-Boyle) made their
first contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4210](https://togithub.com/kubernetes-sigs/external-dns/pull/4210)
- [@&#8203;IntegralProgrammer](https://togithub.com/IntegralProgrammer)
made their first contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4274](https://togithub.com/kubernetes-sigs/external-dns/pull/4274)
- [@&#8203;jonas-budde](https://togithub.com/jonas-budde) made their
first contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4415](https://togithub.com/kubernetes-sigs/external-dns/pull/4415)
- [@&#8203;khuedoan](https://togithub.com/khuedoan) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4346](https://togithub.com/kubernetes-sigs/external-dns/pull/4346)
- [@&#8203;omerap12](https://togithub.com/omerap12) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4405](https://togithub.com/kubernetes-sigs/external-dns/pull/4405)
- [@&#8203;ilyesAj](https://togithub.com/ilyesAj) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4436](https://togithub.com/kubernetes-sigs/external-dns/pull/4436)
- [@&#8203;jeremy-albuixech](https://togithub.com/jeremy-albuixech) made
their first contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4444](https://togithub.com/kubernetes-sigs/external-dns/pull/4444)
- [@&#8203;leonardocaylent](https://togithub.com/leonardocaylent) made
their first contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4296](https://togithub.com/kubernetes-sigs/external-dns/pull/4296)
- [@&#8203;PseudoResonance](https://togithub.com/PseudoResonance) made
their first contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4324](https://togithub.com/kubernetes-sigs/external-dns/pull/4324)
- [@&#8203;ebachle](https://togithub.com/ebachle) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4437](https://togithub.com/kubernetes-sigs/external-dns/pull/4437)
- [@&#8203;mfreeman451](https://togithub.com/mfreeman451) made their
first contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4449](https://togithub.com/kubernetes-sigs/external-dns/pull/4449)
- [@&#8203;ProbstenHias](https://togithub.com/ProbstenHias) made their
first contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4441](https://togithub.com/kubernetes-sigs/external-dns/pull/4441)
- [@&#8203;DrFaust92](https://togithub.com/DrFaust92) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4456](https://togithub.com/kubernetes-sigs/external-dns/pull/4456)
- [@&#8203;rhjensen79](https://togithub.com/rhjensen79) made their first
contribution in
[https://github.com/kubernetes-sigs/external-dns/pull/4474](https://togithub.com/kubernetes-sigs/external-dns/pull/4474)

**Full Changelog**:
https://github.com/kubernetes-sigs/external-dns/compare/v0.14.1...v0.14.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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMSIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-17 08:31:51 +02:00
TrueCharts Bot c3f2ab31df
chore(deps): update container image mpepping/cyberchef to v10.18.6@c70ed5a by renovate (#22162) 2024-05-17 08:31:22 +02:00
TrueCharts Bot ddb51215db
chore(deps): update container image docker to v26.1.3@ae1f3ee by renovate (#22161)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker | patch | `26.1.2-dind` -> `26.1.3-dind` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMSIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-17 08:30:57 +02:00
TrueCharts Bot e67a81d501
chore(deps): update container image boredazfcuk/icloudpd to v1.0.819@413b622 by renovate (#22159)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| boredazfcuk/icloudpd | patch | `1.0.814` -> `1.0.819` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMSIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-17 08:22:13 +02:00
TrueCharts Bot f4b7db0524
chore(deps): update container image linuxserver/mylar3 to version-v0.8.0@6af1e08 by renovate (#22156)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[linuxserver/mylar3](https://togithub.com/linuxserver/docker-mylar3/packages)
([source](https://togithub.com/linuxserver/docker-mylar3)) | digest |
`a58c911` -> `6af1e08` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMSIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-17 08:19:19 +02:00
TrueCharts Bot 927fdb43ab
chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@cff1d3b by renovate (#22146) 2024-05-17 08:18:57 +02:00
TrueCharts Bot f3f050b5a0
chore(deps): update container image brandawg93/peanut to v2.5.2@49087fb by renovate (#22160) 2024-05-17 08:18:49 +02:00
TrueCharts Bot 171016a360
chore(deps): update container image ghcr.io/mintplex-labs/anything-llm to latest@0098edd by renovate (#22154)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/mintplex-labs/anything-llm | digest | `809ddd9` -> `0098edd` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMSIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-17 08:18:44 +02:00
TrueCharts Bot 9f542af2c2
chore(deps): update container image docker.io/iyuucn/iyuuplus to latest@7d42bfa by renovate (#22150)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/iyuucn/iyuuplus | digest | `4ff1c98` -> `7d42bfa` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMSIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-17 08:18:31 +02:00
TrueCharts Bot d0f1fec8a1
chore(deps): update container image mikeah/prusaslicer-novnc to latest@71a350e by renovate (#22158)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| mikeah/prusaslicer-novnc | digest | `e3ae48b` -> `71a350e` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMSIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-17 08:18:06 +02:00