Commit Graph

279 Commits

Author SHA1 Message Date
TrueCharts Bot 4479a3f0b0
chore(deps): update container image qmcgaw/ddns-updater to v2.8.1@e4af337 by renovate (#26701)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [qmcgaw/ddns-updater](https://redirect.github.com/qdm12/ddns-updater)
| patch | `v2.8.0` -> `v2.8.1` |

---

> [!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.8.1`](https://redirect.github.com/qdm12/ddns-updater/releases/tag/v2.8.1)

[Compare
Source](https://redirect.github.com/qdm12/ddns-updater/compare/v2.8.1...v2.8.1)

##### Fixes

- New file/directory permissions fixed given umask (see
[#&#8203;813](https://redirect.github.com/qdm12/ddns-updater/issues/813)
for more details)
    -   remove bad calculation of "our own" umask
    -   remove umask "union effect"
    -   do not touch system umask unless `UMASK` is set
    -   set system umask only if `UMASK` is set

###
[`v2.8.1`](https://redirect.github.com/qdm12/ddns-updater/releases/tag/v2.8.1)

[Compare
Source](https://redirect.github.com/qdm12/ddns-updater/compare/v2.8.0...v2.8.1)

##### Fixes

- New file/directory permissions fixed given umask (see
[#&#8203;813](https://redirect.github.com/qdm12/ddns-updater/issues/813)
for more details)
    -   remove bad calculation of "our own" umask
    -   remove umask "union effect"
    -   do not touch system umask unless `UMASK` is set
    -   set system umask only if `UMASK` is set

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45MS4yIiwidXBkYXRlZEluVmVyIjoiMzguOTEuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-09-20 14:33:26 +02:00
TrueCharts Bot 8663fe6639
chore(deps): update container image qmcgaw/ddns-updater to v2.8.0@9103e5c by renovate (#26604)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [qmcgaw/ddns-updater](https://redirect.github.com/qdm12/ddns-updater)
| minor | `v2.7.1` -> `v2.8.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.8.0`](https://redirect.github.com/qdm12/ddns-updater/releases/tag/v2.8.0)

[Compare
Source](https://redirect.github.com/qdm12/ddns-updater/compare/v2.8.0...v2.8.0)

**Pre-built binaries are attached at the bottom of this release notes in
the Assets section**. Feel free to 👍 the release!

##### Features

- Read both domain ("eTLD+1") and owner (aka *host*) from the `domain`
field
- retro-compatible change, `host` or `owner` field still work if set
    -   documentation updated to only use the `domain` field
-   Use umask from operating system to set permissions on created files
-   `UMASK` option to configure a custom umask value to use

##### Fixes

-   PublicIP HTTP echo: remove `google` provider which no longer works
-   Porkbun:
- remove trailing '.' from ALIAS delete API call
([#&#8203;775](https://redirect.github.com/qdm12/ddns-updater/issues/775))
- fix wildcard behavior
([#&#8203;773](https://redirect.github.com/qdm12/ddns-updater/issues/773))
-   noip: force `useProviderIP` to `false` when using IPv6
-   Don Dominio: remove unneeded `name` field
-   Upgrade github.com/qdm12/gosettings from v0.4.1 to v0.4.4-rc1
- Bump github.com/breml/rootcerts from 0.2.17 to 0.2.18
([#&#8203;814](https://redirect.github.com/qdm12/ddns-updater/issues/814))

##### Changes

-   Deprecate `provider_ip` config field completely
    -   change should not affect any existing configurations
- change solves issues with dual stack updates
([#&#8203;767](https://redirect.github.com/qdm12/ddns-updater/issues/767))
    -   this option was unneeded and added unneeded complexity

##### Documentation

-   Readme: add instructions to build latest binary
- Documentation updated to only use the `domain` field for both the
domain and owner/host.
- Readme: add `README.md` and `docs/` versioned links for each recent
releases
-   Readme: add AUR package name to features list section
-   Goip: fix documentation for the `host` parameter field
-   OVH: link to page to retrieve the `consumer_key` value
-   Porkbun: fix discrepancy in parameter field names
-   Readme: remove outdated Kanban Github board link

##### Maintenance

##### Code health

- Rename `cmd/updater` to `cmd/ddns-updater` to have binaries named as
`ddns-updater` by default
-   `internal/providers`:
    -   split out settings validation in its own pure function
    -   move domain check to each provider validation function
- typo 'agend' fixed to 'agent' in user agent banned error
([#&#8203;790](https://redirect.github.com/qdm12/ddns-updater/issues/790))
-   `internal/models`: remove unused `DomainHost` struct
-   rename `host` to `owner`
    -   Retro-compatible change, `host` field still works
    -   Code updated to use owner variable name
- `internal/providers/porkbun`: refactor API code to use a generic
`httpPost` function
- `internal/persistence/json`: change mutex to be non embedded in
Database struct
-   CI: ignore `duckdns.org` for links check

##### Dependencies

-   Drop dependency on github.com/chmike/domain
- Bump golang.org/x/net from 0.26.0 to 0.29.0
([#&#8203;806](https://redirect.github.com/qdm12/ddns-updater/issues/806))
- Bump golang.org/x/oauth2 from 0.21.0 to 0.23.0
([#&#8203;802](https://redirect.github.com/qdm12/ddns-updater/issues/802))
- Bump github.com/qdm12/gosplash from 0.1.0 to 0.2.0
([#&#8203;783](https://redirect.github.com/qdm12/ddns-updater/issues/783))
- Bump github.com/miekg/dns from 1.1.61 to 1.1.62
([#&#8203;815](https://redirect.github.com/qdm12/ddns-updater/issues/815))
- Bump golang.org/x/mod from 0.18.0 to 0.21.0
([#&#8203;801](https://redirect.github.com/qdm12/ddns-updater/issues/801))
- Bump github.com/go-chi/chi/v5 from 5.0.12 to 5.1.0
([#&#8203;755](https://redirect.github.com/qdm12/ddns-updater/issues/755))
-   Upgrade temporary build image Alpine from 3.19 to 3.20
- Bump docker/build-push-action from 5 to 6
([#&#8203;747](https://redirect.github.com/qdm12/ddns-updater/issues/747))
- Bump DavidAnson/markdownlint-cli2-action from 16 to 17
([#&#8203;811](https://redirect.github.com/qdm12/ddns-updater/issues/811))

###
[`v2.8.0`](https://redirect.github.com/qdm12/ddns-updater/releases/tag/v2.8.0)

[Compare
Source](https://redirect.github.com/qdm12/ddns-updater/compare/v2.7.1...v2.8.0)

**Pre-built binaries are attached at the bottom of this release notes in
the Assets section**. Feel free to 👍 the release!

##### Features

- Read both domain ("eTLD+1") and owner (aka *host*) from the `domain`
field
- retro-compatible change, `host` or `owner` field still work if set
    -   documentation updated to only use the `domain` field
-   Use umask from operating system to set permissions on created files
-   `UMASK` option to configure a custom umask value to use

##### Fixes

-   PublicIP HTTP echo: remove `google` provider which no longer works
-   Porkbun:
- remove trailing '.' from ALIAS delete API call
([#&#8203;775](https://redirect.github.com/qdm12/ddns-updater/issues/775))
- fix wildcard behavior
([#&#8203;773](https://redirect.github.com/qdm12/ddns-updater/issues/773))
-   noip: force `useProviderIP` to `false` when using IPv6
-   Don Dominio: remove unneeded `name` field
-   Upgrade github.com/qdm12/gosettings from v0.4.1 to v0.4.4-rc1
- Bump github.com/breml/rootcerts from 0.2.17 to 0.2.18
([#&#8203;814](https://redirect.github.com/qdm12/ddns-updater/issues/814))

##### Changes

-   Deprecate `provider_ip` config field completely
    -   change should not affect any existing configurations
- change solves issues with dual stack updates
([#&#8203;767](https://redirect.github.com/qdm12/ddns-updater/issues/767))
    -   this option was unneeded and added unneeded complexity

##### Documentation

-   Readme: add instructions to build latest binary
- Documentation updated to only use the `domain` field for both the
domain and owner/host.
- Readme: add `README.md` and `docs/` versioned links for each recent
releases
-   Readme: add AUR package name to features list section
-   Goip: fix documentation for the `host` parameter field
-   OVH: link to page to retrieve the `consumer_key` value
-   Porkbun: fix discrepancy in parameter field names
-   Readme: remove outdated Kanban Github board link

##### Maintenance

##### Code health

- Rename `cmd/updater` to `cmd/ddns-updater` to have binaries named as
`ddns-updater` by default
-   `internal/providers`:
    -   split out settings validation in its own pure function
    -   move domain check to each provider validation function
- typo 'agend' fixed to 'agent' in user agent banned error
([#&#8203;790](https://redirect.github.com/qdm12/ddns-updater/issues/790))
-   `internal/models`: remove unused `DomainHost` struct
-   rename `host` to `owner`
    -   Retro-compatible change, `host` field still works
    -   Code updated to use owner variable name
- `internal/providers/porkbun`: refactor API code to use a generic
`httpPost` function
- `internal/persistence/json`: change mutex to be non embedded in
Database struct
-   CI: ignore `duckdns.org` for links check

##### Dependencies

-   Drop dependency on github.com/chmike/domain
- Bump golang.org/x/net from 0.26.0 to 0.29.0
([#&#8203;806](https://redirect.github.com/qdm12/ddns-updater/issues/806))
- Bump golang.org/x/oauth2 from 0.21.0 to 0.23.0
([#&#8203;802](https://redirect.github.com/qdm12/ddns-updater/issues/802))
- Bump github.com/qdm12/gosplash from 0.1.0 to 0.2.0
([#&#8203;783](https://redirect.github.com/qdm12/ddns-updater/issues/783))
- Bump github.com/miekg/dns from 1.1.61 to 1.1.62
([#&#8203;815](https://redirect.github.com/qdm12/ddns-updater/issues/815))
- Bump golang.org/x/mod from 0.18.0 to 0.21.0
([#&#8203;801](https://redirect.github.com/qdm12/ddns-updater/issues/801))
- Bump github.com/go-chi/chi/v5 from 5.0.12 to 5.1.0
([#&#8203;755](https://redirect.github.com/qdm12/ddns-updater/issues/755))
-   Upgrade temporary build image Alpine from 3.19 to 3.20
- Bump docker/build-push-action from 5 to 6
([#&#8203;747](https://redirect.github.com/qdm12/ddns-updater/issues/747))
- Bump DavidAnson/markdownlint-cli2-action from 16 to 17
([#&#8203;811](https://redirect.github.com/qdm12/ddns-updater/issues/811))

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44Ni4wIiwidXBkYXRlZEluVmVyIjoiMzguODYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-09-18 02:45:00 +02:00
TrueCharts Bot c842fdbf3e
chore(deps): update container image qmcgaw/ddns-updater to v2.7.1@987b410 by renovate (#26583) 2024-09-17 14:25:31 +02:00
TrueCharts Bot 3fc10f588f
chore(deps): update container image common to v24.1.16@ea19f8a by renovate (#26428)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://redirect.github.com/truecharts/apps/tree/master/charts/common)
([source](https://redirect.github.com/truecharts/apps)) | patch |
`24.1.15` -> `24.1.16` |

---

> [!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 because a matching PR was automerged
previously.

♻ **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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-09-15 23:14:29 +03:00
TrueCharts Bot 5fca841356
chore(deps): update container image common to v24.1.15@0763087 by renovate (#26098)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://redirect.github.com/truecharts/apps/tree/master/charts/common)
([source](https://redirect.github.com/truecharts/apps)) | patch |
`24.1.14` -> `24.1.15` |

---

> [!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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43Mi4wIiwidXBkYXRlZEluVmVyIjoiMzguNzIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-09-09 18:16:39 +02:00
TrueCharts Bot 7f5c638c42
chore(deps): update container image common to v24.1.14@d84223d by renovate (#25511)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `24.1.5` ->
`24.1.14` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `24.1.10` ->
`24.1.14` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `24.1.7` ->
`24.1.14` |

---

> [!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 because a matching PR was automerged
previously.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOC41Mi4yIiwidXBkYXRlZEluVmVyIjoiMzguNTIuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->

Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: kqmaverick <kqmaverick@gmail.com>
2024-09-02 16:49:10 +03:00
TrueCharts Bot 54ae87acc3
chore(deps): update container image common to v24.1.5@80d8ad4 by renovate (#23765)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `24.1.2` ->
`24.1.5` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `24.1.3` ->
`24.1.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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-06-28 11:16:33 +02:00
TrueCharts Bot dcf1d0b5f4
chore(deps): update container image qmcgaw/ddns-updater to v2.7.0@7bb1702 by renovate (#23852)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [qmcgaw/ddns-updater](https://togithub.com/qdm12/ddns-updater) | minor
| `v2.6.1` -> `v2.7.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.7.0`](https://togithub.com/qdm12/ddns-updater/releases/tag/v2.7.0)

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

**Pre-built binaries are attached at the bottom of this release notes in
the Assets section**. Feel free to 👍 the release!

##### Features

- Web UI: improvements and fixes
([#&#8203;687](https://togithub.com/qdm12/ddns-updater/issues/687))
-   changeip.com support
- route53 simple routing support
([#&#8203;715](https://togithub.com/qdm12/ddns-updater/issues/715))
- `CONFIG_FILEPATH` (or `--config-filepath`) option to specify a
configuration file path
-   healthchecks.io
    -   fail and exit codes support
    -   `HEALTH_HEALTHCHECKSIO_BASE_URL` option
- container: `/updater/data` built-in with correct ownership
([#&#8203;634](https://togithub.com/qdm12/ddns-updater/issues/634))
-   `publicip/http`:
- add multiple providers for all IP versions: icanhazip, ident, nnev,
wtfismyip, seeip.org
    -   add changeip for ipv4orv6
-   `publicip/info`: add ip2location.io provider
-   `SERVER_ENABLED` option defaulting to `yes`
- Print version when the first argument is `version`, `-version` or
`--version`
-   server: serve root at /rooturl on top of /rooturl/
- validate domain strings for providers using it
([#&#8203;638](https://togithub.com/qdm12/ddns-updater/issues/638))

##### Fixes

See
[v2.6.1](https://togithub.com/qdm12/ddns-updater/releases/tag/v2.6.1)
for fixes incorporated in this release compared to v2.6.0

- container: rename `/updater/app` to `/updater/ddns-updater` so it can
easily be found in running processes (see
[#&#8203;729](https://togithub.com/qdm12/ddns-updater/issues/729))
-   health server: only run it when running in a container
-   trim spaces from each "host" value
-   `cloudflare`: prevent empty "key" value if "email" is set
-   `godaddy`: link to comment when status code 403 is received
-   `ovh`: add no host case handling

##### Documentation

-   readme: update for standalone binaries
- update description and title to be generic and non-specific to
containers
    -   describe availability as container image and prebuilt binaries
    -   split features in subsections
- readme: fix public ip echo custom url prefix `url:https://` instead of
`https://`
-   readme: `RESOLVER_ADDRESS` description improved
-   readme: `HEALTH_HEALTHCHECKSIO_UUID` description improved
- readme: reference Qnap setup guide (issue
[#&#8203;708](https://togithub.com/qdm12/ddns-updater/issues/708))
-   readme: better explain container directory and file creation
-   readme: fix missing allinkl document link
-   contributing document with example provider
    -   add example provider in code and docs/example.md
    -   merge contributing guides together
    -   add contributing section on adding a new provider
- contributing: change 'remote containers extension' to new 'dev
containers extension'
([#&#8203;696](https://togithub.com/qdm12/ddns-updater/issues/696))
- devcontainer: change 'remote containers extension' to new 'dev
containers extension'
- `docs/infomaniak.md`: add missing details and guide
([#&#8203;677](https://togithub.com/qdm12/ddns-updater/issues/677))
-   `docs/`: fix typo `identifiersuffix` -> `identifier suffix`

##### Maintenance

##### Coding

- migrate to service architecture with github.com/qdm12/goservices
([#&#8203;743](https://togithub.com/qdm12/ddns-updater/issues/743))
-   `porkbun`: add context to top level errors
-   linter
    -   remove invalid configuration file fields
    -   add multiple linters
-   `cloudflare`: unexport `createRecord` method
- public ip: better error messages stating the provider type if unknown
-   cmd/updater: split main function into smaller functions
-   `gcp`: validate credentials JSON object has "type" field
-   change ttl type from int/uint/int32 to uint32

##### Dependencies

-   drop Google SDK dependency
    -   depend only on golang.org/x/oauth2
    -   reduce program size from **17MB** to **11.5MB**
- bump github.com/qdm12/gosettings from 0.4.0-rc9 to 0.4.1
([#&#8203;683](https://togithub.com/qdm12/ddns-updater/issues/683))
- bump github.com/breml/rootcerts from 0.2.14 to 0.2.17
([#&#8203;612](https://togithub.com/qdm12/ddns-updater/issues/612),
[#&#8203;631](https://togithub.com/qdm12/ddns-updater/issues/631),
[#&#8203;741](https://togithub.com/qdm12/ddns-updater/issues/741))
- bump github.com/miekg/dns from 1.1.57 to 1.1.61
([#&#8203;600](https://togithub.com/qdm12/ddns-updater/issues/600),
[#&#8203;745](https://togithub.com/qdm12/ddns-updater/issues/745))
- bump golang.org/x/mod from 0.14.0 to 0.18.0
([#&#8203;637](https://togithub.com/qdm12/ddns-updater/issues/637),
[#&#8203;736](https://togithub.com/qdm12/ddns-updater/issues/736))
- bump github.com/go-chi/chi/v5 from 5.0.11 to 5.0.12
([#&#8203;654](https://togithub.com/qdm12/ddns-updater/issues/654))
- bump github.com/stretchr/testify from 1.8.4 to 1.9.0
([#&#8203;662](https://togithub.com/qdm12/ddns-updater/issues/662))
-   Upgrade Go from 1.21 to 1.22

##### CI

- bump actions/checkout from 3 to 4
([#&#8203;599](https://togithub.com/qdm12/ddns-updater/issues/599))
- bump actions/setup-go from 2 to 5
([#&#8203;630](https://togithub.com/qdm12/ddns-updater/issues/630))
- bump crazy-max/ghaction-github-labeler from 4 to 5
([#&#8203;596](https://togithub.com/qdm12/ddns-updater/issues/596))
- bump DavidAnson/markdownlint-cli2-action from 14 to 16
([#&#8203;629](https://togithub.com/qdm12/ddns-updater/issues/629),
[#&#8203;688](https://togithub.com/qdm12/ddns-updater/issues/688))
- bump docker/login-action from 2 to 3
([#&#8203;597](https://togithub.com/qdm12/ddns-updater/issues/597))
- bump docker/setup-qemu-action from 2 to 3
([#&#8203;584](https://togithub.com/qdm12/ddns-updater/issues/584))
-   bump golangci-lint to v1.56.2
- bump goreleaser/goreleaser-action from 5 to 6
([#&#8203;737](https://togithub.com/qdm12/ddns-updater/issues/737))
- bump peter-evans/dockerhub-description from 3 to 4
([#&#8203;610](https://togithub.com/qdm12/ddns-updater/issues/610))
-   pin docker/build-push-action to v5

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

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

**Pre-built binaries are attached at the bottom of this release notes in
the Assets section**. Feel free to 👍 the release!

##### Features

- Web UI: improvements and fixes
([#&#8203;687](https://togithub.com/qdm12/ddns-updater/issues/687))
-   changeip.com support
- route53 simple routing support
([#&#8203;715](https://togithub.com/qdm12/ddns-updater/issues/715))
- `CONFIG_FILEPATH` (or `--config-filepath`) option to specify a
configuration file path
-   healthchecks.io
    -   fail and exit codes support
    -   `HEALTH_HEALTHCHECKSIO_BASE_URL` option
- container: `/updater/data` built-in with correct ownership
([#&#8203;634](https://togithub.com/qdm12/ddns-updater/issues/634))
-   `publicip/http`:
- add multiple providers for all IP versions: icanhazip, ident, nnev,
wtfismyip, seeip.org
    -   add changeip for ipv4orv6
-   `publicip/info`: add ip2location.io provider
-   `SERVER_ENABLED` option defaulting to `yes`
- Print version when the first argument is `version`, `-version` or
`--version`
-   server: serve root at /rooturl on top of /rooturl/
- validate domain strings for providers using it
([#&#8203;638](https://togithub.com/qdm12/ddns-updater/issues/638))

##### Fixes

See
[v2.6.1](https://togithub.com/qdm12/ddns-updater/releases/tag/v2.6.1)
for fixes incorporated in this release compared to v2.6.0

- container: rename `/updater/app` to `/updater/ddns-updater` so it can
easily be found in running processes (see
[#&#8203;729](https://togithub.com/qdm12/ddns-updater/issues/729))
-   health server: only run it when running in a container
-   trim spaces from each "host" value
-   `cloudflare`: prevent empty "key" value if "email" is set
-   `godaddy`: link to comment when status code 403 is received
-   `ovh`: add no host case handling

##### Documentation

-   readme: update for standalone binaries
- update description and title to be generic and non-specific to
containers
    -   describe availability as container image and prebuilt binaries
    -   split features in subsections
- readme: fix public ip echo custom url prefix `url:https://` instead of
`https://`
-   readme: `RESOLVER_ADDRESS` description improved
-   readme: `HEALTH_HEALTHCHECKSIO_UUID` description improved
- readme: reference Qnap setup guide (issue
[#&#8203;708](https://togithub.com/qdm12/ddns-updater/issues/708))
-   readme: better explain container directory and file creation
-   readme: fix missing allinkl document link
-   contributing document with example provider
    -   add example provider in code and docs/example.md
    -   merge contributing guides together
    -   add contributing section on adding a new provider
- contributing: change 'remote containers extension' to new 'dev
containers extension'
([#&#8203;696](https://togithub.com/qdm12/ddns-updater/issues/696))
- devcontainer: change 'remote containers extension' to new 'dev
containers extension'
- `docs/infomaniak.md`: add missing details and guide
([#&#8203;677](https://togithub.com/qdm12/ddns-updater/issues/677))
-   `docs/`: fix typo `identifiersuffix` -> `identifier suffix`

##### Maintenance

##### Coding

- migrate to service architecture with github.com/qdm12/goservices
([#&#8203;743](https://togithub.com/qdm12/ddns-updater/issues/743))
-   `porkbun`: add context to top level errors
-   linter
    -   remove invalid configuration file fields
    -   add multiple linters
-   `cloudflare`: unexport `createRecord` method
- public ip: better error messages stating the provider type if unknown
-   cmd/updater: split main function into smaller functions
-   `gcp`: validate credentials JSON object has "type" field
-   change ttl type from int/uint/int32 to uint32

##### Dependencies

-   drop Google SDK dependency
    -   depend only on golang.org/x/oauth2
    -   reduce program size from **17MB** to **11.5MB**
- bump github.com/qdm12/gosettings from 0.4.0-rc9 to 0.4.1
([#&#8203;683](https://togithub.com/qdm12/ddns-updater/issues/683))
- bump github.com/breml/rootcerts from 0.2.14 to 0.2.17
([#&#8203;612](https://togithub.com/qdm12/ddns-updater/issues/612),
[#&#8203;631](https://togithub.com/qdm12/ddns-updater/issues/631),
[#&#8203;741](https://togithub.com/qdm12/ddns-updater/issues/741))
- bump github.com/miekg/dns from 1.1.57 to 1.1.61
([#&#8203;600](https://togithub.com/qdm12/ddns-updater/issues/600),
[#&#8203;745](https://togithub.com/qdm12/ddns-updater/issues/745))
- bump golang.org/x/mod from 0.14.0 to 0.18.0
([#&#8203;637](https://togithub.com/qdm12/ddns-updater/issues/637),
[#&#8203;736](https://togithub.com/qdm12/ddns-updater/issues/736))
- bump github.com/go-chi/chi/v5 from 5.0.11 to 5.0.12
([#&#8203;654](https://togithub.com/qdm12/ddns-updater/issues/654))
- bump github.com/stretchr/testify from 1.8.4 to 1.9.0
([#&#8203;662](https://togithub.com/qdm12/ddns-updater/issues/662))
-   Upgrade Go from 1.21 to 1.22

##### CI

- bump actions/checkout from 3 to 4
([#&#8203;599](https://togithub.com/qdm12/ddns-updater/issues/599))
- bump actions/setup-go from 2 to 5
([#&#8203;630](https://togithub.com/qdm12/ddns-updater/issues/630))
- bump crazy-max/ghaction-github-labeler from 4 to 5
([#&#8203;596](https://togithub.com/qdm12/ddns-updater/issues/596))
- bump DavidAnson/markdownlint-cli2-action from 14 to 16
([#&#8203;629](https://togithub.com/qdm12/ddns-updater/issues/629),
[#&#8203;688](https://togithub.com/qdm12/ddns-updater/issues/688))
- bump docker/login-action from 2 to 3
([#&#8203;597](https://togithub.com/qdm12/ddns-updater/issues/597))
- bump docker/setup-qemu-action from 2 to 3
([#&#8203;584](https://togithub.com/qdm12/ddns-updater/issues/584))
-   bump golangci-lint to v1.56.2
- bump goreleaser/goreleaser-action from 5 to 6
([#&#8203;737](https://togithub.com/qdm12/ddns-updater/issues/737))
- bump peter-evans/dockerhub-description from 3 to 4
([#&#8203;610](https://togithub.com/qdm12/ddns-updater/issues/610))
-   pin docker/build-push-action to v5

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTkuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-06-27 06:30:32 +00:00
TrueCharts Bot b96ae90817
chore(deps): update container image qmcgaw/ddns-updater to v2.6.1@a02ca81 by renovate (#23849)
This PR contains the following updates:

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

---

> [!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.1`](https://togithub.com/qdm12/ddns-updater/releases/tag/v2.6.1)

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

ℹ️ This is a bugfix release built with fixes only on top of the v2.6.0
program

##### Fixes

-   `custom`: url building fixed ⚠️
-   Web UI: IPs chronological order fixed (reverse) 🖱️
-   IP echo: allow custom urls for http ip providers
-   `inwx`: allow wildcard hosts
-   `ionos`: wildcard handling
-   `name.com`
    -   update root domain record fixed
    -   detect existing root domain records
-   `noip`
    -   IPv6 handling fixed
    -   handle `useproviderip` set to true correctly
-   `porkbun`: wildcard update fixed

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

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

ℹ️ This is a bugfix release built with fixes only on top of the v2.6.0
program

##### Fixes

-   `custom`: url building fixed ⚠️
-   Web UI: IPs chronological order fixed (reverse) 🖱️
-   IP echo: allow custom urls for http ip providers
-   `inwx`: allow wildcard hosts
-   `ionos`: wildcard handling
-   `name.com`
    -   update root domain record fixed
    -   detect existing root domain records
-   `noip`
    -   IPv6 handling fixed
    -   handle `useproviderip` set to true correctly
-   `porkbun`: wildcard update fixed

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTkuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxOS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-06-27 02:38:44 +02:00
TrueCharts Bot 9dfc98c4e0
chore(deps): update container image common to v24.1.2@b2bbd35 by renovate (#23691)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `24.1.1` ->
`24.1.2` |

---

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

---

### Configuration

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

🚦 **Automerge**: Disabled because a matching PR was automerged
previously.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-06-22 19:31:23 +02:00
TrueCharts Bot 5e190a7662
chore(deps): update container image common to v24.1.1@b724c5c by renovate (#23513)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `24.1.0` ->
`24.1.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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->

---------

Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
2024-06-18 20:58:56 +03:00
TrueCharts Bot 285ab520d4
chore(deps): update container image common to v24.1.0@b4ac4b1 by renovate (#23459)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | minor | `24.0.6` ->
`24.1.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | minor | `24.0.8` ->
`24.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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-06-17 21:05:43 +02:00
Stavros Kois 2d471e587d
chore(chart.yaml): remove scale support annotation (#23134)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-06-15 00:22:47 +02:00
TrueCharts Bot b79d3fce6d
chore(deps): update container image common to v24.0.6@5cd15b8 by renovate (#23138)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `24.0.1` ->
`24.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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTkuOCIsInVwZGF0ZWRJblZlciI6IjM3LjQwOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-06-15 00:22:21 +02:00
TrueCharts Bot 6562794ee8
chore(deps): update container image common to v24.0.1@cbdb720 by renovate (#23037)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `24.0.0` ->
`24.0.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->

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-06-09 02:13:13 +03:00
TrueCharts Bot c633867be5
chore(deps): update container image common to v24.0.0@4765f19 by renovate (#22759)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | major | `23.0.11` ->
`24.0.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9tYWpvciJdfQ==-->

---------

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-06-02 18:30:31 +02:00
TrueCharts Bot 3869f37947
chore(deps): update container image common to v23.0.11@11fa61c by renovate (#22748)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `23.0.10` ->
`23.0.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-06-01 21:05:15 +02:00
TrueCharts-Bot 4357b533a9 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-31 09:03:52 +00:00
TrueCharts Bot bcb2168944
chore(deps): update container image common to v23.0.10@46ba38c by renovate (#22564)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `23.0.9` ->
`23.0.10` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODEuMyIsInVwZGF0ZWRJblZlciI6IjM3LjM4MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-28 23:47:45 +02:00
TrueCharts Bot 096b7b44ad
chore(deps): update container image common to v23.0.9@91ed868 by renovate (#22539)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `23.0.8` ->
`23.0.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**: Disabled because a matching PR was automerged
previously.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzkuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM3OS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-28 23:28:06 +02:00
TrueCharts-Bot e50357a154 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-26 17:09:21 +00:00
TrueCharts Bot bbcc969f0e
chore(deps): update container image common to v23.0.8@9e7419b by renovate (#22277)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `23.0.7` ->
`23.0.8` |

---

> [!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 because a matching PR was automerged
previously.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguOCIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-20 10:51:04 +02:00
TrueCharts Bot acf6d2329f
chore(deps): update container image common to v23.0.7@316d624 by renovate (#22240)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `23.0.0` ->
`23.0.7` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `23.0.5` ->
`23.0.7` |

---

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

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-19 14:38:56 +02:00
TrueCharts-Bot 460ce98e60 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-06 00:15:51 +00: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 17d5f886bf Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-02 00:15:26 +00:00
Kjeld Schouten afc5e7eafa
chore: bump common to release improved checks on volsync and cnpg (#21454)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-05-01 17:39:48 +02:00
TrueCharts-Bot db84ba13a3 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-30 00:14:53 +00:00
Kjeld Schouten 9abc20d845 chore: bump common 2024-04-29 23:39:10 +02:00
Kjeld Schouten 20f2fe8342 fix: fixup all chart volsync/credentials settings 2024-04-29 20:45:47 +02:00
Kjeld Schouten c3c0b3bc46
fix: adapt for common cnpg/volsync pathing changes (#21445)
**Description**
Common has moved to standardised URLs for cnpg and volsync.
This is basically the last big implementation change for volsync and
cnpg backups before we can start finetuning and testing both

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [x] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-04-29 14:26:27 +02:00
Kjeld Schouten 02e10381ac
feat: Add VolSync support and move CNPG backup credentials on SCALE (#21443)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-04-29 12:28:39 +02:00
TrueCharts Bot 57fbb5341b
chore(deps): update container image common to v20.3.12@3303278 by renovate (#21384)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `20.3.11` ->
`20.3.12` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-26 13:29:33 +02:00
TrueCharts-Bot 617cb4ab93 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-23 00:15:53 +00:00
Kjeld Schouten d45f7fe497
fix(scale-gui): replace serviceexpert with externalinterfaces/networking-group in the SCALE GUI (#21154)
**Description**
Seems this was missing in the gui by accident

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-04-22 14:11:52 +02:00
TrueCharts-Bot 54d88732dc Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-22 00:16:09 +00:00
Kjeld Schouten b4f0331ba8 chore: bump everything to release new doc pages 2024-04-21 20:11:39 +02:00
Kjeld Schouten b5036ed2aa
chore: update groups html (#21121)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-04-21 19:45:29 +02:00
Kjeld Schouten 2e05d3ccd8 chore: bump charts to release new docs to fix broken links 2024-04-21 18:51:34 +02:00
Kjeld Schouten c850d0cfb3 chore: bump everything to regenerate readme's and site index 2024-04-21 16:13:02 +02:00
Kjeld Schouten a66fd3357b
Chore: rework SCALE catagories/groups to match helm and remove deprecated charts (#21111)
**Description**
We want to improve the meager-at-best descriptions for the option
groups/catagories on SCALE.
They should also match the naming scheme of Helm/Kubernetes.

With those things combined, we can then link users to the actual common
docs for more indepth info on each available option.
Saving us needlessly duplicated docs that need to be maintained and
giving more indepth information to users.

Having naming schemes that match *actual* kubernetes, also makes it
easier for users to migrate to a true kubernetes platform in the future.

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-21 14:31:23 +02:00
TrueCharts Bot 53e2bed79f
chore(deps): update container image common to v20.3.11@dae6129 by renovate (#20875)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `20.3.7` ->
`20.3.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDEuNSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-20 12:01:18 +02:00
TrueCharts-Bot 3bbe62084f Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-17 12:46:24 +00:00
Kjeld Schouten 328900e438 Revert "Commit daily changes"
This reverts commit 26af685659.
2024-04-17 14:28:41 +02:00
TrueCharts-Bot 26af685659 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-17 12:10:06 +00:00
Kjeld Schouten 9828a1ef02 chore: bump charts to ensure new icons are released 2024-04-16 19:12:53 +02:00
TrueCharts Bot 4413ae4d1c
chore(deps): update container image common to v20.3.7@8cf9fc9 by renovate (#20819)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `20.3.6` ->
`20.3.7` |

---

> [!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 because a matching PR was automerged
previously.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTguMCIsInVwZGF0ZWRJblZlciI6IjM3LjI5OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-16 18:46:33 +02:00
Kjeld Schouten 8b489f48bb
Webp icons2 (#20851)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-04-16 17:08:41 +02:00
TrueCharts Bot 6c807c1f97
chore(deps): update container image common to v20.3.6@27edfed by renovate (#20599)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `20.3.5` ->
`20.3.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI4Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-11 11:07:02 +02:00
TrueCharts Bot 8ee51f80fa
chore(deps): update container image common to v20.3.5@aedd88a by renovate (#20535)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `20.3.4` ->
`20.3.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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjI4MS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-10 17:42:53 +02:00