Skip to content

Releases: cloudfoundry/bosh-dns-release

v1.33.0

03 Aug 17:49

Choose a tag to compare

What's Changed

  • Update to Golang 1.18.5 and vendored dependencies
  • Reformat go files with goimports by @ctlong in #83
  • Fix: go vet errors by @ctlong in #82
  • Update cf-deployment-concourse-tasks image by @ctlong in #85

New Contributors

Full Changelog: v1.32.0...v1.33.0

v1.32.0

18 Apr 21:29

Choose a tag to compare

  • Update golang to 1.18.1 and vendored dependencies

Full Changelog: v1.31.0...v1.32.0

v1.31.0

14 Feb 20:44

Choose a tag to compare

  • Update golang to 1.17

Full Changelog: v1.30.0...v1.31.0

v1.30.0

30 Nov 16:25

Choose a tag to compare

Updates

  • Bumped dependencies (Golang 1.16 vendored libraries)

v1.29.0

14 May 18:32

Choose a tag to compare

Updates

  • In order to ease the transition from older versions of bosh-dns-release for folks who may not yet have added SANs to their TLS certificates, the GODEBUG environment variable is set to x509ignoreCN=0 in the bosh-dns start script. For some more information about the underlying issue, read this: https://golang.org/doc/go1.15#commonname.
  • DNS queries are now properly considered case-insensitive. This should resolve #22 .
  • Adds a recursor_max_retries configuration option to increase the number of times a query will be presented to a configured recursor. (PR #75 , Issue #74 )
  • Bumps vendored dependencies.

Fixes

  • Documents the metrics.address job property. The most widely useful setting for this property (0.0.0.0), is now explicitly mentioned in the Bosh DNS job spec file.

v1.28.0

02 Feb 23:50

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

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

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

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

Choose a tag to compare

Feature

  • Added retry logic to Windows startup script #64

Updates

  • Bump dependencies (Golang, vendored libraries)