Commit Graph
100 Commits
Author SHA1 Message Date
TrueCharts BotandGitHub 45f50c7fcc chore(deps): update helm general non-major (#14784)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cert-manager](https://togithub.com/cert-manager/cert-manager) | patch
| `v1.13.2` -> `v1.13.3` |
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.25` ->
`7.0.30` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`14.3.5` -> `14.5.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`15.0.1` -> `15.3.4` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`16.0.0` -> `16.2.6` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`15.2.0` -> `15.3.4` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`14.3.3` -> `14.5.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`15.3.1` -> `15.3.4` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.38` ->
`3.0.41` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.40` ->
`9.0.43` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.40` ->
`3.0.43` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `8.0.44` ->
`8.0.47` |
| [velero](https://togithub.com/vmware-tanzu/velero)
([source](https://togithub.com/vmware-tanzu/helm-charts)) | minor |
`5.1.4` -> `5.2.0` |

---

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

---

### Release Notes

<details>
<summary>cert-manager/cert-manager (cert-manager)</summary>

###
[`v1.13.3`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.13.3)

[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.13.2...v1.13.3)

cert-manager is the easiest way to automatically manage certificates in
Kubernetes and OpenShift clusters.

> ⚠️ Read about the [**breaking changes in cert-manager
1.13**](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.13.0)
before you upgrade from a < v1.13 version!

This patch release contains fixes for the following security
vulnerabilities in the cert-manager-controller:

- [`GO-2023-2334`](https://pkg.go.dev/vuln/GO-2023-2334): Decryption of
malicious PBES2 JWE objects can consume unbounded system resources.

If you use [ArtifactHub Security
report](https://artifacthub.io/packages/helm/cert-manager/cert-manager/1.13.2?modal=security-report)
or [trivy](https://trivy.dev/), this patch will also silence the
following warning about a vulnerability in code which is imported but
**not used** by the cert-manager-controller:

-
[`CVE-2023-47108`](https://access.redhat.com/security/cve/CVE-2023-47108):
DoS vulnerability in `otelgrpc` due to unbound cardinality metrics.

An ongoing security audit of cert-manager suggested some changes to the
webhook code to mitigate DoS attacks, and these are included in this
patch release.

##### Changes

##### Bug or Regression

- The webhook server now returns HTTP error 413 (Content Too Large) for
requests with body size `>= 3MiB`. This is to mitigate DoS attacks that
attempt to crash the webhook process by sending large requests that
exceed the available memory.
([#&#8203;6507](https://togithub.com/cert-manager/cert-manager/pull/6507),
[@&#8203;inteon](https://togithub.com/inteon))
- The webhook server now returns HTTP error 400 (Bad Request) if the
request contains an empty body.
([#&#8203;6507](https://togithub.com/cert-manager/cert-manager/pull/6507),
[@&#8203;inteon](https://togithub.com/inteon))
- The webhook server now returns HTTP error 500 (Internal Server Error)
rather than crashing, if the code panics while handling a request.
([#&#8203;6507](https://togithub.com/cert-manager/cert-manager/pull/6507),
[@&#8203;inteon](https://togithub.com/inteon))
- Mitigate potential "Slowloris" attacks by setting `ReadHeaderTimeout`
in all `http.Server` instances.
([#&#8203;6538](https://togithub.com/cert-manager/cert-manager/pull/6538),
[@&#8203;wallrj](https://togithub.com/wallrj))
- Upgrade Go modules: `otel`, `docker`, and `jose` to fix CVE alerts.
See https://github.com/advisories/GHSA-8pgv-569h-w5rw,
https://github.com/advisories/GHSA-jq35-85cj-fj4p, and
https://github.com/advisories/GHSA-2c7c-3mj9-8fqh.
([#&#8203;6514](https://togithub.com/cert-manager/cert-manager/pull/6514),
[@&#8203;inteon](https://togithub.com/inteon))

##### Dependencies

##### Added

*Nothing has changed.*

##### Changed

-   `cloud.google.com/go/firestore`: `v1.11.0 → v1.12.0`
-   `cloud.google.com/go`: `v0.110.6 → v0.110.7`
- `github.com/felixge/httpsnoop`: [`v1.0.3 →
v1.0.4`](https://togithub.com/felixge/httpsnoop/compare/v1.0.3...v1.0.4)
- `github.com/go-jose/go-jose/v3`: [`v3.0.0 →
v3.0.1`](https://togithub.com/go-jose/go-jose/v3/compare/v3.0.0...v3.0.1)
- `github.com/go-logr/logr`: [`v1.2.4 →
v1.3.0`](https://togithub.com/go-logr/logr/compare/v1.2.4...v1.3.0)
- `github.com/golang/glog`: [`v1.1.0 →
v1.1.2`](https://togithub.com/golang/glog/compare/v1.1.0...v1.1.2)
- `github.com/google/go-cmp`: [`v0.5.9 →
v0.6.0`](https://togithub.com/google/go-cmp/compare/v0.5.9...v0.6.0)
-
`go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc`:
`v0.45.0 → v0.46.0`
- `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp`:
`v0.44.0 → v0.46.0`
- `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc`:
`v1.19.0 → v1.20.0`
- `go.opentelemetry.io/otel/exporters/otlp/otlptrace`: `v1.19.0 →
v1.20.0`
-   `go.opentelemetry.io/otel/metric`: `v1.19.0 → v1.20.0`
-   `go.opentelemetry.io/otel/sdk`: `v1.19.0 → v1.20.0`
-   `go.opentelemetry.io/otel/trace`: `v1.19.0 → v1.20.0`
-   `go.opentelemetry.io/otel`: `v1.19.0 → v1.20.0`
-   `go.uber.org/goleak`: `v1.2.1 → v1.3.0`
-   `golang.org/x/sys`: `v0.13.0 → v0.14.0`
-   `google.golang.org/genproto/googleapis/api`: `f966b18 → b8732ec`
-   `google.golang.org/genproto`: `f966b18 → b8732ec`
-   `google.golang.org/grpc`: `v1.58.3 → v1.59.0`

##### Removed

*Nothing has changed.*

</details>

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

###
[`v7.0.30`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.30)

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

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

###
[`v7.0.29`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.29)

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

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

###
[`v7.0.28`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.28)

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

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

###
[`v7.0.27`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.27)

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

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

###
[`v7.0.26`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.26)

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

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

</details>

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v14.5.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.5.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.4.0...common-14.5.0)

Function library for TrueCharts

###
[`v14.4.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.4.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.3.5...common-14.4.0)

Function library for TrueCharts

</details>

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

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

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

A Helm chart for velero

#### What's Changed

- \[velero] Pass config trough tpl and implement reload trigger by
[@&#8203;jkroepke](https://togithub.com/jkroepke) in
[https://github.com/vmware-tanzu/helm-charts/pull/525](https://togithub.com/vmware-tanzu/helm-charts/pull/525)

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

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

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

A Helm chart for velero

#### What's Changed

- \[velero]: Feature push new charts to GHCR OCI registry as well by
[@&#8203;ishuar](https://togithub.com/ishuar) in
[https://github.com/vmware-tanzu/helm-charts/pull/523](https://togithub.com/vmware-tanzu/helm-charts/pull/523)
- \[velero] feat: Add additional templating options for Velero upgrade
CRDs job by [@&#8203;cbuto](https://togithub.com/cbuto) in
[https://github.com/vmware-tanzu/helm-charts/pull/528](https://togithub.com/vmware-tanzu/helm-charts/pull/528)

#### New Contributors

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

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

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

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

A Helm chart for velero

#### What's Changed

- \[velero]: Disable default values for upgradeJobResources by
[@&#8203;ishuar](https://togithub.com/ishuar) in
[https://github.com/vmware-tanzu/helm-charts/pull/524](https://togithub.com/vmware-tanzu/helm-charts/pull/524)

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

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

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

A Helm chart for velero

#### What's Changed

- Bump velero/velero from 1.12.1 to v1.12.2 in /charts/velero by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vmware-tanzu/helm-charts/pull/522](https://togithub.com/vmware-tanzu/helm-charts/pull/522)

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

</details>

---

### Configuration

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

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

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

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuOTEuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-16 13:45:50 +01:00
TrueCharts BotandGitHub d61af3c6e0 chore(deps): update container image velero/velero-plugin-for-csi to v0.6.2@f0a6f54 (#16134) 2023-12-16 07:37:58 +01:00
TrueCharts BotandGitHub bcc98e9175 chore(deps): update container image ghcr.io/paperless-ngx/paperless-ngx to v2.1.3@01c1905 (#16144)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/paperless-ngx/paperless-ngx](https://togithub.com/paperless-ngx/paperless-ngx)
| patch | `2.1.2` -> `2.1.3` |

---

> [!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.1.3`](https://togithub.com/paperless-ngx/paperless-ngx/releases/tag/v2.1.3):
Paperless-ngx v2.1.3

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

#### paperless-ngx 2.1.3

##### Bug Fixes

- Fix: Document metadata is lost during barcode splitting
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;4982](https://togithub.com/paperless-ngx/paperless-ngx/pull/4982))
- Fix: Export of custom field instances during a split manifest export
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;4984](https://togithub.com/paperless-ngx/paperless-ngx/pull/4984))
- Fix: Apply user arguments even in the case of the forcing OCR
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;4981](https://togithub.com/paperless-ngx/paperless-ngx/pull/4981))
- Fix: support show errors for select dropdowns
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;4979](https://togithub.com/paperless-ngx/paperless-ngx/pull/4979))
- Fix: Don't attempt to parse none objects during date searching
[@&#8203;bogdal](https://togithub.com/bogdal)
([#&#8203;4977](https://togithub.com/paperless-ngx/paperless-ngx/pull/4977))

##### All App Changes

<details>
<summary>6 changes</summary>

- Refactor: Boost performance by reducing db queries
[@&#8203;bogdal](https://togithub.com/bogdal)
([#&#8203;4990](https://togithub.com/paperless-ngx/paperless-ngx/pull/4990))
- Fix: Document metadata is lost during barcode splitting
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;4982](https://togithub.com/paperless-ngx/paperless-ngx/pull/4982))
- Fix: Export of custom field instances during a split manifest export
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;4984](https://togithub.com/paperless-ngx/paperless-ngx/pull/4984))
- Fix: Apply user arguments even in the case of the forcing OCR
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;4981](https://togithub.com/paperless-ngx/paperless-ngx/pull/4981))
- Fix: support show errors for select dropdowns
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;4979](https://togithub.com/paperless-ngx/paperless-ngx/pull/4979))
- Fix: Don't attempt to parse none objects during date searching
[@&#8203;bogdal](https://togithub.com/bogdal)
([#&#8203;4977](https://togithub.com/paperless-ngx/paperless-ngx/pull/4977))

</details>

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-16 07:37:43 +01:00
TrueCharts BotandGitHub e5cbcddf2b chore(deps): update container image yourls to latest@2b058c2 (#16143)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| yourls | digest | `e6ed820` -> `2b058c2` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-16 07:37:26 +01:00
TrueCharts BotandGitHub 5f4b0d1ff8 chore(deps): update container image redmine to 5.1.1@e60b696 (#16141)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| redmine | digest | `2a70a60` -> `e60b696` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-16 07:37:12 +01:00
TrueCharts BotandGitHub 8c070fc45d chore(deps): update container image ronivay/xen-orchestra to 5.129.0@8267514 (#16142)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ronivay/xen-orchestra | digest | `37e230e` -> `8267514` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-16 07:36:21 +01:00
TrueCharts BotandGitHub 5b02754e93 chore(deps): update container image monica to 4.0.0@e5bd725 (#16140)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| monica | digest | `25d4252` -> `e5bd725` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-16 07:35:39 +01:00
TrueCharts BotandGitHub 63b5e8d314 chore(deps): update container image docker.io/alpine/socat to 1.8.0.0@af9a3db (#16139)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/alpine/socat | digest | `61c06c2` -> `af9a3db` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-16 07:35:25 +01:00
TrueCharts BotandGitHub 9eb10c42f2 chore(deps): update container image wolveix/satisfactory-server to v1.6.1@2cf5d57 (#16135)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| wolveix/satisfactory-server | patch | `v1.6.0` -> `v1.6.1` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-16 01:52:22 +01:00
TrueCharts BotandGitHub 7032797f5e chore(deps): update container image velero/velero-plugin-for-aws to v1.8.2@edfb144 (#16133)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| velero/velero-plugin-for-aws | patch | `v1.8.0` -> `v1.8.2` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-16 01:51:12 +01:00
TrueCharts BotandGitHub 3beebedb86 chore(deps): update container image n8nio/n8n to v1.21.1@a3e0c5e (#16108)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| n8nio/n8n | patch | `1.21.0` -> `1.21.1` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-16 01:50:36 +01:00
TrueCharts BotandGitHub 5a6f96e3a5 chore(deps): update container image ghcr.io/flaresolverr/flaresolverr to v3.3.12@aa83c92 (#16132) 2023-12-16 01:49:49 +01:00
TrueCharts BotandGitHub 790942e18e chore(deps): update container image yourls to latest@e6ed820 (#16131)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| yourls | digest | `a20b1d9` -> `e6ed820` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-16 01:49:43 +01:00
TrueCharts BotandGitHub 9fa3a1e825 chore(deps): update container image webpsh/webps to latest@ec2bd42 (#16129) 2023-12-16 01:49:11 +01:00
TrueCharts BotandGitHub ce646ea68b chore(deps): update container image wiserain/flexget to 3.10.6@9082fc1 (#16130)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[wiserain/flexget](https://togithub.com/linuxserver/docker-baseimage-alpine/packages)
([source](https://togithub.com/wiserain/docker-flexget)) | digest |
`622694c` -> `9082fc1` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-16 01:49:05 +01:00
TrueCharts BotandGitHub a5bfc7ecfb chore(deps): update container image universalmediaserver/ums to latest@5310880 (#16128)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| universalmediaserver/ums | digest | `a89ecfe` -> `5310880` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-16 01:48:45 +01:00
TrueCharts BotandGitHub f5627a16c2 chore(deps): update container image kylemanna/bitcoind to latest@47f4596 (#16125) 2023-12-16 01:47:45 +01:00
TrueCharts BotandGitHub 5a2d952a45 chore(deps): update container image ofawx/bitcoind to latest@4d1d484 (#16127) 2023-12-16 01:47:41 +01:00
TrueCharts BotandGitHub 6a511f03e2 chore(deps): update container image lswl/vertex to stable@778b137 (#16126)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lswl/vertex | digest | `ec66a27` -> `778b137` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-16 00:47:33 +00:00
TrueCharts BotandGitHub c4578896e1 chore(deps): update container image ghcr.io/meeb/tubesync to latest@381f526 (#16123) 2023-12-16 01:47:27 +01:00
TrueCharts BotandGitHub c34bfeb01e chore(deps): update container image ghcr.io/techno-tim/littlelink-server to latest@b401088 (#16124)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/techno-tim/littlelink-server | digest | `15a8c84` -> `b401088`
|

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-16 01:47:19 +01:00
TrueCharts BotandGitHub ef347bd322 chore(deps): update container image ghcr.io/linuxserver/mstream to 5.11.4@579434f (#16122)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/mstream](https://togithub.com/linuxserver/docker-mstream/packages)
([source](https://togithub.com/linuxserver/docker-mstream)) | digest |
`f98fd47` -> `579434f` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-16 01:46:59 +01:00
TrueCharts BotandGitHub 9e835c30ce chore(deps): update container image dtjs48jkt/twonkyserver to latest@7803156 (#16120)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| dtjs48jkt/twonkyserver | digest | `0d8ed9d` -> `7803156` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-16 01:46:28 +01:00
TrueCharts BotandGitHub b1897f9b9c chore(deps): update container image docker to 24.0.7-dind@1b9844d (#16118)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker | digest | `ae63bb7` -> `1b9844d` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-16 01:46:26 +01:00
TrueCharts BotandGitHub 58445c5fb5 chore(deps): update container image ghcr.io/linuxserver/beets to version-1.6.0@6cba14e (#16121)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/beets | digest | `5d417a0` -> `6cba14e` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-16 01:46:18 +01:00
TrueCharts BotandGitHub fc590fa848 chore(deps): update container image docker.io/odoo to 17.0@3d015e0 (#16119) 2023-12-16 01:46:00 +01:00
TrueCharts BotandGitHub 13b1a5d80e chore(deps): update container image coderaiser/cloudcmd to latest@4700fe2 (#16117)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| coderaiser/cloudcmd | digest | `4db6bd8` -> `4700fe2` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-16 01:45:58 +01:00
TrueCharts BotandGitHub 7148fa710a chore(deps): update container image bndw/wifi-card to latest@84e3c88 (#16115) 2023-12-16 01:45:39 +01:00
TrueCharts BotandGitHub 4841e9386c chore(deps): update container image atdr.meo.ws/archiveteam/warrior-dockerfile to latest@1df66b0 (#16114) 2023-12-16 01:45:34 +01:00
TrueCharts BotandGitHub 1e37845a9b chore(deps): update container image chronograf to latest@1afe040 (#16116) 2023-12-16 01:45:28 +01:00
TrueCharts BotandGitHub 89b916b3b2 chore(deps): update container image accetto/ubuntu-vnc-xfce-chromium-g3 to latest@288c032 (#16113) 2023-12-16 01:45:22 +01:00
TrueCharts BotandGitHub 973c29414b chore(deps): update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest@75cdcd2 (#16112)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| accetto/ubuntu-vnc-xfce-blender-g3 | digest | `3abe4b7` -> `75cdcd2` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-16 01:45:15 +01:00
TrueCharts BotandGitHub de630fcb09 chore(deps): update container image bitnami/wordpress to 6.4.2@31a579a (#16083)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/wordpress | digest | `65910b7` -> `31a579a` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45OC4wIiwidXBkYXRlZEluVmVyIjoiMzcuOTguMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-16 01:45:00 +01:00
TrueCharts-Bot 5c47316bce Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-16 00:13:05 +00:00
TrueCharts-Bot 065ac6db5f Chore(ci): update charttool
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-15 22:34:57 +00:00
TrueCharts BotandGitHub d42d189d19 chore(deps): update container image tailscale/tailscale to v1.56.0@ed1f931 (#16109)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tailscale/tailscale | minor | `v1.54.1` -> `v1.56.0` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-15 19:43:38 +01:00
TrueCharts BotandGitHub d337e784e0 chore(deps): update container image jgraph/drawio to v22.1.11@8dc2eff (#16107)
This PR contains the following updates:

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

---

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

---

### Release Notes

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

###
[`v22.1.11`](https://togithub.com/jgraph/docker-drawio/compare/v22.1.9...v22.1.11)

[Compare
Source](https://togithub.com/jgraph/docker-drawio/compare/v22.1.9...v22.1.11)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-15 19:36:46 +01:00
TrueCharts BotandGitHub cb73d86860 chore(deps): update container image doitandbedone/ispyagentdvr to v5.1.6.0@0bd41e5 (#16106)
This PR contains the following updates:

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

---

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

---

### Release Notes

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

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

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-15 19:36:06 +01:00
TrueCharts BotandGitHub fea8d58977 chore(deps): update container image lmscommunity/logitechmediaserver to stable@d4c54c1 (#16102)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lmscommunity/logitechmediaserver | digest | `4a5dc6c` -> `d4c54c1` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-15 19:35:53 +01:00
TrueCharts BotandGitHub 6d40feb7a6 chore(deps): update container image mattermost/mattermost-enterprise-edition to release-9.4@902fc55 (#16103) 2023-12-15 19:34:47 +01:00
TrueCharts BotandGitHub 128a87fc73 chore(deps): update container image bitnami/memcached to 1.6.22@f7f5768 (#16101)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/memcached | digest | `d4c4ba0` -> `f7f5768` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-15 19:34:38 +01:00
TrueCharts BotandGitHub b1f3891df8 chore(deps): update container image wiserain/flexget to v3.10.6@622694c (#16098)
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.10.4` -> `3.10.6` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45OS4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTkuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-15 13:35:19 +01:00
TrueCharts BotandGitHub 7d501cf0da chore(deps): update container image ghcr.io/linuxserver/calibre to v7.2.0@c5af242 (#16094)
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.1.0` -> `7.2.0` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45OC4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTguMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-15 07:41:13 +01:00
TrueCharts BotandGitHub f09f5bcb26 chore(deps): update container image metabase/metabase to v0.48.0@d11fdab (#16087) 2023-12-15 07:41:09 +01:00
TrueCharts BotandGitHub de0dc87f62 chore(deps): update container image gotson/komga to v1.9.0@a774740 (#16095)
This PR contains the following updates:

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

---

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

---

### Release Notes

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

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

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

#### 🚀 Features

**api**

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

**epubreader**

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

**komga**

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

**komga-tray**

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

**opds-v1**

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

**webui**

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

#### 🐛 Fixes

**api**

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

**epubreader**

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

**komga**

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

**webui**

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

#### 🏎 Perf

**komga**

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

#### 🔄️ Changes

**komga**

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

**komga-tray**

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

#### 🌐 Translation

**komga-tray**

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

**webui**

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45OC4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTguMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-15 07:34:10 +01:00
TrueCharts BotandGitHub 5e14684e0b chore(deps): update container image ghcr.io/linuxserver/znc to 1.8.2@178e529 (#16091)
This PR contains the following updates:

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

---

### Release Notes

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

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

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

##### Features

- adds "gcode" Klipper module status support
([fee7afd](https://togithub.com/fluidd-core/fluidd/commit/fee7afd25acbf6ea77b8726056067e4dcc4f6a8e))
- adds dev container support
([#&#8203;1264](https://togithub.com/fluidd-core/fluidd/issues/1264))
([7c57a9e](https://togithub.com/fluidd-core/fluidd/commit/7c57a9e014d206386759e57279bf211ce23a5ca3))
- adds disclaimer to theme settings
([9411cb2](https://togithub.com/fluidd-core/fluidd/commit/9411cb2da70bcb17051ebb312b05a8902a079a3a))
- adds drag\&drop across File Manager cards
([cf32644](https://togithub.com/fluidd-core/fluidd/commit/cf3264423a311d660759ee914a47ca2a8a11301f))
- adds minimum_cruise_ratio support
([#&#8203;1260](https://togithub.com/fluidd-core/fluidd/issues/1260))
([ea03875](https://togithub.com/fluidd-core/fluidd/commit/ea03875bc7bb64c28183cf6ffb1dc56135527617))
- adds new background logo
([999ccdd](https://togithub.com/fluidd-core/fluidd/commit/999ccddd1a39d6037ec6a8f34b689b0216ea592d))
- adds Prompt Dialog support
([#&#8203;1262](https://togithub.com/fluidd-core/fluidd/issues/1262))
([b5733d6](https://togithub.com/fluidd-core/fluidd/commit/b5733d6826a0b795304f53620147b2a147ce8adf))
- Adds toolhead circle style controls
([#&#8203;1248](https://togithub.com/fluidd-core/fluidd/issues/1248))
([77e2791](https://togithub.com/fluidd-core/fluidd/commit/77e2791637ac46bf7e69600e607f9567ceda521e))
- adds WebRTC (go2rtc) support
([#&#8203;1245](https://togithub.com/fluidd-core/fluidd/issues/1245))
([070cb45](https://togithub.com/fluidd-core/fluidd/commit/070cb45a06a7085cb61e38d3dc67bc39c558b4fc))
- copy bed mesh into clipboard as image
([#&#8203;1272](https://togithub.com/fluidd-core/fluidd/issues/1272))
([9b9b629](https://togithub.com/fluidd-core/fluidd/commit/9b9b629cf8d6b33189bc124ebb4e90f3f3a536cd))
- hide "motors off" if no steppers are enabled
([8196090](https://togithub.com/fluidd-core/fluidd/commit/81960902a14026cbca9278db49ceda4df901423f))
- highlight active tool
([#&#8203;1263](https://togithub.com/fluidd-core/fluidd/issues/1263))
([0792c67](https://togithub.com/fluidd-core/fluidd/commit/0792c67634fbc762ae1ef12d5d202bc144b8e79a))
- **i18n-HU:** Update Hungarian translations
([#&#8203;1246](https://togithub.com/fluidd-core/fluidd/issues/1246))
([306992a](https://togithub.com/fluidd-core/fluidd/commit/306992a19d0dcd3b4e248c2311b79f1f40f01996))
- **i18n-nl:** Update Dutch translations
([#&#8203;1273](https://togithub.com/fluidd-core/fluidd/issues/1273))
([c670678](https://togithub.com/fluidd-core/fluidd/commit/c670678b8c156e17409e6625654a19f1cf8ad19f))
- isolates File Browser settings
([a569cde](https://togithub.com/fluidd-core/fluidd/commit/a569cdef9e3547f791ffd73ff11da7b537013227))
- Peopoly theme
([#&#8203;1256](https://togithub.com/fluidd-core/fluidd/issues/1256))
([e9634cf](https://togithub.com/fluidd-core/fluidd/commit/e9634cf152556e49c38e3af4587281b45f915f85))
- Prusa theme
([#&#8203;1267](https://togithub.com/fluidd-core/fluidd/issues/1267))
([783efaf](https://togithub.com/fluidd-core/fluidd/commit/783efaf076a8cf41e429d56cd80048fa5a9bd612))
- Qidi Tech theme
([0b1c701](https://togithub.com/fluidd-core/fluidd/commit/0b1c701412c9497e357bae1584807af6ee3affa0))
- Siboor theme
([#&#8203;1255](https://togithub.com/fluidd-core/fluidd/issues/1255))
([c9d01b9](https://togithub.com/fluidd-core/fluidd/commit/c9d01b9d82e70f054137d59502682f5035c3a5ee))
- use full bed dimensions on bed mesh preview
([#&#8203;1242](https://togithub.com/fluidd-core/fluidd/issues/1242))
([128c296](https://togithub.com/fluidd-core/fluidd/commit/128c29638f1b8dacf8afd8b3859ea97cac056e30))

##### Bug Fixes

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45OC4wIiwidXBkYXRlZEluVmVyIjoiMzcuOTguMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-15 01:47:38 +01:00
TrueCharts BotandGitHub 50249ac651 chore(deps): update container image homeassistant/home-assistant to v2023.12.3@128abdf (#16084)
This PR contains the following updates:

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

---

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

---

### Release Notes

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45OC4wIiwidXBkYXRlZEluVmVyIjoiMzcuOTguMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-15 01:47:00 +01:00
TrueCharts BotandGitHub 3375f7e9eb chore(deps): update container image metabase/metabase to v0.47.10@74496da (#16085)
This PR contains the following updates:

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

---

### Release Notes

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

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

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

##### Bug Fixes

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

##### Features

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

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

##### Bug Fixes

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45My4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-14 20:15:03 +01:00
TrueCharts BotandGitHub 8ea810f425 chore(deps): update container image dpage/pgadmin4 to v8.1@7938869 (#16077)
This PR contains the following updates:

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

---

### Release Notes

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

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

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45My4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-14 13:36:45 +01:00
TrueCharts-Bot 836a202222 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-14 12:05:19 +00:00
TrueCharts BotandGitHub 375221bc9f chore(deps): update container image wolveix/satisfactory-server to v1.6.0@134d4af (#16058)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| wolveix/satisfactory-server | minor | `v1.5.6` -> `v1.6.0` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45Mi40IiwidXBkYXRlZEluVmVyIjoiMzcuOTIuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-14 07:43:20 +01:00
TrueCharts BotandGitHub 10c24d380b chore(deps): update container image kanboard/kanboard to v1.2.34@63faa98 (#16067)
This PR contains the following updates:

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

---

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

---

### Release Notes

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

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

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

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

| Package | Update | Change |
|---|---|---|
| deluan/navidrome | patch | `0.50.1` -> `0.50.2` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45Mi40IiwidXBkYXRlZEluVmVyIjoiMzcuOTIuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-14 07:35:59 +01:00
TrueCharts BotandGitHub 771c7e5bd2 chore(deps): update container image mbentley/omada-controller to 5.13@c8b3ae8 (#16064)
This PR contains the following updates:

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45Mi40IiwidXBkYXRlZEluVmVyIjoiMzcuOTIuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-14 01:56:55 +01:00
TrueCharts BotandGitHub ab0a4c38cc chore(deps): update container image xwiki to 15.10.1-postgres-tomcat@239a6e5 (#16055)
This PR contains the following updates:

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45Mi40IiwidXBkYXRlZEluVmVyIjoiMzcuOTIuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-14 01:49:45 +01:00
TrueCharts BotandGitHub 52ce76408a chore(deps): update container image homeassistant/home-assistant to v2023.12.2@639e779 (#16056)
This PR contains the following updates:

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

---

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

---

### Release Notes

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45Mi40IiwidXBkYXRlZEluVmVyIjoiMzcuOTIuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-14 01:47:47 +01:00
TrueCharts BotandGitHub 712f422e1f chore(deps): update container image mbentley/omada-controller to 5.13@baf0359 (#16054)
This PR contains the following updates:

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45Mi4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-13 19:34:40 +01:00
TrueCharts BotandGitHub 35a704e5ab chore(deps): update container image ghcr.io/linuxserver/remmina to 1.4.2@ae213f0 (#16044) 2023-12-13 19:33:35 +01:00
TrueCharts BotandGitHub ab8c9166c9 chore(deps): update container image diygod/rsshub to latest@83cc8aa (#16042)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| diygod/rsshub | digest | `1e49a28` -> `83cc8aa` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45Mi4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-13 19:33:31 +01:00
TrueCharts BotandGitHub 8edd2e6891 chore(deps): update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0@e665beb (#16043)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/booksonic-air](https://togithub.com/linuxserver/docker-booksonic-air/packages)
([source](https://togithub.com/linuxserver/docker-booksonic-air)) |
digest | `50f6dc6` -> `e665beb` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45Mi4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-13 19:33:19 +01:00
TrueCharts BotandGitHub 42bacf1873 chore(deps): update container image ghcr.io/anotherstranger/borg-server to v2.2.1@cb6d584 (#16041)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/anotherstranger/borg-server](https://togithub.com/AnotherStranger/docker-borg-backup)
| minor | `2.1.4` -> `2.2.1` |

---

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

---

### Release Notes

<details>
<summary>AnotherStranger/docker-borg-backup
(ghcr.io/anotherstranger/borg-server)</summary>

###
[`v2.2.1`](https://togithub.com/AnotherStranger/docker-borg-backup/blob/HEAD/CHANGELOG.md#221-2023-12-13)

[Compare
Source](https://togithub.com/AnotherStranger/docker-borg-backup/compare/v2.2.0...v2.2.1)

##### Build System

- **release:** 2.2.1-rc.1
([d6f03b4](https://togithub.com/AnotherStranger/docker-borg-backup/commit/d6f03b48457e1a2cdb5b980d0bffd9c53718d740))

##### Code Refactoring

- **docs:** 📝 update documentation for BORG_AUTHORIZED_KEYS
([d0ba5ca](https://togithub.com/AnotherStranger/docker-borg-backup/commit/d0ba5ca8eac5550d7f5e2629d07070b0da094cb9))
- ♻️ keep old way of adding authorized keys in docker-compose.yml
([607bdea](https://togithub.com/AnotherStranger/docker-borg-backup/commit/607bdea704e52e976f805dbbfb27c7d2af0803f7))

###
[`v2.2.0`](https://togithub.com/AnotherStranger/docker-borg-backup/blob/HEAD/CHANGELOG.md#220-2023-12-13)

[Compare
Source](https://togithub.com/AnotherStranger/docker-borg-backup/compare/v2.1.4...v2.2.0)

##### Build System

- **release:** 2.1.5-rc.1
([cf5ff48](https://togithub.com/AnotherStranger/docker-borg-backup/commit/cf5ff486e6cd75d0e270e0aa9ed11d8961d54966))
- **release:** 2.2.0-rc.1
([44e7fff](https://togithub.com/AnotherStranger/docker-borg-backup/commit/44e7fffb3abf0f85124e3f8b95b20fe3fd50d343)),
closes
[#&#8203;68](https://togithub.com/AnotherStranger/docker-borg-backup/issues/68)

##### Features

- ♻️ 🔀 Merge pull request
[#&#8203;68](https://togithub.com/AnotherStranger/docker-borg-backup/issues/68)
from Spice-King/patch-1
([34a827a](https://togithub.com/AnotherStranger/docker-borg-backup/commit/34a827acb9b652731fc5ebbbfc508781c7da4260))

##### Code Refactoring

- **deps:** ⬆️ update pre-commit hooks
([7f30ae0](https://togithub.com/AnotherStranger/docker-borg-backup/commit/7f30ae0d641592d487e70647407c9f1694b52095))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45MS41IiwidXBkYXRlZEluVmVyIjoiMzcuOTEuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-13 13:41:47 +01:00
TrueCharts BotandGitHub a17f10c9f4 chore(deps): update container image nocodb/nocodb to v0.202.10@2a5f136 (#16039) 2023-12-13 13:35:20 +01:00
TrueCharts BotandGitHub 7fe2421e21 chore(deps): update container image registry.gitlab.com/crafty-controller/crafty-4 to v4.2.2@559c46a (#16040)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[registry.gitlab.com/crafty-controller/crafty-4](https://craftycontrol.com/)
([source](https://gitlab.com/crafty-controller/crafty-4)) | patch |
`4.2.1` -> `4.2.2` |

---

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

---

### Release Notes

<details>
<summary>crafty-controller/crafty-4
(registry.gitlab.com/crafty-controller/crafty-4)</summary>

###
[`v4.2.2`](https://gitlab.com/crafty-controller/crafty-4/blob/HEAD/CHANGELOG.md#----422---20231213)

[Compare
Source](https://gitlab.com/crafty-controller/crafty-4/compare/v4.2.1...v4.2.2)

##### New features

- Loading Screen for Crafty during startup ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/668))

##### Refactor

- Remove deprecated API V1 ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/670))
- Tidy up main.py to be more comprehensive ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/668))
- Force random password on first run. Stop using common default password
([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/672)
| [Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/673))

##### Bug fixes

- Remove webhook `custom` option from webook provider list as it's not
currently an option ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/664))
- Bump cryptography for CVE-2023-49083 ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/680))
- Fix bug where su cannot edit general user password ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/676))
- Fix bug where no file error on import root dir ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/677))
- Fix Unban button failing to pardon users ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/671))
- Fix stack in API error handling ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/674))
- Fix bug where you cannot select "do not monitor mounts" from
`config.json` ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/678))
- Fix support log 'x' button still downloading logs ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/679))
- Fix bug where servers are created without bu dir ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/682))

##### Tweaks

- Homogenize Panel logos/branding ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/666))
- Retain previous tab when revisiting server details page
([#&#8203;272](https://togithub.com/crafty-controller/crafty-4/issues/272))([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/667))
- Add server name tag in panel header
([#&#8203;272](https://togithub.com/crafty-controller/crafty-4/issues/272))([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/667))
- Setup logging for panel authentication attempts ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/669))
- Update minimum password length from 6 to 8, and unrestrict maximum
password length ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/669))
- Give better feedback when backup delete fails ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/681))
- Add user queue debug logging ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/683))

##### Lang

- Update `de_DE, en_EN, fr_FR, lol_EN, lv_LV, nl_BE, pl_PL, zh_CN`
translations for `4.2.2` ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/684))
- Mark `es_ES` as incomplete ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/684))
- Mark `he_IL` as active ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/684))
- pl_PL Minor fixes ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/675))
<br><br>

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45MS41IiwidXBkYXRlZEluVmVyIjoiMzcuOTEuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-13 13:35:14 +01:00
TrueCharts BotandGitHub 132db575c0 chore(deps): update container image ghcr.io/paperless-ngx/paperless-ngx to v2.1.2@078b45c (#16038)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/paperless-ngx/paperless-ngx](https://togithub.com/paperless-ngx/paperless-ngx)
| patch | `2.1.1` -> `2.1.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.1.2`](https://togithub.com/paperless-ngx/paperless-ngx/releases/tag/v2.1.2):
Paperless-ngx v2.1.2

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

#### paperless-ngx 2.1.2

##### Features

- Fix: allow text copy in pngx pdf viewer
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;4938](https://togithub.com/paperless-ngx/paperless-ngx/pull/4938))

##### Bug Fixes

- Fix: sort consumption templates by order by default
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;4956](https://togithub.com/paperless-ngx/paperless-ngx/pull/4956))
- Fix: Updates gotenberg-client, including workaround for Gotenberg
non-latin handling [@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;4944](https://togithub.com/paperless-ngx/paperless-ngx/pull/4944))
- Fix: allow text copy in pngx pdf viewer
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;4938](https://togithub.com/paperless-ngx/paperless-ngx/pull/4938))
- Fix: Don't allow autocomplete searches to fail on schema field matches
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;4934](https://togithub.com/paperless-ngx/paperless-ngx/pull/4934))
- Fix: Convert search dates to UTC in advanced search
[@&#8203;bogdal](https://togithub.com/bogdal)
([#&#8203;4891](https://togithub.com/paperless-ngx/paperless-ngx/pull/4891))
- Fix: Use the attachment filename so downstream template matching works
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;4931](https://togithub.com/paperless-ngx/paperless-ngx/pull/4931))
- Fix: frontend handle autocomplete failure gracefully
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;4903](https://togithub.com/paperless-ngx/paperless-ngx/pull/4903))

##### Dependencies

- Chore(deps-dev): Bump the small-changes group with 2 updates
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;4942](https://togithub.com/paperless-ngx/paperless-ngx/pull/4942))
- Chore(deps-dev): Bump the development group with 1 update
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;4939](https://togithub.com/paperless-ngx/paperless-ngx/pull/4939))

##### All App Changes

<details>
<summary>9 changes</summary>

- Fix: sort consumption templates by order by default
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;4956](https://togithub.com/paperless-ngx/paperless-ngx/pull/4956))
- Chore: reorganize api tests
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;4935](https://togithub.com/paperless-ngx/paperless-ngx/pull/4935))
- Chore(deps-dev): Bump the small-changes group with 2 updates
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;4942](https://togithub.com/paperless-ngx/paperless-ngx/pull/4942))
- Fix: allow text copy in pngx pdf viewer
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;4938](https://togithub.com/paperless-ngx/paperless-ngx/pull/4938))
- Chore(deps-dev): Bump the development group with 1 update
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;4939](https://togithub.com/paperless-ngx/paperless-ngx/pull/4939))
- Fix: Don't allow autocomplete searches to fail on schema field matches
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;4934](https://togithub.com/paperless-ngx/paperless-ngx/pull/4934))
- Fix: Convert search dates to UTC in advanced search
[@&#8203;bogdal](https://togithub.com/bogdal)
([#&#8203;4891](https://togithub.com/paperless-ngx/paperless-ngx/pull/4891))
- Fix: Use the attachment filename so downstream template matching works
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;4931](https://togithub.com/paperless-ngx/paperless-ngx/pull/4931))
- Fix: frontend handle autocomplete failure gracefully
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;4903](https://togithub.com/paperless-ngx/paperless-ngx/pull/4903))

</details>

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45MS41IiwidXBkYXRlZEluVmVyIjoiMzcuOTEuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-13 12:34:28 +00:00
TrueCharts BotandGitHub 0be014cf34 chore(deps): update container image lmscommunity/logitechmediaserver to stable@4a5dc6c (#16036)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lmscommunity/logitechmediaserver | digest | `fc7438e` -> `4a5dc6c` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45MS41IiwidXBkYXRlZEluVmVyIjoiMzcuOTEuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-13 13:33:21 +01:00
TrueCharts BotandGitHub 0d1198e571 chore(deps): update container image ghcr.io/linuxserver/calibre to 7.1.0@d843436 (#16034)
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)) | digest |
`a8917fa` -> `d843436` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45MS41IiwidXBkYXRlZEluVmVyIjoiMzcuOTEuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-13 13:33:16 +01:00
TrueCharts BotandGitHub 5d74a58922 chore(deps): update container image ghcr.io/linuxserver/mstream to 5.11.4@f98fd47 (#16035)
This PR contains the following updates:

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45MS41IiwidXBkYXRlZEluVmVyIjoiMzcuOTEuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-13 13:33:12 +01:00
TrueCharts-Bot 61f5b6aca3 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-13 12:03:05 +00:00
TrueCharts BotandGitHub e9f50b2e78 chore(deps): update container image xwiki to 15.10.0-postgres-tomcat@554b5c6 (#16033)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| xwiki | digest | `195a381` -> `554b5c6` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45MS40IiwidXBkYXRlZEluVmVyIjoiMzcuOTEuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-13 07:34:08 +01:00
TrueCharts BotandGitHub e51d7e68ce chore(deps): update container image monica to 4.0.0@25d4252 (#16031)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| monica | digest | `d6594b6` -> `25d4252` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45MS40IiwidXBkYXRlZEluVmVyIjoiMzcuOTEuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-13 07:33:43 +01:00
TrueCharts BotandGitHub 6d2dd36440 chore(deps): update webtop (#16027)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/webtop | digest | `950c97d` -> `94ce0da` |
| lscr.io/linuxserver/webtop | digest | `389331b` -> `aaed3a0` |
| lscr.io/linuxserver/webtop | digest | `4b6d776` -> `dbdf668` |
| lscr.io/linuxserver/webtop | digest | `7e5b8bf` -> `29680ed` |
| lscr.io/linuxserver/webtop | digest | `e5f9b44` -> `5e11bff` |
| lscr.io/linuxserver/webtop | digest | `6d30125` -> `60d015f` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45MS40IiwidXBkYXRlZEluVmVyIjoiMzcuOTEuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-13 07:15:27 +01:00
TrueCharts BotandGitHub b2ac54ceab chore(deps): update rdesktop (#16026)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `be6277d` -> `de6e1e5` |
| lscr.io/linuxserver/rdesktop | digest | `dc53b9d` -> `f1e7a6a` |
| lscr.io/linuxserver/rdesktop | digest | `fbdad59` -> `7136b99` |
| lscr.io/linuxserver/rdesktop | digest | `54a0e93` -> `4648aa5` |
| lscr.io/linuxserver/rdesktop | digest | `79e2983` -> `cf3fc6c` |
| lscr.io/linuxserver/rdesktop | digest | `a18c50e` -> `3908156` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45MS40IiwidXBkYXRlZEluVmVyIjoiMzcuOTEuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-13 07:14:02 +01:00
TrueCharts BotandGitHub adfc92d5f5 chore(deps): update container image ghostfolio/ghostfolio to v2.30.0@c853b1c (#16030)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghostfolio/ghostfolio | minor | `2.29.0` -> `2.30.0` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45MS40IiwidXBkYXRlZEluVmVyIjoiMzcuOTEuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-13 01:54:50 +01:00