Skip to content

Commit 9ab4ddf

Browse files
authored
Merge pull request #12 from jps-help/release-prep
Release prep v2.0.0
2 parents 1c54fa2 + 8b12e2a commit 9ab4ddf

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## Release 2.0.0
6+
### Breaking
7+
- Restrict `netplan::config` `priority` integers to positive values only - [#11](https://github.com/jps-help/puppet-netplan/pull/11)
8+
9+
### Added
10+
- Add a header to generated netplan YAML files - [#11](https://github.com/jps-help/puppet-netplan/pull/11)
11+
- Improve documentation with additional examples - [#11](https://github.com/jps-help/puppet-netplan/pull/11)
12+
13+
### Changed
14+
- Allow string values for `netplan::config` `priority` parameter - [#11](https://github.com/jps-help/puppet-netplan/pull/11)
15+
516
## Release 1.0.0
617
### Added
718
- Add `purge_ignore` parameter for fine-grained control over purging un-managed configs

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jmckenzie-netplan",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"author": "James McKenzie",
55
"summary": "Manage netplan via Puppet",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)