Releases: cloudfoundry/bosh-dns-release
Releases · cloudfoundry/bosh-dns-release
v1.36.0
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
- @nouseforaname made their first contribution in #90
Full Changelog: v1.35.1...v1.36.0
v1.35.1
v1.35.0
Fixed CVEs:
- CVE-2022-32149: golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags
v1.34.1
What's Changed
- Add github action for golangci-lint by @aramprice in #89
Fixed CVEs:
- CVE-2022-32149: golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags
New Contributors
- @aramprice made their first contribution in #89
Full Changelog: v1.34.0...v1.34.1
v1.34.0
v1.33.0
v1.32.0
- Update golang to 1.18.1 and vendored dependencies
Full Changelog: v1.31.0...v1.32.0
v1.31.0
- Update golang to 1.17
Full Changelog: v1.30.0...v1.31.0
v1.30.0
Updates
- Bumped dependencies (Golang 1.16 vendored libraries)
v1.29.0
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, theGODEBUG
environment variable is set tox509ignoreCN=0
in thebosh-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.