Skip to content

Commit d2b3646

Browse files
committed
Release 2.1.0
1 parent 4f39a0f commit d2b3646

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## Release 2.1.0
4+
5+
#### Fixed
6+
- Fix missing `mark`/`type-of-service` in `routing-policy` across all device templates
7+
- Fix trailing space in `tunnels.pp` checksums enum
8+
- Fix incomplete `wakeonwlan` enum in `wifis.pp`
9+
- Fix `learn-packet-interval` type in `bonds.pp` (accept both Integer and Float)
10+
11+
#### Added
12+
- Add spec tests for all device defines and the main class
13+
- Add GitHub Actions CI workflow for validation and unit tests
14+
15+
#### Changed
16+
- Extract shared EPP template partials to reduce duplication across device templates
17+
- Drop Puppet 7 from CI (EOL since Nov 2023)
18+
- Update PDK templates
19+
320
## Release 2.0.0
421

522
#### Added

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zehweh-netplan",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"author": "zehweh",
55
"summary": "Manages and applies netplan configuration",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)