Releases: bakito/adguardhome-sync
Releases · bakito/adguardhome-sync
v0.6.7
Fixes
- Adguardhome-sync stopped working after adguard update v0.107.46 #319
- Error syncing DNS server config #320
Changelog
- f277460 Bump github.com/docker/docker (#318)
- e7f0a05 Bump github.com/go-resty/resty/v2 from 2.9.1 to 2.12.0 (#317)
- 0d62912 Bump github.com/prometheus/client_golang from 1.17.0 to 1.19.0 (#314)
- 8506b5d Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#315)
- 15c1643 Bump the k8s group with 2 updates (#316)
- 1c4ea24 Sanitize dns config (#321)
- bbf5d2d skip upx for darwin
v0.6.6
Fixes
- Default config file is $HOME/.adguardhome-sync not $HOME/.adguardhome-sync.yaml #312
Changelog
- 5a3f200 Update file.go to load from default .adguardhome-sync.yaml file (#313)
- 5c29345 Adding examples for API_USERNAME & API_PASSWORD (#302)
- d85ebe0 Bump github.com/golangci/golangci-lint from 1.56.1 to 1.56.2 (#306)
- 33433b1 Bump go.uber.org/zap from 1.26.0 to 1.27.0 (#307)
- 0e86fc8 Bump golang.org/x/mod from 0.15.0 to 0.16.0 (#311)
- 4b4a10b Bump gopkg.in/go-jose/go-jose.v2 from 2.6.1 to 2.6.3 (#309)
- 235bd85 Bump the k8s group with 2 updates (#305)
- 3c6c4b8 Bump the onsi group with 1 update (#310)
- d6d8d21 Implement metrics from adguard-exporter (#303)
- 4f14918 update model to v0.107.44 (#308)
v0.6.5
Fixes
- Sync error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation] #295
Changelog
- f447e28 Bump github.com/golangci/golangci-lint from 1.55.2 to 1.56.1 (#301)
- ebcb2b8 Bump github.com/goreleaser/goreleaser from 1.23.0 to 1.24.0 (#299)
- 080021e Bump golang.org/x/mod from 0.14.0 to 0.15.0 (#300)
- f3b2ca6 Bump golangci/golangci-lint-action from 3 to 4 (#298)
- 059c6e9 Handle nil user rules correctly #295 (#296)
- 4fdead0 Update go in codeql-analysis.yml (#297)
v0.6.4
Implements
- Allow configuration of logging encoding #290
Changelog
- a3f0efa #275 update examples to show only numbered replica env variables
- c6f8a14 Bump github.com/deepmap/oapi-codegen/v2 from 2.0.0 to 2.1.0 (#292)
- a79ad5a Bump github.com/google/uuid from 1.5.0 to 1.6.0 (#293)
- b444a48 Bump the k8s group with 2 updates (#286)
- 5da3730 Bump the onsi group with 1 update (#288)
- cc71339 Bump the onsi group with 2 updates (#283)
- 4b01042 Update dependabot.yml
- 4b94ef9 Update dependabot.yml to use groups
- db5764b simplify test
- d262357 support for json logs #290 (#291)
v0.6.3
Fixed
- Error when upgrading from 0.5.4 to 0.6.2 #281
Changelog
- f9ac1ca Add e2e status to Readme
- 983d29d Bump github.com/cloudflare/circl from 1.3.5 to 1.3.7 (#278)
- 271dcac Bump github.com/go-git/go-git/v5 from 5.7.0 to 5.11.0 (#279)
- b3781c6 Bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.14.0 (#274)
- 3c0115b Dhcp server enabled handling (#282)
- 078f6e1 add dependencies to tools.go (#277)
- 9802bf2 add tests #272
- 2319739 ignore wiki from
- ef35178 move deprecations to wiki
- 9f8f6bc run tests with ginkgo cli (#276)
- c401c79 switch to go.uber.org/mock (#280)
v0.6.2
v0.6.1
Fixes
Changelog
v0.6.0
Deprecation of Environment Variables
The following environment variables have been deprecated and replaced with better readable ones:
Deprecated variables are still supported but will be logged as warning.
Deprecated | Replacement |
---|---|
RUNONSTART | RUN_ON_START |
PRINTCONFIGONLY | PRINT_CONFIG_ONLY |
CONTINUE_ON_ERROR | CONTINUE_ON_ERROR |
API_DARKMODE | API_DARK_MODE |
FEATURES_DHCP_SERVERCONFIG | FEATURES_DHCP_SERVER_CONFIG |
FEATURES_DHCP_STATICLEASES | FEATURES_DHCP_STATIC_LEASES |
FEATURES_DNS_ACCESSLISTS | FEATURES_DNS_ACCESS_LISTS |
FEATURES_DNS_SERVERCONFIG | FEATURES_DNS_SERVER_CONFIG |
FEATURES_GENERALSETTINGS | FEATURES_GENERAL_SETTINGS |
FEATURES_QUERYLOGCONFIG | FEATURES_QUERY_LOG_CONFIG |
FEATURES_STATSCONFIG | FEATURES_STATS_CONFIG |
FEATURES_CLIENTSETTINGS | FEATURES_CLIENT_SETTINGS |
ORIGIN_WEBURL | ORIGIN_WEB_URL |
ORIGIN_APIPATH | ORIGIN_API_PATH |
ORIGIN_INSECURE_SKIP_VERIFY | ORIGIN_INSECURE_SKIP_VERIFY |
*REPLICA_WEBURL | REPLICA_WEB_URL |
*REPLICA_APIPATH | REPLICA_API_PATH |
*REPLICA_INSECURE_SKIP_VERIFY | REPLICA_INSECURE_SKIP_VERIFY |
*REPLICA_AUTOSETUP | REPLICA_AUTO_SETUP |
*REPLICA_INTERFACENAME | REPLICA_INTERFACE_NAME |
* is also valid for numbered REPLICA#_
variables
Changelog
v0.5.4
v0.5.3
Fixes
- How to set Timezone? #264
Implements
- Proxy for AdGuard Status #259
Changelog
- 34dac9e Bump actions/setup-go from 4 to 5 (#246)
- 4189899 Bump github.com/go-resty/resty/v2 from 2.9.1 to 2.11.0 (#263)
- b71df4d Bump github.com/google/uuid from 1.4.0 to 1.5.0 (#248)
- c1c81bb Bump github.com/onsi/ginkgo/v2 from 2.13.1 to 2.13.2 (#243)
- 31aad94 Bump github.com/spf13/viper from 1.17.0 to 1.18.1 (#245)
- 9a06a6a Bump github.com/spf13/viper from 1.18.1 to 1.18.2 (#261)
- cb52a43 Bump github/codeql-action from 2 to 3 (#249)
- 8ccd773 Bump golang.org/x/crypto from 0.16.0 to 0.17.0 (#251)
- 2463809 Bump k8s.io/apimachinery from 0.28.4 to 0.29.0 (#250)
- e7e391f Create config.yml (#253)
- 542aacb Create general_issue.md (#254)
- ec9be5a Update general_issue.md (#255)
- 749c5f1 add option to print full config for debugging (#266)
- 215ee94 add protection flag to api status (#260)
- 680989b add tzdata to image (#265)
- 9d26eec asure cacerts are installed in build image
- ff7bae0 build main image only once a day if needed
- cc13b93 correct api status host property from 'origin' to 'host'
- 4cd60e8 downgrade resty
- 37b8fda extend issue template description
- 0c9487a logs are required in template
- a039704 update issue templates (#256)
- bb969a0 upgrade agh schema to v0.107.43 (#257)