Skip to content

Releases: cloudfoundry/bosh-dns-release

v1.28.0

02 Feb 23:50
Compare
Choose a tag to compare

Updates

  • Updates version of Go used to build the bosh-dns release to 1.15
  • Bumped vendored dependencies

Breaking changes

  • the Go.15 change does mean that SANs need to be on Bosh dns certs. A missing SAN will cause an error and attempts to determine link healthiness will not return successfully. The default smart strategy for link resolution will return all results if none are perceived healthy which limits the impact somewhat.

v1.27.0

06 Nov 22:48
Compare
Choose a tag to compare

Features

  • reverse ip lookup will return aliases where the alias matches the FQDN #73

Updates

  • Bumped vendored dependencies

v1.26.0

28 Oct 15:47
Compare
Choose a tag to compare

Features

  • Ctl scripts now output logs in a human readable format
  • Windows post-start uptime check is now configurable. It defaults to 1 minute #71

Updates

  • bumped vendored dependencies

v1.25.0

15 Oct 19:49
Compare
Choose a tag to compare

Features

  • Logging format now defaults to human readable timestamps 549e09e
  • Metrics updates for return codes and adds support for internal and external request counting 47aae5e 1771eb2

Updates

Bump dependencies

Known Issues

  • If the nameserver and domain supports DNSSEC and the dns cache is on, the first call will fail. Subsequent calls to the cache will succeed. Underlying core-dns issue

v1.24.0

10 Aug 19:15
Compare
Choose a tag to compare

Feature

  • Added retry logic to Windows startup script #64

Updates

  • Bump dependencies (Golang, vendored libraries)

v1.23.0

15 Jul 18:26
Compare
Choose a tag to compare

🔗 Feature

  • Adds an address field for the metrics server to allow external scraping #62 Thanks @tlwr

🔗 Updates

v1.22.0

17 Jun 21:35
5558aa3
Compare
Choose a tag to compare

🔗 feature

  • Add an optional upcheck validation for internal domains, thanks @beyhan #59

🔗 dependency bumps

  • Bump dependencies (Golang, vendored libraries)

v1.21.0

24 Apr 15:24
Compare
Choose a tag to compare

Feature

  • coredns metrics integration (thanks @beyhan and @s4heid)
    • enable with metrics.enabled (default false)
    • listens on metrics.port (default 53088) on 127.0.0.1

Updates

  • Bump dependencies (Golang, vendored libraries)

v1.20.0

20 Mar 02:07
Compare
Choose a tag to compare

Fixes

  • bosh-dns may stop resolving internal domains until process manually restarted (#55)
  • post-start script waits for bosh-dns and bosh-dns-resolvconf to be ready
  • race condition on startup where queries for internal domains may be forwarded to recursor

Updates

  • Bump dependencies (Golang, vendored libraries)

v1.19.0

05 Mar 21:23
Compare
Choose a tag to compare

Known issue

  • bosh-dns may stop resolving internal domains until process manually restarted (#55) (fixed in v1.20.0)

Features/Updates

  • Bump dependencies (vendored libraries)

Fixes

  • bosh-dns fails to bind to 127.0.0.1 on windows: #171637356