Skip to content

Commit b7b4573

Browse files
authored
Merge pull request #308 from bastelfreak/rel600
Release 6.0.0
2 parents c18c2a9 + 08b52e7 commit b7b4573

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
44
Each new release typically also includes the latest modulesync defaults.
55
These should not affect the functionality of the module.
66

7+
## [v6.0.0](https://github.com/voxpupuli/puppet-unbound/tree/v6.0.0) (2022-09-23)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-unbound/compare/v5.1.1...v6.0.0)
10+
11+
**Breaking changes:**
12+
13+
- Require Unbound 1.6.6 or newer [\#287](https://github.com/voxpupuli/puppet-unbound/pull/287) ([b4ldr](https://github.com/b4ldr))
14+
15+
**Implemented enhancements:**
16+
17+
- Introduce unbound\_version parameter [\#307](https://github.com/voxpupuli/puppet-unbound/pull/307) ([bastelfreak](https://github.com/bastelfreak))
18+
19+
**Fixed bugs:**
20+
21+
- unbound.conf: purge trailing whitespace [\#306](https://github.com/voxpupuli/puppet-unbound/pull/306) ([bastelfreak](https://github.com/bastelfreak))
22+
23+
**Closed issues:**
24+
25+
- unbound\_version not set on first run causing unexpected config file setting [\#286](https://github.com/voxpupuli/puppet-unbound/issues/286)
26+
727
## [v5.1.1](https://github.com/voxpupuli/puppet-unbound/tree/v5.1.1) (2022-07-14)
828

929
[Full Changelog](https://github.com/voxpupuli/puppet-unbound/compare/v5.1.0...v5.1.1)

REFERENCE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ The following parameters are available in the `unbound` class:
4646

4747
* [`hints_file`](#hints_file)
4848
* [`hints_file_content`](#hints_file_content)
49+
* [`unbound_version`](#unbound_version)
4950
* [`manage_service`](#manage_service)
5051
* [`verbosity`](#verbosity)
5152
* [`statistics_interval`](#statistics_interval)
@@ -265,6 +266,14 @@ Contents of the root hints file, if it's not remotely fetched.
265266

266267
Default value: ``undef``
267268

269+
##### <a name="unbound_version"></a>`unbound_version`
270+
271+
Data type: `Optional[String[1]]`
272+
273+
the version of the installed unbound instance. defaults to the fact, but you can overwrite it. this reduces the initial puppet runs from two to one
274+
275+
Default value: `$facts['unbound_version']`
276+
268277
##### <a name="manage_service"></a>`manage_service`
269278

270279
Data type: `Boolean`

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-unbound",
3-
"version": "5.1.2-rc0",
3+
"version": "6.0.0",
44
"author": "Vox Pupuli",
55
"summary": "A module to deploy and manage the Unbound caching resolver",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)