Skip to content

Commit cd45749

Browse files
committed
bump version to 2.2.0
1 parent 2a30d93 commit cd45749

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11

22
#### [Current]
3+
* [2a30d93](../../commit/2a30d93) - __(Joshua Hoblitt)__ update jhoblitt email address
4+
* [e92236f](../../commit/e92236f) - __(Joshua Hoblitt)__ update copyright year (2017)
5+
* [7f57d80](../../commit/7f57d80) - __(Joshua Hoblitt)__ Merge pull request [#24](../../issues/24) from jhoblitt/plumbing/update
6+
7+
update build/test plumbing
8+
* [e22d9ad](../../commit/e22d9ad) - __(Joshua Hoblitt)__ add beaker:centos-7-docker to travis matrix
9+
* [408f695](../../commit/408f695) - __(Joshua Hoblitt)__ update beaker plumbing
10+
* [b3b2725](../../commit/b3b2725) - __(Joshua Hoblitt)__ add dockeer based beaker nodesets
11+
* [84334e8](../../commit/84334e8) - __(Joshua Hoblitt)__ remove vagrant based beaker nodesets
12+
* [d582c95](../../commit/d582c95) - __(Joshua Hoblitt)__ update gem set
13+
* [c1cc3ae](../../commit/c1cc3ae) - __(Joshua Hoblitt)__ Merge pull request [#22](../../issues/22) from nexecook/default_action
14+
15+
explictly use the change action for udevadm trigger
16+
* [5f7b5ab](../../commit/5f7b5ab) - __(Eric Cook)__ remove ruby < 2.0 testing
17+
* [2f5addf](../../commit/2f5addf) - __(Eric Cook)__ explictly use the change action for udevadm trigger centos 6 defaults to --action=add https://lists.ubuntu.com/archives/ubuntu-devel/2009-January/027260.html https://bugzilla.redhat.com/show_bug.cgi?id=570355
18+
* [4abfdeb](../../commit/4abfdeb) - __(Joshua Hoblitt)__ Merge pull request [#16](../../issues/16) from noodle10000/master
19+
20+
Fix params.pp where Fedora release version is checked
21+
* [1dedeb2](../../commit/1dedeb2) - __(Craig Smith)__ typo, need to quote the string to compare $::operatingsystemmajrelease to
22+
* [675434c](../../commit/675434c) - __(Craig Smith)__ use versioncmp to compare fedora release (in puppet v4 $::operatingsystemmajrelease is treated strictly as a string)
23+
* [e834722](../../commit/e834722) - __(Joshua Hoblitt)__ Merge pull request [#13](../../issues/13) from ajmaidak/4xparser
24+
25+
operatingsystemmajrelease fact is a string
26+
* [8d595c7](../../commit/8d595c7) - __(Alexander J. Maidak)__ Cleanup tests for int->string conversion on facts
27+
28+
4x does not magically convert between ints and strings
29+
for facts.
30+
31+
* [6c13c64](../../commit/6c13c64) - __(Alexander J. Maidak)__ operatingsystemmajrelease fact is a string
32+
33+
Fix params.pp for 4x parser. The puppet 4x parser is type sensitive,
34+
strings are not magically converted to ints and vice-versa. The
35+
operatingsystemmajrelease fact is returned by facter as a string:
36+
https://tickets.puppetlabs.com/browse/FACT-962
37+
38+
* [dd9141f](../../commit/dd9141f) - __(Joshua Hoblitt)__ Merge pull request [#12](../../issues/12) from jhoblitt/feature/v2.1.0
39+
40+
bump version to v2.1.0
41+
* [82a8239](../../commit/82a8239) - __(Joshua Hoblitt)__ bump version to v2.1.0
342
* [42e0b46](../../commit/42e0b46) - __(Joshua Hoblitt)__ additional puppet 4 compatibility
443
* [4670766](../../commit/4670766) - __(Joshua Hoblitt)__ add official support for el7.x
544
* [178bafa](../../commit/178bafa) - __(Joshua Hoblitt)__ fix whitespace issues

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jhoblitt-udev",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"author": "Joshua Hoblitt <josh@hoblitt.com>",
55
"summary": "Manages the udev package and device rules",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)