Skip to content

Releases: sapslaj/zonepop

v0.8.2

21 Aug 21:48
e57afc9

Choose a tag to compare

Changelog

v0.8.1

12 Aug 22:45
2893d28

Choose a tag to compare

Changelog

  • 2fc9e5a chore(deps): bump github.com/go-viper/mapstructure/v2
  • 2893d28 fix: disable keepalives and connection pooling

v0.8.0

23 May 02:15
7d4786e

Choose a tag to compare

Changelog

  • 7d4786e 0.8.0
  • 7a36b7f add RFC1035-correct domain name form
  • d194853 chore: oops left some debugging prints in
  • ae567c1 feat: "file" provider
  • e347a13 feat: "http" provider
  • c14a4f5 feat: add Lua "http" module
  • 6c2475b feat: add gluamapper struct tags to endpoint.Endpoint
  • 0c4e6c3 feat: add marshalling to gluamapper
  • a27975e feat: default add "source" source property to all endpoints
  • b0c284b feat: passthrough provider and file config structs to Go template
  • 46b870a feat: rDNS computation functions
  • 544411f fix: add test for TabulateParse and fix
  • 80f6707 fix: cleanup zone wasn't working correctly due to me not knowing how to code
  • 436b07e fix: connection reuse is ok but client reuse is not
  • 56098db fix: set default "Content-Type" header if body is JSON
  • 7d36428 lint: "modernize" loop
  • 98df678 refactor: fork gluamapper
  • e1e9207 refactor: move rDNS stuff to dedicated package

v0.7.3

29 Apr 07:24
1473dd4

Choose a tag to compare

Changelog

  • 1473dd4 0.7.3
  • 661c81a Bump golang.org/x/crypto from 0.17.0 to 0.31.0
  • 2d82c78 Bump golang.org/x/crypto from 0.31.0 to 0.35.0
  • acaaf04 chore: go mod tidy
  • 503cc0b ci: remove golangci-lint
  • adeed46 fix: actually return if no cleanup changes are needed
  • 0d06b17 fix: dedup Route53 forward resource records

v0.7.2

24 Nov 20:14
47d1f44

Choose a tag to compare

Changelog

  • 47d1f44 0.7.2
  • d8ece7f ci: update action versions
  • c9b97b7 fix: make sure DNSSafeName trims leading and trailing "."
  • cc97467 fix: support newer VyOS versions

v0.7.1

10 Aug 17:05
22848e3

Choose a tag to compare

Changelog

  • bf3ed5a 0.7.1
  • 6358c95 fix issue where duplicate reverse IPv6 addresses had different hostnames sometimes
  • 22848e3 update goreleaser CI workflow

v0.7.0

18 May 05:51
de5bf7f

Choose a tag to compare

Changelog

v0.6.3

04 Feb 21:21
4a78157

Choose a tag to compare

Changelog

v0.6.2

15 Jan 05:54

Choose a tag to compare

Changelog

  • 70ec02e 0.6.2
  • dcb8559 add record suffix to hosts_file
  • 0721f59 fix cleanup updating 0 records and causing error logs

v0.6.1

15 Jan 05:32

Choose a tag to compare

Changelog

  • eb9f748 0.6.1
  • 4a67e88 add hosts file provider
  • e6c3264 fix custom source not converting endpoints tables to structs correctly
  • 4b396c6 more tests for endpoint/Lua functions