Commit Graph

23403 Commits

Author SHA1 Message Date
TrueCharts Bot
de0dc87f62 chore(deps): update container image gotson/komga to v1.9.0@a774740 (#16095)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [gotson/komga](https://togithub.com/gotson/komga) | minor | `1.8.4` ->
`1.9.0` |

---

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

---

### Release Notes

<details>
<summary>gotson/komga (gotson/komga)</summary>

###
[`v1.9.0`](https://togithub.com/gotson/komga/blob/HEAD/CHANGELOG.md#190-2023-12-15)

[Compare
Source](https://togithub.com/gotson/komga/compare/1.8.4...1.9.0)

#### 🚀 Features

**api**

- increase PDF image resolution
([e856d4f](https://togithub.com/gotson/komga/commits/e856d4f))
- make pre-paginated epub containing only images compatible with divina
profile ([c2a4d17](https://togithub.com/gotson/komga/commits/c2a4d17))
- add basic metadata for transient books
([1050f52](https://togithub.com/gotson/komga/commits/1050f52))
- add Readium Progression API
([20799ad](https://togithub.com/gotson/komga/commits/20799ad))
- add layout attribute on epub manifest
([5096364](https://togithub.com/gotson/komga/commits/5096364))
- add positions endpoint to get pre-computed positions of epub books
([eb8a644](https://togithub.com/gotson/komga/commits/eb8a644))

**epubreader**

- handle reading direction
([77b8a32](https://togithub.com/gotson/komga/commits/77b8a32))
- remove margin and dropshadow for pre-paginated publications
([10e2597](https://togithub.com/gotson/komga/commits/10e2597))
- mark read progress
([1172911](https://togithub.com/gotson/komga/commits/1172911))
- adjust display of current progress
([b234586](https://togithub.com/gotson/komga/commits/b234586))
- add navigation modes with click/tap, buttons, or both
([2f0f94d](https://togithub.com/gotson/komga/commits/2f0f94d))
- display percentage of total progression
([3a14990](https://togithub.com/gotson/komga/commits/3a14990))

**komga**

- relax epub validity controls
([fad93ad](https://togithub.com/gotson/komga/commits/fad93ad))

**komga-tray**

- display dialog with error detail on application startup failure
([0fdcb2a](https://togithub.com/gotson/komga/commits/0fdcb2a)), closes
[#&#8203;1336](https://togithub.com/gotson/komga/issues/1336)

**opds-v1**

- add OPDS-PSE links for divina-compatible EPUBs
([0c96054](https://togithub.com/gotson/komga/commits/0c96054))
- use static xml namespace prefix for opds-pse
([834b51d](https://togithub.com/gotson/komga/commits/834b51d))

**webui**

- use divina reader for compatible epub
([809a794](https://togithub.com/gotson/komga/commits/809a794)), closes
[#&#8203;1324](https://togithub.com/gotson/komga/issues/1324)
- autofill series and number from metadata during book import
([5b75345](https://togithub.com/gotson/komga/commits/5b75345)), closes
[#&#8203;998](https://togithub.com/gotson/komga/issues/998)

#### 🐛 Fixes

**api**

- properly set layout property in webpub manifest
([e11ce46](https://togithub.com/gotson/komga/commits/e11ce46))
- cannot get last page of PDF
([721c5d1](https://togithub.com/gotson/komga/commits/721c5d1)), closes
[#&#8203;1341](https://togithub.com/gotson/komga/issues/1341)

**epubreader**

- properly handle clicks in iframes
([4db0542](https://togithub.com/gotson/komga/commits/4db0542))

**komga**

- empty generated thumbnails would be saved in DB
([15920b7](https://togithub.com/gotson/komga/commits/15920b7)), closes
[#&#8203;1338](https://togithub.com/gotson/komga/issues/1338)
- use an in-process lock for Lucene
([1a30bf9](https://togithub.com/gotson/komga/commits/1a30bf9))

**webui**

- pre-render page could overlap current page in some specific conditions
([7a8d50c](https://togithub.com/gotson/komga/commits/7a8d50c)), closes
[#&#8203;1339](https://togithub.com/gotson/komga/issues/1339)

#### 🏎 Perf

**komga**

- convert BookMetadataProvider to property
([3843f77](https://togithub.com/gotson/komga/commits/3843f77))

#### 🔄️ Changes

**komga**

- move date utils to language package
([fbc1034](https://togithub.com/gotson/komga/commits/fbc1034))

**komga-tray**

- catch any exception on startup
([b312847](https://togithub.com/gotson/komga/commits/b312847))

#### 🌐 Translation

**komga-tray**

- translated using Weblate (Chinese (Simplified))
([142326c](https://togithub.com/gotson/komga/commits/142326c))
- translated using Weblate (Finnish)
([d19e1a5](https://togithub.com/gotson/komga/commits/d19e1a5))
- translated using Weblate (Spanish)
([ad6a8c9](https://togithub.com/gotson/komga/commits/ad6a8c9))

**webui**

- fix language file name
([ac59fca](https://togithub.com/gotson/komga/commits/ac59fca)), closes
[#&#8203;1345](https://togithub.com/gotson/komga/issues/1345)
- translated using Weblate (Chinese (Simplified))
([0274308](https://togithub.com/gotson/komga/commits/0274308))
- translated using Weblate (Spanish)
([37abfbf](https://togithub.com/gotson/komga/commits/37abfbf))
- translated using Weblate (Catalan)
([32e9a0c](https://togithub.com/gotson/komga/commits/32e9a0c))
- translated using Weblate (German)
([d2a91ac](https://togithub.com/gotson/komga/commits/d2a91ac))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy45OC4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTguMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-15 07:40:55 +01:00
TrueCharts Bot
6d5b8ab667 chore(deps): update container image mikeah/prusaslicer-novnc to latest@d4fafb2 (#16093)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| mikeah/prusaslicer-novnc | digest | `381b360` -> `d4fafb2` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy45OC4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTguMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-15 07:34:10 +01:00
TrueCharts Bot
5e14684e0b chore(deps): update container image ghcr.io/linuxserver/znc to 1.8.2@178e529 (#16091)
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 |
`143a9aa` -> `178e529` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy45OC4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTguMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-15 07:33:39 +01:00
TrueCharts Bot
1c199bc9f8 chore(deps): update container image linuxserver/mylar3 to version-v0.7.6@ae9c057 (#16092) 2023-12-15 07:33:37 +01:00
TrueCharts Bot
22b41cc51b chore(deps): update container image docker to 24.0.7-dind@ae63bb7 (#16090)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker | digest | `c90e58d` -> `ae63bb7` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy45OC4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTguMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-15 07:33:33 +01:00
TrueCharts Bot
2c46ad27f7 chore(deps): update container image bitnami/mariadb to 11.1.3@256bba8 (#16089)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/mariadb | digest | `ec252de` -> `256bba8` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy45OC4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTguMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-15 07:32:58 +01:00
TrueCharts Bot
496edc4885 chore(deps): update container image ghcr.io/fluidd-core/fluidd to v1.27.0@b613a17 (#16080)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/fluidd-core/fluidd](https://togithub.com/fluidd-core/fluidd)
| minor | `v1.26.3` -> `v1.27.0` |

---

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

---

### Release Notes

<details>
<summary>fluidd-core/fluidd (ghcr.io/fluidd-core/fluidd)</summary>

###
[`v1.27.0`](https://togithub.com/fluidd-core/fluidd/releases/tag/v1.27.0)

[Compare
Source](https://togithub.com/fluidd-core/fluidd/compare/v1.26.3...v1.27.0)

##### Features

- adds "gcode" Klipper module status support
([fee7afd](fee7afd25a))
- adds dev container support
([#&#8203;1264](https://togithub.com/fluidd-core/fluidd/issues/1264))
([7c57a9e](7c57a9e014))
- adds disclaimer to theme settings
([9411cb2](9411cb2da7))
- adds drag\&drop across File Manager cards
([cf32644](cf3264423a))
- adds minimum_cruise_ratio support
([#&#8203;1260](https://togithub.com/fluidd-core/fluidd/issues/1260))
([ea03875](ea03875bc7))
- adds new background logo
([999ccdd](999ccddd1a))
- adds Prompt Dialog support
([#&#8203;1262](https://togithub.com/fluidd-core/fluidd/issues/1262))
([b5733d6](b5733d6826))
- Adds toolhead circle style controls
([#&#8203;1248](https://togithub.com/fluidd-core/fluidd/issues/1248))
([77e2791](77e2791637))
- adds WebRTC (go2rtc) support
([#&#8203;1245](https://togithub.com/fluidd-core/fluidd/issues/1245))
([070cb45](070cb45a06))
- copy bed mesh into clipboard as image
([#&#8203;1272](https://togithub.com/fluidd-core/fluidd/issues/1272))
([9b9b629](9b9b629cf8))
- hide "motors off" if no steppers are enabled
([8196090](81960902a1))
- highlight active tool
([#&#8203;1263](https://togithub.com/fluidd-core/fluidd/issues/1263))
([0792c67](0792c67634))
- **i18n-HU:** Update Hungarian translations
([#&#8203;1246](https://togithub.com/fluidd-core/fluidd/issues/1246))
([306992a](306992a19d))
- **i18n-nl:** Update Dutch translations
([#&#8203;1273](https://togithub.com/fluidd-core/fluidd/issues/1273))
([c670678](c670678b8c))
- isolates File Browser settings
([a569cde](a569cdef9e))
- Peopoly theme
([#&#8203;1256](https://togithub.com/fluidd-core/fluidd/issues/1256))
([e9634cf](e9634cf152))
- Prusa theme
([#&#8203;1267](https://togithub.com/fluidd-core/fluidd/issues/1267))
([783efaf](783efaf076))
- Qidi Tech theme
([0b1c701](0b1c701412))
- Siboor theme
([#&#8203;1255](https://togithub.com/fluidd-core/fluidd/issues/1255))
([c9d01b9](c9d01b9d82))
- use full bed dimensions on bed mesh preview
([#&#8203;1242](https://togithub.com/fluidd-core/fluidd/issues/1242))
([128c296](128c29638f))

##### Bug Fixes

- adds timeout to initial endpoint discovery
([043df78](043df782a6))
- allows G2/G3 arcs with only I or J parameter
([370cc42](370cc420fd))
- allows toolhead circle style controls invertion
([33d1146](33d1146727))
- default camera urls missing slash terminator
([a2b23f4](a2b23f483c))
- disable console timestamps text wrap
([#&#8203;1250](https://togithub.com/fluidd-core/fluidd/issues/1250))
([6a88b73](6a88b7304a))
- disable homing if not ready or printing
([c90e4ae](c90e4ae79a))
- exclude non-fluidd paths from service worker
([7a001dd](7a001dd9a1))
- macro category settings dividers
([b9e29ed](b9e29ed731))
- macro settings dividers
([4561b85](4561b85599))
- retry connection on WebRTC (go2rtc)
([#&#8203;1257](https://togithub.com/fluidd-core/fluidd/issues/1257))
([7d7433d](7d7433da98))
- **style:** use variables where appropriate
([7dcf21d](7dcf21d61b))
- vuetify theme color overrides
([318fc32](318fc32b66))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy45My4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-15 01:54:11 +01:00
TrueCharts Bot
1ad35dd5ca chore(deps): update container image jgraph/drawio to v22.1.9@8701b90 (#16079) 2023-12-15 01:47:44 +01:00
TrueCharts Bot
46f68ec4ab chore(deps): update container image minio/minio to vrelease.2023-12-14t18-51-57z@62bffc2 (#16086)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| minio/minio | patch | `RELEASE.2023-12-13T23-28-55Z` ->
`RELEASE.2023-12-14T18-51-57Z` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy45OC4wIiwidXBkYXRlZEluVmVyIjoiMzcuOTguMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-15 01:47:38 +01:00
TrueCharts Bot
50249ac651 chore(deps): update container image homeassistant/home-assistant to v2023.12.3@128abdf (#16084)
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 |
`2023.12.2` -> `2023.12.3` |

---

> [!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>

###
[`v2023.12.3`](https://togithub.com/home-assistant/core/releases/tag/2023.12.3)

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

- Ensure platform setup for all AVM FRITZ!SmartHome devices
([@&#8203;mib1185] - [#&#8203;105515]) ([fritzbox docs])
- Update AEMET-OpenData to v0.4.7 ([@&#8203;Noltari] - [#&#8203;105676])
([aemet docs]) (dependency)
- Fix restoring UniFi clients with old unique id ([@&#8203;Kane610] -
[#&#8203;105691]) ([unifi docs])
- Bump zeroconf to 0.128.5 ([@&#8203;bdraco] - [#&#8203;105694])
([zeroconf docs]) (dependency)
- Add missing rest_command reload service to services.yaml
([@&#8203;jpbede] - [#&#8203;105714]) ([rest_command docs])
- Fix issue clearing renault schedules ([@&#8203;epenet] -
[#&#8203;105719]) ([renault docs]) (dependency)
- Fix Fully Kiosk Browser MQTT event callbacks with non-standard event
topics ([@&#8203;cgarwood] - [#&#8203;105735]) ([fully_kiosk docs])
- Disable user profiles on login screen ([@&#8203;frenck] -
[#&#8203;105749]) ([auth docs]) ([person docs]) (breaking-change)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy45OC4wIiwidXBkYXRlZEluVmVyIjoiMzcuOTguMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-15 01:47:00 +01:00
TrueCharts Bot
3375f7e9eb chore(deps): update container image metabase/metabase to v0.47.10@74496da (#16085)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| metabase/metabase | patch | `v0.47.9` -> `v0.47.10` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy45OC4wIiwidXBkYXRlZEluVmVyIjoiMzcuOTguMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-15 01:46:50 +01:00
TrueCharts-Bot
a75ade9cec Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-15 00:09:14 +00:00
TrueCharts Bot
43961a7e41 chore(deps): update container image zwavejs/zwave-js-ui to v9.6.0@026a6d4 (#16082)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [zwavejs/zwave-js-ui](https://togithub.com/zwave-js/zwave-js-ui) |
minor | `9.5.1` -> `9.6.0` |

---

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

---

### Release Notes

<details>
<summary>zwave-js/zwave-js-ui (zwavejs/zwave-js-ui)</summary>

###
[`v9.6.0`](https://togithub.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#960-2023-12-14)

[Compare
Source](https://togithub.com/zwave-js/zwave-js-ui/compare/v9.5.1...v9.6.0)

##### Bug Fixes

- check for undefined driver
([#&#8203;3464](https://togithub.com/zwave-js/zwave-js-ui/issues/3464))
([f499d5b](f499d5b406))
- **ui:** open in new window
([c618fd1](c618fd10cd))

##### Features

- bump zwave-js@12.4.1
([#&#8203;3479](https://togithub.com/zwave-js/zwave-js-ui/issues/3479))
([932495e](932495e991))
- create esbuild bundle for embedded devices
([#&#8203;3480](https://togithub.com/zwave-js/zwave-js-ui/issues/3480))
([68326d6](68326d6359))
- **ui:** compact view sort
([#&#8203;3484](https://togithub.com/zwave-js/zwave-js-ui/issues/3484))
([1f4cc1f](1f4cc1f9fe))

####
[9.5.1](https://togithub.com/zwave-js/zwave-js-ui/compare/v9.5.0...v9.5.1)
(2023-12-01)

##### Bug Fixes

- pkg missing `axios` exec
([4856efd](4856efd3af)),
closes
[#&#8203;3458](https://togithub.com/zwave-js/zwave-js-ui/issues/3458)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy45My4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-14 20:15:03 +01:00
Kjeld Schouten
4c71892fe9 Update charts-lint.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-14 19:52:00 +01:00
Kjeld Schouten
6be41fa0f6 feat: switch to charttool based dependency fetching 2023-12-14 16:38:58 +01:00
TrueCharts Bot
8ea810f425 chore(deps): update container image dpage/pgadmin4 to v8.1@7938869 (#16077)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| dpage/pgadmin4 | minor | `8.0` -> `8.1` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy45My4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-14 13:46:39 +01:00
TrueCharts Bot
a74da5617b chore(deps): update container image doitandbedone/ispyagentdvr to v5.1.5.0@ee1b2ff (#16076)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[doitandbedone/ispyagentdvr](https://togithub.com/doitandbedone/ispyagentdvr-docker)
| patch | `5.1.4.0` -> `5.1.5.0` |

---

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

---

### Release Notes

<details>
<summary>doitandbedone/ispyagentdvr-docker
(doitandbedone/ispyagentdvr)</summary>

###
[`v5.1.5.0`](https://togithub.com/doitandbedone/ispyagentdvr-docker/compare/5.1.4.0...5.1.5.0)

[Compare
Source](https://togithub.com/doitandbedone/ispyagentdvr-docker/compare/5.1.4.0...5.1.5.0)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45My4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-14 13:39:01 +01:00
TrueCharts Bot
f6ea9e2fac chore(deps): update container image ghcr.io/linuxserver/webgrabplus to 5.1.3@8e3ccdc (#16074)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/webgrabplus](https://togithub.com/linuxserver/docker-webgrabplus/packages)
([source](https://togithub.com/linuxserver/docker-webgrabplus)) | digest
| `73d5daa` -> `8e3ccdc` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy45My4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-14 13:37:54 +01:00
TrueCharts Bot
adaff48c14 chore(deps): update container image linuxserver/snapdrop to latest@355f942 (#16075)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| linuxserver/snapdrop | digest | `2515614` -> `355f942` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy45My4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-14 13:37:28 +01:00
TrueCharts Bot
aecc978543 chore(deps): update container image ghcr.io/linuxserver/sickchill to 2023.6.27@9c31a94 (#16073)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/sickchill](https://togithub.com/linuxserver/docker-sickchill/packages)
([source](https://togithub.com/linuxserver/docker-sickchill)) | digest |
`7c37f00` -> `9c31a94` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy45My4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-14 13:37:09 +01:00
TrueCharts Bot
8dc8071c7d chore(deps): update container image ghcr.io/linuxserver/minetest to 5.8.0@d796cfb (#16072)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/minetest](https://togithub.com/linuxserver/docker-minetest/packages)
([source](https://togithub.com/linuxserver/docker-minetest)) | digest |
`929c1fa` -> `d796cfb` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy45My4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-14 13:36:58 +01:00
TrueCharts Bot
839922b8b6 chore(deps): update container image ghcr.io/linuxserver/emulatorjs to 1.7.3@83eb76a (#16071)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/emulatorjs](https://togithub.com/linuxserver/docker-emulatorjs/packages)
([source](https://togithub.com/linuxserver/docker-emulatorjs)) | digest
| `d7e6e20` -> `83eb76a` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy45My4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-14 13:36:45 +01:00
Kjeld Schouten
d85f6a76ea Merge branch 'master' of github.com:truecharts/charts 2023-12-14 13:10:33 +01:00
Kjeld Schouten
7f6b2e9875 remove some old scripts 2023-12-14 13:10:04 +01:00
Kjeld Schouten
83bb9810a3 Delete tools/mergeitems.sh
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-14 13:08:25 +01:00
Kjeld Schouten
b528682013 Delete tools/image-to-app.sh
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-14 13:08:06 +01:00
Xstar97TheNoob
60b21ce0c3 feat(dizquetv) add nvidia Image to dizquetv (#16060)
**Description**
Add the nvidia image to dizquetv
⚒️ 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
- [X] ⬆️ 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._

---------

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-14 13:05:49 +01:00
TrueCharts-Bot
836a202222 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-14 12:05:19 +00:00
Kjeld Schouten
cc78be9a46 chore: update charttool and add a license grant 2023-12-14 13:01:00 +01:00
Kjeld Schouten
4de6b996ec chore: move helmignore template 2023-12-14 12:55:44 +01:00
TrueCharts Bot
375221bc9f chore(deps): update container image wolveix/satisfactory-server to v1.6.0@134d4af (#16058)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| wolveix/satisfactory-server | minor | `v1.5.6` -> `v1.6.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:eyJjcmVhdGVkSW5WZXIiOiIzNy45Mi40IiwidXBkYXRlZEluVmVyIjoiMzcuOTIuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-14 07:43:20 +01:00
TrueCharts Bot
10c24d380b chore(deps): update container image kanboard/kanboard to v1.2.34@63faa98 (#16067)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [kanboard/kanboard](https://kanboard.org)
([source](https://togithub.com/kanboard/kanboard)) | patch | `v1.2.33`
-> `v1.2.34` |

---

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

---

### Release Notes

<details>
<summary>kanboard/kanboard (kanboard/kanboard)</summary>

###
[`v1.2.34`](https://togithub.com/kanboard/kanboard/releases/tag/v1.2.34):
Kanboard 1.2.34

[Compare
Source](https://togithub.com/kanboard/kanboard/compare/v1.2.33...v1.2.34)

-   Upgrade Docker image to Alpine 3.19 and PHP 8.3
- API: Avoid PHP notice when searching for a project name that does not
exist
-   Update Bulgarian translation
-   Bump `symfony/console` from `5.4.28` to `5.4.32`
-   Bump `phpunit/phpunit` from `9.6.13` to `9.6.15`

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy45Mi40IiwidXBkYXRlZEluVmVyIjoiMzcuOTIuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-14 07:36:24 +01:00
TrueCharts Bot
55d4b61bd0 chore(deps): update container image minio/minio to vrelease.2023-12-13t23-28-55z@0a779ce (#16068)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| minio/minio | patch | `RELEASE.2023-12-09T18-17-51Z` ->
`RELEASE.2023-12-13T23-28-55Z` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy45Mi40IiwidXBkYXRlZEluVmVyIjoiMzcuOTIuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-14 07:36:11 +01:00
TrueCharts Bot
7e96a68cb5 chore(deps): update container image deluan/navidrome to v0.50.2@81f35eb (#16066)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| deluan/navidrome | patch | `0.50.1` -> `0.50.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:eyJjcmVhdGVkSW5WZXIiOiIzNy45Mi40IiwidXBkYXRlZEluVmVyIjoiMzcuOTIuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-14 07:35:59 +01:00
TrueCharts Bot
771c7e5bd2 chore(deps): update container image mbentley/omada-controller to 5.13@c8b3ae8 (#16064)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[mbentley/omada-controller](https://togithub.com/mbentley/docker-omada-controller)
| digest | `baf0359` -> `c8b3ae8` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy45Mi40IiwidXBkYXRlZEluVmVyIjoiMzcuOTIuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-14 07:35:14 +01:00
TrueCharts Bot
2a1a5aa346 chore(deps): update container image ghcr.io/linuxserver/rsnapshot to 1.4.5@f9c136d (#16062)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/rsnapshot](https://togithub.com/linuxserver/docker-rsnapshot/packages)
([source](https://togithub.com/linuxserver/docker-rsnapshot)) | digest |
`9fac395` -> `f9c136d` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy45Mi40IiwidXBkYXRlZEluVmVyIjoiMzcuOTIuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-14 07:34:40 +01:00
TrueCharts Bot
2cb7db1d5a chore(deps): update container image bitnami/wordpress to 6.4.2@65910b7 (#16061)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/wordpress | digest | `171f807` -> `65910b7` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy45Mi40IiwidXBkYXRlZEluVmVyIjoiMzcuOTIuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-14 07:34:15 +01:00
TrueCharts Bot
1e3f7b8b7a chore(deps): update container image revenz/fileflows to v23.12@b6f4278 (#16057)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| revenz/fileflows | minor | `23.11` -> `23.12` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy45Mi40IiwidXBkYXRlZEluVmVyIjoiMzcuOTIuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-14 01:56:55 +01:00
TrueCharts Bot
ab0a4c38cc chore(deps): update container image xwiki to 15.10.1-postgres-tomcat@239a6e5 (#16055)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| xwiki | digest | `5d3151b` -> `239a6e5` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy45Mi40IiwidXBkYXRlZEluVmVyIjoiMzcuOTIuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-14 01:49:45 +01:00
TrueCharts Bot
52ce76408a chore(deps): update container image homeassistant/home-assistant to v2023.12.2@639e779 (#16056)
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 |
`2023.12.1` -> `2023.12.2` |

---

> [!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>

###
[`v2023.12.2`](https://togithub.com/home-assistant/core/releases/tag/2023.12.2)

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

- Fix Lyric LCC thermostats auto mode ([@&#8203;apt-itude] -
[#&#8203;104853]) ([lyric docs])
- Bump zeroconf to 0.128.0 ([@&#8203;bdraco] - [#&#8203;104936])
([zeroconf docs]) (dependency)
- Fix CI test_invalid_rrule_fix test by freezing the time
([@&#8203;jbouwh] - [#&#8203;105294]) ([google docs])
- Add missing configuration for services.yaml in blink ([@&#8203;mkmer]
- [#&#8203;105310]) ([blink docs])
- Bump pyschlage to 2023.12.0 ([@&#8203;dknowles2] - [#&#8203;105349])
([schlage docs]) (dependency)
- Fix preset modes error in Smartthings ([@&#8203;gjohansson-ST] -
[#&#8203;105375]) ([smartthings docs])
- Fix service missing key in Blink ([@&#8203;mkmer] - [#&#8203;105387])
([blink docs])
- Fix adding/updating todo items with due date in CalDAV integration
([@&#8203;DerFlob] - [#&#8203;105435]) ([caldav docs])
- Check if heat area exists when setting up valve opening and battery
sensors in moehlenhoff alpha2 ([@&#8203;j-a-n] - [#&#8203;105437])
([moehlenhoff_alpha2 docs])
- Bump hatasmota to 0.8.0 ([@&#8203;emontnemery] - [#&#8203;105440])
([tasmota docs])
- Bump plugwise to v0.35.3 ([@&#8203;bouwew] - [#&#8203;105442])
([plugwise docs]) (dependency)
- Fix alexa calling not featured cover services ([@&#8203;jbouwh] -
[#&#8203;105444]) ([alexa docs])
- Fix fitbit oauth reauth debug logging ([@&#8203;allenporter] -
[#&#8203;105450]) ([fitbit docs])
- Write Enphase Envoy data to log when in debug mode
([@&#8203;catsmanac] - [#&#8203;105456]) ([enphase_envoy docs])
- Bump ical to 6.1.1 ([@&#8203;allenporter] - [#&#8203;105462])
([local_calendar docs]) ([local_todo docs]) (dependency)
- Bump zeroconf to 0.128.4 ([@&#8203;bdraco] - [#&#8203;105465])
([zeroconf docs]) (dependency)
- Remove Aftership import issue when entry already exists
([@&#8203;joostlek] - [#&#8203;105476]) ([aftership docs])
- Disconnect before reconnecting to satellite ([@&#8203;synesthesiam] -
[#&#8203;105500]) ([wyoming docs])
- Bump caldav to 1.3.8 ([@&#8203;FrnchFrgg] - [#&#8203;105508]) ([caldav
docs])
- Bump pyhiveapi to v0.5.16 ([@&#8203;KJonline] - [#&#8203;105513])
([hive docs]) (dependency)
- Fix setup Fast.com ([@&#8203;gjohansson-ST] - [#&#8203;105580])
([fastdotcom docs])
- Add name slot to HassClimateGetTemperature intent
([@&#8203;synesthesiam] - [#&#8203;105585]) ([climate docs])
- Skip TTS events entirely with empty text ([@&#8203;synesthesiam] -
[#&#8203;105617]) ([assist_pipeline docs])
- Rename "satellite enabled" to "mute" ([@&#8203;synesthesiam] -
[#&#8203;105619]) ([wyoming docs])
- Fix timing issue in Withings ([@&#8203;joostlek] - [#&#8203;105203])
([withings docs])
- Update pylint to 3.0.3 ([@&#8203;cdce8p] - [#&#8203;105491]) ([mqtt
docs]) ([zha docs]) ([improv_ble docs]) (dependency)
- Reload ZHA integration on any error, not just recoverable ones
([@&#8203;puddly] - [#&#8203;105659]) ([zha docs])
- Bump ZHA dependencies ([@&#8203;puddly] - [#&#8203;105661]) ([zha
docs]) (dependency)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[@&#8203;apt-itude]: https://togithub.com/apt-itude

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

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

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

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

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

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

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

[@&#8203;gjohansson-ST]: https://togithub.com/gjohansson-ST

[@&#8203;j-a-n]: https://togithub.com/j-a-n

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45Mi40IiwidXBkYXRlZEluVmVyIjoiMzcuOTIuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-14 01:49:18 +01:00
TrueCharts Bot
e6ee689580 chore(deps): update container image ghcr.io/linuxserver/doublecommander to latest@b375e7a (#16053)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/doublecommander | digest | `fd53071` -> `b375e7a`
|

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy45Mi40IiwidXBkYXRlZEluVmVyIjoiMzcuOTIuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-14 01:47:47 +01:00
TrueCharts Bot
712f422e1f chore(deps): update container image mbentley/omada-controller to 5.13@baf0359 (#16054)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[mbentley/omada-controller](https://togithub.com/mbentley/docker-omada-controller)
| digest | `3250268` -> `baf0359` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy45Mi40IiwidXBkYXRlZEluVmVyIjoiMzcuOTIuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-14 01:47:33 +01:00
TrueCharts-Bot
58ebe44c10 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-14 00:08:50 +00:00
TrueCharts Bot
ea2de6b736 chore(deps): update container image n8nio/n8n to v1.21.0@cd31176 (#16051) 2023-12-13 19:43:01 +01:00
TrueCharts Bot
38aabc43e7 chore(deps): update container image ghcr.io/linuxserver/healthchecks to v3.1.20231213@8490bdb (#16050)
This PR contains the following updates:

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

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy45Mi4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-13 19:42:54 +01:00
TrueCharts Bot
3fd44f507c chore(deps): update container image xwiki to v15.10.1-postgres-tomcat@5d3151b (#16049)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| xwiki | patch | `15.10.0-postgres-tomcat` -> `15.10.1-postgres-tomcat`
|

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy45Mi4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-13 19:35:44 +01:00
TrueCharts Bot
ad5bf949ba chore(deps): update container image clickhouse/clickhouse-server to v23.11.2.11@109fe43 (#16048)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| clickhouse/clickhouse-server | patch | `23.11.1.2711` -> `23.11.2.11`
|

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy45Mi4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-13 19:35:18 +01:00
TrueCharts Bot
3ec7d37d5d chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@bbf946d (#16032)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/libremdb | digest | `a350a74` -> `bbf946d` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy45MS40IiwidXBkYXRlZEluVmVyIjoiMzcuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-13 19:34:52 +01:00
TrueCharts Bot
e6ad76c8cc chore(deps): update container image alexta69/metube to v2023-12-13@75a66a0 (#16047)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| alexta69/metube | patch | `2023-12-12` -> `2023-12-13` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy45Mi4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-13 19:34:40 +01:00
TrueCharts Bot
35a704e5ab chore(deps): update container image ghcr.io/linuxserver/remmina to 1.4.2@ae213f0 (#16044) 2023-12-13 19:33:35 +01:00