Releases: cloudfoundry/bosh-dns-release
Releases · cloudfoundry/bosh-dns-release
v1.28.0
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
v1.26.0
v1.25.0
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
v1.23.0
v1.22.0
v1.21.0
v1.20.0
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)