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=-->
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)
([#​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
([#​496](https://togithub.com/qdm12/ddns-updater/issues/496))
- easydns
([#​480](https://togithub.com/qdm12/ddns-updater/issues/480))
- goip.de
([#​623](https://togithub.com/qdm12/ddns-updater/issues/623))
- hetzner
([#​503](https://togithub.com/qdm12/ddns-updater/issues/503))
- ionos
- name.com
([#​474](https://togithub.com/qdm12/ddns-updater/issues/474))
- netcup.de
([#​361](https://togithub.com/qdm12/ddns-updater/issues/361))
- nowdns
([#​504](https://togithub.com/qdm12/ddns-updater/issues/504))
- zoneedit.com
([#​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
([#​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
([#​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 "@​" 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
([#​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`
([#​549](https://togithub.com/qdm12/ddns-updater/issues/549))
- DynDNS: allow wildcard hosts
- Gandi: personal access token support
([#​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
([#​529](https://togithub.com/qdm12/ddns-updater/issues/529))
- Include ip version for all providers
([#​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
([#​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
([#​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
([#​465](https://togithub.com/qdm12/ddns-updater/issues/465))
- dnsomatic: fix settings fields
([#​463](https://togithub.com/qdm12/ddns-updater/issues/463))
- infomaniak: add missing `username` field in example
([#​467](https://togithub.com/qdm12/ddns-updater/issues/467))
- opendns: fix bad provider name `dyn` to `opendns` in example
([#​470](https://togithub.com/qdm12/ddns-updater/issues/470))
- noip: add missing `username` field in example
([#​469](https://togithub.com/qdm12/ddns-updater/issues/469))
- inwx:
- fix bad provider name `opendns` -> `inwx`
([#​468](https://togithub.com/qdm12/ddns-updater/issues/468))
- remove trail comma in JSON example
- add missing `provider_ip` field in examples
([#​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
([#​402](https://togithub.com/qdm12/ddns-updater/issues/402))
- Github:
- Update all labels
- More explicit title requirement in issue templates
- Remove automated [@​qdm12](https://togithub.com/qdm12) assignee
- Fix typos
([#​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
([#​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
([#​583](https://togithub.com/qdm12/ddns-updater/issues/583))
- Bump docker/setup-buildx-action from 2 to 3
([#​587](https://togithub.com/qdm12/ddns-updater/issues/587))
- Bump docker/metadata-action from 4 to 5
([#​585](https://togithub.com/qdm12/ddns-updater/issues/585))
- Bump docker/build-push-action from 4.0.0 to 5.1.0
([#​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
([#​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
([#​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)
([#​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
([#​496](https://togithub.com/qdm12/ddns-updater/issues/496))
- easydns
([#​480](https://togithub.com/qdm12/ddns-updater/issues/480))
- goip.de
([#​623](https://togithub.com/qdm12/ddns-updater/issues/623))
- hetzner
([#​503](https://togithub.com/qdm12/ddns-updater/issues/503))
- ionos
- name.com
([#​474](https://togithub.com/qdm12/ddns-updater/issues/474))
- netcup.de
([#​361](https://togithub.com/qdm12/ddns-updater/issues/361))
- nowdns
([#​504](https://togithub.com/qdm12/ddns-updater/issues/504))
- zoneedit.com
([#​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
([#​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
([#​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 "@​" 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
([#​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`
([#​549](https://togithub.com/qdm12/ddns-updater/issues/549))
- DynDNS: allow wildcard hosts
- Gandi: personal access token support
([#​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
([#​529](https://togithub.com/qdm12/ddns-updater/issues/529))
- Include ip version for all providers
([#​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
([#​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
([#​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
([#​465](https://togithub.com/qdm12/ddns-updater/issues/465))
- dnsomatic: fix settings fields
([#​463](https://togithub.com/qdm12/ddns-updater/issues/463))
- infomaniak: add missing `username` field in example
([#​467](https://togithub.com/qdm12/ddns-updater/issues/467))
- opendns: fix bad provider name `dyn` to `opendns` in example
([#​470](https://togithub.com/qdm12/ddns-updater/issues/470))
- noip: add missing `username` field in example
([#​469](https://togithub.com/qdm12/ddns-updater/issues/469))
- inwx:
- fix bad provider name `opendns` -> `inwx`
([#​468](https://togithub.com/qdm12/ddns-updater/issues/468))
- remove trail comma in JSON example
- add missing `provider_ip` field in examples
([#​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
([#​402](https://togithub.com/qdm12/ddns-updater/issues/402))
- Github:
- Update all labels
- More explicit title requirement in issue templates
- Remove automated [@​qdm12](https://togithub.com/qdm12) assignee
- Fix typos
([#​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
([#​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
([#​583](https://togithub.com/qdm12/ddns-updater/issues/583))
- Bump docker/setup-buildx-action from 2 to 3
([#​587](https://togithub.com/qdm12/ddns-updater/issues/587))
- Bump docker/metadata-action from 4 to 5
([#​585](https://togithub.com/qdm12/ddns-updater/issues/585))
- Bump docker/build-push-action from 4.0.0 to 5.1.0
([#​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
([#​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
([#​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>
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>
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>
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>
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>
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=-->
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=-->
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=-->
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=-->
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==-->
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>
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>
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=-->
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=-->
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==-->
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>
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=-->
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==-->
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==-->
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==-->
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=-->
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=-->
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=-->
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=-->
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=-->
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=-->
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=-->
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 \[
[#​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=-->
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=-->
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=-->
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=-->