Commit Graph

24792 Commits

Author SHA1 Message Date
TrueCharts Bot
f2f3bca651 chore(deps): update container image docker to v25.0.0@3c5c388 by renovate (#17454)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker | major | `24.0.7-dind` -> `25.0.0-dind` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2024-01-21 23:11:44 +02:00
Xstar97TheNoob
92a5248e80 feat(anything-llm) add anything-llm (#17474)
**Description**
Open-source ChatGPT experience for LLMs, embedders, and vector
databases.
⚒️ 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

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

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

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made 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

** App addition**

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

- [X] 🖼️ 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-01-21 23:09:50 +02:00
Stavros Kois
95f5c16d29 fix(home-assistant): correct default file copy (#17473)
**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

** 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: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-01-21 21:03:17 +02:00
Xstar97TheNoob
e594082098 feat(chroma) add chroma (#17459)
**Description**
the AI-native open-source embedding database.
⚒️ 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

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

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

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made 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

** App addition**

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

- [X] 🖼️ 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: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-01-21 13:31:22 -05:00
TrueCharts Bot
285ddf2ab9 chore(deps): update helm general non-major by renovate (#17286)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `10.2.7` ->
`10.2.10` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `6.1.7` ->
`6.1.12` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `12.1.6` ->
`12.1.10` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `11.1.6` ->
`11.1.11` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `11.1.8` ->
`11.1.14` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `6.1.7` ->
`6.1.12` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `11.1.6` ->
`11.1.13` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `11.1.9` ->
`11.1.13` |
| [velero](https://togithub.com/vmware-tanzu/velero)
([source](https://togithub.com/vmware-tanzu/helm-charts)) | patch |
`5.2.0` -> `5.2.2` |

---

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

---

### Release Notes

<details>
<summary>truecharts/charts (clickhouse)</summary>

###
[`v10.2.10`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-10.2.10)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-10.2.9...clickhouse-10.2.10)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v10.2.9`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-10.2.9)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-10.2.8...clickhouse-10.2.9)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v10.2.8`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-10.2.8)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-10.2.7...clickhouse-10.2.8)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

</details>

<details>
<summary>vmware-tanzu/helm-charts (velero)</summary>

###
[`v5.2.2`](https://togithub.com/vmware-tanzu/helm-charts/releases/tag/velero-5.2.2)

[Compare
Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-5.2.1...velero-5.2.2)

A Helm chart for velero

#### What's Changed

- \[velero] add labels to upgrade-crds job, not only in pod template by
[@&#8203;JannikJ](https://togithub.com/JannikJ) in
[https://github.com/vmware-tanzu/helm-charts/pull/539](https://togithub.com/vmware-tanzu/helm-charts/pull/539)

#### New Contributors

- [@&#8203;JannikJ](https://togithub.com/JannikJ) made their first
contribution in
[https://github.com/vmware-tanzu/helm-charts/pull/539](https://togithub.com/vmware-tanzu/helm-charts/pull/539)

**Full Changelog**:
https://github.com/vmware-tanzu/helm-charts/compare/velero-5.2.1...velero-5.2.2

###
[`v5.2.1`](https://togithub.com/vmware-tanzu/helm-charts/releases/tag/velero-5.2.1)

[Compare
Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-5.2.0...velero-5.2.1)

A Helm chart for velero

#### What's Changed

- \[velero] v1.12.3 by [@&#8203;jenting](https://togithub.com/jenting)
in
[https://github.com/vmware-tanzu/helm-charts/pull/536](https://togithub.com/vmware-tanzu/helm-charts/pull/536)

**Full Changelog**:
https://github.com/vmware-tanzu/helm-charts/compare/velero-5.2.0...velero-5.2.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-21 19:20:03 +01:00
allcontributors[bot]
101f971c25 docs: add bahuma20 as a contributor for code (#17472)
Adds @bahuma20 as a contributor for code.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/pull/17465#issuecomment-1902703293)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-01-21 19:29:48 +02:00
Max Bachhuber
fc3373b11f fix(vaultwarden): Replace old variable name "smtp.ssl" with "smtp.security" (#17465)
**Description**
This is a fix for the SMTP configuration in vaultwarden.

With commit
088f8933cf
the variable was renamed from "smtp.ssl" to "smtp.security". During that
process one place was forgotten, which breaks SMTP configuration for
SMTP servers that require TLS instead of STARTTLS.

**⚙️ 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?**
Not tested but assuming this fixes the issue.

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [x] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [x] 📄 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

---------

Signed-off-by: Max Bachhuber <max.bachhuber@bahuma.io>
2024-01-21 19:29:33 +02:00
TrueCharts Bot
b87addc3cf chore(deps): update container image ghcr.io/linuxserver/znc to 1.8.2@bd1bd2a by renovate (#17468)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/znc](https://togithub.com/linuxserver/docker-znc/packages)
([source](https://togithub.com/linuxserver/docker-znc)) | digest |
`ad8a297` -> `bd1bd2a` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-21 18:27:50 +01:00
TrueCharts Bot
a73b106ca6 chore(deps): update container image tccr.io/tccr/alpine to latest@14eaf3f by renovate (#17470)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tccr.io/tccr/alpine | digest | `12e0f84` -> `14eaf3f` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-21 18:27:38 +01:00
TrueCharts Bot
e23f6f3795 chore(deps): update container image ghcr.io/wg-easy/wg-easy to 10@da89743 by renovate (#17469)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/wg-easy/wg-easy | digest | `f1485fa` -> `da89743` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-21 18:27:08 +01:00
TrueCharts Bot
50cb291e9c chore(deps): update container image tccr.io/tccr/traefik to v2.10.7@1a1f160 by renovate (#17471)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [tccr.io/tccr/traefik](https://togithub.com/truecharts/containers) |
digest | `769efdf` -> `1a1f160` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-21 18:27:03 +01:00
TrueCharts Bot
e9c67a66cf chore(deps): update container image diygod/rsshub to latest@1b05e63 by renovate (#17466)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| diygod/rsshub | digest | `e924ec2` -> `1b05e63` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-21 18:26:49 +01:00
TrueCharts Bot
7587ad3478 chore(deps): update container image docker.io/localai/localai to v2.6.0@e60bdfa by renovate (#17467)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
digest | `0783de2` -> `e60bdfa` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-21 18:25:18 +01:00
TrueCharts Bot
1dde1f3624 chore(deps): update container image common to v17.2.26@24c98f7 by renovate (#17409)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `17.2.22` ->
`17.2.26` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `17.2.25` ->
`17.2.26` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
acestream-5.1.9 actualserver-8.0.2 adguard-home-8.1.9 adguardhome-sync-5.2.4 adminer-7.1.10 airdcpp-webclient-9.1.9 airsonic-12.1.9 airsonic-advanced-12.1.9 alienswarm-4.1.9 alienswarm-reactivedrop-4.1.9 alist-8.2.3 amcrest2mqtt-10.1.9 americasarmy-pg-4.1.9 amule-6.1.9 android-8-0-4.1.9 androiddebugbridge-4.1.10
2024-01-21 18:33:27 +02:00
Stavros Kois
d7b3683130 fix(home-assistant): fix script (#17463)
**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

** 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: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-01-21 18:32:43 +02:00
TrueCharts Bot
24b4ff2b6e chore(deps): update container image tccr.io/tccr/nextcloud-push-notify to v0.6.7@a6dfa37 by renovate (#17462)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/tccr/nextcloud-push-notify](https://togithub.com/truecharts/containers)
| patch | `v0.6.3` -> `v0.6.7` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-21 17:27:24 +01:00
TrueCharts Bot
d145a79b3f chore(deps): update container image ghcr.io/linuxserver/freshrss to 1.23.1@fc790bd by renovate (#17461)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/freshrss](https://togithub.com/linuxserver/docker-freshrss/packages)
([source](https://togithub.com/linuxserver/docker-freshrss)) | digest |
`49be60c` -> `fc790bd` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-21 17:24:20 +01:00
TrueCharts Bot
98af5b2b0a chore(deps): update container image mauricenino/dashdot to v5.8.2@1ff18b1 by renovate (#17450)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [mauricenino/dashdot](https://togithub.com/MauriceNino/dashdot) |
minor | `5.5.2` -> `5.8.2` |

---

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

---

### Release Notes

<details>
<summary>MauriceNino/dashdot (mauricenino/dashdot)</summary>

###
[`v5.8.2`](https://togithub.com/MauriceNino/dashdot/compare/v5.8.1...v5.8.2)

[Compare
Source](https://togithub.com/MauriceNino/dashdot/compare/v5.8.1...v5.8.2)

###
[`v5.8.1`](https://togithub.com/MauriceNino/dashdot/compare/v5.8.0...v5.8.1)

[Compare
Source](https://togithub.com/MauriceNino/dashdot/compare/v5.8.0...v5.8.1)

###
[`v5.8.0`](https://togithub.com/MauriceNino/dashdot/releases/tag/v5.8.0)

[Compare
Source](https://togithub.com/MauriceNino/dashdot/compare/v5.7.0...v5.8.0)

##### Features

- add separate image for nvidia gpu support
([#&#8203;1010](https://togithub.com/MauriceNino/dashdot/issues/1010))
([319120d](319120df3f)),
closes
[#&#8203;290](https://togithub.com/MauriceNino/dashdot/issues/290)

###
[`v5.7.0`](https://togithub.com/MauriceNino/dashdot/releases/tag/v5.7.0)

[Compare
Source](https://togithub.com/MauriceNino/dashdot/compare/v5.6.1...v5.7.0)

##### Features

- add option to run speedtest at cron interval
([d05c39c](d05c39ce62)),
closes
[#&#8203;889](https://togithub.com/MauriceNino/dashdot/issues/889)

###
[`v5.6.1`](https://togithub.com/MauriceNino/dashdot/releases/tag/v5.6.1)

[Compare
Source](https://togithub.com/MauriceNino/dashdot/compare/v5.6.0...v5.6.1)

##### Bug Fixes

- filter out ram sticks without a size
([0bf79fa](0bf79fa28f))
- use max cpu frequency for static data instead of current
([a1da8ad](a1da8ad60d))

###
[`v5.6.0`](https://togithub.com/MauriceNino/dashdot/releases/tag/v5.6.0)

[Compare
Source](https://togithub.com/MauriceNino/dashdot/compare/v5.5.2...v5.6.0)

##### Bug Fixes

- change default version display to icon_hover
([fdc89a3](fdc89a371c))

##### Features

- add visual indication for disks with no valid mounts
([4f81ab6](4f81ab60f1)),
closes
[#&#8203;1001](https://togithub.com/MauriceNino/dashdot/issues/1001)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2024-01-21 16:17:13 +00:00
Stavros Kois
0453f88803 chore(home-assistant): update db url always (#17460)
**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

** 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-01-21 18:15:29 +02:00
TrueCharts Bot
63275b81ab chore(deps): update container image ghcr.io/linuxserver/calibre to v7.4.0@d0941e7 by renovate (#17446)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/calibre](https://togithub.com/linuxserver/docker-calibre/packages)
([source](https://togithub.com/linuxserver/docker-calibre)) | minor |
`7.3.0` -> `7.4.0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2024-01-21 17:14:28 +01:00
TrueCharts Bot
f134ed4332 chore(deps): update nextcloud by renovate (#17396)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/tccr/nextcloud-fpm](https://togithub.com/truecharts/containers)
| digest | `49e45f3` -> `5197ecc` |
|
[tccr.io/tccr/nextcloud-imaginary](https://togithub.com/truecharts/containers)
| digest | `2024264` -> `b9137ac` |
|
[tccr.io/tccr/nextcloud-push-notify](https://togithub.com/truecharts/containers)
| digest | `50bdd14` -> `cfa8f28` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2024-01-21 16:16:17 +01:00
Stavros Kois
6d09881846 fix(posgresql): fix key (#17458)
**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

** 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: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-01-21 16:46:22 +02:00
Stavros Kois
44d0ce060f chore(ci): bump helm version 2024-01-21 16:29:05 +02:00
Stavros Kois
aff301426c chore(apps): update metadata in chart.yaml (#17457)
**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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
acestream-5.1.8 actualserver-8.0.1 adguard-home-8.1.8 adguardhome-sync-5.2.3 adminer-7.1.9 airdcpp-webclient-9.1.8 airsonic-12.1.8 airsonic-advanced-12.1.8 alienswarm-4.1.8 alienswarm-reactivedrop-4.1.8 alist-8.2.2 amcrest2mqtt-10.1.8 americasarmy-pg-4.1.8 amule-6.1.8 android-8-0-4.1.8 androiddebugbridge-4.1.9
2024-01-21 16:14:33 +02:00
TrueCharts Bot
895631bd9a chore(deps): update container image automaticrippingmachine/automatic-ripping-machine to v2.6.69@c364433 by renovate (#17405)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[automaticrippingmachine/automatic-ripping-machine](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine)
| patch | `2.6.67` -> `2.6.69` |

---

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

---

### Release Notes

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

###
[`v2.6.69`](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/releases/tag/2.6.69)

[Compare
Source](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/compare/2.6.67...2.6.69)

#### What's Changed

- Add configurable URL for notifications by
[@&#8203;anthonylavado](https://togithub.com/anthonylavado) in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/972](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/pull/972)
- Bugfix for Music Rips Title issue on initial Job start Issue
[#&#8203;866](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/issues/866)
by [@&#8203;microtechno9000](https://togithub.com/microtechno9000) in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/980](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/pull/980)
- Update README-OMDBAPI.md by
[@&#8203;MNTech68](https://togithub.com/MNTech68) in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/981](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/pull/981)
- Make the installation/how-to/contributing links longer and easier to
click by [@&#8203;charmarkk](https://togithub.com/charmarkk) in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/994](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/pull/994)
- Allow disabling auto-ejects by
[@&#8203;marcusds](https://togithub.com/marcusds) in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/991](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/pull/991)
- Fix bad use of "ln -sf" by
[@&#8203;fizbin](https://togithub.com/fizbin) in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/986](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/pull/986)
- Images Fix for Reverse Proxy by
[@&#8203;Jarlotee](https://togithub.com/Jarlotee) in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/997](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/pull/997)
- Bump tj-actions/branch-names from 7 to 8 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1005](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/pull/1005)
- Bump actions/stale from 8 to 9 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1004](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/pull/1004)
- Bump actions/setup-python from 4 to 5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1002](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/pull/1002)
- Bump docker/metadata-action from 5.0.0 to 5.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/998](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/pull/998)
- Bump github/codeql-action from 2 to 3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1011](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/pull/1011)
- Fixes for when musicbrainz returns a cdstub by
[@&#8203;fizbin](https://togithub.com/fizbin) in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/990](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/pull/990)
- bugfix for issue
[#&#8203;1026](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/issues/1026)
- typo in docker-setup.sh by
[@&#8203;microtechno9000](https://togithub.com/microtechno9000) in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1027](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/pull/1027)
- Bump docker/metadata-action from 5.3.0 to 5.4.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1016](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/pull/1016)
- Update greetings.yml by
[@&#8203;microtechno9000](https://togithub.com/microtechno9000) in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/999](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/pull/999)
- fix: use job.title to show meaningful music notifications by
[@&#8203;chronicrebellion](https://togithub.com/chronicrebellion) in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1033](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/pull/1033)
- Improve cover art retrieval / prevent errors by
[@&#8203;chronicrebellion](https://togithub.com/chronicrebellion) in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1035](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/pull/1035)
- Bump docker/metadata-action from 5.4.0 to 5.5.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1032](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/pull/1032)
- 933 dvd might have a label containing a / by
[@&#8203;1337-server](https://togithub.com/1337-server) in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1041](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/pull/1041)

#### New Contributors

- [@&#8203;MNTech68](https://togithub.com/MNTech68) made their first
contribution in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/981](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/pull/981)
- [@&#8203;charmarkk](https://togithub.com/charmarkk) made their first
contribution in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/994](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/pull/994)
- [@&#8203;marcusds](https://togithub.com/marcusds) made their first
contribution in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/991](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/pull/991)
- [@&#8203;fizbin](https://togithub.com/fizbin) made their first
contribution in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/986](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/pull/986)
- [@&#8203;Jarlotee](https://togithub.com/Jarlotee) made their first
contribution in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/997](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/pull/997)
- [@&#8203;chronicrebellion](https://togithub.com/chronicrebellion) made
their first contribution in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1033](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/pull/1033)

**Full Changelog**:
https://github.com/automatic-ripping-machine/automatic-ripping-machine/compare/2.6.67...2.6.69

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2024-01-21 15:10:20 +01:00
TrueCharts Bot
076f3399c2 chore(deps): update container image bitnami/prometheus to 2.49.1@3b4ac1c by renovate (#17331)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/prometheus | digest | `d6184e1` -> `3b4ac1c` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2024-01-21 14:07:45 +00:00
Stavros Kois
45e8ece969 chore(ci): install traefik during tests but set the services to clusterip (#17445)
**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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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-01-21 15:56:08 +02:00
TrueCharts Bot
5e5923eff8 chore(deps): update container image whyour/qinglong to v2.17.0@de6b6a9 by renovate (#17452)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [whyour/qinglong](https://togithub.com/whyour/qinglong) | minor |
`2.16.5` -> `2.17.0` |

---

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

---

### Release Notes

<details>
<summary>whyour/qinglong (whyour/qinglong)</summary>

###
[`v2.17.0`](https://togithub.com/whyour/qinglong/compare/v2.16.5...v2.17.0)

[Compare
Source](https://togithub.com/whyour/qinglong/compare/v2.16.5...v2.17.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2024-01-21 14:38:02 +01:00
TrueCharts Bot
a2e6179102 chore(deps): update rdesktop by renovate (#17402)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `67c9bff` -> `9a73f4c` |
| lscr.io/linuxserver/rdesktop | digest | `c4ab137` -> `4485804` |
| lscr.io/linuxserver/rdesktop | digest | `466f9db` -> `d343846` |
| lscr.io/linuxserver/rdesktop | digest | `c5b24e4` -> `ec7079b` |
| lscr.io/linuxserver/rdesktop | digest | `ab8a8b8` -> `afdc28d` |
| lscr.io/linuxserver/rdesktop | digest | `4939987` -> `a6a225c` |
| lscr.io/linuxserver/rdesktop | digest | `27ed18f` -> `690bc17` |
| lscr.io/linuxserver/rdesktop | digest | `4af870f` -> `57a73a0` |
| lscr.io/linuxserver/rdesktop | digest | `ac95ad5` -> `37db97a` |
| lscr.io/linuxserver/rdesktop | digest | `59d3bf2` -> `d5b62a3` |
| lscr.io/linuxserver/rdesktop | digest | `32e729f` -> `8e83571` |
| lscr.io/linuxserver/rdesktop | digest | `29ca0c6` -> `91d803a` |
| lscr.io/linuxserver/rdesktop | digest | `f523d90` -> `cea0427` |
| lscr.io/linuxserver/rdesktop | digest | `ccbc476` -> `4b87518` |
| lscr.io/linuxserver/rdesktop | digest | `147cc41` -> `b8aca76` |
| lscr.io/linuxserver/rdesktop | digest | `db3abdf` -> `bd8e059` |
| lscr.io/linuxserver/rdesktop | digest | `6bd2bad` -> `051ee37` |
| lscr.io/linuxserver/rdesktop | digest | `df6bc9e` -> `e1bff73` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2024-01-21 14:37:33 +01:00
TrueCharts Bot
9c6a23b57d chore(deps): update container image ghcr.io/paperless-ngx/paperless-ngx to v2.4.0@4e2f8d8 by renovate (#17447) 2024-01-21 14:37:29 +01:00
TrueCharts Bot
cdd1e866d1 chore(deps): update container image ghcr.io/linuxserver/babybuddy to v2.2.0@ff529ff by renovate (#17444)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/babybuddy](https://togithub.com/linuxserver/docker-babybuddy/packages)
([source](https://togithub.com/linuxserver/docker-babybuddy)) | minor |
`2.1.2` -> `2.2.0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2024-01-21 14:37:25 +01:00
TrueCharts Bot
1a4337ff69 chore(deps): update container image n8nio/n8n to v1.25.0@59e6239 by renovate (#17451) 2024-01-21 14:37:09 +01:00
TrueCharts Bot
2601e4df37 chore(deps): update container image ghostfolio/ghostfolio to v2.42.0@5d44412 by renovate (#17448) 2024-01-21 14:36:58 +01:00
TrueCharts Bot
366e00b63d chore(deps): update container image golift/unpackerr to v0.13.0@dac056a by renovate (#17449)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [golift/unpackerr](https://togithub.com/Unpackerr/unpackerr) | minor |
`0.12.0` -> `0.13.0` |

---

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

---

### Release Notes

<details>
<summary>Unpackerr/unpackerr (golift/unpackerr)</summary>

###
[`v0.13.0`](https://togithub.com/Unpackerr/unpackerr/releases/tag/v0.13.0):
Falderlez

[Compare
Source](https://togithub.com/Unpackerr/unpackerr/compare/v0.12.0...v0.13.0)

#### What's New

-   Several minor bug fixes.
-   Dependency and module updates.
-   Better about removing empty folders.
-   Folder watcher can have recursion disabled.
- Can now fire hooks for folder items that did not get extracted. (by
[@&#8203;Warfront1](https://togithub.com/Warfront1))
-   Improved logging.
-   **Homebrew builds removed.**
-   Builds a docker image for GHCR now.
-   Improved logging for folder watcher.
-   Error output is configurable now.
-   **Archives may now be extracted even if they're not in a folder.**

#### Merged Pull Requests

- Update docker-compose.yml - fix typo by
[@&#8203;Petemir](https://togithub.com/Petemir) in
[https://github.com/Unpackerr/unpackerr/pull/336](https://togithub.com/Unpackerr/unpackerr/pull/336)
- Handy updates! by
[@&#8203;davidnewhall](https://togithub.com/davidnewhall) in
[https://github.com/Unpackerr/unpackerr/pull/332](https://togithub.com/Unpackerr/unpackerr/pull/332)
- Fix inaccurate cmdhook example instructions comment by
[@&#8203;Warfront1](https://togithub.com/Warfront1) in
[https://github.com/Unpackerr/unpackerr/pull/360](https://togithub.com/Unpackerr/unpackerr/pull/360)
- Updates by [@&#8203;davidnewhall](https://togithub.com/davidnewhall)
in
[https://github.com/Unpackerr/unpackerr/pull/375](https://togithub.com/Unpackerr/unpackerr/pull/375)
- fix panic by [@&#8203;davidnewhall](https://togithub.com/davidnewhall)
in
[https://github.com/Unpackerr/unpackerr/pull/376](https://togithub.com/Unpackerr/unpackerr/pull/376)
- Add build for ghcr. by
[@&#8203;davidnewhall](https://togithub.com/davidnewhall) in
[https://github.com/Unpackerr/unpackerr/pull/377](https://togithub.com/Unpackerr/unpackerr/pull/377)
- arm64 docker container by
[@&#8203;davidnewhall](https://togithub.com/davidnewhall) in
[https://github.com/Unpackerr/unpackerr/pull/378](https://togithub.com/Unpackerr/unpackerr/pull/378)
- Adds the extractednothing ExtractStatus by
[@&#8203;Warfront1](https://togithub.com/Warfront1) in
[https://github.com/Unpackerr/unpackerr/pull/361](https://togithub.com/Unpackerr/unpackerr/pull/361)
- Extract Bare Files by
[@&#8203;davidnewhall](https://togithub.com/davidnewhall) in
[https://github.com/Unpackerr/unpackerr/pull/381](https://togithub.com/Unpackerr/unpackerr/pull/381)

#### New Contributors

- [@&#8203;Petemir](https://togithub.com/Petemir) made their first
contribution in
[https://github.com/Unpackerr/unpackerr/pull/336](https://togithub.com/Unpackerr/unpackerr/pull/336)
- [@&#8203;Warfront1](https://togithub.com/Warfront1) made their first
contribution in
[https://github.com/Unpackerr/unpackerr/pull/360](https://togithub.com/Unpackerr/unpackerr/pull/360)

**Full Changelog**:
https://github.com/Unpackerr/unpackerr/compare/v0.12.0...v0.13.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2024-01-21 14:35:34 +01:00
TrueCharts Bot
7c5e390e50 chore(deps): update container image ghcr.io/linkwarden/linkwarden to v2.4.9@9d0c86d by renovate (#17417)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linkwarden/linkwarden](https://togithub.com/linkwarden/linkwarden)
| patch | `v2.4.8` -> `v2.4.9` |

---

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

---

### Release Notes

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

###
[`v2.4.9`](https://togithub.com/linkwarden/linkwarden/releases/tag/v2.4.9)

[Compare
Source](https://togithub.com/linkwarden/linkwarden/compare/v2.4.8...v2.4.9)

#### What's Changed

- updated .env.sample by
[@&#8203;daniel31x13](https://togithub.com/daniel31x13) in
[https://github.com/linkwarden/linkwarden/pull/407](https://togithub.com/linkwarden/linkwarden/pull/407)
- minor update to README.md by
[@&#8203;daniel31x13](https://togithub.com/daniel31x13) in
[https://github.com/linkwarden/linkwarden/pull/414](https://togithub.com/linkwarden/linkwarden/pull/414)
- bypass error by
[@&#8203;daniel31x13](https://togithub.com/daniel31x13) in
[https://github.com/linkwarden/linkwarden/pull/430](https://togithub.com/linkwarden/linkwarden/pull/430)

**Full Changelog**:
https://github.com/linkwarden/linkwarden/compare/v2.4.8...v2.4.9

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2024-01-21 14:35:21 +01:00
TrueCharts Bot
402ce87479 chore(deps): update container image codetheweb/muse to v2.5.0@3433b97 by renovate (#17441) 2024-01-21 14:35:20 +01:00
TrueCharts Bot
ebda682712 chore(deps): update container image ghcr.io/autobrr/autobrr to v1.35.1@6b259dd by renovate (#17443)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/autobrr/autobrr](https://togithub.com/autobrr/autobrr) |
minor | `v1.34.1` -> `v1.35.1` |

---

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

---

### Release Notes

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

###
[`v1.35.1`](https://togithub.com/autobrr/autobrr/releases/tag/v1.35.1)

[Compare
Source](https://togithub.com/autobrr/autobrr/compare/v1.35.0...v1.35.1)

#### Changelog

##### Bug fixes

-
[`f488c88`](f488c88f1b):
fix(auth): force invalidate invalid session cookies in middleware
([#&#8203;1358](https://togithub.com/autobrr/autobrr/issues/1358))
([@&#8203;zze0s](https://togithub.com/zze0s))
-
[`35d1a69`](35d1a6985f):
fix(web): irc settings light theme colors
([#&#8203;1357](https://togithub.com/autobrr/autobrr/issues/1357))
([@&#8203;martylukyy](https://togithub.com/martylukyy))

##### Other work

-
[`4d419b4`](4d419b4550):
build(deps): bump follow-redirects from 1.15.3 to 1.15.5 in /web
([#&#8203;1355](https://togithub.com/autobrr/autobrr/issues/1355))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`eb626de`](eb626de683):
build(web): override rollup with wasm-node version
([#&#8203;1354](https://togithub.com/autobrr/autobrr/issues/1354))
([@&#8203;fabricionaweb](https://togithub.com/fabricionaweb))

**Full Changelog**:
https://github.com/autobrr/autobrr/compare/v1.35.0...v1.35.1

#### Docker images

-   `docker pull ghcr.io/autobrr/autobrr:v1.35.1`

#### What to do next?

-   Read the [documentation](https://autobrr.com)
-   Join our [Discord server](https://discord.gg/WQ2eUycxyT)

###
[`v1.35.0`](https://togithub.com/autobrr/autobrr/releases/tag/v1.35.0)

[Compare
Source](https://togithub.com/autobrr/autobrr/compare/v1.34.1...v1.35.0)

#### Changelog

##### New Features

-
[`2a4fb77`](2a4fb7750b):
feat(actions): deluge v2 add skip recheck
([#&#8203;1321](https://togithub.com/autobrr/autobrr/issues/1321))
([@&#8203;s0up4200](https://togithub.com/s0up4200))
-
[`c6122db`](c6122dbc41):
feat(actions): qBittorrent add priority handling
([#&#8203;1315](https://togithub.com/autobrr/autobrr/issues/1315))
([@&#8203;s0up4200](https://togithub.com/s0up4200))
-
[`df26126`](df2612602b):
feat(auth): change password and username
([#&#8203;1295](https://togithub.com/autobrr/autobrr/issues/1295))
([@&#8203;KaiserBh](https://togithub.com/KaiserBh))
-
[`ebbd851`](ebbd851a2e):
feat(autobrrctl): add db migrate/seed/reset functionality
([#&#8203;934](https://togithub.com/autobrr/autobrr/issues/934))
([@&#8203;s0up4200](https://togithub.com/s0up4200))
-
[`fbabdfb`](fbabdfb217):
feat(clients): override arr download client by name
([#&#8203;1328](https://togithub.com/autobrr/autobrr/issues/1328))
([@&#8203;zze0s](https://togithub.com/zze0s))
-
[`a86258a`](a86258aaa7):
feat(filters): implement min and max seeders/leechers filtering for
Torznab feeds
([#&#8203;1342](https://togithub.com/autobrr/autobrr/issues/1342))
([@&#8203;luckyboy](https://togithub.com/luckyboy))
-
[`6e12654`](6e12654f6a):
feat(filters): show enabled and disabled actions in list view
([#&#8203;1304](https://togithub.com/autobrr/autobrr/issues/1304))
([@&#8203;s0up4200](https://togithub.com/s0up4200))
-
[`a89a1a5`](a89a1a55d9):
feat(notifications): add LunaSea support
([#&#8203;1284](https://togithub.com/autobrr/autobrr/issues/1284))
([@&#8203;s0up4200](https://togithub.com/s0up4200))
-
[`57a91bb`](57a91bb99a):
feat(notifications): add Shoutrrr support
([#&#8203;1326](https://togithub.com/autobrr/autobrr/issues/1326))
([@&#8203;zze0s](https://togithub.com/zze0s))
-
[`3dd1629`](3dd1629a3f):
feat(notifications): add ntfy support
([#&#8203;1323](https://togithub.com/autobrr/autobrr/issues/1323))
([@&#8203;zze0s](https://togithub.com/zze0s))
-
[`da365da`](da365da17c):
feat(releases): incognito mode
([#&#8203;1282](https://togithub.com/autobrr/autobrr/issues/1282))
([@&#8203;s0up4200](https://togithub.com/s0up4200))
-
[`9992675`](9992675971):
feat(releases): show details in list view
([#&#8203;1337](https://togithub.com/autobrr/autobrr/issues/1337))
([@&#8203;zze0s](https://togithub.com/zze0s))
-
[`3b60365`](3b60365483):
feat(web): link Dashboard stats to Releases page
([#&#8203;1281](https://togithub.com/autobrr/autobrr/issues/1281))
([@&#8203;s0up4200](https://togithub.com/s0up4200))
-
[`db7ab7c`](db7ab7c99a):
feat(web): migrate Tanstack Query to v5
([#&#8203;1277](https://togithub.com/autobrr/autobrr/issues/1277))
([@&#8203;KaiserBh](https://togithub.com/KaiserBh))

##### Bug fixes

-
[`80c2530`](80c2530116):
fix(actions): qBit handle `Ignore slow torrents` rule correctly when
disabled
([#&#8203;1309](https://togithub.com/autobrr/autobrr/issues/1309))
([@&#8203;s0up4200](https://togithub.com/s0up4200))
-
[`1563ce5`](1563ce5e9f):
fix(filters): do not split commas inside valid Regexp
([#&#8203;1212](https://togithub.com/autobrr/autobrr/issues/1212))
([@&#8203;varoOP](https://togithub.com/varoOP))
-
[`a0a81ed`](a0a81ed34c):
fix(filters): ensure sort by priority
([#&#8203;1325](https://togithub.com/autobrr/autobrr/issues/1325))
([@&#8203;zze0s](https://togithub.com/zze0s))
-
[`0ab404f`](0ab404f81a):
fix(filters): hide tooltip when actions are active
([#&#8203;1318](https://togithub.com/autobrr/autobrr/issues/1318))
([@&#8203;s0up4200](https://togithub.com/s0up4200))
-
[`0b34efc`](0b34efc753):
fix(http): specify ip stack when listen fails
([#&#8203;1306](https://togithub.com/autobrr/autobrr/issues/1306))
([@&#8203;KyleSanderson](https://togithub.com/KyleSanderson))
-
[`2782724`](27827247d4):
fix(indexers): DocsPedia adjust announcer name
([#&#8203;1330](https://togithub.com/autobrr/autobrr/issues/1330))
([@&#8203;KyleSanderson](https://togithub.com/KyleSanderson))
-
[`7eaf499`](7eaf499d66):
fix(notifications): ntfy and shoutrrr enabled check
([#&#8203;1335](https://togithub.com/autobrr/autobrr/issues/1335))
([@&#8203;zze0s](https://togithub.com/zze0s))
-
[`606edd4`](606edd47e0):
fix(releases): search query
([#&#8203;1353](https://togithub.com/autobrr/autobrr/issues/1353))
([@&#8203;zze0s](https://togithub.com/zze0s))
-
[`3fd939b`](3fd939b531):
fix(web): improve tooltip responsiveness and click-through
([#&#8203;1314](https://togithub.com/autobrr/autobrr/issues/1314))
([@&#8203;s0up4200](https://togithub.com/s0up4200))

##### Other work

-
[`ab6f688`](ab6f688fa6):
build(docker): do not tag pre-release as latest
([#&#8203;1352](https://togithub.com/autobrr/autobrr/issues/1352))
([@&#8203;zze0s](https://togithub.com/zze0s))
-
[`29ee22a`](29ee22a213):
build(ci): add Go test summary
([#&#8203;1341](https://togithub.com/autobrr/autobrr/issues/1341))
([@&#8203;zze0s](https://togithub.com/zze0s))
-
[`2020302`](202030272f):
build(ci): change goreleaser back to ubuntu runner
([#&#8203;1331](https://togithub.com/autobrr/autobrr/issues/1331))
([@&#8203;KyleSanderson](https://togithub.com/KyleSanderson))
-
[`f464e91`](f464e91e18):
build(ci): disable ghcr push from forks
([#&#8203;1340](https://togithub.com/autobrr/autobrr/issues/1340))
([@&#8203;KyleSanderson](https://togithub.com/KyleSanderson))
-
[`6815c67`](6815c67e0c):
build(ci): integrate ESLint with CodeQL
([#&#8203;1273](https://togithub.com/autobrr/autobrr/issues/1273))
([@&#8203;s0up4200](https://togithub.com/s0up4200))
-
[`aa6ac6d`](aa6ac6d4db):
build(ci): setup Golang linter nilaway
([#&#8203;1310](https://togithub.com/autobrr/autobrr/issues/1310))
([@&#8203;KyleSanderson](https://togithub.com/KyleSanderson))
-
[`fef1af0`](fef1af08c4):
build(deps): bump the github group with 1 update
([#&#8203;1299](https://togithub.com/autobrr/autobrr/issues/1299))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`3d9e3f1`](3d9e3f1cd0):
build(deps): bump the github group with 3 updates
([#&#8203;1308](https://togithub.com/autobrr/autobrr/issues/1308))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`c060814`](c060814022):
build(deps): bump the github group with 4 updates
([#&#8203;1324](https://togithub.com/autobrr/autobrr/issues/1324))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`fb2638f`](fb2638f2d8):
build(deps): bump the golang group with 5 updates
([#&#8203;1333](https://togithub.com/autobrr/autobrr/issues/1333))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`17795a0`](17795a004b):
build(deps): bump the npm group in /web with 18 updates
([#&#8203;1336](https://togithub.com/autobrr/autobrr/issues/1336))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`4884fec`](4884fec89c):
builds(ci): containers build additional architectures
([#&#8203;1265](https://togithub.com/autobrr/autobrr/issues/1265))
([@&#8203;s0up4200](https://togithub.com/s0up4200))
-
[`92646da`](92646dacc8):
build(web): bump vite and cjs node api refactor
([#&#8203;1276](https://togithub.com/autobrr/autobrr/issues/1276))
([@&#8203;KaiserBh](https://togithub.com/KaiserBh))
-
[`95cd053`](95cd053db5):
chore(build): update go and node
([#&#8203;1301](https://togithub.com/autobrr/autobrr/issues/1301))
([@&#8203;KyleSanderson](https://togithub.com/KyleSanderson))
-
[`45b522a`](45b522abf8):
chore: update license header year
([#&#8203;1332](https://togithub.com/autobrr/autobrr/issues/1332))
([@&#8203;zze0s](https://togithub.com/zze0s))
-
[`256fbb4`](256fbb49ba):
docs(filters): explain GetDownloadsByFilterId
([#&#8203;1345](https://togithub.com/autobrr/autobrr/issues/1345))
([@&#8203;frrad](https://togithub.com/frrad))
-
[`8ef8bc6`](8ef8bc6003):
enchancement(web): IRC settings layout
([#&#8203;1312](https://togithub.com/autobrr/autobrr/issues/1312))
([@&#8203;martylukyy](https://togithub.com/martylukyy))
-
[`e63aec1`](e63aec1ab2):
enhancement(feeds): change max age default value to 0
([#&#8203;1313](https://togithub.com/autobrr/autobrr/issues/1313))
([@&#8203;KaiserBh](https://togithub.com/KaiserBh))
-
[`89c146b`](89c146b762):
enhancement(web): force run feed with enter key
([#&#8203;1329](https://togithub.com/autobrr/autobrr/issues/1329))
([@&#8203;martylukyy](https://togithub.com/martylukyy))
-
[`d898b3c`](d898b3cd8d):
refactor(filters): checkMaxDownloads
([#&#8203;1285](https://togithub.com/autobrr/autobrr/issues/1285))
([@&#8203;frrad](https://togithub.com/frrad))
-
[`3580472`](3580472cbd):
refactor(filters): optimize assignment to allocation
([#&#8203;1293](https://togithub.com/autobrr/autobrr/issues/1293))
([@&#8203;KyleSanderson](https://togithub.com/KyleSanderson))
-
[`6a94eca`](6a94ecacca):
refactor(http): auth handlers
([#&#8203;1311](https://togithub.com/autobrr/autobrr/issues/1311))
([@&#8203;KyleSanderson](https://togithub.com/KyleSanderson))
-
[`3234f0d`](3234f0d919):
refactor(http): implement shared transport and clients
([#&#8203;1288](https://togithub.com/autobrr/autobrr/issues/1288))
([@&#8203;KyleSanderson](https://togithub.com/KyleSanderson))
-
[`937d62f`](937d62fb82):
refactor(indexers): ANT improve freeleech support
([#&#8203;1302](https://togithub.com/autobrr/autobrr/issues/1302))
([@&#8203;Kuredant](https://togithub.com/Kuredant))

**Full Changelog**:
https://github.com/autobrr/autobrr/compare/v1.34.1...v1.35.0

#### Docker images

-   `docker pull ghcr.io/autobrr/autobrr:v1.35.0`

#### What to do next?

-   Read the [documentation](https://autobrr.com)
-   Join our [Discord server](https://discord.gg/WQ2eUycxyT)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2024-01-21 13:35:17 +00:00
TrueCharts Bot
c1766a3510 chore(deps): update container image docker.io/localai/localai to v2.6.0 by renovate (#17442)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
minor | `v2.5.1-cublas-cuda11-ffmpeg-core` ->
`v2.6.0-cublas-cuda11-ffmpeg-core` |

---

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

---

### Release Notes

<details>
<summary>mudler/LocalAI (docker.io/localai/localai)</summary>

### [`v2.6.0`](https://togithub.com/mudler/LocalAI/releases/tag/v2.6.0)

[Compare
Source](https://togithub.com/mudler/LocalAI/compare/v2.5.1...v2.6.0)

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

##### What's Changed

##### Bug fixes 🐛

- move BUILD_GRPC_FOR_BACKEND_LLAMA logic to makefile: errors in this
section now immediately fail the build by
[@&#8203;dionysius](https://togithub.com/dionysius) in
[https://github.com/mudler/LocalAI/pull/1576](https://togithub.com/mudler/LocalAI/pull/1576)
- prepend built binaries in PATH for BUILD_GRPC_FOR_BACKEND_LLAMA by
[@&#8203;dionysius](https://togithub.com/dionysius) in
[https://github.com/mudler/LocalAI/pull/1593](https://togithub.com/mudler/LocalAI/pull/1593)

##### Exciting New Features 🎉

- minor: replace shell pwd in Makefile with CURDIR for better windows
compatibility by [@&#8203;dionysius](https://togithub.com/dionysius) in
[https://github.com/mudler/LocalAI/pull/1571](https://togithub.com/mudler/LocalAI/pull/1571)
- Makefile: allow to build without GRPC_BACKENDS by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1607](https://togithub.com/mudler/LocalAI/pull/1607)
- feat: 🐍 add mamba support by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1589](https://togithub.com/mudler/LocalAI/pull/1589)
- feat(extra-backends): Improvements, adding mamba example by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1618](https://togithub.com/mudler/LocalAI/pull/1618)

##### 👒 Dependencies

- ⬆️ Update docs version mudler/LocalAI by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1567](https://togithub.com/mudler/LocalAI/pull/1567)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1568](https://togithub.com/mudler/LocalAI/pull/1568)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1573](https://togithub.com/mudler/LocalAI/pull/1573)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1578](https://togithub.com/mudler/LocalAI/pull/1578)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1583](https://togithub.com/mudler/LocalAI/pull/1583)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1587](https://togithub.com/mudler/LocalAI/pull/1587)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1590](https://togithub.com/mudler/LocalAI/pull/1590)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1594](https://togithub.com/mudler/LocalAI/pull/1594)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1599](https://togithub.com/mudler/LocalAI/pull/1599)

##### Other Changes

- Moving the how tos to self hosted by
[@&#8203;lunamidori5](https://togithub.com/lunamidori5) in
[https://github.com/mudler/LocalAI/pull/1574](https://togithub.com/mudler/LocalAI/pull/1574)
- docs: missing golang requirement for local build for debian by
[@&#8203;dionysius](https://togithub.com/dionysius) in
[https://github.com/mudler/LocalAI/pull/1596](https://togithub.com/mudler/LocalAI/pull/1596)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1597](https://togithub.com/mudler/LocalAI/pull/1597)
- docs/examples: enhancements by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1572](https://togithub.com/mudler/LocalAI/pull/1572)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1604](https://togithub.com/mudler/LocalAI/pull/1604)
- Update README.md by
[@&#8203;lunamidori5](https://togithub.com/lunamidori5) in
[https://github.com/mudler/LocalAI/pull/1601](https://togithub.com/mudler/LocalAI/pull/1601)
- docs: re-use original permalinks by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1610](https://togithub.com/mudler/LocalAI/pull/1610)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1612](https://togithub.com/mudler/LocalAI/pull/1612)
- Expanded and interlinked Docker documentation by
[@&#8203;jamesbraza](https://togithub.com/jamesbraza) in
[https://github.com/mudler/LocalAI/pull/1614](https://togithub.com/mudler/LocalAI/pull/1614)
- Modernized LlamaIndex integration by
[@&#8203;jamesbraza](https://togithub.com/jamesbraza) in
[https://github.com/mudler/LocalAI/pull/1613](https://togithub.com/mudler/LocalAI/pull/1613)

##### New Contributors

- [@&#8203;dionysius](https://togithub.com/dionysius) made their first
contribution in
[https://github.com/mudler/LocalAI/pull/1571](https://togithub.com/mudler/LocalAI/pull/1571)

**Full Changelog**:
https://github.com/mudler/LocalAI/compare/v2.5.1...v2.6.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2024-01-21 14:34:19 +01:00
TrueCharts Bot
f9c0bdd9a4 chore(deps): update container image flowiseai/flowise to v1.4.10@9faed79 by renovate (#17413)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| flowiseai/flowise | patch | `1.4.9` -> `1.4.10` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2024-01-21 14:34:06 +01:00
TrueCharts Bot
7545a647fc chore(deps): update container image jc21/nginx-proxy-manager to v2.11.1@5b2d87d by renovate (#17427) 2024-01-21 14:33:59 +01:00
TrueCharts Bot
285fbb7910 chore(deps): update container image xwiki to v15.10.5-postgres-tomcat@73eee93 by renovate (#17438)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| xwiki | patch | `15.10.4-postgres-tomcat` -> `15.10.5-postgres-tomcat`
|

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2024-01-21 13:33:59 +00:00
TrueCharts Bot
f5d97515d3 chore(deps): update container image zwavejs/zwave-js-ui to v9.7.1@19549d9 by renovate (#17440) 2024-01-21 14:33:55 +01:00
TrueCharts Bot
5951f48362 chore(deps): update container image vabene1111/recipes to v1.5.11@2f9d46b by renovate (#17436) 2024-01-21 14:33:53 +01:00
TrueCharts Bot
975ea20b1d chore(deps): update container image homeassistant/home-assistant to v2024.1.5@e0cd4f4 by renovate (#17426) 2024-01-21 14:33:52 +01:00
TrueCharts Bot
f968fa1d63 chore(deps): update container image wiserain/flexget to v3.11.10@ba71907 by renovate (#17437) 2024-01-21 14:33:51 +01:00
TrueCharts Bot
f4a330dca2 chore(deps): update container image joplin/server to v2.14.2@b87564e by renovate (#17429)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [joplin/server](https://joplinapp.org/)
([source](https://togithub.com/laurent22/joplin)) | patch |
`2.14.1-beta` -> `2.14.2-beta` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2024-01-21 14:33:50 +01:00
TrueCharts Bot
d4f2c3c573 chore(deps): update container image ghcr.io/linuxserver/bookstack to v23.12.20240115@409580f by renovate (#17418)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/bookstack](https://togithub.com/linuxserver/docker-bookstack/packages)
([source](https://togithub.com/linuxserver/docker-bookstack)) | patch |
`23.12.20240108` -> `23.12.20240115` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2024-01-21 14:33:48 +01:00
TrueCharts Bot
c3ee1a6ec8 chore(deps): update container image linuxserver/mylar3 to vversion-v0.7.8@8e6b850 by renovate (#17432)
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)) | patch |
`version-v0.7.7` -> `version-v0.7.8` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2024-01-21 14:33:43 +01:00
TrueCharts Bot
e9d973ef17 chore(deps): update container image ghcr.io/linuxserver/mysql-workbench to v8.0.36@1f58a07 by renovate (#17419)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/mysql-workbench](https://togithub.com/linuxserver/docker-mysql-workbench/packages)
([source](https://togithub.com/linuxserver/docker-mysql-workbench)) |
patch | `8.0.34` -> `8.0.36` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2024-01-21 13:33:42 +00:00
TrueCharts Bot
9960c88030 chore(deps): update container image ghcr.io/onedr0p/sonarr to v4.0.1.929@4d107b1 by renovate (#17423) 2024-01-21 14:33:40 +01:00