Skip to content

Commit 86eac8f

Browse files
authored
Version 1.4.0 - CHANGELOG.md [citest skip] (#97)
[1.4.0] - 2022-07-26 -------------------- ### New Features - feature - add/remove interfaces by PCI ID FEATURE OVERVIEW * allows users to add by what a device is (vendor:device_type) instead of interface names * interface names that match the wildcard XXXX:XXXX (X = hex) will be converted to interface names. * Multiple matches will result in play being done on multiple devices * Add Network Manager interaction when adding/removing interfaces from zones * Add functions that convert PCI IDs into network interface names Fixes #87 ### Bug Fixes - none ### Other Changes - changelog_to_tag action - support other than "master" for the main branch name, as well (#96) Signed-off-by: Rich Megginson <rmeggins@redhat.com>
1 parent 46e330d commit 86eac8f

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
Changelog
22
=========
33

4+
[1.4.0] - 2022-07-26
5+
--------------------
6+
7+
### New Features
8+
9+
- feature - add/remove interfaces by PCI ID
10+
11+
FEATURE OVERVIEW
12+
13+
* allows users to add by what a device is (vendor:device_type) instead of interface names
14+
15+
* interface names that match the wildcard XXXX:XXXX (X = hex) will be converted to interface names.
16+
17+
* Multiple matches will result in play being done on multiple devices
18+
19+
* Add Network Manager interaction when adding/removing interfaces from zones
20+
21+
* Add functions that convert PCI IDs into network interface names
22+
23+
Fixes #87
24+
25+
### Bug Fixes
26+
27+
- none
28+
29+
### Other Changes
30+
31+
- changelog_to_tag action - support other than "master" for the main branch name, as well (#96)
32+
433
[1.3.0] - 2022-07-20
534
--------------------
635

0 commit comments

Comments
 (0)