Skip to content

Releases: cloudfoundry/bosh-dns-release

v1.36.0

25 Jan 14:30
Compare
Choose a tag to compare

What's Changed

  • Remove custom docker images from repo by @nouseforaname in #90
  • Fix internal upcheck bug where instance groups with underscore in names would cause bosh-dns to fail on bootup

New Contributors

Full Changelog: v1.35.1...v1.36.0

v1.35.1

17 Jan 21:56
Compare
Choose a tag to compare

What's Changed

  • Bumped Go dependencies

Full Changelog: v1.35.0...v1.35.1

v1.35.0

13 Jan 00:43
Compare
Choose a tag to compare

Fixed CVEs:

  • CVE-2022-32149: golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags

v1.34.1

05 Jan 17:18
Compare
Choose a tag to compare

What's Changed

Fixed CVEs:

  • CVE-2022-32149: golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags

New Contributors

Full Changelog: v1.34.0...v1.34.1

v1.34.0

06 Oct 22:01
Compare
Choose a tag to compare
Final release 1.34.0 tagged via concourse

v1.33.0

03 Aug 17:49
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Updates

  • Bumped dependencies (Golang 1.16 vendored libraries)

v1.29.0

14 May 18:32
Compare
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.