Skip to content

Releases: bakito/adguardhome-sync

v0.4.10

18 Nov 17:51
30706e5
Compare
Choose a tag to compare

Changelog

  • 30706e5 #124 don't upx windows binaries as they make trouble with virus scanners
  • 5957bd0 Bump github.com/onsi/gomega from 1.24.0 to 1.24.1 (#123)

v0.4.9

07 Nov 22:36
425dfc5
Compare
Choose a tag to compare

Fixes

  • AdGuardHome replica version used in Home Assistant is not detected by AdGuardHomeSync #121

Changelog

v0.4.8

04 Oct 17:59
ff104f5
Compare
Choose a tag to compare

Important:

version v0.107.14 of adguardhome is not compatible as replica, please upgrade to v0.107.15

Fixes

  • AGH v0.107.14 Breaking API Changes #99

Changelog

  • ec3b5d7 Bump github.com/onsi/ginkgo/v2 from 2.1.6 to 2.2.0 (#98)
  • ff104f5 Fix API change and block inconsistent version v0.107.14 (#100)

v0.4.7

14 Sep 17:59
389cf12
Compare
Choose a tag to compare

Changelog

  • 39e81fb Bump github.com/spf13/viper from 1.12.0 to 1.13.0 (#96)
  • 389cf12 improved error feedback #97

v0.4.6

07 Sep 20:15
8818c58
Compare
Choose a tag to compare

Changelog

  • c129df4 Bump github.com/onsi/gomega from 1.20.0 to 1.20.1 (#91)
  • f289113 Bump github.com/onsi/gomega from 1.20.1 to 1.20.2 (#93)
  • e9aa9d7 Bump go.uber.org/zap from 1.21.0 to 1.22.0 (#89)
  • b93cbda Bump go.uber.org/zap from 1.22.0 to 1.23.0 (#92)
  • f551378 Delete custom.md
  • 8818c58 do delete first before add - fixes #95
  • 5a764f7 log next cron execution
  • 113070b replace deprecated ioutils

v0.4.5

12 Aug 07:22
e66f4e5
Compare
Choose a tag to compare

Changelog

v0.4.4

23 Jul 09:07
dddd5b2
Compare
Choose a tag to compare

Changelog

  • bbb885e #63 add cache_optimistic flag
  • c8800b9 Add run command for docker-compose example (#71)
  • e71add0 Bump github.com/gin-gonic/gin from 1.7.7 to 1.8.0 (#75)
  • 1119c96 Bump github.com/gin-gonic/gin from 1.8.0 to 1.8.1 (#79)
  • 7a946b2 Bump github.com/onsi/ginkgo/v2 from 2.1.2 to 2.1.3 (#62)
  • 339ea56 Bump github.com/onsi/ginkgo/v2 from 2.1.3 to 2.1.4 (#70)
  • 25966fb Bump github.com/onsi/gomega from 1.18.1 to 1.19.0 (#67)
  • 0dc24ef Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (#81)
  • a4095d6 Bump github.com/spf13/viper from 1.11.0 to 1.12.0 (#74)
  • 8c7bd73 Change docker-compose example (#83)
  • 5038326 alow defining replica dhcp interface name - fixes #66
  • 488d2ac build alpine image - fixes #65
  • dddd5b2 evaluate equality on clone - do not sort original - fixes #84
  • 467c7dd fix dependencies
  • 76f6097 go 1.18
  • 809d7b2 log version of instance if status could be fetched
  • ff8e2d6 set header read timeout
  • 71ff6dc use matrix to build different images

v0.4.3

14 Feb 17:43
08f8a99
Compare
Choose a tag to compare

Changelog

2703cad Bump github.com/onsi/ginkgo/v2 from 2.1.1 to 2.1.2 (#61)
79bea82 Bump go.uber.org/zap from 1.20.0 to 1.21.0 (#60)
ec458fd add makefile targets
93e7353 add option to change redirect policy #59
08f8a99 extract to constant - fixes #59

v0.4.2

31 Jan 07:10
bf940aa
Compare
Choose a tag to compare

Changelog

6bb795d dependency updates
bf940aa fix: update invalid logs when DNS feature disabled (#58)
afde0d7 support ui dark mode
d6d810f use ghcr image in readme

v0.4.1

24 Jan 16:04
7cc6ba7
Compare
Choose a tag to compare

Changelog

b85b927 Bump github.com/onsi/ginkgo/v2 from 2.0.0 to 2.1.0 (#52)
0fdb80b Bump github.com/onsi/gomega from 1.17.0 to 1.18.0 (#53)
90d1d6b Bump go.uber.org/zap from 1.19.1 to 1.20.0 (#50)
5d85896 Bump golang.org/x/mod from 0.5.0 to 0.5.1 (#51)
a4dbc6d Merge branch 'main' of github.com:bakito/adguardhome-sync
7cc6ba7 add root ca's to image - fixes #55
250a349 replace go get with go install, fixes #54
0711dd7 use COPY instead of ADD