Skip to content

Releases: bakito/adguardhome-sync

v0.7.0

21 Feb 19:01
01dbf8e
Compare
Choose a tag to compare

Notes

⚠️ This version introduces a schema validation on the yaml config file that fails if the config file does not follow the schema.
If the yaml config is not compliant to the schema, the application will not start. ⚠️

Changelog

v0.6.17

23 Dec 07:31
074e300
Compare
Choose a tag to compare

Fixes

  • Run on start ignored when API disabled #473

Changelog

  • 074e300 Format code with golines (#475)
  • c214899 chore(deps): update module github.com/caarlos0/env/v11 to v11.3.1 (#472)
  • 9a7c617 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.22.1 (#471)
  • 523e068 run on start if api disabled and cron enabled (#474)

v0.6.16

18 Dec 07:35
e31a8c8
Compare
Choose a tag to compare

Fixes

  • Cannot see log, there is a black overlay #468

Changelog

  • e31a8c8 Correct webpage styling (#469)
  • 31cc27d check for nil in stats
  • 6770ae2 chore(deps): update module github.com/caarlos0/env/v11 to v11.3.0 (#465)
  • d60051b remove golang.org/x/exp dependency (#467)

v0.6.15

16 Dec 10:41
8473880
Compare
Choose a tag to compare

Changelog

  • 89aeec5 Draw also stats of single instances in dashboard diagram (#462)
  • b5bd79b Update README.md add API_METRICS_ENABLED
  • 8473880 chore(deps): update golang.org/x/exp digest to 4a55095 (#463)
  • 00ee541 chore(deps): update k8s.io/utils digest to 24370be (#460)
  • 43a08f7 chore(deps): update module github.com/goreleaser/goreleaser/v2 to v2.5.0 (#464)

v0.6.14

14 Dec 18:31
7080c23
Compare
Choose a tag to compare

Implements

  • Show aggregated stats in web UI #459

Changelog

  • 1ec2270 Delete .github/dependabot.yml
  • 7080c23 Show aggregated stats in web UI (#459)
  • e0f8971 Sync DNS settings before filters (#418)
  • e88c0cd Update README.md (#427)
  • 2710ead Updated README.md (#440)
  • 2a5465d build(deps): bump dcarbone/install-jq-action from 2 to 3 (#441)
  • 5c66900 build(deps): bump github.com/go-resty/resty/v2 from 2.16.0 to 2.16.2 (#448)
  • 5d1ee9b build(deps): bump github.com/onsi/ginkgo/v2 in the onsi group (#447)
  • 7372d49 build(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0 (#457)
  • 84efc78 chore(deps): update dcarbone/install-jq-action action to v3 (#442)
  • 095af71 chore(deps): update dependency adguardteam/adguardhome to v0.107.53 (#415)
  • 7b17934 chore(deps): update dependency adguardteam/adguardhome to v0.107.54 (#432)
  • bb073eb chore(deps): update dependency adguardteam/adguardhome to v0.107.55 (#455)
  • dcffdbd chore(deps): update golang.org/x/exp digest to 1829a12 (#453)
  • f1d53f5 chore(deps): update golang.org/x/exp digest to 225e2ab (#417)
  • b2950f0 chore(deps): update golang.org/x/exp digest to 2d47ceb (#434)
  • 9a99139 chore(deps): update golang.org/x/exp digest to 43b7b7c (#451)
  • e83b4d8 chore(deps): update golang.org/x/exp digest to f66d83c (#420)
  • 0bc52ec chore(deps): update k8s to v0.31.2 (#424)
  • 12e5fb6 chore(deps): update k8s to v0.31.3 (#445)
  • e453381 chore(deps): update k8s to v0.31.4 (#454)
  • 1d771d4 chore(deps): update k8s to v0.32.0 (#456)
  • 0d4d18c chore(deps): update module github.com/deepmap/oapi-codegen/v2/cmd/oapi-codegen to v2.4.1 (#414)
  • 839aa42 chore(deps): update module github.com/go-resty/resty/v2 to v2.16.0 (#436)
  • 4ee42d4 chore(deps): update module github.com/golangci/golangci-lint/cmd/golangci-lint to v1.62.0 (#437)
  • 39aa84e chore(deps): update module github.com/golangci/golangci-lint/cmd/golangci-lint to v1.62.2 (#449)
  • 8f71d51 chore(deps): update module github.com/goreleaser/goreleaser/v2 to v2.4.1 (#429)
  • 5a61e56 chore(deps): update module github.com/goreleaser/goreleaser/v2 to v2.4.3 (#430)
  • cc92835 chore(deps): update module github.com/goreleaser/goreleaser/v2 to v2.4.4 (#431)
  • 03d3cf5 chore(deps): update module github.com/goreleaser/goreleaser/v2 to v2.4.8 (#438)
  • 1b122b2 chore(deps): update module github.com/onsi/gomega to v1.35.1 (#428)
  • a3cdb66 chore(deps): update module github.com/onsi/gomega to v1.36.0 (#444)
  • abcc2e4 chore(deps): update module github.com/onsi/gomega to v1.36.1 (#452)
  • be1909a chore(deps): update module github.com/prometheus/client_golang to v1.20.5 (#421)
  • 36d6c37 chore(deps): update module go.uber.org/mock to v0.5.0 (#422)
  • 8fd793f chore(deps): update module go.uber.org/mock/mockgen to v0.5.0 (#423)
  • f8750ef chore(deps): update module golang.org/x/mod to v0.22.0 (#433)
  • 3ceb188 chore(deps): update onsi (#425)
  • d507659 delete Taskfile.yml
  • 4b4e6b1 ignore more errors (#416)
  • b39b3f3 print ignored error count (#419)
  • e4e9f05 track AdGuardHome with renovate
  • 638b9b9 upgrade toolbox

v0.6.13

28 Sep 07:07
33350c1
Compare
Choose a tag to compare

Implements

  • Option to not change the theme #403

Changelog

  • e00d9a6 #403 add feature to disable theme sync (#411)
  • 4d2c636 Upgrade to Go 1.23 (#413)
  • 871d558 chore(deps): update golang.org/x/exp digest to 0cdaa3a (#388)
  • 6206402 chore(deps): update golang.org/x/exp digest to 701f63a (#404)
  • 0134840 chore(deps): update golang.org/x/exp digest to 778ce7b (#395)
  • 084eeba chore(deps): update golang.org/x/exp digest to 9b4947d (#396)
  • e6fb75f chore(deps): update golang.org/x/exp digest to e7e105d (#400)
  • ad52f32 chore(deps): update module github.com/caarlos0/env/v11 to v11.2.2 (#380)
  • bea8ec2 chore(deps): update module github.com/go-resty/resty/v2 to v2.14.0 (#384)
  • 7b5b876 chore(deps): update module github.com/go-resty/resty/v2 to v2.15.0 (#406)
  • 8c0b6ee chore(deps): update module github.com/go-resty/resty/v2 to v2.15.1 (#408)
  • d2e573b chore(deps): update module github.com/go-resty/resty/v2 to v2.15.2 (#409)
  • f62b6f9 chore(deps): update module github.com/go-resty/resty/v2 to v2.15.3 (#412)
  • 1125837 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.19.1 (#378)
  • 881e00e chore(deps): update module github.com/onsi/ginkgo/v2 to v2.20.0 (#386)
  • 05335aa chore(deps): update module github.com/onsi/ginkgo/v2 to v2.20.1 (#394)
  • 34f9a13 chore(deps): update module github.com/onsi/gomega to v1.34.0 (#376)
  • 851f5fa chore(deps): update module github.com/onsi/gomega to v1.34.1 (#379)
  • 5a07fea chore(deps): update module github.com/prometheus/client_golang to v1.20.0 (#392)
  • fb38741 chore(deps): update module github.com/prometheus/client_golang to v1.20.1 (#393)
  • 8278ecb chore(deps): update module github.com/prometheus/client_golang to v1.20.2 (#397)
  • d2d58f9 chore(deps): update module github.com/prometheus/client_golang to v1.20.3 (#402)
  • b9c7b1f chore(deps): update module github.com/prometheus/client_golang to v1.20.4 (#407)
  • 29963b9 chore(deps): update module golang.org/x/mod to v0.20.0 (#385)
  • b24dc91 chore(deps): update module golang.org/x/mod to v0.21.0 (#401)
  • e555c28 chore(deps): update module k8s.io/apimachinery to v0.31.0 (#390)
  • 848fb50 chore(deps): update module k8s.io/apimachinery to v0.31.1 (#405)
  • 5db091d chore(deps): update onsi (#399)
  • 665b27c cleanup dependencies
  • 1bbb882 cleanup renovate config
  • 3b31049 correct cron description and add video section to Readme #398
  • 6e86e8e correct renovate config regex
  • 33350c1 go mod tidy
  • 9895d6d update makefile dependencies
  • 7cb4c87 update renovate config

v0.6.12

24 Jul 09:33
1432ab4
Compare
Choose a tag to compare

Fixes

  • Container error code 139 then restarts #372

Changelog

  • cd2295e Add renovate.json (#367)
  • 8f3a8e3 Build image for linux/arm/v8 #372 (#374)
  • 1432ab4 Build more archs (#375)
  • 3b58e8c Bump docker/build-push-action from 5 to 6 (#362)
  • ded4a22 Bump github.com/onsi/ginkgo/v2 from 2.17.3 to 2.19.0 in the onsi group (#350)
  • 5f7e6e6 Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#358)
  • 3b6da33 Bump golang.org/x/mod from 0.17.0 to 0.18.0 (#353)
  • c32ed90 Bump golang.org/x/mod from 0.18.0 to 0.19.0 (#363)
  • 14e84b2 Bump k8s.io/apimachinery from 0.30.1 to 0.30.2 in the k8s group (#357)
  • 6fa534d Replace goreleaser action with make
  • 1350364 allow e2e test bin files in .gitognore
  • 94677c7 chore(deps): update golang.org/x/exp digest to 8a7402a (#368)
  • a50639a chore(deps): update module github.com/caarlos0/env/v10 to v11 (#371)
  • c4b1a70 chore(deps): update module k8s.io/apimachinery to v0.30.3 (#369)
  • 99d1914 correct deprecated lint flag
  • 562576b correct docker compose example #356
  • 5329625 correct docker compose example #356
  • 87d5903 extend bug issue template with os info (#373)
  • 9af8c00 fix e2e test for newes agh version (#364)
  • ab05899 only return 200 for clear log requests
  • 3625395 print e2e logs (#365)
  • 944bb42 update schema base version
  • 0af476a update tools

v0.6.11

25 May 06:17
3226690
Compare
Choose a tag to compare

Implements

  • Clear logs button would be helpfull #348

Changelog

  • 760cc01 Bump github.com/gin-gonic/gin from 1.9.1 to 1.10.0 (#344)
  • 65747a7 Bump github.com/go-resty/resty/v2 from 2.12.0 to 2.13.1 (#345)
  • 11ab448 Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 in the onsi group (#342)
  • 6a2237b Bump github.com/onsi/gomega from 1.33.0 to 1.33.1 in the onsi group (#341)
  • c394a05 Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 (#343)
  • ca9ddc4 Bump golangci/golangci-lint-action from 5 to 6 (#346)
  • 96b7890 Bump k8s.io/apimachinery from 0.30.0 to 0.30.1 in the k8s group (#347)
  • 3226690 add clear log button (#349)
  • 4d23549 update tools

v0.6.10

03 May 18:47
4afccfa
Compare
Choose a tag to compare

Fixes

  • Single modification on origin is constantly synced to replica #338

Changelog

  • 3001932 Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 in the onsi group (#335)
  • 498dcb8 Bump github.com/onsi/gomega from 1.32.0 to 1.33.0 in the onsi group (#334)
  • 5564239 Bump golang.org/x/net from 0.22.0 to 0.23.0 (#332)
  • fc8eeea Bump golangci/golangci-lint-action from 4 to 5 (#336)
  • 9a32a1d Update README.md
  • e091914 fix deepcopygen
  • 4afccfa handle empty client blockes service schedule in equals check (#339)
  • 1120188 remove tools.go
  • 7b58466 skip sanitize

v0.6.9

08 Apr 16:49
5319c5f
Compare
Choose a tag to compare

Implements

  • SSL for Web UI #327

Changelog