[adguard-home] Upgrade to version v0.107.7 (#1686)

This commit is contained in:
Kalle Lindqvist 2022-07-04 08:28:09 +02:00 committed by GitHub
parent 02a7f4e62e
commit f0345c078a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 44 additions and 24 deletions

View File

@ -1,9 +1,9 @@
--- ---
apiVersion: v2 apiVersion: v2
appVersion: v0.106.3 appVersion: v0.107.7
description: DNS proxy as ad-blocker for local network description: DNS proxy as ad-blocker for local network
name: adguard-home name: adguard-home
version: 5.3.2 version: 5.4.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- adguard-home - adguard-home
@ -23,4 +23,6 @@ dependencies:
annotations: annotations:
artifacthub.io/changes: |- artifacthub.io/changes: |-
- kind: changed - kind: changed
description: Upgraded `common` chart dependency to version 4.4.2 description: Upgraded adguard-home to version v0.107.7.
- kind: changed
description: Synced the default adguard-home configuration with the new version.

View File

@ -1,6 +1,6 @@
# adguard-home # adguard-home
![Version: 5.3.2](https://img.shields.io/badge/Version-5.3.2-informational?style=flat-square) ![AppVersion: v0.106.3](https://img.shields.io/badge/AppVersion-v0.106.3-informational?style=flat-square) ![Version: 5.4.0](https://img.shields.io/badge/Version-5.4.0-informational?style=flat-square) ![AppVersion: v0.107.7](https://img.shields.io/badge/AppVersion-v0.107.7-informational?style=flat-square)
DNS proxy as ad-blocker for local network DNS proxy as ad-blocker for local network
@ -82,14 +82,14 @@ N/A
| env.TZ | string | `"UTC"` | Set the container timezone | | env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"adguard/adguardhome"` | image repository | | image.repository | string | `"adguard/adguardhome"` | image repository |
| image.tag | string | `"v0.106.3"` | image tag | | image.tag | string | `"v0.107.7"` | image tag |
| initContainers.copy-configmap | object | See values.yaml | Configures an initContainer that copies the configmap to the AdGuardHome conf directory It does NOT overwrite when the file already exists. | | initContainers.copy-configmap | object | See values.yaml | Configures an initContainer that copies the configmap to the AdGuardHome conf directory It does NOT overwrite when the file already exists. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| service | object | See values.yaml | Configures service settings for the chart. | | service | object | See values.yaml | Configures service settings for the chart. |
## Changelog ## Changelog
### Version 5.3.2 ### Version 5.4.0
#### Added #### Added
@ -97,7 +97,9 @@ N/A
#### Changed #### Changed
* Upgraded `common` chart dependency to version 4.4.2 * Upgraded adguard-home to version v0.107.7.
* Synced the default adguard-home configuration with the new version.
#### Fixed #### Fixed

View File

@ -36,8 +36,8 @@ initContainers:
image: image:
# -- image repository # -- image repository
repository: adguard/adguardhome repository: adguard/adguardhome
# -- image tag # @default -- chart.appVersion
tag: v0.106.3 tag:
# -- image pull policy # -- image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
@ -104,8 +104,7 @@ config: |
auth_attempts: 5 auth_attempts: 5
block_auth_min: 15 block_auth_min: 15
http_proxy: "" http_proxy: ""
language: en language: ""
rlimit_nofile: 0
debug_pprof: false debug_pprof: false
web_session_ttl: 720 web_session_ttl: 720
dns: dns:
@ -115,7 +114,7 @@ config: |
statistics_interval: 1 statistics_interval: 1
querylog_enabled: true querylog_enabled: true
querylog_file_enabled: true querylog_file_enabled: true
querylog_interval: 90 querylog_interval: 2160h
querylog_size_memory: 1000 querylog_size_memory: 1000
anonymize_client_ip: false anonymize_client_ip: false
protection_enabled: true protection_enabled: true
@ -125,7 +124,7 @@ config: |
blocked_response_ttl: 10 blocked_response_ttl: 10
parental_block_host: family-block.dns.adguard.com parental_block_host: family-block.dns.adguard.com
safebrowsing_block_host: standard-block.dns.adguard.com safebrowsing_block_host: standard-block.dns.adguard.com
ratelimit: 0 ratelimit: 20
ratelimit_whitelist: [] ratelimit_whitelist: []
refuse_any: true refuse_any: true
upstream_dns: upstream_dns:
@ -138,12 +137,20 @@ config: |
- 2620:fe::fe:10 - 2620:fe::fe:10
all_servers: false all_servers: false
fastest_addr: false fastest_addr: false
fastest_timeout: 1s
allowed_clients: [] allowed_clients: []
disallowed_clients: [] disallowed_clients: []
blocked_hosts: [] blocked_hosts:
- version.bind
- id.server
- hostname.bind
trusted_proxies:
- 127.0.0.0/8
- ::1/128
cache_size: 4194304 cache_size: 4194304
cache_ttl_min: 0 cache_ttl_min: 0
cache_ttl_max: 0 cache_ttl_max: 0
cache_optimistic: false
bogus_nxdomain: [] bogus_nxdomain: []
aaaa_disabled: false aaaa_disabled: false
enable_dnssec: false enable_dnssec: false
@ -161,8 +168,9 @@ config: |
cache_time: 30 cache_time: 30
rewrites: [] rewrites: []
blocked_services: [] blocked_services: []
local_domain_name: lan upstream_timeout: 10s
resolve_clients: true private_networks: []
use_private_ptr_resolvers: true
local_ptr_upstreams: [] local_ptr_upstreams: []
tls: tls:
enabled: false enabled: false
@ -170,7 +178,7 @@ config: |
force_https: false force_https: false
port_https: 443 port_https: 443
port_dns_over_tls: 853 port_dns_over_tls: 853
port_dns_over_quic: 784 port_dns_over_quic: 853
port_dnscrypt: 0 port_dnscrypt: 0
dnscrypt_config_file: "" dnscrypt_config_file: ""
allow_unencrypted_doh: false allow_unencrypted_doh: false
@ -186,17 +194,14 @@ config: |
id: 1 id: 1
- enabled: false - enabled: false
url: https://adaway.org/hosts.txt url: https://adaway.org/hosts.txt
name: AdAway name: AdAway Default Blocklist
id: 2 id: 2
- enabled: false
url: https://www.malwaredomainlist.com/hostslist/hosts.txt
name: MalwareDomainList.com Hosts List
id: 4
whitelist_filters: [] whitelist_filters: []
user_rules: [] user_rules: []
dhcp: dhcp:
enabled: false enabled: false
interface_name: "" interface_name: ""
local_domain_name: lan
dhcpv4: dhcpv4:
gateway_ip: "" gateway_ip: ""
subnet_mask: "" subnet_mask: ""
@ -210,7 +215,14 @@ config: |
lease_duration: 86400 lease_duration: 86400
ra_slaac_only: false ra_slaac_only: false
ra_allow_slaac: false ra_allow_slaac: false
clients: [] clients:
runtime_sources:
whois: true
arp: true
rdns: true
dhcp: true
hosts: true
persistent: []
log_compress: false log_compress: false
log_localtime: false log_localtime: false
log_max_backups: 0 log_max_backups: 0
@ -218,4 +230,8 @@ config: |
log_max_age: 3 log_max_age: 3
log_file: "" log_file: ""
verbose: false verbose: false
schema_version: 10 os:
group: ""
user: ""
rlimit_nofile: 0
schema_version: 14