Commit Graph

24363 Commits

Author SHA1 Message Date
TrueCharts Bot 16cd3ae639 chore(deps): update container image spx01/blocky to v0.23@24855b6 by renovate (#17023)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [spx01/blocky](https://togithub.com/0xERR0R/blocky) | minor | `v0.22`
-> `v0.23` |

---

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

---

### Release Notes

<details>
<summary>0xERR0R/blocky (spx01/blocky)</summary>

### [`v0.23`](https://togithub.com/0xERR0R/blocky/releases/tag/v0.23)

[Compare
Source](https://togithub.com/0xERR0R/blocky/compare/v0.22...v0.23)

**Features:**

- add support for wildcard lists using a custom Trie
([#&#8203;1233](https://togithub.com/0xERR0R/blocky/issues/1233))
(Thanks [@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-   querylog: add flushInterval parameter
- race UDP and TCP when connecting upstream (Thanks
[@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
- API-first approach for REST interface
([#&#8203;1129](https://togithub.com/0xERR0R/blocky/issues/1129))
- add API endpoint to flush the DNS Cache
([#&#8203;1178](https://togithub.com/0xERR0R/blocky/issues/1178))
- add `upstreams.init.strategy` (Thanks
[@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
- add timeout to bootstrap
([#&#8203;1158](https://togithub.com/0xERR0R/blocky/issues/1158))
- add upstream strategy `random`
([#&#8203;1221](https://togithub.com/0xERR0R/blocky/issues/1221))
(Thanks [@&#8203;DerRockWolf](https://togithub.com/DerRockWolf))
- reduce DNS response cache memory consumption
([#&#8203;1196](https://togithub.com/0xERR0R/blocky/issues/1196))
- EDNS: Client Subnet
([#&#8203;1007](https://togithub.com/0xERR0R/blocky/issues/1007))
(Thanks [@&#8203;kwitsch](https://togithub.com/kwitsch))

**Misc**

-   Updated dependencies and documentation

**Bugfix**

- make `FatalOnError` override `log.Silence` (Thanks
[@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
- ANSI color codes being printed on Windows
([#&#8203;1225](https://togithub.com/0xERR0R/blocky/issues/1225))
(Thanks [@&#8203;kwitsch](https://togithub.com/kwitsch))
- conditional resolver panics on response without question
([#&#8203;1148](https://togithub.com/0xERR0R/blocky/issues/1148))
-   don't cache DNS responses with CD flag
- don't cache EDNS pseudo records
([#&#8203;1150](https://togithub.com/0xERR0R/blocky/issues/1150))
- don't convert regex from punycode to ASCII
([#&#8203;1126](https://togithub.com/0xERR0R/blocky/issues/1126))
([#&#8203;1131](https://togithub.com/0xERR0R/blocky/issues/1131))
- log.privacy option no longer hides domain names being resolved
([#&#8203;1255](https://togithub.com/0xERR0R/blocky/issues/1255))
- return error code on server starup failure
([#&#8203;1165](https://togithub.com/0xERR0R/blocky/issues/1165))
- truncated responses should not be cached
([#&#8203;1149](https://togithub.com/0xERR0R/blocky/issues/1149))
-   use different TTL of multiple records in answer
- rewrite: support the case where upstream doesn't echo the question
(Thanks [@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))

#### Changelog

-
[`9a77dcd`](https://togithub.com/0xERR0R/blocky/commit/9a77dcdccc6ef5051776d76d4ad4e9707a8acfab):
BlockingConfig -> Blocking
([@&#8203;kwitsch](https://togithub.com/kwitsch))
-
[`1154335`](https://togithub.com/0xERR0R/blocky/commit/11543356b6b303ffa18613992cbf48aefc269f8f):
Bugfix in ECS forward
([#&#8203;1290](https://togithub.com/0xERR0R/blocky/issues/1290))
([@&#8203;kwitsch](https://togithub.com/kwitsch))
-
[`fb8c419`](https://togithub.com/0xERR0R/blocky/commit/fb8c4192abf153281d40d4996cc88d43e176e7ab):
Bugfix/GitHub workflows
([#&#8203;1234](https://togithub.com/0xERR0R/blocky/issues/1234))
([@&#8203;kwitsch](https://togithub.com/kwitsch))
-
[`dc66eff`](https://togithub.com/0xERR0R/blocky/commit/dc66eff8e9409e9e661db1bdc69fc91ddcf2fcf3):
Bugfix/readme
([#&#8203;1232](https://togithub.com/0xERR0R/blocky/issues/1232))
([@&#8203;kwitsch](https://togithub.com/kwitsch))
-
[`e30e852`](https://togithub.com/0xERR0R/blocky/commit/e30e852c860effcac17e5e39554d600287ce0bc3):
ClientLookupConfig -> ClientLookup
([@&#8203;kwitsch](https://togithub.com/kwitsch))
-
[`00d4341`](https://togithub.com/0xERR0R/blocky/commit/00d43412710cafa52430f730c7c437c23210684d):
ConditionalUpstreamConfig -> ConditionalUpstream
([@&#8203;kwitsch](https://togithub.com/kwitsch))
-
[`26d5f62`](https://togithub.com/0xERR0R/blocky/commit/26d5f6215ff238c86e39f3a7362bd90eb447e7de):
CustomDNSConfig -> CustomDNS
([@&#8203;kwitsch](https://togithub.com/kwitsch))
-
[`6fca40c`](https://togithub.com/0xERR0R/blocky/commit/6fca40ca7f6ed86c23f1f5af0b6ed40d43db0d37):
Dockerfile streamline
([#&#8203;1185](https://togithub.com/0xERR0R/blocky/issues/1185))
([@&#8203;kwitsch](https://togithub.com/kwitsch))
-
[`d37d183`](https://togithub.com/0xERR0R/blocky/commit/d37d18348f7823b7cd272080a5dc516a5cea08ce):
EDNS: Client Subnet
([#&#8203;1007](https://togithub.com/0xERR0R/blocky/issues/1007))
([@&#8203;kwitsch](https://togithub.com/kwitsch))
-
[`acfc291`](https://togithub.com/0xERR0R/blocky/commit/acfc2915474fadbb0893f43173ef58b9f89b87c5):
Feature/devcontainer
([#&#8203;1179](https://togithub.com/0xERR0R/blocky/issues/1179))
([@&#8203;kwitsch](https://togithub.com/kwitsch))
-
[`7615584`](https://togithub.com/0xERR0R/blocky/commit/76155849443aa443ed263888833546ee8ae137a3):
Feature/ginkgolinter
([#&#8203;1235](https://togithub.com/0xERR0R/blocky/issues/1235))
([@&#8203;kwitsch](https://togithub.com/kwitsch))
-
[`1a200c7`](https://togithub.com/0xERR0R/blocky/commit/1a200c77e3b45994a64a87370cc2c563ae257cb4):
Fix/opencontainer labels
([#&#8203;1192](https://togithub.com/0xERR0R/blocky/issues/1192))
([@&#8203;kwitsch](https://togithub.com/kwitsch))
-
[`fda2dbe`](https://togithub.com/0xERR0R/blocky/commit/fda2dbe9df62bcbcc9a07c3754de915a51b844b7):
Refactoring Redis
([#&#8203;1271](https://togithub.com/0xERR0R/blocky/issues/1271))
([@&#8203;kwitsch](https://togithub.com/kwitsch))
-
[`976d619`](https://togithub.com/0xERR0R/blocky/commit/976d6198f1cb0beec28885fb305fe57e43d6a9a9):
Refactoring server.go
([#&#8203;1277](https://togithub.com/0xERR0R/blocky/issues/1277))
([@&#8203;kwitsch](https://togithub.com/kwitsch))
-
[`03131c4`](https://togithub.com/0xERR0R/blocky/commit/03131c443cb935f51428e223318491d1b8abdb56):
Refactoring/config struct names
([#&#8203;1315](https://togithub.com/0xERR0R/blocky/issues/1315))
([@&#8203;kwitsch](https://togithub.com/kwitsch))
-
[`3378316`](https://togithub.com/0xERR0R/blocky/commit/3378316982faedfa43790b907f2bcbcb6a86f80f):
Refactoring: FileDownloader
([#&#8203;1281](https://togithub.com/0xERR0R/blocky/issues/1281))
([@&#8203;kwitsch](https://togithub.com/kwitsch))
-
[`6c00009`](https://togithub.com/0xERR0R/blocky/commit/6c000090b16fb698d56e0775cfa4f3c67e450862):
Unit test refactoring & devcontainer
enhancement([#&#8203;1245](https://togithub.com/0xERR0R/blocky/issues/1245))
([@&#8203;kwitsch](https://togithub.com/kwitsch))
-
[`72352a9`](https://togithub.com/0xERR0R/blocky/commit/72352a968a87402336e0cd8b648806920a1188a0):
UpstreamsConfig -> Upstreams
([@&#8203;kwitsch](https://togithub.com/kwitsch))
-
[`d8d7fa5`](https://togithub.com/0xERR0R/blocky/commit/d8d7fa52d6551b0c13e199ede4d8056a559c801e):
build(deps): bump actions/checkout from 3 to 4
([#&#8203;1127](https://togithub.com/0xERR0R/blocky/issues/1127))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`c703f8f`](https://togithub.com/0xERR0R/blocky/commit/c703f8f973b835c0eb4cf8a611375a20c9614766):
build(deps): bump actions/download-artifact from 3 to 4
([#&#8203;1305](https://togithub.com/0xERR0R/blocky/issues/1305))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`3e8b7af`](https://togithub.com/0xERR0R/blocky/commit/3e8b7af189083c2fc64e5c36d881d13a197dd6aa):
build(deps): bump actions/setup-go from 4 to 5
([#&#8203;1294](https://togithub.com/0xERR0R/blocky/issues/1294))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`79d3afa`](https://togithub.com/0xERR0R/blocky/commit/79d3afa57a880440691455043afb70e2c9d5608c):
build(deps): bump actions/setup-python from 4 to 5
([#&#8203;1295](https://togithub.com/0xERR0R/blocky/issues/1295))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`5490fc6`](https://togithub.com/0xERR0R/blocky/commit/5490fc63639bc150e8989310a44bcdc2f50f979b):
build(deps): bump actions/stale from 8 to 9
([#&#8203;1296](https://togithub.com/0xERR0R/blocky/issues/1296))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`343d38c`](https://togithub.com/0xERR0R/blocky/commit/343d38cd3b7858b2647b2b80c6f41b204ba62ad3):
build(deps): bump actions/upload-artifact from 3 to 4
([#&#8203;1306](https://togithub.com/0xERR0R/blocky/issues/1306))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`c72a0e1`](https://togithub.com/0xERR0R/blocky/commit/c72a0e18f19a147a04d04471fccd7f2d2d3db167):
build(deps): bump codecov/codecov-action from 3 to 4
([#&#8203;1147](https://togithub.com/0xERR0R/blocky/issues/1147))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`e31d20c`](https://togithub.com/0xERR0R/blocky/commit/e31d20c13214a4b2314b503c9ef83f9b666b3d90):
build(deps): bump crazy-max/ghaction-docker-meta from 4 to 5
([#&#8203;1142](https://togithub.com/0xERR0R/blocky/issues/1142))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`cb5f72f`](https://togithub.com/0xERR0R/blocky/commit/cb5f72f830222b084bd6d27e4a582bb9853e9675):
build(deps): bump docker/build-push-action from 4 to 5
([#&#8203;1140](https://togithub.com/0xERR0R/blocky/issues/1140))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`c212ab3`](https://togithub.com/0xERR0R/blocky/commit/c212ab30d362e4f37d389319fc3896de27644c32):
build(deps): bump docker/login-action from 2 to 3
([#&#8203;1139](https://togithub.com/0xERR0R/blocky/issues/1139))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`e187aaa`](https://togithub.com/0xERR0R/blocky/commit/e187aaa7fbd3ae2a7873844a14f24510921e8ebe):
build(deps): bump docker/setup-buildx-action from 2 to 3
([#&#8203;1143](https://togithub.com/0xERR0R/blocky/issues/1143))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`4006b16`](https://togithub.com/0xERR0R/blocky/commit/4006b16263f30a31f24b22656db7c9d7db56376a):
build(deps): bump docker/setup-qemu-action from 2 to 3
([#&#8203;1141](https://togithub.com/0xERR0R/blocky/issues/1141))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`825f1dd`](https://togithub.com/0xERR0R/blocky/commit/825f1ddb37c096a252ac4e1b1a5b5c0bc34fe036):
build(deps): bump github.com/DATA-DOG/go-sqlmock from 1.5.0 to 1.5.1
([#&#8203;1297](https://togithub.com/0xERR0R/blocky/issues/1297))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`4c65865`](https://togithub.com/0xERR0R/blocky/commit/4c65865c6c64461aede2446d9e6fdafcfc0d149a):
build(deps): bump github.com/abice/go-enum from 0.5.10 to 0.6.0
([#&#8203;1309](https://togithub.com/0xERR0R/blocky/issues/1309))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`710efa3`](https://togithub.com/0xERR0R/blocky/commit/710efa357cf879199b6cb31823cc527825034f87):
build(deps): bump github.com/abice/go-enum from 0.5.7 to 0.5.8
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`7f7161f`](https://togithub.com/0xERR0R/blocky/commit/7f7161f4c1128a1219ee7625ab0747965219f1cd):
build(deps): bump github.com/abice/go-enum from 0.5.8 to 0.5.10
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`9f49291`](https://togithub.com/0xERR0R/blocky/commit/9f4929117720fa8a725fd2d84f54760beec83a3f):
build(deps): bump github.com/alicebob/miniredis/v2 from 2.30.5 to 2.31.0
([#&#8203;1201](https://togithub.com/0xERR0R/blocky/issues/1201))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`5fefca5`](https://togithub.com/0xERR0R/blocky/commit/5fefca57323bb568e0d71b67f784904211e48892):
build(deps): bump github.com/avast/retry-go/v4 from 4.5.0 to 4.5.1
([#&#8203;1249](https://togithub.com/0xERR0R/blocky/issues/1249))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`4e90109`](https://togithub.com/0xERR0R/blocky/commit/4e901094ecd51e5d77dcfc87f9252255760fe347):
build(deps): bump github.com/containerd/containerd from 1.7.7 to 1.7.11
([#&#8203;1310](https://togithub.com/0xERR0R/blocky/issues/1310))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`e4e46d7`](https://togithub.com/0xERR0R/blocky/commit/e4e46d7c306692832386778572f8d92200900600):
build(deps): bump github.com/deepmap/oapi-codegen from 1.14.0 to 1.15.0
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`18be1e9`](https://togithub.com/0xERR0R/blocky/commit/18be1e99e276dda60d326ed25f30255f297e7785):
build(deps): bump github.com/deepmap/oapi-codegen from 1.15.0 to 1.16.2
([#&#8203;1209](https://togithub.com/0xERR0R/blocky/issues/1209))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`68eeebe`](https://togithub.com/0xERR0R/blocky/commit/68eeebeed4bdf2c8b1911368d607f595cd0bdc8b):
build(deps): bump github.com/docker/docker
([#&#8203;1216](https://togithub.com/0xERR0R/blocky/issues/1216))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`f9fa81d`](https://togithub.com/0xERR0R/blocky/commit/f9fa81d18dfbb23273020650126e393de0087b95):
build(deps): bump github.com/docker/docker
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`c6304e9`](https://togithub.com/0xERR0R/blocky/commit/c6304e9d7fa10796bcc5b23f1902e2ca2577f7ad):
build(deps): bump github.com/go-chi/chi/v5 from 5.0.10 to 5.0.11
([#&#8203;1314](https://togithub.com/0xERR0R/blocky/issues/1314))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`fd8ee7c`](https://togithub.com/0xERR0R/blocky/commit/fd8ee7cf40b732429eb011c1175393712bcc5e86):
build(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0
([#&#8203;1218](https://togithub.com/0xERR0R/blocky/issues/1218))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`abe9e5c`](https://togithub.com/0xERR0R/blocky/commit/abe9e5c46133455eefea620d04c545b91f3f2ca9):
build(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0
([#&#8203;1300](https://togithub.com/0xERR0R/blocky/issues/1300))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`9f532ce`](https://togithub.com/0xERR0R/blocky/commit/9f532ce41ff138edfd0bcfa909ecaa66aa87ae37):
build(deps): bump github.com/miekg/dns from 1.1.55 to 1.1.56
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`f1a6fb0`](https://togithub.com/0xERR0R/blocky/commit/f1a6fb0014f52fa52f040a94d4ebd0c8c92a467b):
build(deps): bump github.com/miekg/dns from 1.1.56 to 1.1.57
([#&#8203;1253](https://togithub.com/0xERR0R/blocky/issues/1253))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`7edb856`](https://togithub.com/0xERR0R/blocky/commit/7edb856e679788472a37af24034b6856749f5ede):
build(deps): bump github.com/oapi-codegen/runtime from 1.0.0 to 1.1.0
([#&#8203;1250](https://togithub.com/0xERR0R/blocky/issues/1250))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`f512e11`](https://togithub.com/0xERR0R/blocky/commit/f512e11cbf0e1d4d2afb11d76183fc70ecb05c52):
build(deps): bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.12.1
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`02569b0`](https://togithub.com/0xERR0R/blocky/commit/02569b06d9d81cfd7f2c6422344b0607bd749c68):
build(deps): bump github.com/onsi/ginkgo/v2 from 2.12.1 to 2.13.0
([#&#8203;1195](https://togithub.com/0xERR0R/blocky/issues/1195))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`6448be6`](https://togithub.com/0xERR0R/blocky/commit/6448be6667466daaf07e4fdf6bfd25faee51b8d3):
build(deps): bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.1
([#&#8203;1237](https://togithub.com/0xERR0R/blocky/issues/1237))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`77ef228`](https://togithub.com/0xERR0R/blocky/commit/77ef228efe96964c582037a4186bc393b7dd6760):
build(deps): bump github.com/onsi/ginkgo/v2 from 2.13.1 to 2.13.2
([#&#8203;1280](https://togithub.com/0xERR0R/blocky/issues/1280))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`d76740e`](https://togithub.com/0xERR0R/blocky/commit/d76740ea51a79bb7417c868475268f254dc200ec):
build(deps): bump github.com/onsi/gomega from 1.27.10 to 1.28.0
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`589e998`](https://togithub.com/0xERR0R/blocky/commit/589e998e5c62b49db7fae07e059ff49d4892314c):
build(deps): bump github.com/onsi/gomega from 1.28.0 to 1.28.1
([#&#8203;1207](https://togithub.com/0xERR0R/blocky/issues/1207))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`5ba1cc2`](https://togithub.com/0xERR0R/blocky/commit/5ba1cc27e54d0c2d09247d6390d34b33bee87728):
build(deps): bump github.com/onsi/gomega from 1.28.1 to 1.29.0
([#&#8203;1213](https://togithub.com/0xERR0R/blocky/issues/1213))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`ad27adc`](https://togithub.com/0xERR0R/blocky/commit/ad27adcdeb9178170e998e5927bea5e66e808cdd):
build(deps): bump github.com/onsi/gomega from 1.29.0 to 1.30.0
([#&#8203;1228](https://togithub.com/0xERR0R/blocky/issues/1228))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`d923c8c`](https://togithub.com/0xERR0R/blocky/commit/d923c8c36a40bef4a86c97e8241c4ce51d56dbd2):
build(deps): bump github.com/prometheus/client_golang
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`23ce44d`](https://togithub.com/0xERR0R/blocky/commit/23ce44d457eb54b4553027a3a75fdf104c63f35b):
build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0
([#&#8203;1223](https://togithub.com/0xERR0R/blocky/issues/1223))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`51bb54b`](https://togithub.com/0xERR0R/blocky/commit/51bb54b5959619955b84c5d49484a41caf294501):
build(deps): bump github.com/swaggo/swag from 1.16.1 to 1.16.2
([#&#8203;1123](https://togithub.com/0xERR0R/blocky/issues/1123))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`3dc0ca1`](https://togithub.com/0xERR0R/blocky/commit/3dc0ca18852a4c9d29b5a6ca9c900ad983986019):
build(deps): bump github.com/testcontainers/testcontainers-go
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`e63ad38`](https://togithub.com/0xERR0R/blocky/commit/e63ad3880cb27d38e0e70c3e758d31fb71a1ab8c):
build(deps): bump github.com/testcontainers/testcontainers-go
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`7f38a3b`](https://togithub.com/0xERR0R/blocky/commit/7f38a3b617670c153f3d108d58b8519a1212207f):
build(deps): bump
github.com/testcontainers/testcontainers-go/modules/mariadb
([#&#8203;1181](https://togithub.com/0xERR0R/blocky/issues/1181))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`4c62b2d`](https://togithub.com/0xERR0R/blocky/commit/4c62b2ddcfc4ce0031c78551e8fac23ed3026ca1):
build(deps): bump
github.com/testcontainers/testcontainers-go/modules/mariadb
([#&#8203;1219](https://togithub.com/0xERR0R/blocky/issues/1219))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`1292a20`](https://togithub.com/0xERR0R/blocky/commit/1292a200095c3b14b3297e7df3113fd396a083cc):
build(deps): bump
github.com/testcontainers/testcontainers-go/modules/mariadb
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`ed3a3de`](https://togithub.com/0xERR0R/blocky/commit/ed3a3dee0fa66ffcf47b58b76bdad60770826128):
build(deps): bump
github.com/testcontainers/testcontainers-go/modules/postgres
([#&#8203;1182](https://togithub.com/0xERR0R/blocky/issues/1182))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`1aec7d6`](https://togithub.com/0xERR0R/blocky/commit/1aec7d633e6d8d5048bc37c4e2a677eaa5283c11):
build(deps): bump
github.com/testcontainers/testcontainers-go/modules/postgres
([#&#8203;1214](https://togithub.com/0xERR0R/blocky/issues/1214))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`b87c545`](https://togithub.com/0xERR0R/blocky/commit/b87c54530056366f9d996c3ed702b57058a4f0cd):
build(deps): bump
github.com/testcontainers/testcontainers-go/modules/postgres
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`10b678b`](https://togithub.com/0xERR0R/blocky/commit/10b678b0fdfe49168f5e5a1bcf2c25334c0c2f56):
build(deps): bump
github.com/testcontainers/testcontainers-go/modules/redis
([#&#8203;1183](https://togithub.com/0xERR0R/blocky/issues/1183))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`b277506`](https://togithub.com/0xERR0R/blocky/commit/b2775069b342173179a36b14b39dfdd3c34e16f3):
build(deps): bump
github.com/testcontainers/testcontainers-go/modules/redis
([#&#8203;1215](https://togithub.com/0xERR0R/blocky/issues/1215))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`69f6ae4`](https://togithub.com/0xERR0R/blocky/commit/69f6ae4eadcdb615ba69d10187de9df6f442168e):
build(deps): bump
github.com/testcontainers/testcontainers-go/modules/redis
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`c814667`](https://togithub.com/0xERR0R/blocky/commit/c814667b1410411d8233240a201d4889555506a3):
build(deps): bump github/codeql-action from 2 to 3
([#&#8203;1303](https://togithub.com/0xERR0R/blocky/issues/1303))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`4217e93`](https://togithub.com/0xERR0R/blocky/commit/4217e933e0203c5edb40d56e05ca8dd9f81aae1b):
build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0
([#&#8203;1308](https://togithub.com/0xERR0R/blocky/issues/1308))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`ccabb5a`](https://togithub.com/0xERR0R/blocky/commit/ccabb5ad872b91858b4449a11dc702a994354a5d):
build(deps): bump golang.org/x/net from 0.15.0 to 0.16.0
([#&#8203;1186](https://togithub.com/0xERR0R/blocky/issues/1186))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`8dec318`](https://togithub.com/0xERR0R/blocky/commit/8dec31813038be1915ec8523fe8076d9ddebdaa5):
build(deps): bump golang.org/x/net from 0.16.0 to 0.17.0
([#&#8203;1197](https://togithub.com/0xERR0R/blocky/issues/1197))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`5e6f6c4`](https://togithub.com/0xERR0R/blocky/commit/5e6f6c4e6a9514335ed2b5ce24ffee72cd222168):
build(deps): bump golang.org/x/net from 0.17.0 to 0.18.0
([#&#8203;1230](https://togithub.com/0xERR0R/blocky/issues/1230))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`09552f9`](https://togithub.com/0xERR0R/blocky/commit/09552f9318427c1a5f2ba2793a5aa9c60af207e3):
build(deps): bump golang.org/x/net from 0.18.0 to 0.19.0
([#&#8203;1278](https://togithub.com/0xERR0R/blocky/issues/1278))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`c09eb9e`](https://togithub.com/0xERR0R/blocky/commit/c09eb9e306e91c8556aef352989ad578d1c3fc78):
build(deps): bump golang.org/x/tools from 0.12.0 to 0.13.0
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`0e1bd0c`](https://togithub.com/0xERR0R/blocky/commit/0e1bd0cf1757928b20319a507c4f11b2c0c936b7):
build(deps): bump golang.org/x/tools from 0.13.0 to 0.14.0
([#&#8203;1193](https://togithub.com/0xERR0R/blocky/issues/1193))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`42d6f21`](https://togithub.com/0xERR0R/blocky/commit/42d6f21ceb57ffeef000ec79b9fe630bcb26e7f0):
build(deps): bump golang.org/x/tools from 0.14.0 to 0.15.0
([#&#8203;1229](https://togithub.com/0xERR0R/blocky/issues/1229))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`b1cd255`](https://togithub.com/0xERR0R/blocky/commit/b1cd2557994a4c3b7d77ed7df1a42424fd9adfca):
build(deps): bump golang.org/x/tools from 0.15.0 to 0.16.0
([#&#8203;1279](https://togithub.com/0xERR0R/blocky/issues/1279))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`d5a98b1`](https://togithub.com/0xERR0R/blocky/commit/d5a98b1306efb6b5eb4738fa63dad292caeda78e):
build(deps): bump golang.org/x/tools from 0.16.0 to 0.16.1
([#&#8203;1299](https://togithub.com/0xERR0R/blocky/issues/1299))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`c591fb8`](https://togithub.com/0xERR0R/blocky/commit/c591fb88f0b9bfff749f66e49da2d3a81fc563c5):
build(deps): bump google.golang.org/grpc from 1.57.0 to 1.57.1
([#&#8203;1211](https://togithub.com/0xERR0R/blocky/issues/1211))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`f5ec92f`](https://togithub.com/0xERR0R/blocky/commit/f5ec92f43879c3fd469f4ff973a020879d03b9cb):
build(deps): bump goreleaser/goreleaser-action from 4 to 5
([#&#8203;1136](https://togithub.com/0xERR0R/blocky/issues/1136))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`de13ffc`](https://togithub.com/0xERR0R/blocky/commit/de13ffc6aecf7dffcf7a56f879bd5df78b30ae48):
build(deps): bump gorm.io/driver/mysql from 1.5.0 to 1.5.2
([#&#8203;1200](https://togithub.com/0xERR0R/blocky/issues/1200))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`2fcdf69`](https://togithub.com/0xERR0R/blocky/commit/2fcdf695ede825b1107eccebae69ca71f28958af):
build(deps): bump gorm.io/driver/postgres from 1.5.2 to 1.5.3
([#&#8203;1199](https://togithub.com/0xERR0R/blocky/issues/1199))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`58bfe5a`](https://togithub.com/0xERR0R/blocky/commit/58bfe5acc2217686a1db0b92c53b297b1ac10d98):
build(deps): bump gorm.io/driver/postgres from 1.5.3 to 1.5.4
([#&#8203;1212](https://togithub.com/0xERR0R/blocky/issues/1212))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`210900b`](https://togithub.com/0xERR0R/blocky/commit/210900b25dac042c7eb0bef6a9ad862d04d8989c):
build(deps): bump gorm.io/driver/sqlite from 1.5.3 to 1.5.4
([#&#8203;1194](https://togithub.com/0xERR0R/blocky/issues/1194))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`733a54d`](https://togithub.com/0xERR0R/blocky/commit/733a54d7377642a313f5bfb8d0098c0e2fdb389a):
build(deps): bump gorm.io/gorm from 1.25.4 to 1.25.5
([#&#8203;1198](https://togithub.com/0xERR0R/blocky/issues/1198))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`7782818`](https://togithub.com/0xERR0R/blocky/commit/7782818e8d49cc71d1e605608a049b5da75d8815):
chore(build): change deprecated "rm-dist" flag to "clean"
([#&#8203;1120](https://togithub.com/0xERR0R/blocky/issues/1120))
([@&#8203;0xERR0R](https://togithub.com/0xERR0R))
-
[`45a9335`](https://togithub.com/0xERR0R/blocky/commit/45a933565e4d33ed5ab4f8092842acd3ee98e8de):
chore(build): revert codecov-action update
([@&#8203;0xERR0R](https://togithub.com/0xERR0R))
-
[`1dcbf90`](https://togithub.com/0xERR0R/blocky/commit/1dcbf9023249f104a915bc533975ebd416aa7276):
chore(build): update Golang to 1.21
([#&#8203;1122](https://togithub.com/0xERR0R/blocky/issues/1122))
([@&#8203;0xERR0R](https://togithub.com/0xERR0R))
-
[`7645ed3`](https://togithub.com/0xERR0R/blocky/commit/7645ed35a358b1d66a2b664bf6776f3181788eae):
chore(build): update golangci-lint to 1.54.2
([#&#8203;1121](https://togithub.com/0xERR0R/blocky/issues/1121))
([@&#8203;0xERR0R](https://togithub.com/0xERR0R))
-
[`497bd0d`](https://togithub.com/0xERR0R/blocky/commit/497bd0d0fd1a2afb58cfd36a3c37c8e5aca9a467):
chore(refactor): refactor cache implementation
([#&#8203;1174](https://togithub.com/0xERR0R/blocky/issues/1174))
([@&#8203;0xERR0R](https://togithub.com/0xERR0R))
-
[`8152999`](https://togithub.com/0xERR0R/blocky/commit/81529996cea3573051662ccf0fe68ae163a38ebf):
chore(test): add retry on network deletion
([#&#8203;1144](https://togithub.com/0xERR0R/blocky/issues/1144))
([@&#8203;0xERR0R](https://togithub.com/0xERR0R))
-
[`19865bb`](https://togithub.com/0xERR0R/blocky/commit/19865bba5570222388925f7a18133523f1dad3aa):
chore(test): change container wait strategy
([@&#8203;0xERR0R](https://togithub.com/0xERR0R))
-
[`720e655`](https://togithub.com/0xERR0R/blocky/commit/720e6550bef13deb5370745648ef34cd873f2c91):
chore(test): fix flaky test
([@&#8203;0xERR0R](https://togithub.com/0xERR0R))
-
[`500c187`](https://togithub.com/0xERR0R/blocky/commit/500c18708222eb037829fe9bd30b6e1a2fcdeb25):
chore(test): fix race conditions
([@&#8203;0xERR0R](https://togithub.com/0xERR0R))
-
[`a9ec322`](https://togithub.com/0xERR0R/blocky/commit/a9ec322c8d73989e2a7f26f89ede8b339dd6b409):
chore(test): set timeout and flake-attempts for e2e tests
([@&#8203;0xERR0R](https://togithub.com/0xERR0R))
-
[`bcff170`](https://togithub.com/0xERR0R/blocky/commit/bcff170a94ddb57ea2e4b55a460d4d22a640bab2):
chore(test): use testcontainers modules
([#&#8203;1164](https://togithub.com/0xERR0R/blocky/issues/1164))
([@&#8203;0xERR0R](https://togithub.com/0xERR0R))
-
[`aa9ae0b`](https://togithub.com/0xERR0R/blocky/commit/aa9ae0bd6308cddd614a09210cf449e0cd2f20d3):
chore(text): fix ipv6 representation
([@&#8203;0xERR0R](https://togithub.com/0xERR0R))
-
[`8ece708`](https://togithub.com/0xERR0R/blocky/commit/8ece708fe9d34b761c64ad70ad5e58d297b2cdcb):
devcontainer & unit test refactoring
([#&#8203;1220](https://togithub.com/0xERR0R/blocky/issues/1220))
([@&#8203;kwitsch](https://togithub.com/kwitsch))
-
[`b498bc5`](https://togithub.com/0xERR0R/blocky/commit/b498bc509427ca6fc25a9bc57f87f7beedda2d50):
feat(lists): add support for wildcard lists using a custom Trie
([#&#8203;1233](https://togithub.com/0xERR0R/blocky/issues/1233))
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`b1d0140`](https://togithub.com/0xERR0R/blocky/commit/b1d014017b01f738679e0f56792fc5d00b6e72f9):
feat(querylog): add flushInterval parameter
([@&#8203;0xERR0R](https://togithub.com/0xERR0R))
-
[`df8c373`](https://togithub.com/0xERR0R/blocky/commit/df8c373ef123b2d4e00589df31944b8998b2dba7):
feat(resolver): race UDP and TCP when connecting upstream
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`72d747c`](https://togithub.com/0xERR0R/blocky/commit/72d747c16f6d181d3d5bc27d31d42f40551c9d20):
feat: API-first approach for REST interface
([#&#8203;1129](https://togithub.com/0xERR0R/blocky/issues/1129))
([@&#8203;0xERR0R](https://togithub.com/0xERR0R))
-
[`d77f0ed`](https://togithub.com/0xERR0R/blocky/commit/d77f0ed54f1d43d9a5cbb8a6bfd3ed199090353a):
feat: add API endpoint to flush the DNS Cache
([#&#8203;1178](https://togithub.com/0xERR0R/blocky/issues/1178))
([@&#8203;0xERR0R](https://togithub.com/0xERR0R))
-
[`7a3c054`](https://togithub.com/0xERR0R/blocky/commit/7a3c054b4367d81653b70d3f33e7dfb967fb04ed):
feat: add `upstreams.init.strategy`
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`6f60bea`](https://togithub.com/0xERR0R/blocky/commit/6f60bea5c253c5ba3bc9ce9426f5e0b9cfe9ceee):
feat: add timeout to bootstrap
([#&#8203;1158](https://togithub.com/0xERR0R/blocky/issues/1158))
([@&#8203;0xERR0R](https://togithub.com/0xERR0R))
-
[`94663ee`](https://togithub.com/0xERR0R/blocky/commit/94663eeaeb8365e5f1feccd60a6bf6226877e547):
feat: add upstream strategy `random`
([#&#8203;1221](https://togithub.com/0xERR0R/blocky/issues/1221))
([@&#8203;DerRockWolf](https://togithub.com/DerRockWolf))
-
[`73bc60c`](https://togithub.com/0xERR0R/blocky/commit/73bc60cb2223ba55fdfa49bb060fd375c9229c3a):
feat: reduce DNS response cache memory consumption
([#&#8203;1196](https://togithub.com/0xERR0R/blocky/issues/1196))
([@&#8203;0xERR0R](https://togithub.com/0xERR0R))
-
[`6dd294b`](https://togithub.com/0xERR0R/blocky/commit/6dd294b4a7569f57828afffb485290e2865794c9):
fix(ci): limit docs job concurrency to one
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`7feaba4`](https://togithub.com/0xERR0R/blocky/commit/7feaba48c77b9192723dab321e64deb4871ebd60):
fix(docs): clarify `blocky_error_total`
([#&#8203;1270](https://togithub.com/0xERR0R/blocky/issues/1270))
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`6775410`](https://togithub.com/0xERR0R/blocky/commit/6775410909c91a26adbdcc4316caed33c7b92cf6):
fix(docs): fix documentation link in README.md
([#&#8203;1133](https://togithub.com/0xERR0R/blocky/issues/1133))
([#&#8203;1134](https://togithub.com/0xERR0R/blocky/issues/1134))
([@&#8203;0xERR0R](https://togithub.com/0xERR0R))
-
[`a7f2ca2`](https://togithub.com/0xERR0R/blocky/commit/a7f2ca208b5706ba1aab3d3f7ad6827932dfb3fe):
fix(docs): make custom DNS matching recursively more explicit
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`b2fa627`](https://togithub.com/0xERR0R/blocky/commit/b2fa627a4642d2d3267a8be23c12de946230be84):
fix(docs): remove note that slipped in
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`2db0bd9`](https://togithub.com/0xERR0R/blocky/commit/2db0bd9c6b0ab17d84f27a62e962ea6bc75b79ff):
fix(docs): update `hostsFile` to use "sources"
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`e4ebc16`](https://togithub.com/0xERR0R/blocky/commit/e4ebc16ccc08cb35f37b631aa8be32c5a3eccdf1):
fix(parallel_best): set `typeName` to "random" when appropriate
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`dece894`](https://togithub.com/0xERR0R/blocky/commit/dece894bd6d62205f2ec69379850e2a526667c8d):
fix(rewrite): support the case where upstream doesn't echo the question
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`08a3df6`](https://togithub.com/0xERR0R/blocky/commit/08a3df6e644bc8e66726688e23daf7e1efcb8b0a):
fix(tests): don't make following requests wait on the first
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`d52c598`](https://togithub.com/0xERR0R/blocky/commit/d52c598546918827774d64203e863f6213f833eb):
fix(tests): properly silence log output
([#&#8203;1259](https://togithub.com/0xERR0R/blocky/issues/1259))
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`4e89b44`](https://togithub.com/0xERR0R/blocky/commit/4e89b441858e5ce458d0a7338fa9b8dc9bf34e86):
fix(util): make `FatalOnError` override `log.Silence`
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`d87e6b4`](https://togithub.com/0xERR0R/blocky/commit/d87e6b4157cdc723893d3984b78f9a91e59d2c08):
fix: ANSI color codes being printed on Windows
([#&#8203;1225](https://togithub.com/0xERR0R/blocky/issues/1225))
([@&#8203;kwitsch](https://togithub.com/kwitsch))
-
[`47eb8be`](https://togithub.com/0xERR0R/blocky/commit/47eb8be77f15a7cbff2b2f1892f0cc70fc04c4a7):
fix: conditional resolver panics on response without question
([#&#8203;1148](https://togithub.com/0xERR0R/blocky/issues/1148))
([@&#8203;0xERR0R](https://togithub.com/0xERR0R))
-
[`431b9be`](https://togithub.com/0xERR0R/blocky/commit/431b9be3e523b74de63fccfd2eb4aba1690f76e8):
fix: don't cache DNS responses with CD flag
([@&#8203;0xERR0R](https://togithub.com/0xERR0R))
-
[`9f15228`](https://togithub.com/0xERR0R/blocky/commit/9f15228c097723676e9ed3897f257fbcb66f502a):
fix: don't cache EDNS pseudo records
([#&#8203;1150](https://togithub.com/0xERR0R/blocky/issues/1150))
([@&#8203;0xERR0R](https://togithub.com/0xERR0R))
-
[`245bb61`](https://togithub.com/0xERR0R/blocky/commit/245bb613df9b16499444153bb23c9a393a86ee27):
fix: don't convert regex from punycode to ASCII
([#&#8203;1126](https://togithub.com/0xERR0R/blocky/issues/1126))
([#&#8203;1131](https://togithub.com/0xERR0R/blocky/issues/1131))
([@&#8203;0xERR0R](https://togithub.com/0xERR0R))
-
[`4a5a395`](https://togithub.com/0xERR0R/blocky/commit/4a5a3956553b5b2da8d6e30ab56f1e7fe67d5b94):
fix: log.privacy option no longer hides domain names being resolved
([#&#8203;1255](https://togithub.com/0xERR0R/blocky/issues/1255))
([@&#8203;0xERR0R](https://togithub.com/0xERR0R))
-
[`65ff684`](https://togithub.com/0xERR0R/blocky/commit/65ff6847ad83c02376771cd1e70d88b9018ef192):
fix: return error code on server starup failure
([#&#8203;1165](https://togithub.com/0xERR0R/blocky/issues/1165))
([@&#8203;0xERR0R](https://togithub.com/0xERR0R))
-
[`d5be588`](https://togithub.com/0xERR0R/blocky/commit/d5be5884d9d3bba349a8b0bbc582239a5fb23d8a):
fix: truncated responses should not be cached
([#&#8203;1149](https://togithub.com/0xERR0R/blocky/issues/1149))
([@&#8203;0xERR0R](https://togithub.com/0xERR0R))
-
[`f988593`](https://togithub.com/0xERR0R/blocky/commit/f98859325e0d40b188fcca97f46c5bc3fa3fd7b5):
fix: use different TTL of multiple records in answer
([@&#8203;0xERR0R](https://togithub.com/0xERR0R))
-
[`15bd383`](https://togithub.com/0xERR0R/blocky/commit/15bd383460654c1e641deff26e3d89d7d0dd2754):
ginkgolinter: enable all checks and fix findings
([#&#8203;1274](https://togithub.com/0xERR0R/blocky/issues/1274))
([@&#8203;nunnatsa](https://togithub.com/nunnatsa))
-
[`f0a96f9`](https://togithub.com/0xERR0R/blocky/commit/f0a96f9cd1611745bf520ffc493d9095f1aa7d4c):
opencontainer labels enhancement
([#&#8203;1191](https://togithub.com/0xERR0R/blocky/issues/1191))
([@&#8203;kwitsch](https://togithub.com/kwitsch))
-
[`29a5681`](https://togithub.com/0xERR0R/blocky/commit/29a5681b3c79f19d609b3b49a1ceae0afaa4c256):
refactor(bootstap): prepare for resolver package split
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`0f69630`](https://togithub.com/0xERR0R/blocky/commit/0f69630563389176951dfc7223b1be6400ad07a5):
refactor(bootstrap): replace `Dialer.Timeout` with a `context` deadline
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`270dc17`](https://togithub.com/0xERR0R/blocky/commit/270dc178dc2f279ea4481117c3ae8a0f4ada5ef9):
refactor(config): add `TLSVersion` type
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`ef29cdc`](https://togithub.com/0xERR0R/blocky/commit/ef29cdc45eff15dc97ea471f12e40d6f664d5344):
refactor(config): ensure `upstreams.timeout` is always valid
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`9760735`](https://togithub.com/0xERR0R/blocky/commit/9760735f3a4b186c8520b38844775402016699f4):
refactor(config): move `dohUserAgent` to `upstreams.userAgent`
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`e4be0c0`](https://togithub.com/0xERR0R/blocky/commit/e4be0c0c869be70208907dc6b36dff43a08c46f1):
refactor(config): remove `GetConfig` and its last uses
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`a6654dc`](https://togithub.com/0xERR0R/blocky/commit/a6654dcd5770a32d933fa6d419fea13aea90ebac):
refactor(config): rename `StartStrategyType` to `InitStrategy`
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`659076d`](https://togithub.com/0xERR0R/blocky/commit/659076dd7be4000c9b58aef8ae23e3ef94942ea7):
refactor(resolvers): make `Bootstrap` implement `Resolver`
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`891d0fb`](https://togithub.com/0xERR0R/blocky/commit/891d0fba743484c533dcb2b57295b6870476a718):
refactor(tests): move `DeferCleanup` into helper functions
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`8c7b89c`](https://togithub.com/0xERR0R/blocky/commit/8c7b89cbb36df05c0aee362ea03541862fdda299):
refactor(tests): remove `TmpFile.Error` to centralize error checks
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`adb970a`](https://togithub.com/0xERR0R/blocky/commit/adb970af100d23ed7bd27bc777ea1facc7b91bfd):
refactor(tests): use `MockUDPUpstreamServer.WithDelay` where possible
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`8ad83d0`](https://togithub.com/0xERR0R/blocky/commit/8ad83d0568e013664404c72ea6e5c7428d34fda3):
refactor(tests): use a `const timeout` to simplify race avoidance
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`02cf490`](https://togithub.com/0xERR0R/blocky/commit/02cf4903f388e0b0488651902511703cee5e567b):
refactor(util): use `LogPrivacy` global instead of `GetConfig`
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`b386e22`](https://togithub.com/0xERR0R/blocky/commit/b386e22ebeac9f0ca564f0a3eddc0aa829cd0c59):
refactor: embed `Upstreams` in `UpstreamGroup` to make values accessible
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`eae99ec`](https://togithub.com/0xERR0R/blocky/commit/eae99ec5505ad1633db6aff7467fd40a10cfa929):
refactor: make use of contexts in more places
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`33ea933`](https://togithub.com/0xERR0R/blocky/commit/33ea93301588bce2c0eaa726fbb88ec9d252b5ed):
refactor: pass context for goroutine shutdown
([#&#8203;1187](https://togithub.com/0xERR0R/blocky/issues/1187))
([@&#8203;0xERR0R](https://togithub.com/0xERR0R))
-
[`2c71f91`](https://togithub.com/0xERR0R/blocky/commit/2c71f91aca5b796bb869620f5ce134c19d56a6a9):
refactor: remove deprecated and no-op `SingleInflight`
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`603d374`](https://togithub.com/0xERR0R/blocky/commit/603d374405e2466b61690bcb215d89da005bde22):
refactor: remove no longer needed TLS handshake timeout
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`7d93ffb`](https://togithub.com/0xERR0R/blocky/commit/7d93ffb80c6eec7d2265e71d00cbac45c59c553c):
refactor: remove the `config` global
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`3f14e71`](https://togithub.com/0xERR0R/blocky/commit/3f14e71eeb42982a78f55304a417c38e10057e59):
remove go version in devcontainer file
([#&#8203;1184](https://togithub.com/0xERR0R/blocky/issues/1184))
([@&#8203;kwitsch](https://togithub.com/kwitsch))
-
[`ac54110`](https://togithub.com/0xERR0R/blocky/commit/ac54110886ec464a90f8a51420d572389ae04722):
squash: remove Nix flake
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`c5cc112`](https://togithub.com/0xERR0R/blocky/commit/c5cc1120a9a2ce5043ca5650c9e3acce615ef1e7):
squash: remove `TmpFolder.ReadDir` and partially revert querylog test
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`23359d1`](https://togithub.com/0xERR0R/blocky/commit/23359d14715e69731e3d00cb28fc1efa6a8da9a6):
style(config): add `config/migration` to `dot-import` allow-list
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`fa2d814`](https://togithub.com/0xERR0R/blocky/commit/fa2d8149ba19537a5518b8024b2e9eed23a07730):
style(config): remove unused `nolint`
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`3216802`](https://togithub.com/0xERR0R/blocky/commit/321680250ade98e9023a38fe82c26a47819593ab):
style(tests): `Should(Not(x))` -> `ShouldNot(x)`
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`fe5c753`](https://togithub.com/0xERR0R/blocky/commit/fe5c753eedf073421351eaf06d70eddc7fbf16db):
style(tests): `ShouldNot(HaveOccurred())` -> `Should(Succeed())`
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`a330174`](https://togithub.com/0xERR0R/blocky/commit/a3301749491d26ee30bece3a84237cc46b83fbb2):
style(tests): `ShouldNot(Succeed())` -> `Should(HaveOccurred())`
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`f371857`](https://togithub.com/0xERR0R/blocky/commit/f371857150992bbc86bf08b15f691db8e755040d):
style(tests): use `ContainElements` where possible
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`1a1891c`](https://togithub.com/0xERR0R/blocky/commit/1a1891c8b63b390a58e890f734f095202df030cf):
symbol name refactoring
([#&#8203;1263](https://togithub.com/0xERR0R/blocky/issues/1263))
([@&#8203;kwitsch](https://togithub.com/kwitsch))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:39:29 +01:00
TrueCharts Bot bada007ab5 chore(deps): update container image xhofe/alist to v3.30.0@084ba82 by renovate (#17024)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [xhofe/alist](https://togithub.com/alist-org/alist) | minor |
`v3.29.1` -> `v3.30.0` |

---

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

---

### Release Notes

<details>
<summary>alist-org/alist (xhofe/alist)</summary>

###
[`v3.30.0`](https://togithub.com/alist-org/alist/releases/tag/v3.30.0)

[Compare
Source](https://togithub.com/alist-org/alist/compare/v3.29.1...v3.30.0)

#####    🚨 Breaking Changes

- Replace regex package  -  by
[@&#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5755](https://togithub.com/alist-org/alist/issues/5755)
[<samp>(47847)</samp>](https://togithub.com/alist-org/alist/commit/478470f)

#####    🚀 Features

- Enabled `sign_all` by default  -  by
[@&#8203;xhofe](https://togithub.com/xhofe)
[<samp>(54e75)</samp>](https://togithub.com/alist-org/alist/commit/54e75d7)
- Add task info to resp of add task api  -  by
[@&#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5579](https://togithub.com/alist-org/alist/issues/5579)
[<samp>(026e9)</samp>](https://togithub.com/alist-org/alist/commit/026e944)
- Add support for client-side discoverable WebAuthn login  -  by
[@&#8203;huiyifyj](https://togithub.com/huiyifyj) in
[https://github.com/alist-org/alist/issues/5722](https://togithub.com/alist-org/alist/issues/5722)
[<samp>(3eca3)</samp>](https://togithub.com/alist-org/alist/commit/3eca38e)
- Add ldap login support  -  by
[@&#8203;JeremieCHN](https://togithub.com/JeremieCHN) in
[https://github.com/alist-org/alist/issues/5706](https://togithub.com/alist-org/alist/issues/5706)
[<samp>(697a0)</samp>](https://togithub.com/alist-org/alist/commit/697a0ed)
- Add `ILanzou` driver
([#&#8203;5810](https://togithub.com/alist-org/alist/issues/5810) close
[#&#8203;5715](https://togithub.com/alist-org/alist/issues/5715))  -  by
[@&#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5810](https://togithub.com/alist-org/alist/issues/5810)
and
[https://github.com/alist-org/alist/issues/5715](https://togithub.com/alist-org/alist/issues/5715)
[<samp>(9d5fb)</samp>](https://togithub.com/alist-org/alist/commit/9d5fb7f)
- **115**: Support 302 redirect  -  by
[@&#8203;foxxorcat](https://togithub.com/foxxorcat) in
[https://github.com/alist-org/alist/issues/5733](https://togithub.com/alist-org/alist/issues/5733)
[<samp>(299bf)</samp>](https://togithub.com/alist-org/alist/commit/299bfb4)
- **139**: Support new personal cloud api  -  by
[@&#8203;linepro6](https://togithub.com/linepro6) and
[@&#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5690](https://togithub.com/alist-org/alist/issues/5690)
[<samp>(de56f)</samp>](https://togithub.com/alist-org/alist/commit/de56f92)
- **alipan**: Replace domain
([#&#8203;5751](https://togithub.com/alist-org/alist/issues/5751) close
[#&#8203;5747](https://togithub.com/alist-org/alist/issues/5747))  -  by
[@&#8203;xiaozhou26](https://togithub.com/xiaozhou26) in
[https://github.com/alist-org/alist/issues/5751](https://togithub.com/alist-org/alist/issues/5751)
and
[https://github.com/alist-org/alist/issues/5747](https://togithub.com/alist-org/alist/issues/5747)
[<samp>(6b8f3)</samp>](https://togithub.com/alist-org/alist/commit/6b8f35e)

#####    🐞 Bug Fixes

- Add error handling for webdav mkcol according to RFC 4918  -  by
[@&#8203;Kuingsmile](https://togithub.com/Kuingsmile) in
[https://github.com/alist-org/alist/issues/5581](https://togithub.com/alist-org/alist/issues/5581)
[<samp>(f4dcf)</samp>](https://togithub.com/alist-org/alist/commit/f4dcf45)
- Incorrect go-version on auto-lang  -  by
[@&#8203;xhofe](https://togithub.com/xhofe)
[<samp>(f475e)</samp>](https://togithub.com/alist-org/alist/commit/f475eb4)
- Task cannot be retried manually  -  by
[@&#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5599](https://togithub.com/alist-org/alist/issues/5599)
[<samp>(66b7f)</samp>](https://togithub.com/alist-org/alist/commit/66b7fe1)
- Incorrect key of oidc username  -  by
[@&#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5670](https://togithub.com/alist-org/alist/issues/5670)
[<samp>(296be)</samp>](https://togithub.com/alist-org/alist/commit/296be88)
- Retry multipart file reset
([#&#8203;5693](https://togithub.com/alist-org/alist/issues/5693) close
[#&#8203;5628](https://togithub.com/alist-org/alist/issues/5628))  -  by
[@&#8203;foxxorcat](https://togithub.com/foxxorcat) in
[https://github.com/alist-org/alist/issues/5693](https://togithub.com/alist-org/alist/issues/5693)
and
[https://github.com/alist-org/alist/issues/5628](https://togithub.com/alist-org/alist/issues/5628)
[<samp>(74b20)</samp>](https://togithub.com/alist-org/alist/commit/74b20de)
- Some missing regexp lib modified  -  by
[@&#8203;xhofe](https://togithub.com/xhofe)
[<samp>(57bac)</samp>](https://togithub.com/alist-org/alist/commit/57bac9e)
- Panic due to send on closed channel  -  by
[@&#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5729](https://togithub.com/alist-org/alist/issues/5729)
[<samp>(8020d)</samp>](https://togithub.com/alist-org/alist/commit/8020d42)
-   **115**:
- Support null `UserAgent`  -  by
[@&#8203;foxxorcat](https://togithub.com/foxxorcat) in
[https://github.com/alist-org/alist/issues/5787](https://togithub.com/alist-org/alist/issues/5787)
[<samp>(b5cc9)</samp>](https://togithub.com/alist-org/alist/commit/b5cc90c)
-   **123**:
- Api sign error
([#&#8203;5689](https://togithub.com/alist-org/alist/issues/5689) close
[#&#8203;5083](https://togithub.com/alist-org/alist/issues/5083))  -  by
[@&#8203;tonsr](https://togithub.com/tonsr), **tangminghao** and
[@&#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5689](https://togithub.com/alist-org/alist/issues/5689)
and
[https://github.com/alist-org/alist/issues/5083](https://togithub.com/alist-org/alist/issues/5083)
[<samp>(54f7b)</samp>](https://togithub.com/alist-org/alist/commit/54f7b21)
-   **alist_v3**:
- Timeout on upload  -  by [@&#8203;xhofe](https://togithub.com/xhofe)
in
[https://github.com/alist-org/alist/issues/5465](https://togithub.com/alist-org/alist/issues/5465)
[<samp>(e91c4)</samp>](https://togithub.com/alist-org/alist/commit/e91c42c)
-   **deps**:
- Update module github.com/gorilla/websocket to v1.5.1 \[skip ci]  -  by
[@&#8203;renovate](https://togithub.com/renovate)\[bot] and
[@&#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5770](https://togithub.com/alist-org/alist/issues/5770)
[<samp>(182aa)</samp>](https://togithub.com/alist-org/alist/commit/182aacd)
- Update golang.org/x/exp digest to
[`02704c9`](https://togithub.com/alist-org/alist/commit/02704c9) \[skip
ci]  -  by [@&#8203;renovate](https://togithub.com/renovate)\[bot] and
[@&#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5769](https://togithub.com/alist-org/alist/issues/5769)
[<samp>(977b3)</samp>](https://togithub.com/alist-org/alist/commit/977b3cf)
- Update module golang.org/x/crypto to v0.17.0 \[security]  -  by
[@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5768](https://togithub.com/alist-org/alist/issues/5768)8
[<samp>(be5d9)</samp>](https://togithub.com/alist-org/alist/commit/be5d94c)
- Update module google.golang.org/appengine to v1.6.8 \[skip ci]  -  by
[@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5772](https://togithub.com/alist-org/alist/issues/5772)2
[<samp>(a006f)</samp>](https://togithub.com/alist-org/alist/commit/a006f57)
- Update module github.com/djherbis/times to v1.6.0 \[skip ci]  -  by
[@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5422](https://togithub.com/alist-org/alist/issues/5422)2
[<samp>(2c8d0)</samp>](https://togithub.com/alist-org/alist/commit/2c8d003)
- Update module github.com/aws/aws-sdk-go to v1.49.13 \[skip ci]  -  by
[@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5774](https://togithub.com/alist-org/alist/issues/5774)4
[<samp>(bdf7a)</samp>](https://togithub.com/alist-org/alist/commit/bdf7abe)
- Update module github.com/maruel/natural to v1.1.1 \[skip ci]  -  by
[@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5771](https://togithub.com/alist-org/alist/issues/5771)1
[<samp>(e2434)</samp>](https://togithub.com/alist-org/alist/commit/e243402)
- Update module github.com/aliyun/aliyun-oss-go-sdk to
v2.2.10+incompatible  -  by
[@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5447](https://togithub.com/alist-org/alist/issues/5447)7
[<samp>(5afd6)</samp>](https://togithub.com/alist-org/alist/commit/5afd65b)
- Update module github.com/gin-contrib/cors to v1.5.0 \[skip ci]  -  by
[@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5779](https://togithub.com/alist-org/alist/issues/5779)9
[<samp>(2c153)</samp>](https://togithub.com/alist-org/alist/commit/2c15349)
- Update module github.com/deckarep/golang-set/v2 to v2.6.0 \[skip ci]
 -  by [@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5778](https://togithub.com/alist-org/alist/issues/5778)8
[<samp>(8531b)</samp>](https://togithub.com/alist-org/alist/commit/8531b23)
- Update module github.com/charmbracelet/bubbletea to v0.25.0 \[skip ci]
 -  by [@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5776](https://togithub.com/alist-org/alist/issues/5776)6
[<samp>(a4a96)</samp>](https://togithub.com/alist-org/alist/commit/a4a9675)
- Update module github.com/charmbracelet/bubbles to v0.17.1 \[skip ci]
 -  by [@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5775](https://togithub.com/alist-org/alist/issues/5775)5
[<samp>(45b1f)</samp>](https://togithub.com/alist-org/alist/commit/45b1ff4)
- Update module github.com/go-resty/resty/v2 to v2.11.0  -  by
[@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5781](https://togithub.com/alist-org/alist/issues/5781)1
[<samp>(c3664)</samp>](https://togithub.com/alist-org/alist/commit/c36644a)
- Update module github.com/go-webauthn/webauthn to v0.10.0 \[skip ci]
 -  by [@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5782](https://togithub.com/alist-org/alist/issues/5782)2
[<samp>(8a427)</samp>](https://togithub.com/alist-org/alist/commit/8a427dd)
- Update module golang.org/x/time to v0.5.0 \[skip ci]  -  by
[@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5786](https://togithub.com/alist-org/alist/issues/5786)6
[<samp>(7db27)</samp>](https://togithub.com/alist-org/alist/commit/7db27e6)
- Update module github.com/spf13/cobra to v1.8.0 \[skip ci]  -  by
[@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5783](https://togithub.com/alist-org/alist/issues/5783)3
[<samp>(207c7)</samp>](https://togithub.com/alist-org/alist/commit/207c7e0)
- Update module golang.org/x/image to v0.14.0 \[skip ci]  -  by
[@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5784](https://togithub.com/alist-org/alist/issues/5784)4
[<samp>(b97c9)</samp>](https://togithub.com/alist-org/alist/commit/b97c917)
- Update module golang.org/x/oauth2 to v0.15.0 \[skip ci]  -  by
[@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5785](https://togithub.com/alist-org/alist/issues/5785)5
[<samp>(88831)</samp>](https://togithub.com/alist-org/alist/commit/88831b5)
- Update golang.org/x/exp digest to
[`be819d1`](https://togithub.com/alist-org/alist/commit/be819d1) \[skip
ci]  -  by [@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5807](https://togithub.com/alist-org/alist/issues/5807)7
[<samp>(fd96a)</samp>](https://togithub.com/alist-org/alist/commit/fd96a7c)
- Update module github.com/aws/aws-sdk-go to v1.49.15  -  by
[@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5816](https://togithub.com/alist-org/alist/issues/5816)6
[<samp>(fb729)</samp>](https://togithub.com/alist-org/alist/commit/fb729c1)
- Update module golang.org/x/image to v0.15.0  -  by
[@&#8203;renovate](https://togithub.com/renovate)\[bot]
in[https://github.com/alist-org/alist/issues/5825](https://togithub.com/alist-org/alist/issues/5825)5
[<samp>(28bb3)</samp>](https://togithub.com/alist-org/alist/commit/28bb3f6)
-   **net**:
- Buf use Mutex  -  by [@&#8203;rammiah](https://togithub.com/rammiah)
and [@&#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5823](https://togithub.com/alist-org/alist/issues/5823)
[<samp>(4448e)</samp>](https://togithub.com/alist-org/alist/commit/4448e08)
-   **offline_download**:
- Don't wait for transfer task  -  by
[@&#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5595](https://togithub.com/alist-org/alist/issues/5595)
[<samp>(8bdfc)</samp>](https://togithub.com/alist-org/alist/commit/8bdfc7a)
-   **onedrive**:
- Rename object in root folder  -  by
[@&#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5468](https://togithub.com/alist-org/alist/issues/5468)
[<samp>(ab216)</samp>](https://togithub.com/alist-org/alist/commit/ab216ed)
-   **qbit**:
- Seed time doesn't take effect  -  by
[@&#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5663](https://togithub.com/alist-org/alist/issues/5663)
[<samp>(83c22)</samp>](https://togithub.com/alist-org/alist/commit/83c2269)
-   **teambition**:
- International upload  -  by
[@&#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5360](https://togithub.com/alist-org/alist/issues/5360)
[<samp>(b99e7)</samp>](https://togithub.com/alist-org/alist/commit/b99e709)
-   **vtencent**:
- Only show 50 files  -  by [@&#8203;xhofe](https://togithub.com/xhofe)
in
[https://github.com/alist-org/alist/issues/5805](https://togithub.com/alist-org/alist/issues/5805)
[<samp>(126cf)</samp>](https://togithub.com/alist-org/alist/commit/126cfe9)

#####    🏎 Performance

- Make docker release 10 times faster  -  by
[@&#8203;Mmx233](https://togithub.com/Mmx233) and
[@&#8203;xhofe](https://togithub.com/xhofe) in
[https://github.com/alist-org/alist/issues/5803](https://togithub.com/alist-org/alist/issues/5803)
[<samp>(e6e2d)</samp>](https://togithub.com/alist-org/alist/commit/e6e2d03)

#####     [View changes on
GitHub](https://togithub.com/alist-org/alist/compare/v3.29.1...v3.30.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:34:44 +01:00
TrueCharts Bot 3b49dbac3b chore(deps): update container image ghostfolio/ghostfolio to v2.36.0@a25ab06 by renovate (#17019)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghostfolio/ghostfolio | minor | `2.34.0` -> `2.36.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:34:34 +01:00
TrueCharts Bot 6b91a0a4a9 chore(deps): update container image shlinkio/shlink to v3.7.3@c70cf1b by renovate (#17010) 2024-01-08 07:34:30 +01:00
TrueCharts Bot 5210eeb6c4 chore(deps): update container image ghcr.io/paperless-ngx/paperless-ngx to v2.3.2@3a54210 by renovate (#17017)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/paperless-ngx/paperless-ngx](https://togithub.com/paperless-ngx/paperless-ngx)
| minor | `2.2.1` -> `2.3.2` |

---

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

---

### Release Notes

<details>
<summary>paperless-ngx/paperless-ngx
(ghcr.io/paperless-ngx/paperless-ngx)</summary>

###
[`v2.3.2`](https://togithub.com/paperless-ngx/paperless-ngx/releases/tag/v2.3.2):
Paperless-ngx v2.3.2

[Compare
Source](https://togithub.com/paperless-ngx/paperless-ngx/compare/v2.3.1...v2.3.2)

#### paperless-ngx 2.3.2

##### Bug Fixes

- Fix: triggered workflow assignment of customfield fails if field
exists in v2.3.1 [@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5302](https://togithub.com/paperless-ngx/paperless-ngx/pull/5302))
- Fix: Decoding of user arguments for OCR
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;5307](https://togithub.com/paperless-ngx/paperless-ngx/pull/5307))
- Fix: empty workflow trigger match field cannot be saved in v.2.3.1
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5301](https://togithub.com/paperless-ngx/paperless-ngx/pull/5301))
- Fix: Use local time for added/updated workflow triggers
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;5304](https://togithub.com/paperless-ngx/paperless-ngx/pull/5304))
- Fix: workflow edit form loses unsaved changes
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5299](https://togithub.com/paperless-ngx/paperless-ngx/pull/5299))

##### All App Changes

<details>
<summary>5 changes</summary>

- Fix: triggered workflow assignment of customfield fails if field
exists in v2.3.1 [@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5302](https://togithub.com/paperless-ngx/paperless-ngx/pull/5302))
- Fix: Decoding of user arguments for OCR
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;5307](https://togithub.com/paperless-ngx/paperless-ngx/pull/5307))
- Fix: empty workflow trigger match field cannot be saved in v.2.3.1
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5301](https://togithub.com/paperless-ngx/paperless-ngx/pull/5301))
- Fix: Use local time for added/updated workflow triggers
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;5304](https://togithub.com/paperless-ngx/paperless-ngx/pull/5304))
- Fix: workflow edit form loses unsaved changes
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5299](https://togithub.com/paperless-ngx/paperless-ngx/pull/5299))

</details>

###
[`v2.3.1`](https://togithub.com/paperless-ngx/paperless-ngx/releases/tag/v2.3.1):
Paperless-ngx v2.3.1

[Compare
Source](https://togithub.com/paperless-ngx/paperless-ngx/compare/v2.3.0...v2.3.1)

#### paperless-ngx 2.3.1

##### Bug Fixes

- Fix: edit workflow form not displaying trigger settings
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5276](https://togithub.com/paperless-ngx/paperless-ngx/pull/5276))
- Fix: Prevent passing 0 pages to OCRMyPDF
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;5275](https://togithub.com/paperless-ngx/paperless-ngx/pull/5275))

##### All App Changes

<details>
<summary>2 changes</summary>

- Fix: edit workflow form not displaying trigger settings
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5276](https://togithub.com/paperless-ngx/paperless-ngx/pull/5276))
- Fix: Prevent passing 0 pages to OCRMyPDF
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;5275](https://togithub.com/paperless-ngx/paperless-ngx/pull/5275))

</details>

###
[`v2.3.0`](https://togithub.com/paperless-ngx/paperless-ngx/releases/tag/v2.3.0):
Paperless-ngx v2.3.0

[Compare
Source](https://togithub.com/paperless-ngx/paperless-ngx/compare/v2.2.1...v2.3.0)

#### paperless-ngx 2.3.0

##### Notable Changes

- Feature: Workflows [@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5121](https://togithub.com/paperless-ngx/paperless-ngx/pull/5121))
- Feature: Allow setting backend configuration settings via the UI
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;5126](https://togithub.com/paperless-ngx/paperless-ngx/pull/5126))

##### Features

- Feature: Workflows [@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5121](https://togithub.com/paperless-ngx/paperless-ngx/pull/5121))
- Feature: Allow setting backend configuration settings via the UI
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;5126](https://togithub.com/paperless-ngx/paperless-ngx/pull/5126))
- Enhancement: fetch mails in bulk
[@&#8203;falkenbt](https://togithub.com/falkenbt)
([#&#8203;5249](https://togithub.com/paperless-ngx/paperless-ngx/pull/5249))
- Enhancement: add `storage_path` parameter to post_document API
[@&#8203;bevanjkay](https://togithub.com/bevanjkay)
([#&#8203;5217](https://togithub.com/paperless-ngx/paperless-ngx/pull/5217))

##### Bug Fixes

- Chore: Replaces deprecated Django alias with standard library
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;5262](https://togithub.com/paperless-ngx/paperless-ngx/pull/5262))
- Fix: Crash in barcode ASN reading when the file type isn't supported
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;5261](https://togithub.com/paperless-ngx/paperless-ngx/pull/5261))
- Fix: Allows pre-consume scripts to modify the working path again
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;5260](https://togithub.com/paperless-ngx/paperless-ngx/pull/5260))
- Change: Use fnmatch for more sane workflow path matching
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5250](https://togithub.com/paperless-ngx/paperless-ngx/pull/5250))
- Fix: zip exports not respecting the --delete option
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;5245](https://togithub.com/paperless-ngx/paperless-ngx/pull/5245))
- Fix: correctly format tip admonition
[@&#8203;ChrisRBe](https://togithub.com/ChrisRBe)
([#&#8203;5229](https://togithub.com/paperless-ngx/paperless-ngx/pull/5229))
- Fix: filename format remove none when part of directory
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5210](https://togithub.com/paperless-ngx/paperless-ngx/pull/5210))
- Fix: Improve Performance for Listing and Paginating Documents
[@&#8203;antoinelibert](https://togithub.com/antoinelibert)
([#&#8203;5195](https://togithub.com/paperless-ngx/paperless-ngx/pull/5195))
- Fix: Disable custom field remove button if user does not have
permissions [@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5194](https://togithub.com/paperless-ngx/paperless-ngx/pull/5194))
- Fix: overlapping button focus highlight on login
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5193](https://togithub.com/paperless-ngx/paperless-ngx/pull/5193))
- Fix: symmetric doc links with target doc value None
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5187](https://togithub.com/paperless-ngx/paperless-ngx/pull/5187))
- Fix: setting empty doc link with docs to be removed
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5174](https://togithub.com/paperless-ngx/paperless-ngx/pull/5174))
- Enhancement: improve validation of custom field values
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5166](https://togithub.com/paperless-ngx/paperless-ngx/pull/5166))
- Fix: type casting of db values for 'shared by me' filter
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5155](https://togithub.com/paperless-ngx/paperless-ngx/pull/5155))

##### Documentation

- Fix: correctly format tip admonition
[@&#8203;ChrisRBe](https://togithub.com/ChrisRBe)
([#&#8203;5229](https://togithub.com/paperless-ngx/paperless-ngx/pull/5229))

##### Maintenance

- Chore(deps): Bump the actions group with 5 updates
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5203](https://togithub.com/paperless-ngx/paperless-ngx/pull/5203))

##### Dependencies

<details>
<summary>4 changes</summary>

- Chore(deps): Bump the actions group with 5 updates
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5203](https://togithub.com/paperless-ngx/paperless-ngx/pull/5203))
- Chore(deps): Bump the frontend-angular-dependencies group in /src-ui
with 10 updates [@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5204](https://togithub.com/paperless-ngx/paperless-ngx/pull/5204))
- Chore(deps-dev): Bump @&#8203;\<!---->types/node from 20.10.4 to
20.10.6 in /src-ui [@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5207](https://togithub.com/paperless-ngx/paperless-ngx/pull/5207))
- Chore(deps-dev): Bump the frontend-eslint-dependencies group in
/src-ui with 3 updates
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5205](https://togithub.com/paperless-ngx/paperless-ngx/pull/5205))

</details>

##### All App Changes

<details>
<summary>21 changes</summary>

- Chore: Replaces deprecated Django alias with standard library
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;5262](https://togithub.com/paperless-ngx/paperless-ngx/pull/5262))
- Fix: Crash in barcode ASN reading when the file type isn't supported
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;5261](https://togithub.com/paperless-ngx/paperless-ngx/pull/5261))
- Fix: Allows pre-consume scripts to modify the working path again
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;5260](https://togithub.com/paperless-ngx/paperless-ngx/pull/5260))
- Enhancement: add basic filters for listing of custom fields
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5257](https://togithub.com/paperless-ngx/paperless-ngx/pull/5257))
- Change: Use fnmatch for more sane workflow path matching
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5250](https://togithub.com/paperless-ngx/paperless-ngx/pull/5250))
- Enhancement: fetch mails in bulk
[@&#8203;falkenbt](https://togithub.com/falkenbt)
([#&#8203;5249](https://togithub.com/paperless-ngx/paperless-ngx/pull/5249))
- Fix: zip exports not respecting the --delete option
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;5245](https://togithub.com/paperless-ngx/paperless-ngx/pull/5245))
- Enhancement: add `storage_path` parameter to post_document API
[@&#8203;bevanjkay](https://togithub.com/bevanjkay)
([#&#8203;5217](https://togithub.com/paperless-ngx/paperless-ngx/pull/5217))
- Feature: Workflows [@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5121](https://togithub.com/paperless-ngx/paperless-ngx/pull/5121))
- Fix: filename format remove none when part of directory
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5210](https://togithub.com/paperless-ngx/paperless-ngx/pull/5210))
- Chore(deps): Bump the frontend-angular-dependencies group in /src-ui
with 10 updates [@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5204](https://togithub.com/paperless-ngx/paperless-ngx/pull/5204))
- Chore(deps-dev): Bump @&#8203;\<!---->types/node from 20.10.4 to
20.10.6 in /src-ui [@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5207](https://togithub.com/paperless-ngx/paperless-ngx/pull/5207))
- Chore(deps-dev): Bump the frontend-eslint-dependencies group in
/src-ui with 3 updates
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5205](https://togithub.com/paperless-ngx/paperless-ngx/pull/5205))
- Fix: Improve Performance for Listing and Paginating Documents
[@&#8203;antoinelibert](https://togithub.com/antoinelibert)
([#&#8203;5195](https://togithub.com/paperless-ngx/paperless-ngx/pull/5195))
- Fix: Disable custom field remove button if user does not have
permissions [@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5194](https://togithub.com/paperless-ngx/paperless-ngx/pull/5194))
- Fix: overlapping button focus highlight on login
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5193](https://togithub.com/paperless-ngx/paperless-ngx/pull/5193))
- Fix: symmetric doc links with target doc value None
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5187](https://togithub.com/paperless-ngx/paperless-ngx/pull/5187))
- Fix: setting empty doc link with docs to be removed
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5174](https://togithub.com/paperless-ngx/paperless-ngx/pull/5174))
- Feature: Allow setting backend configuration settings via the UI
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;5126](https://togithub.com/paperless-ngx/paperless-ngx/pull/5126))
- Enhancement: improve validation of custom field values
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5166](https://togithub.com/paperless-ngx/paperless-ngx/pull/5166))
- Fix: type casting of db values for 'shared by me' filter
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5155](https://togithub.com/paperless-ngx/paperless-ngx/pull/5155))

</details>

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:34:23 +01:00
TrueCharts Bot 6353b80e11 chore(deps): update container image gotson/komga to v1.10.0@37159b0 by renovate (#17020)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [gotson/komga](https://togithub.com/gotson/komga) | minor | `1.9.2` ->
`1.10.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.10.0`](https://togithub.com/gotson/komga/blob/HEAD/CHANGELOG.md#1100-2024-01-08)

[Compare
Source](https://togithub.com/gotson/komga/compare/1.9.2...1.10.0)

#### 🚀 Features

**docker**

- add libarchive for RAR5 support
([6f8467a](https://togithub.com/gotson/komga/commits/6f8467a))

**komga**

- support for RAR5 via libarchive
([4c1301f](https://togithub.com/gotson/komga/commits/4c1301f))

**komga-tray**

- add libarchive for RAR5 support on macOS
([536d478](https://togithub.com/gotson/komga/commits/536d478))

#### 🐛 Fixes

**api**

- mark progression fragment handling
([eb24470](https://togithub.com/gotson/komga/commits/eb24470))
- mark progression timezone handling
([ec97da6](https://togithub.com/gotson/komga/commits/ec97da6)), closes
[#&#8203;1363](https://togithub.com/gotson/komga/issues/1363)

**webui**

- webreader crash when reading one-shot from collection context
([bdf9ec9](https://togithub.com/gotson/komga/commits/bdf9ec9)), closes
[#&#8203;1374](https://togithub.com/gotson/komga/issues/1374)

#### 🔄️ Changes

- ktlint ([8c4a5e3](https://togithub.com/gotson/komga/commits/8c4a5e3))

#### 🛠  Build

**release**

- upload to B2 with conveyor
([cccbc39](https://togithub.com/gotson/komga/commits/cccbc39))
- limit conveyor cache size
([cabed41](https://togithub.com/gotson/komga/commits/cabed41))

#### 🌐 Translation

**komga-tray**

- translated using Weblate (Chinese (Simplified))
([58ca293](https://togithub.com/gotson/komga/commits/58ca293))
- translated using Weblate (Finnish)
([d955db2](https://togithub.com/gotson/komga/commits/d955db2))
- translated using Weblate (French)
([e623c46](https://togithub.com/gotson/komga/commits/e623c46))
- translated using Weblate (Spanish)
([5758f6d](https://togithub.com/gotson/komga/commits/5758f6d))
- translated using Weblate (Dutch)
([8fa8989](https://togithub.com/gotson/komga/commits/8fa8989))
- added translation using Weblate (Catalan)
([e28c8eb](https://togithub.com/gotson/komga/commits/e28c8eb))
- translated using Weblate (Russian)
([609368f](https://togithub.com/gotson/komga/commits/609368f))

**webui**

- translated using Weblate (Chinese (Simplified))
([19000da](https://togithub.com/gotson/komga/commits/19000da))
- translated using Weblate (French)
([ea4bead](https://togithub.com/gotson/komga/commits/ea4bead))
- translated using Weblate (Dutch)
([86b2ec9](https://togithub.com/gotson/komga/commits/86b2ec9))
- translated using Weblate (Catalan)
([2150ddc](https://togithub.com/gotson/komga/commits/2150ddc))
- translated using Weblate (Russian)
([3bbe7b9](https://togithub.com/gotson/komga/commits/3bbe7b9))

#### ⚙️ Dependencies

**ci**

- bump conveyor to 13.0
([7dd05a5](https://togithub.com/gotson/komga/commits/7dd05a5))
- bump actions/upload-artifact from 3 to 4
([6d7dfdd](https://togithub.com/gotson/komga/commits/6d7dfdd))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:34:18 +01:00
TrueCharts Bot 2008260860 chore(deps): update container image meisnate12/plex-meta-manager to v1.20.0@5bcf400 by renovate (#17022)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| meisnate12/plex-meta-manager | minor | `v1.19.1` -> `v1.20.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:34:02 +01:00
TrueCharts Bot 70148e73a9 chore(deps): update container image ghcr.io/linuxserver/emulatorjs to v1.8.0@7ce3ecf by renovate (#17014)
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)) | minor |
`1.7.3` -> `1.8.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:34:00 +01:00
TrueCharts Bot c283f5bd3b chore(deps): update container image beromir/servas to v0.1.0@efbe35c by renovate (#17012)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| beromir/servas | minor | `0.0.7` -> `0.1.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:33:55 +01:00
TrueCharts Bot 90691e59c7 chore(deps): update container image mauricenino/dashdot to v5.5.0@3fca6d7 by renovate (#17021)
This PR contains the following updates:

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

---

> [!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.5.0`](https://togithub.com/MauriceNino/dashdot/releases/tag/v5.5.0)

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

##### Features

- add option DASHDOT_CPU_TEMPS_MODE to switch between max and avg cpu
temp readings
([2ec1e0f](https://togithub.com/MauriceNino/dashdot/commit/2ec1e0f46c942404f834a9da2e097c2f434e19a2)),
closes
[#&#8203;932](https://togithub.com/MauriceNino/dashdot/issues/932)

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

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

##### Bug Fixes

- add pre-allocated space of drive to current usage
([7f7050a](https://togithub.com/MauriceNino/dashdot/commit/7f7050a0b68b13e3526b8a2f8ac98a9090a1dd89)),
closes
[#&#8203;882](https://togithub.com/MauriceNino/dashdot/issues/882)

##### Features

- add custom scrollbar to main container
([9eacee2](https://togithub.com/MauriceNino/dashdot/commit/9eacee2da0e2b052538ec7b7c94da03e10e647cd)),
closes
[#&#8203;922](https://togithub.com/MauriceNino/dashdot/issues/922)
- add option DASHDOT_NETWORK_SPEED_AS_BYTES to switch network speed to
bytes per second
([56bd9d8](https://togithub.com/MauriceNino/dashdot/commit/56bd9d839a48637c23ad9c6ed19524a8f9f33a1e)),
closes
[#&#8203;930](https://togithub.com/MauriceNino/dashdot/issues/930)
- add timestamp of last speedtest run on hover
([3c73ee4](https://togithub.com/MauriceNino/dashdot/commit/3c73ee4f93d9ceb3a5469d580fad4dce22dcda3f)),
closes
[#&#8203;915](https://togithub.com/MauriceNino/dashdot/issues/915)

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

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

##### Bug Fixes

- dynamic storage info slow on windows
([#&#8203;993](https://togithub.com/MauriceNino/dashdot/issues/993))
([64655f1](https://togithub.com/MauriceNino/dashdot/commit/64655f1bf0db52e0a10051f9a3523b594ef148fd))

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

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

##### Bug Fixes

- filter out zram devices
([6d265d3](https://togithub.com/MauriceNino/dashdot/commit/6d265d3d58f217572da8967a2c6225e9278d7876)),
closes
[#&#8203;981](https://togithub.com/MauriceNino/dashdot/issues/981)
- refactor storage load gathering; remove outdated tests
([390def6](https://togithub.com/MauriceNino/dashdot/commit/390def62a029ad63a097afe8c33f0f35a599f7cf)),
closes
[#&#8203;883](https://togithub.com/MauriceNino/dashdot/issues/883)

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

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

##### Bug Fixes

- add back and fix arm/v8
([4284cf2](https://togithub.com/MauriceNino/dashdot/commit/4284cf204db8d3b51ee15e1b870d5be95fe20e72))
- bundling third party modules with cli package
([156ec72](https://togithub.com/MauriceNino/dashdot/commit/156ec72ab81780a2a913b0c36bedd763cbebefd5))
- lint not working for view
([5849edd](https://togithub.com/MauriceNino/dashdot/commit/5849edda33dc775ee0d49572322b8af1f5c70fd9))
- remove arm/v7 for now
([0ba25cd](https://togithub.com/MauriceNino/dashdot/commit/0ba25cd7fe99c79faebd3b462ec5afb32e9a2e31))
- remove arm/v8 for now
([6408997](https://togithub.com/MauriceNino/dashdot/commit/6408997bf74720615a3d45c68f093dcd8ca58456))
- testing errors
([f2937fd](https://togithub.com/MauriceNino/dashdot/commit/f2937fd15c4ba064fcaabad87308bb31c71ebbcd))

##### Features

- \[gpu] allow to filter-out some controller
([9651122](https://togithub.com/MauriceNino/dashdot/commit/96511226e70c9c050cbd6efb67341d6ff5062bde))
- **cpu widget:** allow user to switch (default) processor core view
([4def64e](https://togithub.com/MauriceNino/dashdot/commit/4def64ee0d340a2234ebf604b373dbb136b01abd))
- render network and gpu widgets individually instead of as pair
([#&#8203;886](https://togithub.com/MauriceNino/dashdot/issues/886))
([df59729](https://togithub.com/MauriceNino/dashdot/commit/df597292478c0ddcfa185702c190c111be34a9a0))

##### Performance Improvements

- fix windows cpu 100% usage
([9c23e93](https://togithub.com/MauriceNino/dashdot/commit/9c23e937130cc81fd2100928bfa17614c525133a))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:33:40 +01:00
TrueCharts Bot e32b35f09d chore(deps): update container image ghcr.io/onedr0p/prowlarr-develop to v1.12.0.4188@d062d7d by renovate (#17016)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/onedr0p/prowlarr-develop](https://ghcr.io/onedr0p/prowlarr-develop)
([source](https://togithub.com/onedr0p/containers)) | minor |
`1.11.4.4173` -> `1.12.0.4188` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:33:31 +01:00
TrueCharts Bot c30f89cd2d chore(deps): update container image ghcr.io/linuxserver/calibre to v7.3.0@56e99d2 by renovate (#17013)
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.2.0` -> `7.3.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:33:30 +01:00
TrueCharts Bot 524a43db97 chore(deps): update container image ghcr.io/sbondco/watcharr to v1.31.0@285e79d by renovate (#17018)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/sbondco/watcharr](https://togithub.com/sbondCo/Watcharr) |
minor | `v1.30.0` -> `v1.31.0` |

---

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

---

### Release Notes

<details>
<summary>sbondCo/Watcharr (ghcr.io/sbondco/watcharr)</summary>

###
[`v1.31.0`](https://togithub.com/sbondCo/Watcharr/releases/tag/v1.31.0)

[Compare
Source](https://togithub.com/sbondCo/Watcharr/compare/v1.30.0...v1.31.0)

#### New

- Poster detailed view by [@&#8203;IRHM](https://togithub.com/IRHM)
(thanks to [@&#8203;Contrillion-2](https://togithub.com/Contrillion-2))
in
[https://github.com/sbondCo/Watcharr/pull/297](https://togithub.com/sbondCo/Watcharr/pull/297)

![image](https://togithub.com/sbondCo/Watcharr/assets/37304121/c5dc0179-2111-4bf9-8408-4ee8f0889341)
![image](https://togithub.com/sbondCo/Watcharr/assets/37304121/01ce9587-937b-4ef3-b91e-a4751bae99e1)

#### Fixed

- Input changed validation by [@&#8203;IRHM](https://togithub.com/IRHM)
in
[https://github.com/sbondCo/Watcharr/pull/299](https://togithub.com/sbondCo/Watcharr/pull/299)

#### Maintenance

- ui: bump axios from 1.6.2 to 1.6.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/sbondCo/Watcharr/pull/293](https://togithub.com/sbondCo/Watcharr/pull/293)
- ui: bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.16.0 to 6.17.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/sbondCo/Watcharr/pull/294](https://togithub.com/sbondCo/Watcharr/pull/294)
- ui: bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.16.0 to 6.18.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/sbondCo/Watcharr/pull/298](https://togithub.com/sbondCo/Watcharr/pull/298)

**Package**:
https://github.com/orgs/sbondCo/packages/container/watcharr/164427545?tag=v1.31.0
**Full Changelog**:
https://github.com/sbondCo/Watcharr/compare/v1.30.0...v1.31.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:33:18 +01:00
TrueCharts Bot 1250866d93 chore(deps): update container image wiserain/flexget to v3.11.6@49f8f15 by renovate (#17011)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[wiserain/flexget](https://togithub.com/linuxserver/docker-baseimage-alpine/packages)
([source](https://togithub.com/wiserain/docker-flexget)) | patch |
`3.11.3` -> `3.11.6` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:33:04 +01:00
TrueCharts Bot 188ec96a93 chore(deps): update container image homeassistant/home-assistant to v2024.1.2@5ace958 by renovate (#17003) 2024-01-08 07:32:10 +01:00
TrueCharts Bot e9a0d2c41d chore(deps): update container image jvmilazz0/kavita to v0.7.12@a7dd4dd by renovate (#17005) 2024-01-08 07:32:08 +01:00
TrueCharts Bot a05a66f4ff chore(deps): update container image openhab/openhab to v4.1.1@cf4e12d by renovate (#17009) 2024-01-08 07:32:02 +01:00
TrueCharts Bot 020d9c1450 chore(deps): update container image metabase/metabase to v0.48.2@3afb2a1 by renovate (#17007)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| metabase/metabase | patch | `v0.48.1` -> `v0.48.2` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:32:01 +01:00
TrueCharts Bot 2d50a6b2c3 chore(deps): update container image minio/minio to vrelease.2024-01-05t22-17-24z@654e9ae by renovate (#17008)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| minio/minio | patch | `RELEASE.2024-01-01T16-36-33Z` ->
`RELEASE.2024-01-05T22-17-24Z` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:31:37 +01:00
TrueCharts Bot ee660ce319 chore(deps): update container image ghcr.io/nwithan8/tauticord to v3.13.0@1cd38eb by renovate (#17015)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/nwithan8/tauticord | minor | `3.12.1` -> `3.13.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:31:29 +01:00
TrueCharts Bot d3cdc3abb9 chore(deps): update container image ghcr.io/tasmoadmin/tasmoadmin to v3.3.2@05aeefb by renovate (#17000)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/tasmoadmin/tasmoadmin](https://togithub.com/TasmoAdmin/TasmoAdmin)
| patch | `v3.3.1` -> `v3.3.2` |

---

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

---

### Release Notes

<details>
<summary>TasmoAdmin/TasmoAdmin (ghcr.io/tasmoadmin/tasmoadmin)</summary>

###
[`v3.3.2`](https://togithub.com/TasmoAdmin/TasmoAdmin/releases/tag/v3.3.2)

[Compare
Source](https://togithub.com/TasmoAdmin/TasmoAdmin/compare/v3.3.1...v3.3.2)

#### What's Changed

- Bump friendsofphp/php-cs-fixer from 3.41.1 to 3.42.0 in /tasmoadmin by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1064](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1064)
- Bump phpstan/phpstan from 1.10.45 to 1.10.50 in /tasmoadmin by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1065](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1065)
- Bump friendsofphp/php-cs-fixer from 3.42.0 to 3.45.0 in /tasmoadmin by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1068](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1068)
- Bump symfony/http-client from 6.4.0 to 6.4.2 in /tasmoadmin by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1069](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1069)
- Bump symfony/http-foundation from 6.4.0 to 6.4.2 in /tasmoadmin by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1070](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1070)
- Bump symfony/routing from 6.4.1 to 6.4.2 in /tasmoadmin by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1071](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1071)
- Bump phpunit/phpunit from 10.5.3 to 10.5.5 in /tasmoadmin by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1072](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1072)
- fix session lifetime by
[@&#8203;inverse](https://togithub.com/inverse) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1073](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1073)
- Tidy bootstrap code by [@&#8203;inverse](https://togithub.com/inverse)
in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1074](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1074)
- Change logo by [@&#8203;inverse](https://togithub.com/inverse) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1076](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1076)
- Remove images by [@&#8203;inverse](https://togithub.com/inverse) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1077](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1077)

**Full Changelog**:
https://github.com/TasmoAdmin/TasmoAdmin/compare/v3.3.1...v3.3.2

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:31:00 +01:00
TrueCharts Bot dac451de58 chore(deps): update container image ghcr.io/rogerfar/rdtclient to v2.0.54@006fa34 by renovate (#16999) 2024-01-08 07:30:44 +01:00
TrueCharts Bot 70a6b2bae5 chore(deps): update container image ghcr.io/taxel/plextraktsync to v0.27.16@117265a by renovate (#17001)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/taxel/plextraktsync](https://togithub.com/Taxel/PlexTraktSync)
| patch | `0.27.15` -> `0.27.16` |

---

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

---

### Release Notes

<details>
<summary>Taxel/PlexTraktSync (ghcr.io/taxel/plextraktsync)</summary>

###
[`v0.27.16`](https://togithub.com/Taxel/PlexTraktSync/compare/0.27.15...0.27.16)

[Compare
Source](https://togithub.com/Taxel/PlexTraktSync/compare/0.27.15...0.27.16)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:30:37 +01:00
TrueCharts Bot 156bacddaf chore(deps): update container image jeessy/ddns-go to v5.7.1@ceab1b3 by renovate (#17004)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jeessy/ddns-go](https://togithub.com/jeessy2/ddns-go) | patch |
`v5.7.0` -> `v5.7.1` |

---

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

---

### Release Notes

<details>
<summary>jeessy2/ddns-go (jeessy/ddns-go)</summary>

### [`v5.7.1`](https://togithub.com/jeessy2/ddns-go/releases/tag/v5.7.1)

[Compare
Source](https://togithub.com/jeessy2/ddns-go/compare/v5.7.0...v5.7.1)

#### Changelog

- [`f475144`](https://togithub.com/jeessy2/ddns-go/commit/f475144) opt
IsPrivateNetwork func
([#&#8203;962](https://togithub.com/jeessy2/ddns-go/issues/962))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:30:35 +01:00
TrueCharts Bot 0732690dba chore(deps): update rdesktop by renovate (#16887) 2024-01-08 07:30:30 +01:00
TrueCharts Bot 181a547ae3 chore(deps): update container image ghcr.io/zadam/trilium to v0.62.5@52ea369 by renovate (#17002)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/zadam/trilium | patch | `0.62.4` -> `0.62.5` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:30:24 +01:00
TrueCharts Bot cc4ed4817c chore(deps): update container image koenkk/zigbee2mqtt to v1.35.1@92eef11 by renovate (#17006)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| koenkk/zigbee2mqtt | patch | `v1.35.0` -> `1.35.1` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:30:02 +01:00
TrueCharts Bot bf9b9354e8 chore(deps): update container image ghcr.io/onedr0p/readarr-develop to v0.3.14.2358@b3b98cf by renovate (#16996) 2024-01-08 07:29:14 +01:00
TrueCharts Bot 4b92c3f47c chore(deps): update container image ghcr.io/linuxserver/grav to v1.7.44@a6dae13 by renovate (#16993)
This PR contains the following updates:

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

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:29:10 +01:00
TrueCharts Bot 77072e43fe chore(deps): update container image ghcr.io/onedr0p/lidarr-develop to v2.1.2.3893@d9a03ed by renovate (#16995)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/onedr0p/lidarr-develop](https://ghcr.io/onedr0p/lidarr-develop)
([source](https://togithub.com/onedr0p/containers)) | patch |
`2.1.1.3877` -> `2.1.2.3893` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 06:29:00 +00:00
TrueCharts Bot 4d393670f6 chore(deps): update container image ghcr.io/onedr0p/sabnzbd to v4.2.1@c9f2577 by renovate (#16997) 2024-01-08 07:28:53 +01:00
TrueCharts Bot e52a75bc41 chore(deps): update container image ghcr.io/onedr0p/transmission to v4.0.5@7142c11 by renovate (#16998)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/transmission](https://ghcr.io/onedr0p/transmission)
([source](https://togithub.com/onedr0p/containers)) | patch | `4.0.4` ->
`4.0.5` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:28:51 +01:00
TrueCharts Bot bbcfb3a025 chore(deps): update container image fireflyiii/core to vversion-6.1.6@4d71e72 by renovate (#16988)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| fireflyiii/core | patch | `version-6.1.4` -> `version-6.1.6` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:28:38 +01:00
TrueCharts Bot 1d60059efc chore(deps): update container image ghcr.io/hay-kot/homebox to v0.10.3@b1fbca6 by renovate (#16992)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/hay-kot/homebox](https://togithub.com/hay-kot/homebox) |
patch | `v0.10.2` -> `v0.10.3` |

---

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

---

### Release Notes

<details>
<summary>hay-kot/homebox (ghcr.io/hay-kot/homebox)</summary>

###
[`v0.10.3`](https://togithub.com/hay-kot/homebox/releases/tag/v0.10.3)

[Compare
Source](https://togithub.com/hay-kot/homebox/compare/v0.10.2...v0.10.3)

#### Important Notes

- If you are having issues with authentication, logging-in, or
unexpected 404s clear your browser cache/cookies for the site.

#### What's Changed

- feat: set version flag by
[@&#8203;hay-kot](https://togithub.com/hay-kot) in
[https://github.com/hay-kot/homebox/pull/632](https://togithub.com/hay-kot/homebox/pull/632)
- Fix a bunch of grammar and spelling, rephrased some sentences to be
more readable by
[@&#8203;kevinholtkamp](https://togithub.com/kevinholtkamp) in
[https://github.com/hay-kot/homebox/pull/635](https://togithub.com/hay-kot/homebox/pull/635)
- chore(deps): update dependency mkdocs-material to v9.4.14 - autoclosed
by [@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/hay-kot/homebox/pull/630](https://togithub.com/hay-kot/homebox/pull/630)
- chore(deps): update goreleaser/goreleaser-action action to v5 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/hay-kot/homebox/pull/626](https://togithub.com/hay-kot/homebox/pull/626)
- chore(deps): update docker/setup-qemu-action action to v3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/hay-kot/homebox/pull/625](https://togithub.com/hay-kot/homebox/pull/625)
- fix/feat: primary photo auto set and auto-set primary photo by
[@&#8203;hay-kot](https://togithub.com/hay-kot) in
[https://github.com/hay-kot/homebox/pull/651](https://togithub.com/hay-kot/homebox/pull/651)
- fix: loading causing stale data to present in form by
[@&#8203;hay-kot](https://togithub.com/hay-kot) in
[https://github.com/hay-kot/homebox/pull/650](https://togithub.com/hay-kot/homebox/pull/650)
- fix: ignore /api paths from service workers by
[@&#8203;hay-kot](https://togithub.com/hay-kot) in
[https://github.com/hay-kot/homebox/pull/649](https://togithub.com/hay-kot/homebox/pull/649)
- fix(deps): update module github.com/hay-kot/httpkit to v0.0.5 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/hay-kot/homebox/pull/643](https://togithub.com/hay-kot/homebox/pull/643)
- fix(deps): update module golang.org/x/crypto to v0.16.0 - autoclosed
by [@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/hay-kot/homebox/pull/645](https://togithub.com/hay-kot/homebox/pull/645)
- fix(deps): update github.com/gocarina/gocsv digest to
[`b87c2d0`](https://togithub.com/hay-kot/homebox/commit/b87c2d0) by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/hay-kot/homebox/pull/629](https://togithub.com/hay-kot/homebox/pull/629)
- chore(deps): update dependency mkdocs-material to v9.5.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/hay-kot/homebox/pull/654](https://togithub.com/hay-kot/homebox/pull/654)
- chore(deps): update actions/setup-go action to v5 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/hay-kot/homebox/pull/653](https://togithub.com/hay-kot/homebox/pull/653)
- chore(deps): update dependency vitest to v1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/hay-kot/homebox/pull/652](https://togithub.com/hay-kot/homebox/pull/652)
- fix(deps): update dependency markdown-it to v14 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/hay-kot/homebox/pull/655](https://togithub.com/hay-kot/homebox/pull/655)
- feat: extract auth into provider by
[@&#8203;hay-kot](https://togithub.com/hay-kot) in
[https://github.com/hay-kot/homebox/pull/663](https://togithub.com/hay-kot/homebox/pull/663)
- fix: ensure rows are closed by
[@&#8203;hay-kot](https://togithub.com/hay-kot) in
[https://github.com/hay-kot/homebox/pull/670](https://togithub.com/hay-kot/homebox/pull/670)
- feat: add log statements + remove auto redirect by
[@&#8203;hay-kot](https://togithub.com/hay-kot) in
[https://github.com/hay-kot/homebox/pull/671](https://togithub.com/hay-kot/homebox/pull/671)
- Render newlines in markdown fields by
[@&#8203;zebrapurring](https://togithub.com/zebrapurring) in
[https://github.com/hay-kot/homebox/pull/682](https://togithub.com/hay-kot/homebox/pull/682)
- fix: inaccurate 401 & sql busy error by
[@&#8203;hay-kot](https://togithub.com/hay-kot) in
[https://github.com/hay-kot/homebox/pull/679](https://togithub.com/hay-kot/homebox/pull/679)

#### New Contributors

- [@&#8203;kevinholtkamp](https://togithub.com/kevinholtkamp) made their
first contribution in
[https://github.com/hay-kot/homebox/pull/635](https://togithub.com/hay-kot/homebox/pull/635)
- [@&#8203;zebrapurring](https://togithub.com/zebrapurring) made their
first contribution in
[https://github.com/hay-kot/homebox/pull/682](https://togithub.com/hay-kot/homebox/pull/682)

**Full Changelog**:
https://github.com/hay-kot/homebox/compare/v0.10.2...v0.10.3

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:28:07 +01:00
TrueCharts Bot 437e4596c6 chore(deps): update container image ghcr.io/linuxserver/webgrabplus to v5.1.4@0161ad0 by renovate (#16994) 2024-01-08 07:27:51 +01:00
TrueCharts Bot 407e9fcef2 chore(deps): update container image ghcr.io/flaresolverr/flaresolverr to v3.3.13@213bb58 by renovate (#16990)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/flaresolverr/flaresolverr](https://togithub.com/FlareSolverr/FlareSolverr)
| patch | `v3.3.12` -> `v3.3.13` |

---

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

---

### Release Notes

<details>
<summary>FlareSolverr/FlareSolverr
(ghcr.io/flaresolverr/flaresolverr)</summary>

###
[`v3.3.13`](https://togithub.com/FlareSolverr/FlareSolverr/blob/HEAD/CHANGELOG.md#v3313-20240107)

[Compare
Source](https://togithub.com/FlareSolverr/FlareSolverr/compare/v3.3.12...v3.3.13)

-   Fix too many open files error

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:27:41 +01:00
TrueCharts Bot b18a567e15 chore(deps): update container image ghcr.io/bakito/adguardhome-sync to v0.5.4@94fe429 by renovate (#16989)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/bakito/adguardhome-sync | patch | `v0.5.2` -> `v0.5.4` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:26:40 +01:00
TrueCharts Bot beed65d5b3 chore(deps): update container image docker.io/localai/localai to v2.4.1 by renovate (#16987)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
patch | `v2.4.0-cublas-cuda11-ffmpeg-core` ->
`v2.4.1-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.4.1`](https://togithub.com/mudler/LocalAI/releases/tag/v2.4.1)

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

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

##### What's Changed

##### Exciting New Features 🎉

- feat: embedded model configurations, add popular model examples,
refactoring by [@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1532](https://togithub.com/mudler/LocalAI/pull/1532)

##### Other Changes

- ⬆️ Update docs version mudler/LocalAI by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1546](https://togithub.com/mudler/LocalAI/pull/1546)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1547](https://togithub.com/mudler/LocalAI/pull/1547)
- docs: improve getting started by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1553](https://togithub.com/mudler/LocalAI/pull/1553)

**Full Changelog**:
https://github.com/mudler/LocalAI/compare/v2.4.0...v2.4.1

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:26:16 +01:00
TrueCharts Bot 27daaa1ed0 chore(deps): update neko by renovate (#16977)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| m1k1o/neko | digest | `a077813` -> `38b1220` |
| m1k1o/neko | digest | `54989bb` -> `6c4868e` |
| m1k1o/neko | digest | `bdf4d34` -> `9b100bb` |
| m1k1o/neko | digest | `b34a367` -> `02353e3` |
| m1k1o/neko | digest | `af895d2` -> `29d1e58` |
| m1k1o/neko | digest | `80054ea` -> `f1e1d56` |
| m1k1o/neko | digest | `19b6d80` -> `6b810c2` |
| m1k1o/neko | digest | `2d1f8a6` -> `5b2ef51` |
| m1k1o/neko | digest | `19a1392` -> `9f565a1` |
| m1k1o/neko | digest | `73fa641` -> `15fb61c` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:22:43 +01:00
TrueCharts Bot 405f2d8ff8 chore(deps): update container image boredazfcuk/icloudpd to v1.0.714@6a2b18a by renovate (#16983)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| boredazfcuk/icloudpd | patch | `1.0.705` -> `1.0.714` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:19:13 +01:00
TrueCharts Bot c8256438ec chore(deps): update container image alexta69/metube to v2024-01-05@a9410ec by renovate (#16980) 2024-01-08 07:18:59 +01:00
TrueCharts Bot 1947bfcadd chore(deps): update container image clickhouse/clickhouse-server to v23.12.2.59@1424a57 by renovate (#16984)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| clickhouse/clickhouse-server | patch | `23.12.1.1368` -> `23.12.2.59`
|

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:18:57 +01:00
TrueCharts Bot c9e0ff94e6 chore(deps): update container image bobokun/qbit_manage to v4.0.7@040d452 by renovate (#16982)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bobokun/qbit_manage | patch | `v4.0.6` -> `v4.0.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:18:51 +01:00
TrueCharts Bot aaa9c20134 chore(deps): update container image jc21/nginx-proxy-manager to 2.10.4@e630003 by renovate (#16974)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[jc21/nginx-proxy-manager](https://togithub.com/jc21/nginx-proxy-manager)
| digest | `081c4c5` -> `e630003` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:18:36 +01:00
TrueCharts Bot e2594b5829 chore(deps): update container image automaticrippingmachine/automatic-ripping-machine to 2.6.67@ba66471 by renovate (#16972)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[automaticrippingmachine/automatic-ripping-machine](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine)
| digest | `af9627a` -> `ba66471` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:17:34 +01:00
TrueCharts Bot a65db35f07 chore(deps): update container image aceberg/watchyourlan to v1.0.6@c42ce1d by renovate (#16979) 2024-01-08 07:17:32 +01:00
TrueCharts Bot 576ed0902a chore(deps): update container image bitnami/mongodb to v7.0.5@b3a1e45 by renovate (#16981)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/mongodb | patch | `7.0.4` -> `7.0.5` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:17:28 +01:00
TrueCharts Bot ea361e53a6 chore(deps): update container image diygod/rsshub to latest@6c3ece7 by renovate (#16973)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| diygod/rsshub | digest | `557f55a` -> `6c3ece7` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:16:56 +01:00
TrueCharts Bot 87a7822193 chore(deps): update container image quay.io/pussthecatorg/rimgo to latest@5c18b6e by renovate (#16976)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/rimgo | digest | `6db3757` -> `5c18b6e` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:16:41 +01:00
TrueCharts Bot 2738c25309 chore(deps): update webtop by renovate (#16978)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/webtop | digest | `3fd9321` -> `e203ddf` |
| lscr.io/linuxserver/webtop | digest | `8a98438` -> `aa8e334` |
| lscr.io/linuxserver/webtop | digest | `253f13b` -> `3f17bb3` |
| lscr.io/linuxserver/webtop | digest | `a1ab8e3` -> `2272f56` |
| lscr.io/linuxserver/webtop | digest | `dae6333` -> `77f5fab` |
| lscr.io/linuxserver/webtop | digest | `f4b8d04` -> `a062fa1` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:15:58 +01:00