Skip to content

Latest commit

 

History

History
215 lines (177 loc) · 20.4 KB

CHANGELOG.md

File metadata and controls

215 lines (177 loc) · 20.4 KB

Change Log

2.1.0 (2017-01-26)

Full Changelog

Closed issues:

  • Function Call, validate_re(): input needs to be a String, not a NilClass at modules/dns/manifests/server/default.pp:29:3 #190
  • Getting puppet evaluation error about $enable_zone_write #184
  • dns::server::defaults class fails with puppetlabs-stdlib 4.10.0 #181
  • Setup Travis CI Releases to Forge #177
  • TXT record types should properly format the data value #170
  • Tags and Forge releases for 2.0.1 and 2.0.2 #167
  • How to handle class B nets #166
  • Any thoughts on pointing cfg_dir to different directory? #163
  • cut releases more frequently. :) #157
  • Support for Views #156
  • statistics-channel option broken #148
  • named.conf not including options #101
  • doesnt work with dynamic dns #54

Merged pull requests:

  • Remove Ruby 1.8 from the build matrix #194 (solarkennedy)
  • fixing path issue which prevents working when path is not /etc/bind #193 (ppouliot)
  • 2nd chance: feat query_log - optional parameter query_log_enable to enable query log #192 (eumel8)
  • Add support for stub zones #191 (jjthiessen)
  • Make data_dir configurable in defined resource types. #189 (n00by)
  • Fix template formatting for #188 (n00by)
  • Fix statistics-channels location outside named.conf.options, add supp… #187 (kwisatz)
  • feat re-implement serial number in dns zone as optional parameter #186 (eumel8)
  • Ensure validate\_re calls are wrapped in if checks to avoid passing undef #182 (jearls)
  • Ignore /*.lock files #175 (sspreitzer)
  • Make lint happy: change variables class_[ABC]_* to class_[abc]_* #174 (jearls)
  • Fix typos in dns::collector and dns::zone #173 (jearls)
  • Allow dynamic dns, fixes #54 #172 (sspreitzer)
  • issue #170: Produce proper DNS quoted strings for TXT and SPF records #171 (jearls)
  • Correct indentation of template. #169 (MemberIT)
  • Bugfix/template named options #168 (MemberIT)
  • feature TSIG configuration #129 (eumel8)

v2.0.2 (2016-05-24)

Full Changelog

Closed issues:

  • Is dependency on electrical-file_concat still required? #160
  • seemingly random order within the zonefile #154
  • Concat dependency causing builds to fail #142
  • Version update #141

Merged pull requests:

v2.0.0 (2015-12-03)

Full Changelog

Closed issues:

  • Outdated dependencies make this module incompatible with other modules. #120
  • Fatal Regression in #112- bad config means bind will not start. #115
  • Adding record to multiple zones or all zones? #105
  • Large Number of Records? #104
  • Tag New Release #97
  • SOA has additional "." #93
  • Error finding a dependency. #78
  • Allow "type forward" without file-statement #64
  • 'dnssec-validation auto' not supported in Debian Squeeze (Bind 9.7.3) #52

Merged pull requests:

  • Test NS records, provide example for README #140 (roderickm)
  • Properly escape the { and } in the listen-on-v6 regexp check. #139 (jearls)
  • fix variable access preference with @preference #136 (timogoebel)
  • fixes for puppet future parser support #135 (timogoebel)
  • Make "listen-on-v6" a configurable option #134 (djm256)
  • Allow the dns::zone::slave_masters parameter to be an array #133 (jearls)
  • params.pp: excluded dnssec-tools from $necessary_package for debian 8 #131 (Gril258)
  • Added support to modify service startup #130 (Cicco0)
  • add updated Gemfile.lock #128 (jearls)
  • Added initial acceptance test framework #126 (solarkennedy)
  • Fix the directory option in named.conf.options #125 (darkfoxprime)
  • Make dnssec validation a configurable option. #124 (darkfoxprime)
  • fix zone template's @allow_transfer check #123 (darkfoxprime)
  • Correct path for named.conf.options in tests/init.pp #122 (darkfoxprime)
  • Remove invalid reference to dns::server::options::forwarder #121 (darkfoxprime)
  • Named.options fix #119 (tedivm)
  • Fixes #93 - Avoid the extra dot in the soa #117 (oloc)
  • Updated concat module version #116 (tedivm)
  • Fix comment syntax in named.conf template #114 (jaxim)
  • Add param to manage packages #113 (jaxim)
  • issue 101: take control of named.conf. #112 (jearls)
  • Add notify to server options & also_notify to server and zone options. #110 (jearls)
  • Remove dnssec-tools from RedHat package list. #108 (jearls)
  • Added file_concat as a dependent module #103 (solarkennedy)
  • Use resource names instead of hosts for the aliases of dns record types. With spec test file. #100 (jearls)
  • zone files should only be created or modified for master zones #99 (jearls)
  • spec tests: fix invalid range in regexp #98 (jearls)
  • Fixed a bug where key did not work on redhat due to incorrect pkg name #87 (fhaynes)
  • Bind stats #77 (gcmalloc)

v1.2.0 (2015-04-10)

Full Changelog

Closed issues:

  • Custom NS not supported- can't properly handle domain forwarding #95
  • Error: Could not set 'present' on ensure: No such file or directory - /etc/bind/named.conf.options20150404-12319-h6cff6.lock #94
  • dnssec-tools not available in centos 7 epel #83
  • Invalid relationship errors with concat #81
  • Dependency required for repository "epel" on CentOS #79
  • New Release 1.1.0 #75

Merged pull requests:

  • Added NS record type #96 (tedivm)
  • Added in feature allowing for global allow-transfer #90 (fhaynes)
  • Fixed a bug where the secret line was not ending a ; #89 (fhaynes)
  • Fixed a bug where the key was being written with }: and not }; #88 (fhaynes)
  • fixed params.pp for rhel 7 and added fixes for concat issues #84 (ITBlogger)
  • Added a description to make RHEL/CentOS users aware that EPEL is required. #82 (robertdebock)
  • Test check_names_response with wrong string #76 (roderickm)

v1.1.0 (2015-02-03)

Full Changelog

Closed issues:

  • Version 2.0.0 #38

Merged pull requests:

v1.0.0 (2014-10-19)

Full Changelog

Closed issues:

  • Error 400 on SERVER: Duplicate declaration: Dns::Record::A[server1] is already declared #44
  • Change zone-serial only on record updates (this a solution) #24
  • Possibility to set forwarders #22
  • Provide a feature to set the /etc/bind/named.conf.options file #21
  • module not found when installing from the forge using puppet module install #15

Merged pull requests:

v0.1.4 (2013-02-12)

Full Changelog

v0.1.3 (2013-01-14)

Closed issues:

  • Named.conf Updates #13
  • Building PTR Records Fails With Same Resource Defined In Seperate Zones #12
  • Zone regenerates w/ every Puppet run #3

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator