Skip to content

Commit c8ba589

Browse files
authored
Merge pull request voxpupuli#569 from bastelfreak/rel500
release 5.0.0
2 parents 9701bd0 + f9a10b2 commit c8ba589

2 files changed

Lines changed: 34 additions & 56 deletions

File tree

CHANGELOG.md

Lines changed: 33 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@ All notable changes to this project will be documented in this file.
44
Each new release typically also includes the latest modulesync defaults.
55
These should not affect the functionality of the module.
66

7+
## [v5.0.0](https://github.com/voxpupuli/puppet-python/tree/v5.0.0) (2020-09-23)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v4.1.1...v5.0.0)
10+
11+
**Breaking changes:**
12+
13+
- Drop CentOS 6 support [\#566](https://github.com/voxpupuli/puppet-python/pull/566) ([bastelfreak](https://github.com/bastelfreak))
14+
- Drop EOL Debian 8 [\#563](https://github.com/voxpupuli/puppet-python/pull/563) ([bastelfreak](https://github.com/bastelfreak))
15+
16+
**Fixed bugs:**
17+
18+
- Fix undefined method error in facts [\#555](https://github.com/voxpupuli/puppet-python/pull/555) ([wiebe](https://github.com/wiebe))
19+
20+
**Closed issues:**
21+
22+
- "warning: already initialized constant PIP\_VERSION" when upgrading to agent 6.15.0 [\#553](https://github.com/voxpupuli/puppet-python/issues/553)
23+
- "undefined method \[\]" in pip\_version and virtualenv\_version facts [\#527](https://github.com/voxpupuli/puppet-python/issues/527)
24+
- Deprecation Warnings - Mocha mock\_with [\#432](https://github.com/voxpupuli/puppet-python/issues/432)
25+
26+
**Merged pull requests:**
27+
28+
- delete legacy nodesets [\#562](https://github.com/voxpupuli/puppet-python/pull/562) ([bastelfreak](https://github.com/bastelfreak))
29+
- modulesync 3.0.0 & puppet-lint updates [\#556](https://github.com/voxpupuli/puppet-python/pull/556) ([bastelfreak](https://github.com/bastelfreak))
30+
- Convert unit tests to rspec rather than 'mocha' [\#554](https://github.com/voxpupuli/puppet-python/pull/554) ([KeithWard](https://github.com/KeithWard))
31+
732
## [v4.1.1](https://github.com/voxpupuli/puppet-python/tree/v4.1.1) (2020-04-30)
833

934
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v4.1.0...v4.1.1)
@@ -258,7 +283,7 @@ These should not affect the functionality of the module.
258283
- Update gunicorn.pp - Add manage\_config\_dir [\#382](https://github.com/voxpupuli/puppet-python/pull/382) ([bc-bjoern](https://github.com/bc-bjoern))
259284
- Support latest puppet versions [\#376](https://github.com/voxpupuli/puppet-python/pull/376) ([ghoneycutt](https://github.com/ghoneycutt))
260285
- Add python release as available facts [\#355](https://github.com/voxpupuli/puppet-python/pull/355) ([jcpunk](https://github.com/jcpunk))
261-
- Allow hiera config for dotfiles [\#344](https://github.com/voxpupuli/puppet-python/pull/344) ([chaozhang0326](https://github.com/chaozhang0326))
286+
- Allow hiera config for dotfiles [\#344](https://github.com/voxpupuli/puppet-python/pull/344) ([puppetninja](https://github.com/puppetninja))
262287
- Ensure value is a string for =~ comparison [\#342](https://github.com/voxpupuli/puppet-python/pull/342) ([ghoneycutt](https://github.com/ghoneycutt))
263288
- add an alias to the python-dev package [\#334](https://github.com/voxpupuli/puppet-python/pull/334) ([dannygoulder](https://github.com/dannygoulder))
264289

@@ -276,7 +301,7 @@ These should not affect the functionality of the module.
276301

277302
## [1.18.1](https://github.com/voxpupuli/puppet-python/tree/1.18.1) (2016-12-08)
278303

279-
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/2.4.2...1.18.1)
304+
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.18.0...1.18.1)
280305

281306
**Closed issues:**
282307

@@ -288,23 +313,15 @@ These should not affect the functionality of the module.
288313
- Add name of package to pip uninstall command [\#340](https://github.com/voxpupuli/puppet-python/pull/340) ([dontreboot](https://github.com/dontreboot))
289314
- EPEL only makes sense on RH systems but not Fedora [\#297](https://github.com/voxpupuli/puppet-python/pull/297) ([jcpunk](https://github.com/jcpunk))
290315

291-
## [2.4.2](https://github.com/voxpupuli/puppet-python/tree/2.4.2) (2016-10-28)
292-
293-
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.18.0...2.4.2)
294-
295316
## [1.18.0](https://github.com/voxpupuli/puppet-python/tree/1.18.0) (2016-10-12)
296317

297-
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/2.4.1...1.18.0)
318+
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.17.0...1.18.0)
298319

299320
**Merged pull requests:**
300321

301322
- Allow failure for Ruby 2.3.1 [\#337](https://github.com/voxpupuli/puppet-python/pull/337) ([ghoneycutt](https://github.com/ghoneycutt))
302323
- Add support, tests and documentation for Gentoo [\#335](https://github.com/voxpupuli/puppet-python/pull/335) ([optiz0r](https://github.com/optiz0r))
303324

304-
## [2.4.1](https://github.com/voxpupuli/puppet-python/tree/2.4.1) (2016-09-19)
305-
306-
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.17.0...2.4.1)
307-
308325
## [1.17.0](https://github.com/voxpupuli/puppet-python/tree/1.17.0) (2016-09-16)
309326

310327
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.16.0...1.17.0)
@@ -320,24 +337,12 @@ These should not affect the functionality of the module.
320337

321338
## [1.16.0](https://github.com/voxpupuli/puppet-python/tree/1.16.0) (2016-09-10)
322339

323-
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/2.4.0...1.16.0)
340+
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.15.0...1.16.0)
324341

325342
**Merged pull requests:**
326343

327344
- RHSCL Repository installation made optional [\#328](https://github.com/voxpupuli/puppet-python/pull/328) ([diLLec](https://github.com/diLLec))
328345

329-
## [2.4.0](https://github.com/voxpupuli/puppet-python/tree/2.4.0) (2016-09-04)
330-
331-
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/2.3.1...2.4.0)
332-
333-
## [2.3.1](https://github.com/voxpupuli/puppet-python/tree/2.3.1) (2016-08-29)
334-
335-
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/2.3.0...2.3.1)
336-
337-
## [2.3.0](https://github.com/voxpupuli/puppet-python/tree/2.3.0) (2016-08-29)
338-
339-
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.15.0...2.3.0)
340-
341346
## [1.15.0](https://github.com/voxpupuli/puppet-python/tree/1.15.0) (2016-08-24)
342347

343348
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.14.2...1.15.0)
@@ -374,16 +379,12 @@ These should not affect the functionality of the module.
374379

375380
## [1.14.0](https://github.com/voxpupuli/puppet-python/tree/1.14.0) (2016-07-20)
376381

377-
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/2.2.1...1.14.0)
382+
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.13.0...1.14.0)
378383

379384
**Merged pull requests:**
380385

381386
- Fix regex for pip package versions [\#317](https://github.com/voxpupuli/puppet-python/pull/317) ([mdean](https://github.com/mdean))
382387

383-
## [2.2.1](https://github.com/voxpupuli/puppet-python/tree/2.2.1) (2016-07-20)
384-
385-
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.13.0...2.2.1)
386-
387388
## [1.13.0](https://github.com/voxpupuli/puppet-python/tree/1.13.0) (2016-07-18)
388389

389390
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/2.2.0...1.13.0)
@@ -408,23 +409,7 @@ These should not affect the functionality of the module.
408409

409410
## [2.2.0](https://github.com/voxpupuli/puppet-python/tree/2.2.0) (2016-05-31)
410411

411-
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/2.1.0...2.2.0)
412-
413-
## [2.1.0](https://github.com/voxpupuli/puppet-python/tree/2.1.0) (2016-05-29)
414-
415-
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/2.0.2...2.1.0)
416-
417-
## [2.0.2](https://github.com/voxpupuli/puppet-python/tree/2.0.2) (2016-05-22)
418-
419-
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/2.0.1...2.0.2)
420-
421-
## [2.0.1](https://github.com/voxpupuli/puppet-python/tree/2.0.1) (2016-05-19)
422-
423-
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/2.0.0...2.0.1)
424-
425-
## [2.0.0](https://github.com/voxpupuli/puppet-python/tree/2.0.0) (2016-05-19)
426-
427-
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.12.0...2.0.0)
412+
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.12.0...2.2.0)
428413

429414
**Closed issues:**
430415

@@ -494,12 +479,13 @@ These should not affect the functionality of the module.
494479

495480
## [1.9.8](https://github.com/voxpupuli/puppet-python/tree/1.9.8) (2015-09-19)
496481

497-
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.9.7...1.9.8)
482+
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.9.6...1.9.8)
498483

499484
**Closed issues:**
500485

501486
- Unable to install pip using pip provider [\#243](https://github.com/voxpupuli/puppet-python/issues/243)
502487
- Not possible to install latest version of Python [\#240](https://github.com/voxpupuli/puppet-python/issues/240)
488+
- Exec\<| tag == 'python-virtualenv' |\> changes and breaks the API [\#230](https://github.com/voxpupuli/puppet-python/issues/230)
503489

504490
**Merged pull requests:**
505491

@@ -514,14 +500,6 @@ These should not affect the functionality of the module.
514500
- Check that we have results before returning a value [\#238](https://github.com/voxpupuli/puppet-python/pull/238) ([xaque208](https://github.com/xaque208))
515501
- Adjust test code to pass syntax checker [\#237](https://github.com/voxpupuli/puppet-python/pull/237) ([fluential](https://github.com/fluential))
516502

517-
## [1.9.7](https://github.com/voxpupuli/puppet-python/tree/1.9.7) (2015-08-21)
518-
519-
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.9.6...1.9.7)
520-
521-
**Closed issues:**
522-
523-
- Exec\<| tag == 'python-virtualenv' |\> changes and breaks the API [\#230](https://github.com/voxpupuli/puppet-python/issues/230)
524-
525503
## [1.9.6](https://github.com/voxpupuli/puppet-python/tree/1.9.6) (2015-08-01)
526504

527505
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.9.5...1.9.6)

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-python",
3-
"version": "4.1.2-rc0",
3+
"version": "5.0.0",
44
"author": "Vox Pupuli",
55
"summary": "Python Module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)