Commit Graph

29131 Commits

Author SHA1 Message Date
TrueCharts Bot 16061cbaa0
chore(deps): update container image ghcr.io/linuxserver/freshrss to 1.23.1@bf0e8c7 by renovate (#21649)
This PR contains the following updates:

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

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjM0Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-05 16:48:20 +03:00
TrueCharts Bot 623171bc90
chore(deps): update container image qmcgaw/ddns-updater to v2.6.0@e1bc0c8 by renovate (#17946)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [qmcgaw/ddns-updater](https://togithub.com/qdm12/ddns-updater) | minor
| `v2.5.0` -> `v2.6.0` |

---

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

---

### Release Notes

<details>
<summary>qdm12/ddns-updater (qmcgaw/ddns-updater)</summary>

###
[`v2.6.0`](https://togithub.com/qdm12/ddns-updater/releases/tag/v2.6.0)

[Compare
Source](https://togithub.com/qdm12/ddns-updater/compare/v2.6.0...v2.6.0)

##### Features

-   Support CLI flags 🎏 (equivalent to environment variable names)
- Automated **binaries** releasing on GitHub for commonly used platforms
- **IPv6**: add JSON parameter `ipv6_suffix` and deprecate `IPV6_PREFIX`
(retro-compatible change)
([#&#8203;611](https://togithub.com/qdm12/ddns-updater/issues/611))
-   Public IP fetching 📥
- DNS fetching uses DNS over TLS (DoT) only 🔒, `google` removed due to
no support for DoT
    -   Ipify support for HTTP "IPv4 or IPv6" fetching
    -   Remove NoIP HTTP option (only plaintext HTTP fetching)
    -   Add Spdyn for HTTP IPv4 or IPv6 fetching
    -   Add ipleak for all HTTP modes
-   Existing providers features ♻️
    -   DonDominio: add support for subdomains and wildcard host values
    -   Porkbun: json decode error messages for log messages
-   **Custom provider** ✏️
    -   Sends HTTP GET request to url given with ip information
    -   Configurable ipv4 and ipv6 query parameter keys
    -   Configurable response success detection with a regex
    -   Treat non status OK 200 responses as failures
-   🆕 Providers
- desec
([#&#8203;496](https://togithub.com/qdm12/ddns-updater/issues/496))
- easydns
([#&#8203;480](https://togithub.com/qdm12/ddns-updater/issues/480))
- goip.de
([#&#8203;623](https://togithub.com/qdm12/ddns-updater/issues/623))
- hetzner
([#&#8203;503](https://togithub.com/qdm12/ddns-updater/issues/503))
    -   ionos
- name.com
([#&#8203;474](https://togithub.com/qdm12/ddns-updater/issues/474))
- netcup.de
([#&#8203;361](https://togithub.com/qdm12/ddns-updater/issues/361))
- nowdns
([#&#8203;504](https://togithub.com/qdm12/ddns-updater/issues/504))
- zoneedit.com
([#&#8203;482](https://togithub.com/qdm12/ddns-updater/issues/482))
-   Shoutrrr 📢
    -   Bumped from v0.7.0 to v0.8.0
- Add `SHOUTRRR_DEFAULT_TITLE`, disable `SHOUTRRR_PARAMS` and only add
`&title=` parameter to shoutrrr address if it's not set in the address
already
- [healthchecks.io](https://healthchecks.io) support with configuration
option `HEALTH_HEALTHCHECKSIO_UUID` 🩺
-   Logging 📜
    -   Log tree of settings at start
    -   Shoutrrr debug logs
- "IPv6 is not supported on this system" logged if all IP fetching tries
fail with an IPv6 error
- Reduce log spamming: log each IP fetching error at the debug level and
log them all at the error level in a single line, if all the fetching
tries fail.
- `LISTENING_ADDRESS` configuration key
([#&#8203;590](https://togithub.com/qdm12/ddns-updater/issues/590)) to
replace `LISTENING_PORT` (retro-compatible change) 👂
- Docker images tags are now with and without the `v` prefix. For
example `:v2.6.0` and `:2.6.0` 🤷
- `internal/config`: append `:53` to the resolver address if no port is
given
-   More exact times for state updates, events and ban time checking 🕙

##### Fixes

-   Core updating mechanism
- Get database events by IP version
([#&#8203;514](https://togithub.com/qdm12/ddns-updater/issues/514))
    -   Skip update if public IP is not found
    -   Do not save invalid IP if the public IP is not found
    -   Set initial fail status if the public ip fetching failed
-   Public IP fetching
- IPv6: replace bad regex with custom IPv6 extract function, affects
allinkl, dnsomatic, google, he and noip
    -   Remove plaintext HTTP option `noip`
    -   over HTTPs:
        -   use address of Cloudflare for "ipv4 or ipv6"
        -   remove opendns option
    -   over DNS: add opendns option
-   Provider specific fixes
    -   Desec:
        -   default host to "@&#8203;" if empty
        -   allow wildcard hosts
    -   DNSOMatic:
        -   remove username validation regex
- treat 'all' host as proxied to reduce updates, and does the IP
comparison using the last IP stored in updates.json.
- DonDominio: update code to use newer
`https://dondns.dondominio.com/json` endpoint
    -   DuckDNS:
        -   send ip address if `"provider_ip": false`
- support for IPv6
([#&#8203;542](https://togithub.com/qdm12/ddns-updater/issues/542))
- Dyn: always give `myip=` parameter, `provider_ip` setting disabled
- Dynv6: set url ip field as 'auto' when `"provider_ip": true`
([#&#8203;549](https://togithub.com/qdm12/ddns-updater/issues/549))
    -   DynDNS: allow wildcard hosts
- Gandi: personal access token support
([#&#8203;568](https://togithub.com/qdm12/ddns-updater/issues/568))
    -   Google: removed since no longer functional
    -   Infomaniak: handle new response prefixes
    -   Inwx: fix success codes detection
- Njalla: do not compare ip received when using `"provider_ip": true`
- Noip: do not check for received IP when using `"provider_ip": true`
    -   OpenDNS: IP received comparison check fixed
    -   Porkbun: delete ALIAS record before creating an A or AAAA record
    -   Spdyn: validate the host field value even if the token is set
-   Web UI
- Fix the ipinfo.io link for the current ip
([#&#8203;529](https://togithub.com/qdm12/ddns-updater/issues/529))
- Include ip version for all providers
([#&#8203;512](https://togithub.com/qdm12/ddns-updater/issues/512))
    -   Href link to the favicon fixed
-   Bump HTTP timeout from 10s to 20s due to slow NoIP servers
-   Logging:
    -   correct IP version for the "ipv4 no lookup" log line
- IPv4 only and IPv6 only debug logging
([#&#8203;513](https://togithub.com/qdm12/ddns-updater/issues/513))
    -   Creation date set correctly by CI
-   Settings:
    -   Ignore echo services absent from `PUBLICIP_FETCHERS`
    -   Web UI listening port validation:
        -   Check start of unprivileged ports on Linux
        -   Check if running program has bind capability on Linux

##### Documentation

-   Readme:
    -   Fix documentation for `SHOUTRRR_DEFAULT_TITLE`
    -   Fix all dead links
- Fix shoutrrr bad link
([#&#8203;609](https://togithub.com/qdm12/ddns-updater/issues/609))
    -   Remove outdated `ddnss` http public ip fetching
- Use relative links, now compatible with Docker Hub description sync
job
-   `docs/` directory:
    -   fix all dead links
    -   cloudflare: wildcard hosts are allowed
- gcp: fix typo for provider name
([#&#8203;465](https://togithub.com/qdm12/ddns-updater/issues/465))
- dnsomatic: fix settings fields
([#&#8203;463](https://togithub.com/qdm12/ddns-updater/issues/463))
- infomaniak: add missing `username` field in example
([#&#8203;467](https://togithub.com/qdm12/ddns-updater/issues/467))
- opendns: fix bad provider name `dyn` to `opendns` in example
([#&#8203;470](https://togithub.com/qdm12/ddns-updater/issues/470))
- noip: add missing `username` field in example
([#&#8203;469](https://togithub.com/qdm12/ddns-updater/issues/469))
    -   inwx:
- fix bad provider name `opendns` -> `inwx`
([#&#8203;468](https://togithub.com/qdm12/ddns-updater/issues/468))
        -   remove trail comma in JSON example
- add missing `provider_ip` field in examples
([#&#8203;466](https://togithub.com/qdm12/ddns-updater/issues/466))
- add missing `ip_version` parameter for allinkl, name.com, netcup and
porkbun
    -   update `ip_version` description for all providers
    -   nowdns:
        -   add missing `ip_version` parameter
        -   remove trail comma in JSON example
- Add Kubernetes examples & documentation
([#&#8203;402](https://togithub.com/qdm12/ddns-updater/issues/402))
-   Github:
    -   Update all labels
    -   More explicit title requirement in issue templates
- Remove automated [@&#8203;qdm12](https://togithub.com/qdm12) assignee
- Fix typos
([#&#8203;532](https://togithub.com/qdm12/ddns-updater/issues/532))

##### Maintenance

##### CI

-   Add markdown workflow
    -   Remove docker hub description workflow
    -   Build workflow ignores md files for spellcheck
-   Add goreleaser steps to build and attach binaries on release
-   Bump linter `golangci-lint` from v1.52.2 to v1.55.2
-   Add mocks check step
- Force matching Shoutrrr link with go.mod shoutrrr version
([#&#8203;491](https://togithub.com/qdm12/ddns-updater/issues/491))
-   Add dependabot configuration
-   Add build-skip workflow for required workflows
- Bump github/codeql-action from 2 to 3
([#&#8203;583](https://togithub.com/qdm12/ddns-updater/issues/583))
- Bump docker/setup-buildx-action from 2 to 3
([#&#8203;587](https://togithub.com/qdm12/ddns-updater/issues/587))
- Bump docker/metadata-action from 4 to 5
([#&#8203;585](https://togithub.com/qdm12/ddns-updater/issues/585))
- Bump docker/build-push-action from 4.0.0 to 5.1.0
([#&#8203;582](https://togithub.com/qdm12/ddns-updater/issues/582))

##### Dependencies

-   Remove dependency on `golang.org/x/net`
-   Bump breml/rootcerts from v0.2.11 to v0.2.14
-   Bump github.com/miekg/dns from v1.1.42 to v1.1.57
- Bump golang.org/x/net from v0.1.0 to v0.17.0
([#&#8203;540](https://togithub.com/qdm12/ddns-updater/issues/540))
-   Bump chi from v1.5.4 to v5.0.11
-   Bump Go from 1.20 to 1.21
-   Bump Alpine from 3.18 to 3.19
- Bump google.golang.org/grpc from 1.50.1 to 1.56.3
([#&#8203;552](https://togithub.com/qdm12/ddns-updater/issues/552))
-   Bump github.com/stretchr/testify from v1.8.1 to v1.8.4
-   Bump golang.org/x/mod from v0.12.0 to v0.14.0

##### Code

-   Dockerfile:
    -   Remove outdated `SHOUTRRR_DEFAULT_TITLE`
    -   Add `HEALTH_SERVER_ADDRESS=127.0.0.1:9999`
-   Migrate from `net.IP*` to `net/netip.Addr` and `net/netip.Prefix`
-   Drop `github.com/qdm12/golibs` dependency
    -   `internal/persistence/json`: drop dependency on golibs
    -   `pkg/publicip/info`: remove dependency on golibs
- `cmd/updater`: replace golibs/connectivity with `internal/health`'s
`CheckHTTP` function
- `internal/settings`: remove dependency on `qdm12/golibs/verification`
-   Configuration reading reworked to use `qdm12/gosettings@v0.4.0-rc9`
- `pkg/publicip/dns`: set dial timeout as the value of the parent
fetcher timeout
-   Namecheap: make code only IPv4 compatible
-   Servercow: use injected domain instead of re-decoding it from JSON
-   `internal/update`:
- simplify shouldUpdateRecord functions `shouldUpdateRecordNoLookup` and
`shouldUpdateRecordWithLookup`
    -   simplify log calls
    -   rename run.go to service.go
-   `persistence/json`:
    -   simplify `StoreNewIP` method
    -   improve data check error messages
-   `internal/data`: remove unused `GetEvents` method
-   `internal/models`: remove unneeded `HTML` string alias type
-   OVH: remove unneeded sentinel errors
-   `internal/provider/providers`:
- replace ip nil check with `useProviderIP` check (affects duckdns,
infomaniak and namecheap)
- review HTTP headers: add missing header(s), remove unneeded headers
- review error wrappings for `client.Do` and wrap using string `doing
http request`
    -   review error wrappings for validation errors
    -   Use `errors.BadRequest` for `badrequest` responses only
    -   Change HTTP request creation error wrappings to be a string only
    -   Add missing HTTP request creation error wrappings
- remove intermediary errors and wrap them with strings instead of other
sentinel errors
-   `internal/provider/errors`: review update errors and wrappings
    -   `ErrBadHTTPStatus` -> `ErrHTTPStatusNotValid`
    -   `ErrNumberOfResultsReceived` -> `ErrResultsCountReceived`
    -   `ErrNoResultReceived` -> `ErrReceivedNoResult`
    -   `ErrAbuse` -> `ErrBannedAbuse`
    -   `ErrInvalidSystemParam` -> `ErrSystemParamNotValid`
    -   `ErrNoIPInResponse` -> `ErrReceivedNoIP`
    -   `ErrUnsuccessfulResponse` -> `ErrUnsuccessful`
- Remove `ErrRequestEncode` and `ErrRequestMarshal` and wrap errors with
string instead
- Remove `ErrUnmarshalResponse` and wrap errors with string instead
- Add `ErrResponseTooShort` - Remove `ErrNotFound` and replace with more
precise not found errors
    -   Add `ErrRecordResourceSetNotFound` error
    -   Sort errors list alphabetically
    -   Change `Empty` -> `NotSet`
    -   Change `Malformed` -> `NotValid`
-   `internal/shoutrrr` new package
-   .gitignore: fix `/data` path

Note: re-released as v2.6.0 to have permissions fixed for goreleaser to
work
([`c338c28`](c338c28ce3))

###
[`v2.6.0`](https://togithub.com/qdm12/ddns-updater/releases/tag/v2.6.0)

[Compare
Source](https://togithub.com/qdm12/ddns-updater/compare/v2.5.0...v2.6.0)

##### Features

-   Support CLI flags 🎏 (equivalent to environment variable names)
- Automated **binaries** releasing on GitHub for commonly used platforms
- **IPv6**: add JSON parameter `ipv6_suffix` and deprecate `IPV6_PREFIX`
(retro-compatible change)
([#&#8203;611](https://togithub.com/qdm12/ddns-updater/issues/611))
-   Public IP fetching 📥
- DNS fetching uses DNS over TLS (DoT) only 🔒, `google` removed due to
no support for DoT
    -   Ipify support for HTTP "IPv4 or IPv6" fetching
    -   Remove NoIP HTTP option (only plaintext HTTP fetching)
    -   Add Spdyn for HTTP IPv4 or IPv6 fetching
    -   Add ipleak for all HTTP modes
-   Existing providers features ♻️
    -   DonDominio: add support for subdomains and wildcard host values
    -   Porkbun: json decode error messages for log messages
-   **Custom provider** ✏️
    -   Sends HTTP GET request to url given with ip information
    -   Configurable ipv4 and ipv6 query parameter keys
    -   Configurable response success detection with a regex
    -   Treat non status OK 200 responses as failures
-   🆕 Providers
- desec
([#&#8203;496](https://togithub.com/qdm12/ddns-updater/issues/496))
- easydns
([#&#8203;480](https://togithub.com/qdm12/ddns-updater/issues/480))
- goip.de
([#&#8203;623](https://togithub.com/qdm12/ddns-updater/issues/623))
- hetzner
([#&#8203;503](https://togithub.com/qdm12/ddns-updater/issues/503))
    -   ionos
- name.com
([#&#8203;474](https://togithub.com/qdm12/ddns-updater/issues/474))
- netcup.de
([#&#8203;361](https://togithub.com/qdm12/ddns-updater/issues/361))
- nowdns
([#&#8203;504](https://togithub.com/qdm12/ddns-updater/issues/504))
- zoneedit.com
([#&#8203;482](https://togithub.com/qdm12/ddns-updater/issues/482))
-   Shoutrrr 📢
    -   Bumped from v0.7.0 to v0.8.0
- Add `SHOUTRRR_DEFAULT_TITLE`, disable `SHOUTRRR_PARAMS` and only add
`&title=` parameter to shoutrrr address if it's not set in the address
already
- [healthchecks.io](https://healthchecks.io) support with configuration
option `HEALTH_HEALTHCHECKSIO_UUID` 🩺
-   Logging 📜
    -   Log tree of settings at start
    -   Shoutrrr debug logs
- "IPv6 is not supported on this system" logged if all IP fetching tries
fail with an IPv6 error
- Reduce log spamming: log each IP fetching error at the debug level and
log them all at the error level in a single line, if all the fetching
tries fail.
- `LISTENING_ADDRESS` configuration key
([#&#8203;590](https://togithub.com/qdm12/ddns-updater/issues/590)) to
replace `LISTENING_PORT` (retro-compatible change) 👂
- Docker images tags are now with and without the `v` prefix. For
example `:v2.6.0` and `:2.6.0` 🤷
- `internal/config`: append `:53` to the resolver address if no port is
given
-   More exact times for state updates, events and ban time checking 🕙

##### Fixes

-   Core updating mechanism
- Get database events by IP version
([#&#8203;514](https://togithub.com/qdm12/ddns-updater/issues/514))
    -   Skip update if public IP is not found
    -   Do not save invalid IP if the public IP is not found
    -   Set initial fail status if the public ip fetching failed
-   Public IP fetching
- IPv6: replace bad regex with custom IPv6 extract function, affects
allinkl, dnsomatic, google, he and noip
    -   Remove plaintext HTTP option `noip`
    -   over HTTPs:
        -   use address of Cloudflare for "ipv4 or ipv6"
        -   remove opendns option
    -   over DNS: add opendns option
-   Provider specific fixes
    -   Desec:
        -   default host to "@&#8203;" if empty
        -   allow wildcard hosts
    -   DNSOMatic:
        -   remove username validation regex
- treat 'all' host as proxied to reduce updates, and does the IP
comparison using the last IP stored in updates.json.
- DonDominio: update code to use newer
`https://dondns.dondominio.com/json` endpoint
    -   DuckDNS:
        -   send ip address if `"provider_ip": false`
- support for IPv6
([#&#8203;542](https://togithub.com/qdm12/ddns-updater/issues/542))
- Dyn: always give `myip=` parameter, `provider_ip` setting disabled
- Dynv6: set url ip field as 'auto' when `"provider_ip": true`
([#&#8203;549](https://togithub.com/qdm12/ddns-updater/issues/549))
    -   DynDNS: allow wildcard hosts
- Gandi: personal access token support
([#&#8203;568](https://togithub.com/qdm12/ddns-updater/issues/568))
    -   Google: removed since no longer functional
    -   Infomaniak: handle new response prefixes
    -   Inwx: fix success codes detection
- Njalla: do not compare ip received when using `"provider_ip": true`
- Noip: do not check for received IP when using `"provider_ip": true`
    -   OpenDNS: IP received comparison check fixed
    -   Porkbun: delete ALIAS record before creating an A or AAAA record
    -   Spdyn: validate the host field value even if the token is set
-   Web UI
- Fix the ipinfo.io link for the current ip
([#&#8203;529](https://togithub.com/qdm12/ddns-updater/issues/529))
- Include ip version for all providers
([#&#8203;512](https://togithub.com/qdm12/ddns-updater/issues/512))
    -   Href link to the favicon fixed
-   Bump HTTP timeout from 10s to 20s due to slow NoIP servers
-   Logging:
    -   correct IP version for the "ipv4 no lookup" log line
- IPv4 only and IPv6 only debug logging
([#&#8203;513](https://togithub.com/qdm12/ddns-updater/issues/513))
    -   Creation date set correctly by CI
-   Settings:
    -   Ignore echo services absent from `PUBLICIP_FETCHERS`
    -   Web UI listening port validation:
        -   Check start of unprivileged ports on Linux
        -   Check if running program has bind capability on Linux

##### Documentation

-   Readme:
    -   Fix documentation for `SHOUTRRR_DEFAULT_TITLE`
    -   Fix all dead links
- Fix shoutrrr bad link
([#&#8203;609](https://togithub.com/qdm12/ddns-updater/issues/609))
    -   Remove outdated `ddnss` http public ip fetching
- Use relative links, now compatible with Docker Hub description sync
job
-   `docs/` directory:
    -   fix all dead links
    -   cloudflare: wildcard hosts are allowed
- gcp: fix typo for provider name
([#&#8203;465](https://togithub.com/qdm12/ddns-updater/issues/465))
- dnsomatic: fix settings fields
([#&#8203;463](https://togithub.com/qdm12/ddns-updater/issues/463))
- infomaniak: add missing `username` field in example
([#&#8203;467](https://togithub.com/qdm12/ddns-updater/issues/467))
- opendns: fix bad provider name `dyn` to `opendns` in example
([#&#8203;470](https://togithub.com/qdm12/ddns-updater/issues/470))
- noip: add missing `username` field in example
([#&#8203;469](https://togithub.com/qdm12/ddns-updater/issues/469))
    -   inwx:
- fix bad provider name `opendns` -> `inwx`
([#&#8203;468](https://togithub.com/qdm12/ddns-updater/issues/468))
        -   remove trail comma in JSON example
- add missing `provider_ip` field in examples
([#&#8203;466](https://togithub.com/qdm12/ddns-updater/issues/466))
- add missing `ip_version` parameter for allinkl, name.com, netcup and
porkbun
    -   update `ip_version` description for all providers
    -   nowdns:
        -   add missing `ip_version` parameter
        -   remove trail comma in JSON example
- Add Kubernetes examples & documentation
([#&#8203;402](https://togithub.com/qdm12/ddns-updater/issues/402))
-   Github:
    -   Update all labels
    -   More explicit title requirement in issue templates
- Remove automated [@&#8203;qdm12](https://togithub.com/qdm12) assignee
- Fix typos
([#&#8203;532](https://togithub.com/qdm12/ddns-updater/issues/532))

##### Maintenance

##### CI

-   Add markdown workflow
    -   Remove docker hub description workflow
    -   Build workflow ignores md files for spellcheck
-   Add goreleaser steps to build and attach binaries on release
-   Bump linter `golangci-lint` from v1.52.2 to v1.55.2
-   Add mocks check step
- Force matching Shoutrrr link with go.mod shoutrrr version
([#&#8203;491](https://togithub.com/qdm12/ddns-updater/issues/491))
-   Add dependabot configuration
-   Add build-skip workflow for required workflows
- Bump github/codeql-action from 2 to 3
([#&#8203;583](https://togithub.com/qdm12/ddns-updater/issues/583))
- Bump docker/setup-buildx-action from 2 to 3
([#&#8203;587](https://togithub.com/qdm12/ddns-updater/issues/587))
- Bump docker/metadata-action from 4 to 5
([#&#8203;585](https://togithub.com/qdm12/ddns-updater/issues/585))
- Bump docker/build-push-action from 4.0.0 to 5.1.0
([#&#8203;582](https://togithub.com/qdm12/ddns-updater/issues/582))

##### Dependencies

-   Remove dependency on `golang.org/x/net`
-   Bump breml/rootcerts from v0.2.11 to v0.2.14
-   Bump github.com/miekg/dns from v1.1.42 to v1.1.57
- Bump golang.org/x/net from v0.1.0 to v0.17.0
([#&#8203;540](https://togithub.com/qdm12/ddns-updater/issues/540))
-   Bump chi from v1.5.4 to v5.0.11
-   Bump Go from 1.20 to 1.21
-   Bump Alpine from 3.18 to 3.19
- Bump google.golang.org/grpc from 1.50.1 to 1.56.3
([#&#8203;552](https://togithub.com/qdm12/ddns-updater/issues/552))
-   Bump github.com/stretchr/testify from v1.8.1 to v1.8.4
-   Bump golang.org/x/mod from v0.12.0 to v0.14.0

##### Code

-   Dockerfile:
    -   Remove outdated `SHOUTRRR_DEFAULT_TITLE`
    -   Add `HEALTH_SERVER_ADDRESS=127.0.0.1:9999`
-   Migrate from `net.IP*` to `net/netip.Addr` and `net/netip.Prefix`
-   Drop `github.com/qdm12/golibs` dependency
    -   `internal/persistence/json`: drop dependency on golibs
    -   `pkg/publicip/info`: remove dependency on golibs
- `cmd/updater`: replace golibs/connectivity with `internal/health`'s
`CheckHTTP` function
- `internal/settings`: remove dependency on `qdm12/golibs/verification`
-   Configuration reading reworked to use `qdm12/gosettings@v0.4.0-rc9`
- `pkg/publicip/dns`: set dial timeout as the value of the parent
fetcher timeout
-   Namecheap: make code only IPv4 compatible
-   Servercow: use injected domain instead of re-decoding it from JSON
-   `internal/update`:
- simplify shouldUpdateRecord functions `shouldUpdateRecordNoLookup` and
`shouldUpdateRecordWithLookup`
    -   simplify log calls
    -   rename run.go to service.go
-   `persistence/json`:
    -   simplify `StoreNewIP` method
    -   improve data check error messages
-   `internal/data`: remove unused `GetEvents` method
-   `internal/models`: remove unneeded `HTML` string alias type
-   OVH: remove unneeded sentinel errors
-   `internal/provider/providers`:
- replace ip nil check with `useProviderIP` check (affects duckdns,
infomaniak and namecheap)
- review HTTP headers: add missing header(s), remove unneeded headers
- review error wrappings for `client.Do` and wrap using string `doing
http request`
    -   review error wrappings for validation errors
    -   Use `errors.BadRequest` for `badrequest` responses only
    -   Change HTTP request creation error wrappings to be a string only
    -   Add missing HTTP request creation error wrappings
- remove intermediary errors and wrap them with strings instead of other
sentinel errors
-   `internal/provider/errors`: review update errors and wrappings
    -   `ErrBadHTTPStatus` -> `ErrHTTPStatusNotValid`
    -   `ErrNumberOfResultsReceived` -> `ErrResultsCountReceived`
    -   `ErrNoResultReceived` -> `ErrReceivedNoResult`
    -   `ErrAbuse` -> `ErrBannedAbuse`
    -   `ErrInvalidSystemParam` -> `ErrSystemParamNotValid`
    -   `ErrNoIPInResponse` -> `ErrReceivedNoIP`
    -   `ErrUnsuccessfulResponse` -> `ErrUnsuccessful`
- Remove `ErrRequestEncode` and `ErrRequestMarshal` and wrap errors with
string instead
- Remove `ErrUnmarshalResponse` and wrap errors with string instead
- Add `ErrResponseTooShort` - Remove `ErrNotFound` and replace with more
precise not found errors
    -   Add `ErrRecordResourceSetNotFound` error
    -   Sort errors list alphabetically
    -   Change `Empty` -> `NotSet`
    -   Change `Malformed` -> `NotValid`
-   `internal/shoutrrr` new package
-   .gitignore: fix `/data` path

Note: re-released as v2.6.0 to have permissions fixed for goreleaser to
work
([`c338c28`](c338c28ce3))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzIuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI0OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-05-05 16:37:21 +03:00
TrueCharts Bot afe2a25acb
chore(deps): update container image ghcr.io/lloesche/valheim-server to latest@85ab5db by renovate (#21264)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/lloesche/valheim-server | digest | `972cd12` -> `85ab5db` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-05-05 16:29:39 +03:00
TrueCharts Bot 123daefd7a
chore(deps): update container image ghcr.io/chroma-core/chroma to v0.5.0@8bb6e99 by renovate (#21245)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/chroma-core/chroma | minor | `0.4.24` -> `0.5.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-05-05 16:28:34 +03:00
TrueCharts Bot 3ec7050e49
chore(deps): update container image ghcr.io/linuxserver/emulatorjs to v1.8.9@520dbf4 by renovate (#19306)
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)) | patch |
`1.8.8` -> `1.8.9` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDkuMyIsInVwZGF0ZWRJblZlciI6IjM3LjI3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-05-05 16:28:27 +03:00
TrueCharts Bot c5df7f4b11
chore(deps): update container image outlinewiki/outline to v0.76.1@2e67fc8 by renovate (#21630)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [outlinewiki/outline](https://togithub.com/outline/outline) | minor |
`0.75.2` -> `0.76.1` |

---

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

---

### Release Notes

<details>
<summary>outline/outline (outlinewiki/outline)</summary>

###
[`v0.76.1`](https://togithub.com/outline/outline/releases/tag/v0.76.1)

[Compare
Source](https://togithub.com/outline/outline/compare/v0.76.0...v0.76.1)

##### Fixes

- When importing a HTML file with tables it would be imported as raw
HTML if a cell contained a list or heading
-   Fixed an issue that prevented unarchiving documents
- Fixed an issue that prevented connecting Slack channels to a
collection

###
[`v0.76.0`](https://togithub.com/outline/outline/releases/tag/v0.76.0)

[Compare
Source](https://togithub.com/outline/outline/compare/v0.75.2...v0.76.0)

#### What's Changed

##### Improvements

- Improved search matching for "phrases" and urls in
[https://github.com/outline/outline/pull/6800](https://togithub.com/outline/outline/pull/6800)
- Added "Search in document" functionality to restrict a search to a
subtree
- Improved the quality of snippets for search results in
[https://github.com/outline/outline/pull/6828](https://togithub.com/outline/outline/pull/6828)
-   Processing of `documents.import` now happens on worker
-   Added support for emoji version 15.0 🫨 🫎 🪼
- Added 80+ additional collection icons in
[https://github.com/outline/outline/pull/6803](https://togithub.com/outline/outline/pull/6803)
- Added "Archive all notifications" option
[@&#8203;hmacr](https://togithub.com/hmacr) in
[https://github.com/outline/outline/pull/6599](https://togithub.com/outline/outline/pull/6599)
- Added sorting controls to tables in
[https://github.com/outline/outline/pull/6678](https://togithub.com/outline/outline/pull/6678)
- Added support for custom db schema by
[@&#8203;axelrindle](https://togithub.com/axelrindle) in
[https://github.com/outline/outline/pull/6670](https://togithub.com/outline/outline/pull/6670)
- Default user language is now inferred when signing in via Google in
[https://github.com/outline/outline/pull/6679](https://togithub.com/outline/outline/pull/6679)
- Smart text replacements such as emdash no longer triggered inside code
mark in
[https://github.com/outline/outline/pull/6839](https://togithub.com/outline/outline/pull/6839)
- Added ability to link personal Slack <-> Outline accounts in
[https://github.com/outline/outline/pull/6682](https://togithub.com/outline/outline/pull/6682)
- Added GitHub integration for rich popovers by
[@&#8203;apoorv-mishra](https://togithub.com/apoorv-mishra) in
[https://github.com/outline/outline/pull/6414](https://togithub.com/outline/outline/pull/6414)
- Unfurling of Outline comments now supported in Slack in
[https://github.com/outline/outline/pull/6716](https://togithub.com/outline/outline/pull/6716)
- Improve user role management on members in
[https://github.com/outline/outline/pull/6775](https://togithub.com/outline/outline/pull/6775)
- Document share dialog now allows allow inviting new users in
[https://github.com/outline/outline/pull/6827](https://togithub.com/outline/outline/pull/6827)
- Added `H3` to editor formatting toolbar by
[@&#8203;hmacr](https://togithub.com/hmacr) in
[https://github.com/outline/outline/pull/6791](https://togithub.com/outline/outline/pull/6791)
- Added ability to duplicate a document as draft by
[@&#8203;hmacr](https://togithub.com/hmacr) in
[https://github.com/outline/outline/pull/6782](https://togithub.com/outline/outline/pull/6782)
- Added option to set permission of collections during import in
[https://github.com/outline/outline/pull/6799](https://togithub.com/outline/outline/pull/6799)
- Added button to empty trash by
[@&#8203;hmacr](https://togithub.com/hmacr) in
[https://github.com/outline/outline/pull/6772](https://togithub.com/outline/outline/pull/6772)
- `Enter` in tables now creates a newline, `Cmd+Enter` creates a new
row.
-   UI preferences are now synced between open tabs
-   Improve error message clarity for port errors on server start
-   Added user permission events to document history
-   Improved inline code display in dark mode
-   API: Added `statusFilter` parameter to `documents.list`
- API: Add `role` parameter to `users.list` endpoint in
[https://github.com/outline/outline/pull/6754](https://togithub.com/outline/outline/pull/6754)
- API: Add `users.updateRole` endpoint in
[https://github.com/outline/outline/pull/6771](https://togithub.com/outline/outline/pull/6771)

##### Fixes

- Show complete page without scrollbar in print view by
[@&#8203;Pranav2612000](https://togithub.com/Pranav2612000) in
[https://github.com/outline/outline/pull/6635](https://togithub.com/outline/outline/pull/6635)
- Title emoji support in JSON import/export in
[https://github.com/outline/outline/pull/6660](https://togithub.com/outline/outline/pull/6660)
- HTML import no longer escapes dollar signs in code
([#&#8203;6638](https://togithub.com/outline/outline/issues/6638)) by
[@&#8203;panos--](https://togithub.com/panos--) in
[https://github.com/outline/outline/pull/6645](https://togithub.com/outline/outline/pull/6645)
- Import source data now displayed on documents in
[https://github.com/outline/outline/pull/6651](https://togithub.com/outline/outline/pull/6651)
- Backtick shortcut now applied correctly with languages that require
composition in
[https://github.com/outline/outline/pull/6659](https://togithub.com/outline/outline/pull/6659)
- Fixed hover preview going out of window bounds by
[@&#8203;apoorv-mishra](https://togithub.com/apoorv-mishra) in
[https://github.com/outline/outline/pull/6776](https://togithub.com/outline/outline/pull/6776)
-   Fixed missing options in document menu for trashed documents
-   Starred section now opens if a document is starred while collapsed
-   Fixed styling of GitLab embeds
-   Added missing keyboard shortcuts to guide
-   Enabled use of self-hosted Iframely without an API key
-   Fixed squashed emails in email notifications
- Fixed missing `New doc` button on collection header for users without
admin
- Fixed a race condition that could cause inline comments to be removed
without user action
-   Fixed broken Mermaid diagram styling in exported HTML/PDF
- Fixed menus with accessory in-front of label could not be navigated
with keyboard letters
-   Fixed race condition in logout for OIDC providers

#### New Contributors

- [@&#8203;hmacr](https://togithub.com/hmacr) made their first
contribution in
[https://github.com/outline/outline/pull/6576](https://togithub.com/outline/outline/pull/6576)
- [@&#8203;panos--](https://togithub.com/panos--) made their first
contribution in
[https://github.com/outline/outline/pull/6645](https://togithub.com/outline/outline/pull/6645)
- [@&#8203;axelrindle](https://togithub.com/axelrindle) made their first
contribution in
[https://github.com/outline/outline/pull/6670](https://togithub.com/outline/outline/pull/6670)
- [@&#8203;manuelleduc](https://togithub.com/manuelleduc) made their
first contribution in
[https://github.com/outline/outline/pull/6717](https://togithub.com/outline/outline/pull/6717)
- [@&#8203;potatoone](https://togithub.com/potatoone) made their first
contribution in
[https://github.com/outline/outline/pull/6785](https://togithub.com/outline/outline/pull/6785)
- [@&#8203;Stranger6667](https://togithub.com/Stranger6667) made their
first contribution in
[https://github.com/outline/outline/pull/6336](https://togithub.com/outline/outline/pull/6336)

**Full Changelog**:
https://github.com/outline/outline/compare/v0.75.2...v0.76.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-05-05 16:26:12 +03:00
TrueCharts Bot d9c53db3cb
chore(deps): update container image eclipse-mosquitto to 2.0.18@cb3afd0 by renovate (#19226)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| eclipse-mosquitto | digest | `da38d58` -> `cb3afd0` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDkuMyIsInVwZGF0ZWRJblZlciI6IjM3LjI0OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-05-05 16:26:03 +03:00
TrueCharts Bot 31a208c0c3
chore(deps): update container image docker.io/mongo-express to latest@6eba71a by renovate (#20611)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/mongo-express | digest | `21dc2ec` -> `6eba71a` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-05 16:17:08 +03:00
TrueCharts Bot 0f3d3748ee
chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@f15d3cf by renovate (#21647)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/libremdb | digest | `85ee089` -> `f15d3cf` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-05 14:58:44 +02:00
TrueCharts Bot 825d645e4d
chore(deps): update container image mikenye/tar1090 to latest@244b7eb by renovate (#21646)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| mikenye/tar1090 | digest | `e9cf481` -> `244b7eb` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-05 14:58:36 +02:00
TrueCharts Bot 94d96d1b08
chore(deps): update container image quay.io/pussthecatorg/rimgo to latest@c0b383c by renovate (#21648)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/rimgo | digest | `2bca513` -> `c0b383c` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-05 14:58:16 +02:00
TrueCharts Bot 7dcf9154ab
chore(deps): update container image redis to v14.0.5@e61bae8 by renovate (#21643)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [redis](https://truecharts.org/charts/stable/redis)
([source](https://togithub.com/bitnami/bitnami-docker-redis)) | major |
`13.3.11` -> `14.0.5` |

---

> [!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**: Disabled by config. Please merge this manually once you
are satisfied.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9tYWpvciJdfQ==-->
2024-05-05 15:44:23 +03:00
TrueCharts Bot 1652c3717a
chore(deps): update container image minio/minio to vrelease.2024-05-01t01-11-10z@f95dc4f by renovate (#20323)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| minio/minio | minor | `RELEASE.2024-03-10T02-53-48Z` ->
`RELEASE.2024-05-01T01-11-10Z` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzkuNCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-05-05 15:43:52 +03:00
TrueCharts Bot 6716a2b40a
chore(deps): update container image ghcr.io/linuxserver/calibre to v7.10.0@f0ea486 by renovate (#19340)
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.6.0` -> `7.10.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDkuMyIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-05-05 15:43:15 +03:00
TrueCharts Bot 4426a7d6ec
chore(deps): update container image clickhouse to v13.1.0@fc12023 by renovate (#21645)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/stable/clickhouse)
([source](https://clickhouse.com/)) | minor | `13.0.6` -> `13.1.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-05 14:38:17 +02:00
TrueCharts Bot 84c6918bee
chore(deps): update container image boredazfcuk/icloudpd to v1.0.802@6382f9e by renovate (#21644)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| boredazfcuk/icloudpd | patch | `1.0.733` -> `1.0.802` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-05 14:36:07 +02:00
TrueCharts Bot f9cbd3f4c7
chore(deps): update container image mariadb to v14.0.6@e327d57 by renovate (#21640)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [mariadb](https://truecharts.org/charts/stable/mariadb)
([source](https://togithub.com/prometheus/mysqld_exporter)) | major |
`13.9.20` -> `14.0.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**: Disabled by config. Please merge this manually once you
are satisfied.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9tYWpvciJdfQ==-->
2024-05-05 14:14:02 +03:00
TrueCharts Bot 66a08f26a6
chore(deps): update container image mbentley/omada-controller to 5.13@405d5fb by renovate (#19273)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[mbentley/omada-controller](https://togithub.com/mbentley/docker-omada-controller)
| digest | `538ec21` -> `405d5fb` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDkuMyIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-05-05 14:12:08 +03:00
TrueCharts Bot 188f5e7efb
chore(deps): update immich to v1.103.1@9f10100 by renovate (minor) (#21637)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| altran1502/immich-machine-learning | minor | `v1.102.3-openvino` ->
`v1.103.1-openvino` |
| altran1502/immich-machine-learning | minor | `v1.102.3-cuda` ->
`v1.103.1-cuda` |
| altran1502/immich-machine-learning | minor | `v1.102.3` -> `v1.103.1`
|
| altran1502/immich-server | minor | `v1.102.3` -> `v1.103.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 these
updates again.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-05 13:08:13 +02:00
TrueCharts Bot 056589854e
chore(deps): update container image memcached to v13.0.6@b00034a by renovate (#21641)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [memcached](https://truecharts.org/charts/stable/memcached)
([source](https://togithub.com/bitnami/bitnami-docker-memcached)) |
major | `12.9.15` -> `13.0.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**: Disabled by config. Please merge this manually once you
are satisfied.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9tYWpvciJdfQ==-->
2024-05-05 14:07:04 +03:00
TrueCharts Bot a60bb19621
chore(deps): update container image clickhouse to v13.0.6@2c00187 by renovate (#21638)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/stable/clickhouse)
([source](https://clickhouse.com/)) | major | `12.10.14` -> `13.0.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**: Disabled by config. Please merge this manually once you
are satisfied.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9tYWpvciJdfQ==-->
2024-05-05 14:06:41 +03:00
TrueCharts Bot 6c7dd36197
chore(deps): update container image ghcr.io/wizarrrr/wizarr to v4.1.0@b388fae by renovate (#21639)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/wizarrrr/wizarr | major | `3.5.1` -> `4.1.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**: Disabled by config. Please merge this manually once you
are satisfied.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9tYWpvciJdfQ==-->
2024-05-05 14:06:29 +03:00
TrueCharts Bot 44c3ddb5f8
chore(deps): update container image ghostfolio/ghostfolio to v2.79.0@a69d4be by renovate (#21621) 2024-05-05 13:05:43 +02:00
TrueCharts Bot 91c8a97b52
chore(deps): update container image xwiki to v16.3.0-postgres-tomcat@8eb73a3 by renovate (#21634)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| xwiki | minor | `16.2.0-postgres-tomcat` -> `16.3.0-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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-05 13:05:36 +02:00
TrueCharts Bot ecd1a8d233
chore(deps): update container image zwavejs/zwave-js-ui to v9.12.0@1ac0290 by renovate (#21635)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [zwavejs/zwave-js-ui](https://togithub.com/zwave-js/zwave-js-ui) |
minor | `9.11.1` -> `9.12.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.12.0`](https://togithub.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#9120-2024-04-29)

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

##### Bug Fixes

- **ui:** add offset to smart start hover menu
([9f72cf3](9f72cf3625)),
closes
[#&#8203;3688](https://togithub.com/zwave-js/zwave-js-ui/issues/3688)
- **ui:** cannot scroll down to channel values in controller info panel
([8d75372](8d75372440)),
closes
[#&#8203;3685](https://togithub.com/zwave-js/zwave-js-ui/issues/3685)
- **ui:** display missing zwlr keys
([315ab0f](315ab0ffaa))
- **ui:** not able to sending actions from advanced dialog
([367b75f](367b75f6b9)),
closes
[#&#8203;3693](https://togithub.com/zwave-js/zwave-js-ui/issues/3693)
- **ui:** only allow healthchecks against controller and hide neighbors
([0209b55](0209b55ef3)),
closes
[#&#8203;3681](https://togithub.com/zwave-js/zwave-js-ui/issues/3681)
- **ui:** only check for missing keys that are valid LR keys
([#&#8203;3689](https://togithub.com/zwave-js/zwave-js-ui/issues/3689))
([1aaf299](1aaf2997f6))
- **ui:** prevent changing requested security classes when switching
protocol
([e327942](e327942edd))
- **ui:** use different dialog for node added popup
([2affdce](2affdcee29)),
closes
[#&#8203;3690](https://togithub.com/zwave-js/zwave-js-ui/issues/3690)
- **ui:** use vuetify's material design palette colors for protocol
color
([#&#8203;3692](https://togithub.com/zwave-js/zwave-js-ui/issues/3692))
([2df5105](2df5105afd))

##### Features

- bump zwave-js@12.5.6
([#&#8203;3683](https://togithub.com/zwave-js/zwave-js-ui/issues/3683))
([1b0e49d](1b0e49d826))
- **ui:** smart start view improvements
([#&#8203;3684](https://togithub.com/zwave-js/zwave-js-ui/issues/3684))
([425a817](425a817d98))

####
[9.11.1](https://togithub.com/zwave-js/zwave-js-ui/compare/v9.11.0...v9.11.1)
(2024-04-19)

##### Bug Fixes

- **ui:** add missing channel 3 serie to bgRssi chart
([3961d53](3961d537bb))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-05 11:04:52 +00:00
TrueCharts Bot 152d7e726b
chore(deps): update container image xhofe/alist-aria2 to v3.34.0@4d70f8e by renovate (#21633)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [xhofe/alist-aria2](https://togithub.com/alist-org/with_aria2) | minor
| `v3.33.0` -> `v3.34.0` |

---

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

---

### Release Notes

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

###
[`v3.34.0`](https://togithub.com/alist-org/with_aria2/compare/v3.33.0...v3.34.0)

[Compare
Source](https://togithub.com/alist-org/with_aria2/compare/v3.33.0...v3.34.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-05 13:04:29 +02:00
TrueCharts Bot a30ff92848
chore(deps): update container image n8nio/n8n to v1.40.0@d970ae1 by renovate (#21629)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| n8nio/n8n | minor | `1.39.1` -> `1.40.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-05 13:04:07 +02:00
TrueCharts Bot f738ddb382
chore(deps): update container image ronivay/xen-orchestra to v5.142.1@7cd54db by renovate (#21632)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ronivay/xen-orchestra | minor | `5.141.0` -> `5.142.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-05 13:03:59 +02:00
TrueCharts Bot 06b9a5fdd4
chore(deps): update container image ghcr.io/tasmoadmin/tasmoadmin to v4.1.0@9131d64 by renovate (#21619) 2024-05-05 13:03:20 +02:00
TrueCharts Bot 5666e47f27
chore(deps): update container image homeassistant/home-assistant to v2024.5.1@f9ea4db by renovate (#21622) 2024-05-05 13:03:18 +02:00
TrueCharts Bot ad9ed209a9
chore(deps): update container image jlesage/mediainfo to v24.05.1@d75eeee by renovate (#21626)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jlesage/mediainfo](https://togithub.com/jlesage/docker-mediainfo) |
minor | `v24.04.1` -> `v24.05.1` |

---

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

---

### Release Notes

<details>
<summary>jlesage/docker-mediainfo (jlesage/mediainfo)</summary>

###
[`v24.05.1`](https://togithub.com/jlesage/docker-mediainfo/releases/tag/v24.05.1):
Version 24.05.1

[Compare
Source](https://togithub.com/jlesage/docker-mediainfo/compare/v24.04.1...v24.05.1)

Changes in this release:

-   Updated MediaInfo to version 24.04.

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-05 13:03:12 +02:00
TrueCharts Bot 65709a595f
chore(deps): update container image jlesage/mkvtoolnix to v24.05.1@025857d by renovate (#21627)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jlesage/mkvtoolnix](https://togithub.com/jlesage/docker-mkvtoolnix) |
minor | `v24.04.1` -> `v24.05.1` |

---

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

---

### Release Notes

<details>
<summary>jlesage/docker-mkvtoolnix (jlesage/mkvtoolnix)</summary>

###
[`v24.05.1`](https://togithub.com/jlesage/docker-mkvtoolnix/releases/tag/v24.05.1):
Version 24.05.1

[Compare
Source](https://togithub.com/jlesage/docker-mkvtoolnix/compare/v24.04.1...v24.05.1)

Changes in this release:

-   Updated MKVToolNix to version 84.0.
-   Updated MediaInfo to version 24.04.

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-05 13:03:05 +02:00
TrueCharts Bot 0eb7a1a764
chore(deps): update container image jlesage/filebot to v24.05.1@d0171d8 by renovate (#21625) 2024-05-05 13:02:53 +02:00
TrueCharts Bot fe5d670d9b
chore(deps): update container image ghcr.io/taxel/plextraktsync to v0.30.2@05cbbd3 by renovate (#21620) 2024-05-05 13:02:50 +02:00
TrueCharts Bot e3db61fdd7
chore(deps): update container image jlesage/czkawka to v24.05.1@042d4b7 by renovate (#21624) 2024-05-05 13:02:44 +02:00
TrueCharts Bot e994643812
chore(deps): update container image jenkins/jenkins to v2.456-jdk17@ced5348 by renovate (#21623)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jenkins/jenkins](https://www.jenkins.io/)
([source](https://togithub.com/jenkinsci/docker)) | minor |
`2.455-jdk17` -> `2.456-jdk17` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-05 13:02:40 +02:00
TrueCharts Bot 14b5a6e247
chore(deps): update container image ghcr.io/static-web-server/static-web-server to v2.30.0@4a878e1 by renovate (#21618)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/static-web-server/static-web-server](https://togithub.com/static-web-server/static-web-server)
| minor | `2.28.0` -> `2.30.0` |

---

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

---

### Release Notes

<details>
<summary>static-web-server/static-web-server
(ghcr.io/static-web-server/static-web-server)</summary>

###
[`v2.30.0`](https://togithub.com/static-web-server/static-web-server/blob/HEAD/CHANGELOG.md#v2300---2024-04-29)

[Compare
Source](https://togithub.com/static-web-server/static-web-server/compare/v2.28.0...v2.30.0)

This new `v2.30.0` release brings security and dependency updates as
well as several bug fixes. Overall performance improvements (directory
listing particularly), continuous HTTP load testing benchmarks, project
refactorings for increased stability, security and correctness as well
as several other improvements.

**Fixes**

-
[6683446](https://togithub.com/static-web-server/static-web-server/commit/6683446)
Bugfix/security dependency updates including rustls, tokio,
async-compression, regex, chrono, clap and other crates (also
[8cfc7ed](https://togithub.com/static-web-server/static-web-server/commit/8cfc7ed),
[a876cd5](https://togithub.com/static-web-server/static-web-server/commit/a876cd5),
[69bfdd4](https://togithub.com/static-web-server/static-web-server/commit/69bfdd4)).
-
[c04357e](https://togithub.com/static-web-server/static-web-server/commit/c04357e)
Missing custom headers for directory requests (trailing slash). PR
[#&#8203;333](https://togithub.com/static-web-server/static-web-server/pull/333).
-
[1c4fad2](https://togithub.com/static-web-server/static-web-server/commit/1c4fad2)
CORS does not work properly when used with Basic Auth. PR
[#&#8203;343](https://togithub.com/static-web-server/static-web-server/pull/343)
by [@&#8203;ms140569](https://togithub.com/ms140569).
-
[528ed08](https://togithub.com/static-web-server/static-web-server/commit/528ed08)
Accept-Encoding handling does not work correctly if only two compression
schemes are available. PR
[#&#8203;361](https://togithub.com/static-web-server/static-web-server/pull/361)
by [@&#8203;palant](https://togithub.com/palant).
-
[c8e39aa](https://togithub.com/static-web-server/static-web-server/commit/c8e39aa)
Errors due to "unused code" when features are disabled. PR
[#&#8203;368](https://togithub.com/static-web-server/static-web-server/pull/368)
by [@&#8203;palant](https://togithub.com/palant).
-
[5d66301](https://togithub.com/static-web-server/static-web-server/commit/5d66301)
Unreserved characters are percent-encoded in directory listing links. PR
[#&#8203;371](https://togithub.com/static-web-server/static-web-server/pull/371).
-
[114862a](https://togithub.com/static-web-server/static-web-server/commit/114862a)
Malformed UTF-8 file names are not handled correctly. PR
[#&#8203;374](https://togithub.com/static-web-server/static-web-server/pull/374)
by [@&#8203;palant](https://togithub.com/palant).

**Features**

-
[012ef11](https://togithub.com/static-web-server/static-web-server/commit/012ef11)
Crate: Display platforms-specific documentation on docs.rs.
-
[a197f20](https://togithub.com/static-web-server/static-web-server/commit/a197f20)
CI: Load testing benchmarks comparison for each commit via Github
Actions. PR
[#&#8203;355](https://togithub.com/static-web-server/static-web-server/pull/355)
by [@&#8203;palant](https://togithub.com/palant).

**Refactorings**

-
[a451a93](https://togithub.com/static-web-server/static-web-server/commit/a451a93)
Improve performance when serving static files. PR
[#&#8203;334](https://togithub.com/static-web-server/static-web-server/pull/334).
-
[e569a71](https://togithub.com/static-web-server/static-web-server/commit/e569a71)
Reduce some allocations in several modules. PR
[#&#8203;337](https://togithub.com/static-web-server/static-web-server/pull/337).
-
[183102d](https://togithub.com/static-web-server/static-web-server/commit/183102d)
Build error when using specific or no Cargo compression features. PR
[#&#8203;339](https://togithub.com/static-web-server/static-web-server/pull/339).
-
[fe6a2a1](https://togithub.com/static-web-server/static-web-server/commit/fe6a2a1)
Move health endpoint-related code into a separate file. PR
[#&#8203;344](https://togithub.com/static-web-server/static-web-server/pull/344)
by [@&#8203;palant](https://togithub.com/palant).
-
[cc6784a](https://togithub.com/static-web-server/static-web-server/commit/cc6784a)
Move metrics endpoint-related code into a separate file. PR
[#&#8203;345](https://togithub.com/static-web-server/static-web-server/pull/345)
by [@&#8203;palant](https://togithub.com/palant).
-
[76531e6](https://togithub.com/static-web-server/static-web-server/commit/76531e6)
Move all of Basic authentication logic into basic_auth module. PR
[#&#8203;346](https://togithub.com/static-web-server/static-web-server/pull/346)
by [@&#8203;palant](https://togithub.com/palant).
-
[d44e5a1](https://togithub.com/static-web-server/static-web-server/commit/d44e5a1)
Move all redirect handling logic into the redirects module. PR
[#&#8203;348](https://togithub.com/static-web-server/static-web-server/pull/348)
by [@&#8203;palant](https://togithub.com/palant).
-
[e965933](https://togithub.com/static-web-server/static-web-server/commit/e965933)
Move most of CORS-related code into the cors module. PR
[#&#8203;349](https://togithub.com/static-web-server/static-web-server/pull/349)
by [@&#8203;palant](https://togithub.com/palant).
-
[1246e37](https://togithub.com/static-web-server/static-web-server/commit/1246e37)
Move most of maintenance mode logic into maintenance_mode module. PR
[#&#8203;350](https://togithub.com/static-web-server/static-web-server/pull/350)
by [@&#8203;palant](https://togithub.com/palant).
-
[941f692](https://togithub.com/static-web-server/static-web-server/commit/941f692)
Move various code related to header handling to the respective modules.
PR
[#&#8203;351](https://togithub.com/static-web-server/static-web-server/pull/351)
by [@&#8203;palant](https://togithub.com/palant).
-
[a13f496](https://togithub.com/static-web-server/static-web-server/commit/a13f496)
Replaced fork of the headers module by an in-tree handler for the
Accept-Encoding header. PR
[#&#8203;354](https://togithub.com/static-web-server/static-web-server/pull/354)
by [@&#8203;palant](https://togithub.com/palant).
-
[207fa4a](https://togithub.com/static-web-server/static-web-server/commit/207fa4a)
Move all rewrite handling logic into the rewrites module. PR
[#&#8203;353](https://togithub.com/static-web-server/static-web-server/pull/353)
by [@&#8203;palant](https://togithub.com/palant).
-
[c3c55a4](https://togithub.com/static-web-server/static-web-server/commit/c3c55a4)
Prefer querying available cpus using Rust std. PR
[#&#8203;358](https://togithub.com/static-web-server/static-web-server/pull/358).
-
[ddda871](https://togithub.com/static-web-server/static-web-server/commit/ddda871)
Apply the usual post-processing to error responses for consistency. PR
[#&#8203;359](https://togithub.com/static-web-server/static-web-server/pull/359)
by [@&#8203;palant](https://togithub.com/palant).
-
[cfd1390](https://togithub.com/static-web-server/static-web-server/commit/cfd1390)
Improve performance of directory listings. PR
[#&#8203;357](https://togithub.com/static-web-server/static-web-server/pull/357)
by [@&#8203;palant](https://togithub.com/palant).
-
[5a4035f](https://togithub.com/static-web-server/static-web-server/commit/5a4035f)
Improve recognition of text MIME types for compression. PR
[#&#8203;360](https://togithub.com/static-web-server/static-web-server/pull/360)
by [@&#8203;palant](https://togithub.com/palant).
-
[b66c89e](https://togithub.com/static-web-server/static-web-server/commit/b66c89e)
Move all compression-related code into compression and
compression_static modules. PR
[#&#8203;369](https://togithub.com/static-web-server/static-web-server/pull/369)
by [@&#8203;palant](https://togithub.com/palant).
-
[5b5ea98](https://togithub.com/static-web-server/static-web-server/commit/5b5ea98)
Use maud templates and serde_json for directory listings. PR
[#&#8203;367](https://togithub.com/static-web-server/static-web-server/pull/367)
by [@&#8203;palant](https://togithub.com/palant).
-
[f311e94](https://togithub.com/static-web-server/static-web-server/commit/f311e94)
Move all fallback page logic into the corresponding module. PR
[#&#8203;372](https://togithub.com/static-web-server/static-web-server/pull/372)
by [@&#8203;palant](https://togithub.com/palant).
-
[7d61c91](https://togithub.com/static-web-server/static-web-server/commit/7d61c91)
Move directory listing initialization into the corresponding module. PR
[#&#8203;373](https://togithub.com/static-web-server/static-web-server/pull/373)
by [@&#8203;palant](https://togithub.com/palant).

**Docs**

-
[90b6032](https://togithub.com/static-web-server/static-web-server/commit/90b6032)
Add Exherbo Linux install guide. PR
[#&#8203;331](https://togithub.com/static-web-server/static-web-server/pull/331)
by [@&#8203;davlgd](https://togithub.com/davlgd). See
[docs](https://static-web-server.net/download-and-install/).
-
[f534f00](https://togithub.com/static-web-server/static-web-server/commit/f534f00)
Fix typo in GitHub bug report template. PR
[#&#8203;341](https://togithub.com/static-web-server/static-web-server/pull/341)
by [@&#8203;palant](https://togithub.com/palant).

For more details see [v2.30.0
milestone](https://togithub.com/static-web-server/static-web-server/milestone/17?closed=1)
and the full changelog
[v2.28.0...v2.30.0](https://togithub.com/static-web-server/static-web-server/compare/v2.28.0...v2.30.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-05 13:01:50 +02:00
TrueCharts Bot 29c67ede6e
chore(deps): update container image ghcr.io/onedr0p/sabnzbd to v4.3.1@10aa049 by renovate (#21617) 2024-05-05 13:01:32 +02:00
TrueCharts Bot df5e4a7003
chore(deps): update container image ghcr.io/onedr0p/lidarr-develop to v2.3.2.4183@223869f by renovate (#21615) 2024-05-05 13:01:30 +02:00
TrueCharts Bot 72611254c2
chore(deps): update container image ghcr.io/onedr0p/prowlarr-develop to v1.17.0.4448@66e786d by renovate (#21616)
This PR contains the following updates:

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

---

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

---

### Release Notes

<details>
<summary>Prowlarr/Prowlarr (ghcr.io/onedr0p/prowlarr-develop)</summary>

###
[`v1.17.0.4448`](https://togithub.com/Prowlarr/Prowlarr/releases/tag/v1.17.0.4448):
1.17.0.4448

[Compare
Source](https://togithub.com/Prowlarr/Prowlarr/compare/v1.16.2.4435...v1.17.0.4448)

*To receive further Pre-Release updates for a non-docker installation,
please change the branch to **develop**. (Settings -> General (Show
Advanced Settings) -> Updates -> Branch)*

**If you are using docker you will need to update the container image.
*Do not attempt to update Prowlarr within an existing docker
container.***

#### Changes:

-
[`b29bc92`](b29bc923fc)
Fixed: Don't reset sorting, columns and selected filter on clear
releases \[
[#&#8203;2112](https://togithub.com/Prowlarr/Prowlarr/issues/2112) ]
-
[`b223e9b`](b223e9b0cc)
Should not empty install folder, MirrorFolder will take care of it.
-
[`77a982a`](77a982a7da)
Fixed: Retrying download on not suppressed HTTP errors
-
[`ab3dc76`](ab3dc765b4)
Database corruption message linking to wiki
-
[`0261201`](0261201360)
Fixed: (GazelleGames) Update categories
-
[`1da3954`](1da3954879)
New: (GazelleGames) Freeleech only option
-
[`742dd5f`](742dd5ff54)
Update BTN tests
-
[`a85406e`](a85406e3b7)
Fixed: (BroadcasTheNet) Append wildcard when searching for single
episodes
-
[`73cdaf3`](73cdaf3d44)
Bump NUnit and Microsoft.NET.Test.Sdk
-
[`e26fa2d`](e26fa2dbf4)
Fixed: (Anidex) Support season and episode for TV searches

<details><summary><b>See More</b></summary>

-
[`64be68a`](64be68a22d)
Bump dotnet to 6.0.29
-
[`478a185`](478a185968)
Convert createDimensionsSelector to typescript
-
[`4ff5d11`](4ff5d11a03)
Bump frontend dependencies
-
[`6000952`](6000952b76)
Bump version to 1.17.0

This list of changes was [auto
generated](https://dev.azure.com/Prowlarr/a958e221-aeac-4b0e-a862-d8ffe1df4b09/\_release?releaseId=118&\_a=release-summary).</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-05 13:01:24 +02:00
TrueCharts Bot 9dc889c242
chore(deps): update container image koenkk/zigbee2mqtt to v1.37.0@7032615 by renovate (#21628) 2024-05-05 13:00:34 +02:00
TrueCharts Bot 2047af3deb
chore(deps): update container image feramance/qbitrr to v4.5.7@c242717 by renovate (#21608) 2024-05-05 13:00:33 +02:00
TrueCharts Bot fbc4b364ed
chore(deps): update container image ghcr.io/fluidd-core/fluidd to v1.30.0@c5ce273 by renovate (#21613) 2024-05-05 13:00:27 +02:00
TrueCharts Bot 113315e1a4
chore(deps): update container image ghcr.io/atuinsh/atuin to v18.2.0@b3fe389 by renovate (#21611)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/atuinsh/atuin | minor | `v18.1.0` -> `v18.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-05 13:00:21 +02:00
TrueCharts Bot 40a8c63aa8
chore(deps): update container image ghcr.io/bitmagnet-io/bitmagnet to v0.8.0@c638773 by renovate (#21612)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/bitmagnet-io/bitmagnet](https://togithub.com/bitmagnet-io/bitmagnet)
| minor | `0.7.14` -> `v0.8.0` |

---

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

---

### Release Notes

<details>
<summary>bitmagnet-io/bitmagnet
(ghcr.io/bitmagnet-io/bitmagnet)</summary>

###
[`v0.8.0`](https://togithub.com/bitmagnet-io/bitmagnet/releases/tag/v0.8.0)

[Compare
Source](https://togithub.com/bitmagnet-io/bitmagnet/compare/v0.7.14...v0.8.0)

#### Classifier reimplementation

The classifier has been re-implemented and now uses a DSL allowing for
full customisation. Several bugs have also been fixed, and a preparatory
database migration for search ordering has been added.

The classifier documentation can be found at
https://bitmagnet.io/tutorials/classifier.html.

#### Build reimplementation

The build has been re-implemented using
https://github.com/goreleaser/goreleaser, thanks to
[@&#8203;KyleSanderson](https://togithub.com/KyleSanderson). A number of
new platform-specific build artifacts are now available.

#### Seeders/Leechers bug

There has somehow been a bug present, since day 1, whereby seeders and
leechers were being swapped by the DHT crawler! This is fixed in 0.8.x.
The first beta included a migration that would fix existing data, but
the query just takes too long (for larger indexes), and so it has been
removed from the migration.

Until now, no-one noticed - but If you care and would like to fix this
in your index, you can run the following query, replacing the time with
the time at which you did the 0.8.x upgrade. Be warned, this query may
take a while for larger indexes! In time, much of the data will
naturally fix itself anyway as the S/L numbers get re-scraped by the
crawler when the torrent is re-discovered.

```sql
update torrents_torrent_sources set seeders = leechers, leechers = seeders where source = 'dht' and  updated_at < '2024-04-30 00:00:00+00';
```

#### What's Changed

- Create FUNDING.yml by
[@&#8203;mgdigital](https://togithub.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/219](https://togithub.com/bitmagnet-io/bitmagnet/pull/219)
- Fix angular cli version by
[@&#8203;mgdigital](https://togithub.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/220](https://togithub.com/bitmagnet-io/bitmagnet/pull/220)
- Torrent search: Fix for Safari on iOS. by
[@&#8203;josteink](https://togithub.com/josteink) in
[https://github.com/bitmagnet-io/bitmagnet/pull/235](https://togithub.com/bitmagnet-io/bitmagnet/pull/235)
- Classifier rewrite by
[@&#8203;mgdigital](https://togithub.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/213](https://togithub.com/bitmagnet-io/bitmagnet/pull/213)
- Fix slow migration of published_at field by
[@&#8203;mgdigital](https://togithub.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/240](https://togithub.com/bitmagnet-io/bitmagnet/pull/240)
- Fix slow migration by
[@&#8203;mgdigital](https://togithub.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/241](https://togithub.com/bitmagnet-io/bitmagnet/pull/241)
- Fix slow migration by
[@&#8203;mgdigital](https://togithub.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/242](https://togithub.com/bitmagnet-io/bitmagnet/pull/242)
- Keep a default placeholder value for published_at to avoid a breaking
change by [@&#8203;mgdigital](https://togithub.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/243](https://togithub.com/bitmagnet-io/bitmagnet/pull/243)
- Add an order by updated_at column, as there may be many records with
the same published_at by
[@&#8203;mgdigital](https://togithub.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/244](https://togithub.com/bitmagnet-io/bitmagnet/pull/244)
- Add orphans option to reprocess command by
[@&#8203;mgdigital](https://togithub.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/245](https://togithub.com/bitmagnet-io/bitmagnet/pull/245)
- Use budgeted count for reprocess by
[@&#8203;mgdigital](https://togithub.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/246](https://togithub.com/bitmagnet-io/bitmagnet/pull/246)
- Bump golang.org/x/net from 0.20.0 to 0.23.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/bitmagnet-io/bitmagnet/pull/239](https://togithub.com/bitmagnet-io/bitmagnet/pull/239)
- Bump express from 4.18.2 to 4.19.2 in /webui by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/bitmagnet-io/bitmagnet/pull/236](https://togithub.com/bitmagnet-io/bitmagnet/pull/236)
- Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /webui by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/bitmagnet-io/bitmagnet/pull/231](https://togithub.com/bitmagnet-io/bitmagnet/pull/231)
- Bump follow-redirects from 1.15.5 to 1.15.6 in /webui by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/bitmagnet-io/bitmagnet/pull/221](https://togithub.com/bitmagnet-io/bitmagnet/pull/221)
- Bump github.com/jackc/pgx/v5 from 5.5.2 to 5.5.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/bitmagnet-io/bitmagnet/pull/218](https://togithub.com/bitmagnet-io/bitmagnet/pull/218)
- Add Nix shell and refactor actions by
[@&#8203;mgdigital](https://togithub.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/249](https://togithub.com/bitmagnet-io/bitmagnet/pull/249)
- Use goreleaser for build process
([#&#8203;212](https://togithub.com/bitmagnet-io/bitmagnet/issues/212))
by [@&#8203;mgdigital](https://togithub.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/216](https://togithub.com/bitmagnet-io/bitmagnet/pull/216)
- Upgrade dependencies by
[@&#8203;mgdigital](https://togithub.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/250](https://togithub.com/bitmagnet-io/bitmagnet/pull/250)
- Don't run GHCR action on main by
[@&#8203;mgdigital](https://togithub.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/251](https://togithub.com/bitmagnet-io/bitmagnet/pull/251)
- Fix docsite plugin by
[@&#8203;mgdigital](https://togithub.com/mgdigital) in
[https://github.com/bitmagnet-io/bitmagnet/pull/252](https://togithub.com/bitmagnet-io/bitmagnet/pull/252)

#### New Contributors

- [@&#8203;josteink](https://togithub.com/josteink) made their first
contribution in
[https://github.com/bitmagnet-io/bitmagnet/pull/235](https://togithub.com/bitmagnet-io/bitmagnet/pull/235)
- [@&#8203;KyleSanderson](https://togithub.com/KyleSanderson) made their
first contribution in
[https://github.com/bitmagnet-io/bitmagnet/pull/212](https://togithub.com/bitmagnet-io/bitmagnet/pull/212)

**Full Changelog**:
https://github.com/bitmagnet-io/bitmagnet/compare/v0.7.14...v0.8.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-05 13:00:15 +02:00
TrueCharts Bot 11def7fc34
chore(deps): update container image ghcr.io/actualbudget/actual-server to v24.5.0@48374b8 by renovate (#21610) 2024-05-05 13:00:00 +02:00
TrueCharts Bot fca34de6c5
chore(deps): update container image ghcr.io/a-sync/game-server-watcher to v3.1.12@27c6c7c by renovate (#21609) 2024-05-05 12:59:55 +02:00
TrueCharts Bot 121a9a0c5a
chore(deps): update container image tccr.io/tccr/nextcloud-push-notify to v0.6.11@64b2475 by renovate (#21594)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/tccr/nextcloud-push-notify](https://togithub.com/truecharts/containers)
| patch | `v0.6.10` -> `v0.6.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-05 12:59:46 +02:00
TrueCharts Bot 249538f6c6
chore(deps): update container image dpage/pgadmin4 to v8.6@701f221 by renovate (#21607)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| dpage/pgadmin4 | minor | `8.5` -> `8.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-05 12:59:35 +02:00
TrueCharts Bot 3dd53f5024
chore(deps): update container image docker.io/filebrowser/filebrowser to v2.29.0@33816c9 by renovate (#21604)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/filebrowser/filebrowser](https://togithub.com/filebrowser/filebrowser)
| minor | `v2.28.0` -> `v2.29.0` |

---

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

---

### Release Notes

<details>
<summary>filebrowser/filebrowser
(docker.io/filebrowser/filebrowser)</summary>

###
[`v2.29.0`](https://togithub.com/filebrowser/filebrowser/releases/tag/v2.29.0)

[Compare
Source](https://togithub.com/filebrowser/filebrowser/compare/v2.28.0...v2.29.0)

#### Changelog

-
[`5f57cf9`](https://togithub.com/filebrowser/filebrowser/commit/5f57cf9e)
chore(release): 2.29.0
-
[`4786187`](https://togithub.com/filebrowser/filebrowser/commit/47861878)
fix: the copy method in clipboard.ts
([#&#8203;3177](https://togithub.com/filebrowser/filebrowser/issues/3177))
-
[`236ca63`](https://togithub.com/filebrowser/filebrowser/commit/236ca637)
feat: Display Upload Progress as Percentage and File Size / Total File
Size
([#&#8203;3111](https://togithub.com/filebrowser/filebrowser/issues/3111))
-
[`e2d7270`](https://togithub.com/filebrowser/filebrowser/commit/e2d72706)
Fixed preview for pdf and missing video coded message
([#&#8203;3163](https://togithub.com/filebrowser/filebrowser/issues/3163))
-
[`da5a6e0`](https://togithub.com/filebrowser/filebrowser/commit/da5a6e05)
fix: don't redirect to login when no auth
([#&#8203;3165](https://togithub.com/filebrowser/filebrowser/issues/3165))
-
[`bee71d9`](https://togithub.com/filebrowser/filebrowser/commit/bee71d93)
Fix: Frontend bug, administrators unable to delete users
([#&#8203;3170](https://togithub.com/filebrowser/filebrowser/issues/3170))
-
[`821f51e`](https://togithub.com/filebrowser/filebrowser/commit/821f51ea)
fix: apply proper zindex to modal dialogs
([#&#8203;3172](https://togithub.com/filebrowser/filebrowser/issues/3172))
-
[`434e49b`](https://togithub.com/filebrowser/filebrowser/commit/434e49bf)
fix: abort upload behavior to properly handle server-side deletion and
frontend state reset
([#&#8203;3114](https://togithub.com/filebrowser/filebrowser/issues/3114))
-
[`61f2508`](https://togithub.com/filebrowser/filebrowser/commit/61f25086)
chore: fix some typos in comments
([#&#8203;3108](https://togithub.com/filebrowser/filebrowser/issues/3108))
-
[`18f04a7`](https://togithub.com/filebrowser/filebrowser/commit/18f04a7d)
fix: handle quotes in healthcheck.sh
([#&#8203;3130](https://togithub.com/filebrowser/filebrowser/issues/3130))
-
[`22a05e1`](https://togithub.com/filebrowser/filebrowser/commit/22a05e1f)
fix: correct list item selector
([#&#8203;3126](https://togithub.com/filebrowser/filebrowser/issues/3126))
([#&#8203;3147](https://togithub.com/filebrowser/filebrowser/issues/3147))
-
[`b4b4b0e`](https://togithub.com/filebrowser/filebrowser/commit/b4b4b0ef)
ci: fix permission for pr-lint
-
[`8fd6c55`](https://togithub.com/filebrowser/filebrowser/commit/8fd6c55a)
ci: refactor pr-lint workflow
-
[`a9da7fd`](https://togithub.com/filebrowser/filebrowser/commit/a9da7fd5)
build: bump go version to 1.22.2
([#&#8203;3158](https://togithub.com/filebrowser/filebrowser/issues/3158))
-
[`6b77b8d`](https://togithub.com/filebrowser/filebrowser/commit/6b77b8d6)
build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0
([#&#8203;3133](https://togithub.com/filebrowser/filebrowser/issues/3133))
-
[`e39ea73`](https://togithub.com/filebrowser/filebrowser/commit/e39ea730)
ci: add pr lint workflow
([#&#8203;3157](https://togithub.com/filebrowser/filebrowser/issues/3157))
-
[`0e0b0c8`](https://togithub.com/filebrowser/filebrowser/commit/0e0b0c80)
chore: remove language names from translations
([#&#8203;3140](https://togithub.com/filebrowser/filebrowser/issues/3140))
-
[`ae0af1f`](https://togithub.com/filebrowser/filebrowser/commit/ae0af1f9)
chore: fix golangci-lint errors
-
[`d194d71`](https://togithub.com/filebrowser/filebrowser/commit/d194d712)
deps: upgrade go libs
-
[`bbd0abb`](https://togithub.com/filebrowser/filebrowser/commit/bbd0abbd)
build: bump go version to 1.22.1
-
[`5100e58`](https://togithub.com/filebrowser/filebrowser/commit/5100e587)
feat: migrate to vue 3
([#&#8203;2689](https://togithub.com/filebrowser/filebrowser/issues/2689))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-05 12:59:06 +02:00