Skip to content

bind9/0.2.2

You can find the source of this version on GitHub at cloudfoundry-community/bind9-boshrelease. It was created based on the commit 97267896.

Release Notes

New Features

  • Recursive Resolution - A BIND9 cluster (master + slaves) can now be configured to recursively forward requests for RRs it is not authoritative for, to one or more upstream name servers. By default, this behavior is off. Thanks @geofffranks!
  • Configuration / Zone Checks - Before named is started (either on the master or slave jobs), a full configuration check, including the zone database files on master is performed. If any problems are found (usually bad zone files), the job is terminated and marked as failing, so that the cluster can remain healthy and BOSH will halt the deployment.

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "bind9"
  version: "0.2.2"
  url: "https://bosh.io/d/github.com/cloudfoundry-community/bind9-boshrelease?v=0.2.2"
  sha1: "ab4552b93659c9a2704f4f122b85457afaddcc46"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 ab4552b93659c9a2704f4f122b85457afaddcc46 \
  "https://bosh.io/d/github.com/cloudfoundry-community/bind9-boshrelease?v=0.2.2"

Jobs

Packages