Skip to content

Commit

Permalink
Merged PR 23: Update all non-major updates
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [adguard/adguardhome](https://adguard.com/en/adguard-home/overview.html) ([source](https://github.com/AdguardTeam/AdGuardHome)) | patch | `v0.107.43` -> `v0.107.44` |
| [fireflyiii/core](https://github.com/firefly-iii/docker) ([source](https://dev.azure.com/Firefly-III/_git/MainImage)) | patch | `version-6.1.8` -> `version-6.1.9` |
| [fireflyiii/data-importer](https://github.com/firefly-iii/docker) ([source](https://dev.azure.com/Firefly-III/_git/ImportToolImage)) | patch | `version-1.4.3` -> `version-1.4.4` |
| postgres | minor | `16.1` -> `16.2` |
| [traefik](https://github.com/containous/traefik) | minor | `v2.10.7` -> `v2.11.0` |

---

### Release Notes

<details>
<summary>AdguardTeam/AdGuardHome (adguard/adguardhome)</summary>

### [`v0.107.44`](https://github.com/AdguardTeam/AdGuardHome/blob/HEAD/CHANGELOG.md#v010744---2024-02-06)

[Compare Source](AdguardTeam/AdGuardHome@v0.107.43...v0.107.44)

See also the \[v0.107.44 GitHub milestone]\[ms-v0.107.44].

##### Added

-   Timezones in the Etc/ area to the timezone list (\[[#&#8203;6568](AdguardTeam/AdGuardHome#6568)]).
-   The schema version of the configuration file to the output of running
    `AdGuardHome` (or `AdGuardHome.exe`) with `-v --version` command-line options
    (\[[#&#8203;6545](AdguardTeam/AdGuardHome#6545)]).
-   Ability to disable plain-DNS serving via UI if an encrypted protocol is
    already used (\[[#&#8203;1660](AdguardTeam/AdGuardHome#1660)]).

##### Changed

-   The bootstrapped upstream addresses are now updated according to the TTL of
    the bootstrap DNS response (\[[#&#8203;6321](AdguardTeam/AdGuardHome#6321)]).
-   Logging level of timeout errors is now `error` instead of `debug` (\[[#&#8203;6574](AdguardTeam/AdGuardHome#6574)]).
-   The field `"upstream_mode"` in `POST /control/dns_config` and
    `GET /control/dns_info` HTTP APIs now accepts `load_balance` value.  Check
    `openapi/CHANGELOG.md` for more details.

##### Configuration changes

In this release, the schema version has changed from 27 to 28.

-   The new property `clients.persistent.*.uid`, which is a unique identifier of
    the persistent client.
-   The properties `dns.all_servers` and `dns.fastest_addr` were removed, their
    values migrated to newly added field `dns.upstream_mode` that describes the
    logic through which upstreams will be used.  See also a \[Wiki
    page]\[wiki-config].

    ```yaml
    ```

</details>

<details>
<summary>containous/traefik (traefik)</summary>

### [`v2.11.0`](https://github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v2110-rc2-2024-01-24)

[Compare Source](traefik/traefik@v2.11.0...v2.11.0)

[All Commits](traefik/traefik@v2.11.0-rc1...v2.11.0-rc2)

**Bug ...
  • Loading branch information
homecontroller Build Service (dannybouwers) authored and Danny Bouwers committed Feb 18, 2024
2 parents 7be8c11 + 135ec40 commit 150b794
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Expand Up @@ -27,7 +27,7 @@ networks:
services:
traefik:
hostname: traefik
image: traefik:v2.10.7
image: traefik:v2.11.0
restart: unless-stopped
container_name: traefik
user: ${DOCKER_USER_ID:-1000}:${DOCKER_GROUP_ID:-1000}
Expand Down Expand Up @@ -175,7 +175,7 @@ services:
adguard:
hostname: adguard
container_name: adguard
image: adguard/adguardhome:v0.107.43
image: adguard/adguardhome:v0.107.44
restart: unless-stopped
user: ${DOCKER_USER_ID:-1000}:${DOCKER_GROUP_ID:-1000}
depends_on:
Expand Down Expand Up @@ -237,7 +237,7 @@ services:
- traefik.http.services.vaultwarden-admin.loadbalancer.server.port=80

fireflyiii-core:
image: fireflyiii/core:version-6.1.8
image: fireflyiii/core:version-6.1.9
hostname: fireflyiii-core
container_name: fireflyiii-core
networks:
Expand Down Expand Up @@ -282,7 +282,7 @@ services:
- traefik.docker.network=frontend_traefik

fireflyiii-db:
image: postgres:16.1
image: postgres:16.2
hostname: fireflyiii-db
restart: unless-stopped
container_name: fireflyiii-db
Expand All @@ -296,7 +296,7 @@ services:
- ${PWD}/data/fireflyiii/db:/var/lib/postgresql/data

fireflyiii-importer:
image: fireflyiii/data-importer:version-1.4.3
image: fireflyiii/data-importer:version-1.4.4
hostname: fireflyiii-importer
restart: unless-stopped
container_name: fireflyiii-importer
Expand Down

0 comments on commit 150b794

Please sign in to comment.