Skip to content

Commit 4509da4

Browse files
authored
Merge pull request #232 from bastelfreak/rel090
release 0.9.0
2 parents 69075d2 + 624ff10 commit 4509da4

File tree

2 files changed

+40
-4
lines changed

2 files changed

+40
-4
lines changed

CHANGELOG.md

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
1-
# Change log
1+
# Changelog
22

33
All notable changes to this project will be documented in this file.
44
Each new release typically also includes the latest modulesync defaults.
5-
These should not impact the functionality of the module.
5+
These should not affect the functionality of the module.
6+
7+
## [v0.9.0](https://github.com/voxpupuli/puppet-network/tree/v0.9.0) (2017-11-13)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/v0.8.0...v0.9.0)
10+
11+
**Merged pull requests:**
12+
13+
- Allow Type network\_config to take a Numeric value for the MTU parameter [\#229](https://github.com/voxpupuli/puppet-network/pull/229) ([lukebigum](https://github.com/lukebigum))
14+
- prepare release: 0.8.0 [\#228](https://github.com/voxpupuli/puppet-network/pull/228) ([igalic](https://github.com/igalic))
615

716
## [v0.8.0](https://github.com/voxpupuli/puppet-network/tree/v0.8.0) (2017-07-04)
17+
818
[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/v0.7.0...v0.8.0)
919

1020
**Implemented enhancements:**
@@ -24,20 +34,22 @@ These should not impact the functionality of the module.
2434

2535
- Fix github license detection [\#226](https://github.com/voxpupuli/puppet-network/pull/226) ([alexjfisher](https://github.com/alexjfisher))
2636
- update gem provider for 4.x [\#216](https://github.com/voxpupuli/puppet-network/pull/216) ([igalic](https://github.com/igalic))
37+
- release 0.7.0 [\#211](https://github.com/voxpupuli/puppet-network/pull/211) ([bastelfreak](https://github.com/bastelfreak))
2738

2839
## [v0.7.0](https://github.com/voxpupuli/puppet-network/tree/v0.7.0) (2017-01-12)
40+
2941
[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/v0.6.1...v0.7.0)
3042

3143
**Merged pull requests:**
3244

33-
- release 0.7.0 [\#211](https://github.com/voxpupuli/puppet-network/pull/211) ([bastelfreak](https://github.com/bastelfreak))
3445
- Set min version\_requirement for Puppet + bump deps [\#208](https://github.com/voxpupuli/puppet-network/pull/208) ([juniorsysadmin](https://github.com/juniorsysadmin))
3546
- Fix `mock\_with` in `.sync.yml` [\#202](https://github.com/voxpupuli/puppet-network/pull/202) ([alexjfisher](https://github.com/alexjfisher))
3647
- Use Facter 3 if available for some facts [\#200](https://github.com/voxpupuli/puppet-network/pull/200) ([rski](https://github.com/rski))
3748
- rubocop: fix RSpec/ImplicitExpect [\#196](https://github.com/voxpupuli/puppet-network/pull/196) ([alexjfisher](https://github.com/alexjfisher))
3849
- Add missing badges [\#195](https://github.com/voxpupuli/puppet-network/pull/195) ([dhoppe](https://github.com/dhoppe))
3950

4051
## [v0.6.1](https://github.com/voxpupuli/puppet-network/tree/v0.6.1) (2016-09-27)
52+
4153
[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/v0.6.0...v0.6.1)
4254

4355
**Merged pull requests:**
@@ -46,6 +58,7 @@ These should not impact the functionality of the module.
4658
- Make fact confinement ruby 1.8 compatible [\#187](https://github.com/voxpupuli/puppet-network/pull/187) ([alexjfisher](https://github.com/alexjfisher))
4759

4860
## [v0.6.0](https://github.com/voxpupuli/puppet-network/tree/v0.6.0) (2016-09-16)
61+
4962
[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/v0.5.0...v0.6.0)
5063

5164
**Implemented enhancements:**
@@ -92,6 +105,7 @@ These should not impact the functionality of the module.
92105
- Update README to better reflect the current module state [\#150](https://github.com/voxpupuli/puppet-network/pull/150) ([rski](https://github.com/rski))
93106

94107
## [v0.5.0](https://github.com/voxpupuli/puppet-network/tree/v0.5.0) (2016-03-14)
108+
95109
[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.4.2...v0.5.0)
96110

97111
**Closed issues:**
@@ -125,6 +139,7 @@ These should not impact the functionality of the module.
125139
- Release version 0.5.x in the puppet-community namespace [\#106](https://github.com/voxpupuli/puppet-network/pull/106) ([ffrank](https://github.com/ffrank))
126140

127141
## [0.4.2](https://github.com/voxpupuli/puppet-network/tree/0.4.2) (2015-06-18)
142+
128143
[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.4.1...0.4.2)
129144

130145
**Closed issues:**
@@ -170,6 +185,7 @@ These should not impact the functionality of the module.
170185
- Fix for issue \#43 [\#52](https://github.com/voxpupuli/puppet-network/pull/52) ([wolfspyre](https://github.com/wolfspyre))
171186

172187
## [0.4.1](https://github.com/voxpupuli/puppet-network/tree/0.4.1) (2013-08-18)
188+
173189
[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.5.0-rc1...0.4.1)
174190

175191
**Closed issues:**
@@ -189,6 +205,7 @@ These should not impact the functionality of the module.
189205
- Fix file expansion problem with PE. [\#40](https://github.com/voxpupuli/puppet-network/pull/40) ([nanliu](https://github.com/nanliu))
190206

191207
## [0.5.0-rc1](https://github.com/voxpupuli/puppet-network/tree/0.5.0-rc1) (2013-05-22)
208+
192209
[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.4.0...0.5.0-rc1)
193210

194211
**Fixed bugs:**
@@ -208,6 +225,7 @@ These should not impact the functionality of the module.
208225
- Facts for issue 29 [\#35](https://github.com/voxpupuli/puppet-network/pull/35) ([wolfspyre](https://github.com/wolfspyre))
209226

210227
## [0.4.0](https://github.com/voxpupuli/puppet-network/tree/0.4.0) (2013-03-23)
228+
211229
[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.3.0...0.4.0)
212230

213231
**Closed issues:**
@@ -216,9 +234,11 @@ These should not impact the functionality of the module.
216234
- Spec failures on redhat [\#25](https://github.com/voxpupuli/puppet-network/issues/25)
217235

218236
## [0.3.0](https://github.com/voxpupuli/puppet-network/tree/0.3.0) (2013-01-30)
237+
219238
[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.3.0-rc1...0.3.0)
220239

221240
## [0.3.0-rc1](https://github.com/voxpupuli/puppet-network/tree/0.3.0-rc1) (2013-01-24)
241+
222242
[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.2.0...0.3.0-rc1)
223243

224244
**Closed issues:**
@@ -232,6 +252,7 @@ These should not impact the functionality of the module.
232252
- Add dependency reference in README to boolean mixin [\#21](https://github.com/voxpupuli/puppet-network/pull/21) ([robertstarmer](https://github.com/robertstarmer))
233253

234254
## [0.2.0](https://github.com/voxpupuli/puppet-network/tree/0.2.0) (2013-01-06)
255+
235256
[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.2.0-rc1...0.2.0)
236257

237258
**Implemented enhancements:**
@@ -244,6 +265,7 @@ These should not impact the functionality of the module.
244265
- Redhat provider should be hotpluggable [\#15](https://github.com/voxpupuli/puppet-network/issues/15)
245266

246267
## [0.2.0-rc1](https://github.com/voxpupuli/puppet-network/tree/0.2.0-rc1) (2012-12-30)
268+
247269
[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.1.1...0.2.0-rc1)
248270

249271
**Fixed bugs:**
@@ -255,13 +277,15 @@ These should not impact the functionality of the module.
255277
- Invalid value for method =\> loopback [\#10](https://github.com/voxpupuli/puppet-network/issues/10)
256278

257279
## [0.1.1](https://github.com/voxpupuli/puppet-network/tree/0.1.1) (2012-12-07)
280+
258281
[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.1.0...0.1.1)
259282

260283
**Fixed bugs:**
261284

262285
- Spec failures on ruby 1.9.3 [\#14](https://github.com/voxpupuli/puppet-network/issues/14)
263286

264287
## [0.1.0](https://github.com/voxpupuli/puppet-network/tree/0.1.0) (2012-12-04)
288+
265289
[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.1.0-rc1...0.1.0)
266290

267291
**Fixed bugs:**
@@ -273,9 +297,11 @@ These should not impact the functionality of the module.
273297
- Support hotplug configurations [\#12](https://github.com/voxpupuli/puppet-network/issues/12)
274298

275299
## [0.1.0-rc1](https://github.com/voxpupuli/puppet-network/tree/0.1.0-rc1) (2012-11-27)
300+
276301
[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.0.4...0.1.0-rc1)
277302

278303
## [0.0.4](https://github.com/voxpupuli/puppet-network/tree/0.0.4) (2012-11-01)
304+
279305
[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.0.4rc1...0.0.4)
280306

281307
**Fixed bugs:**
@@ -288,31 +314,41 @@ These should not impact the functionality of the module.
288314
- The redhat provider needs config \<-\> resource munging [\#6](https://github.com/voxpupuli/puppet-network/issues/6)
289315

290316
## [0.0.4rc1](https://github.com/voxpupuli/puppet-network/tree/0.0.4rc1) (2012-10-28)
317+
291318
[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.0.3rc2...0.0.4rc1)
292319

293320
## [0.0.3rc2](https://github.com/voxpupuli/puppet-network/tree/0.0.3rc2) (2012-10-22)
321+
294322
[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.0.3...0.0.3rc2)
295323

296324
## [0.0.3](https://github.com/voxpupuli/puppet-network/tree/0.0.3) (2012-10-22)
325+
297326
[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.0.3rc1...0.0.3)
298327

299328
## [0.0.3rc1](https://github.com/voxpupuli/puppet-network/tree/0.0.3rc1) (2012-10-22)
329+
300330
[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.0.2...0.0.3rc1)
301331

302332
## [0.0.2](https://github.com/voxpupuli/puppet-network/tree/0.0.2) (2012-10-16)
333+
303334
[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.0.1rc2...0.0.2)
304335

305336
**Fixed bugs:**
306337

307338
- interfaces provider fails when given a second interface to manage [\#4](https://github.com/voxpupuli/puppet-network/issues/4)
308339

309340
## [0.0.1rc2](https://github.com/voxpupuli/puppet-network/tree/0.0.1rc2) (2012-09-18)
341+
310342
[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.0.1...0.0.1rc2)
311343

312344
## [0.0.1](https://github.com/voxpupuli/puppet-network/tree/0.0.1) (2012-09-18)
345+
313346
[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.0.1rc1...0.0.1)
314347

315348
## [0.0.1rc1](https://github.com/voxpupuli/puppet-network/tree/0.0.1rc1) (2012-08-29)
316349

350+
[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/8084b78c50d8efe1667ca7f907ef878f068e96d8...0.0.1rc1)
351+
352+
317353

318354
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-network",
3-
"version": "0.8.1-rc0",
3+
"version": "0.9.0",
44
"author": "Vox Pupuli",
55
"license": "Apache-2.0",
66
"summary": "Manage non-volatile network configuration",

0 commit comments

Comments
 (0)