Skip to content

Commit a3a45b6

Browse files
committed
bump version to v2.0.0
1 parent 75a7d2f commit a3a45b6

File tree

2 files changed

+103
-7
lines changed

2 files changed

+103
-7
lines changed

CHANGELOG.md

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

22
#### [Current]
3+
* [75a7d2f](../../commit/75a7d2f) - __(Joshua Hoblitt)__ add Puppet Version Compatibility subsection to README
4+
* [8c37d19](../../commit/8c37d19) - __(Joshua Hoblitt)__ update README boilerplate
5+
* [141af06](../../commit/141af06) - __(Joshua Hoblitt)__ fix rspec puppet 4 compatibility
6+
* [eb534db](../../commit/eb534db) - __(Joshua Hoblitt)__ remove default nodset symlink
7+
8+
To resolve this PMT error:
9+
Puppet::ModuleTool::Errors::ModuleToolError: Found symlinks. Symlinks in modules are not allowed, please remove them.
10+
11+
* [422cb4f](../../commit/422cb4f) - __(Joshua Hoblitt)__ add centos 5.11 nodeset
12+
* [db13f26](../../commit/db13f26) - __(Joshua Hoblitt)__ add puppet-blacksmith gem
13+
* [b07fe5d](../../commit/b07fe5d) - __(Joshua Hoblitt)__ add travis_lint rake target
14+
* [7c81d5d](../../commit/7c81d5d) - __(Joshua Hoblitt)__ add debian 7.8 nodeset
15+
* [6c88e12](../../commit/6c88e12) - __(Joshua Hoblitt)__ fix trailing whitespace
16+
* [26635ed](../../commit/26635ed) - __(Joshua Hoblitt)__ update copyright notice year to 2015
17+
* [239cc2e](../../commit/239cc2e) - __(Joshua Hoblitt)__ add ruby 2.2 to travis matrix
18+
* [1adaa87](../../commit/1adaa87) - __(Joshua Hoblitt)__ add :validate to default rake target list
19+
* [3df1503](../../commit/3df1503) - __(Joshua Hoblitt)__ add metadata-json-lint gem
20+
21+
Needed by rake metadata.json validation target.
22+
23+
* [c8317bc](../../commit/c8317bc) - __(Joshua Hoblitt)__ set stdlib requirement to 4.6.0
24+
* [7bf7075](../../commit/7bf7075) - __(Joshua Hoblitt)__ update travis matrix puppet 3.x minimum version to 3.7
25+
* [27a8ec2](../../commit/27a8ec2) - __(Joshua Hoblitt)__ update rspec-puppet gem version to ~> 2.1.0
26+
27+
For compatibility with puppet 4.0.0
28+
29+
* [41db90e](../../commit/41db90e) - __(Joshua Hoblitt)__ add junit/ to .gitiginore
30+
31+
Generated by beaker 5
32+
33+
* [8d0f1d8](../../commit/8d0f1d8) - __(Joshua Hoblitt)__ add puppet 4.0 to travis matrix
34+
* [a818174](../../commit/a818174) - __(Joshua Hoblitt)__ remove puppet 2.7 from travis matrix
35+
36+
4.0.0 has been released; support major release -1
37+
38+
* [308c056](../../commit/308c056) - __(Joshua Hoblitt)__ update beaker nodesets to use current chef/bento boxes
39+
* [46b27e7](../../commit/46b27e7) - __(Joshua Hoblitt)__ add log/ to .gitignore
40+
41+
Generated by beaker during execution.
42+
43+
* [e0c078a](../../commit/e0c078a) - __(Joshua Hoblitt)__ pin rspec on Ruby 1.8.7 (rspec/rspec-core[#1864](../../issues/1864))
44+
* [0e5fc57](../../commit/0e5fc57) - __(Joshua Hoblitt)__ use rspec-puppet 2.0.0 from gems instead of git
45+
* [fa14583](../../commit/fa14583) - __(Joshua Hoblitt)__ add FACTER_GEM_VERSION to Gemfile
46+
* [1eaabfc](../../commit/1eaabfc) - __(Joshua Hoblitt)__ convert Modulefile to metadata.json
47+
* [14f8124](../../commit/14f8124) - __(Joshua Hoblitt)__ update spec_helper_acceptance to use #puppet_module_install
48+
49+
Instead of custom scp logic
50+
51+
* [58e70d6](../../commit/58e70d6) - __(Joshua Hoblitt)__ change nodeset default to centos-65-x64
52+
* [ea9e721](../../commit/ea9e721) - __(Joshua Hoblitt)__ add beaker nodeset for centos 7
53+
* [51eceb9](../../commit/51eceb9) - __(Joshua Hoblitt)__ add beaker support
54+
* [6976838](../../commit/6976838) - __(Joshua Hoblitt)__ enable travis container based builds
55+
* [394d279](../../commit/394d279) - __(Joshua Hoblitt)__ update rspec-puppet to v2.0.0 git tag
56+
* [957f2a8](../../commit/957f2a8) - __(Joshua Hoblitt)__ tidy Gemfile formatting
57+
* [92d3172](../../commit/92d3172) - __(Joshua Hoblitt)__ fail on linter warnings
58+
* [9127e66](../../commit/9127e66) - __(Joshua Hoblitt)__ Merge pull request [#9](../../issues/9) from jhoblitt/feature/future_parser
59+
60+
add future parser to travis matrix
61+
* [cfe424e](../../commit/cfe424e) - __(Joshua Hoblitt)__ add future parser to travis matrix
62+
* [4c3289e](../../commit/4c3289e) - __(Joshua Hoblitt)__ Merge pull request [#8](../../issues/8) from jhoblitt/feature/v1.2.0
63+
64+
bump version to v1.2.0
65+
* [7a65811](../../commit/7a65811) - __(Joshua Hoblitt)__ bump version to v1.2.0
366
* [7ae9cb7](../../commit/7ae9cb7) - __(Joshua Hoblitt)__ Merge pull request [#6](../../issues/6) from oholiab/master
467

568
Case out unused parameters in rules.pp

metadata.json

Lines changed: 40 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,53 @@
11
{
22
"name": "jhoblitt-udev",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"author": "Joshua Hoblitt <jhoblitt@cpan.org>",
55
"summary": "Manages the udev package and device rules",
66
"license": "Apache-2.0",
77
"source": "https://github.com/jhoblitt/puppet-udev.git",
88
"project_page": "https://github.com/jhoblitt/puppet-udev",
99
"issues_url": "https://github.com/jhoblitt/puppet-udev/issues",
1010
"operatingsystem_support": [
11-
{ "operatingsystem": "RedHat", "operatingsystemrelease": [ "5", "6" ] },
12-
{ "operatingsystem": "CentOS", "operatingsystemrelease": [ "5", "6" ] },
13-
{ "operatingsystem": "Scientific", "operatingsystemrelease": [ "5", "6" ] },
14-
{ "operatingsystem": "Debian", "operatingsystemrelease": [ "6", "7" ] },
15-
{ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "12.04", "14.04" ] }
11+
{
12+
"operatingsystem": "RedHat",
13+
"operatingsystemrelease": [
14+
"5",
15+
"6"
16+
]
17+
},
18+
{
19+
"operatingsystem": "CentOS",
20+
"operatingsystemrelease": [
21+
"5",
22+
"6"
23+
]
24+
},
25+
{
26+
"operatingsystem": "Scientific",
27+
"operatingsystemrelease": [
28+
"5",
29+
"6"
30+
]
31+
},
32+
{
33+
"operatingsystem": "Debian",
34+
"operatingsystemrelease": [
35+
"6",
36+
"7"
37+
]
38+
},
39+
{
40+
"operatingsystem": "Ubuntu",
41+
"operatingsystemrelease": [
42+
"12.04",
43+
"14.04"
44+
]
45+
}
1646
],
1747
"dependencies": [
18-
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.6.0 < 5.0.0" }
48+
{
49+
"name": "puppetlabs/stdlib",
50+
"version_requirement": ">= 4.6.0 < 5.0.0"
51+
}
1952
]
2053
}

0 commit comments

Comments
 (0)