Skip to content

Commit 7d34bff

Browse files
authored
Merge pull request voxpupuli#605 from bastelfreak/rel600
release 6.0.0
2 parents cf322be + d80a778 commit 7d34bff

2 files changed

Lines changed: 49 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 48 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,43 @@ 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+
## [v6.0.0](https://github.com/voxpupuli/puppet-python/tree/v6.0.0) (2021-04-03)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v5.0.0...v6.0.0)
10+
11+
**Breaking changes:**
12+
13+
- Drop Puppet 5 support [\#603](https://github.com/voxpupuli/puppet-python/pull/603) ([bastelfreak](https://github.com/bastelfreak))
14+
- Drop python::virtualenv defined resource [\#596](https://github.com/voxpupuli/puppet-python/pull/596) ([bastelfreak](https://github.com/bastelfreak))
15+
- Set default python to 3 [\#595](https://github.com/voxpupuli/puppet-python/pull/595) ([bastelfreak](https://github.com/bastelfreak))
16+
17+
**Implemented enhancements:**
18+
19+
- Add the possibility to specify the pip version in virtual envs [\#599](https://github.com/voxpupuli/puppet-python/pull/599) ([SaschaDoering](https://github.com/SaschaDoering))
20+
- Add Support for RedHat/CentOS 8 [\#594](https://github.com/voxpupuli/puppet-python/pull/594) ([treydock](https://github.com/treydock))
21+
- enhance pyvenv tests [\#590](https://github.com/voxpupuli/puppet-python/pull/590) ([bastelfreak](https://github.com/bastelfreak))
22+
- Add Debian 10 support [\#573](https://github.com/voxpupuli/puppet-python/pull/573) ([bastelfreak](https://github.com/bastelfreak))
23+
24+
**Fixed bugs:**
25+
26+
- Fix python::virtualenv to allow virtualenv to not require absolute path [\#592](https://github.com/voxpupuli/puppet-python/pull/592) ([treydock](https://github.com/treydock))
27+
- python::gunicorn: Fix typo in datatype [\#585](https://github.com/voxpupuli/puppet-python/pull/585) ([bastelfreak](https://github.com/bastelfreak))
28+
29+
**Closed issues:**
30+
31+
- Setting Pip Version for Virtual Environments [\#559](https://github.com/voxpupuli/puppet-python/issues/559)
32+
- Can't install this using librarian-puppet [\#406](https://github.com/voxpupuli/puppet-python/issues/406)
33+
34+
**Merged pull requests:**
35+
36+
- puppetlabs/stdlib: Allow 7.x [\#604](https://github.com/voxpupuli/puppet-python/pull/604) ([bastelfreak](https://github.com/bastelfreak))
37+
- Support Puppet 7 [\#602](https://github.com/voxpupuli/puppet-python/pull/602) ([mattock](https://github.com/mattock))
38+
- Support Ubuntu 20.04 [\#593](https://github.com/voxpupuli/puppet-python/pull/593) ([treydock](https://github.com/treydock))
39+
- Add pyvenv acceptance test [\#588](https://github.com/voxpupuli/puppet-python/pull/588) ([bastelfreak](https://github.com/bastelfreak))
40+
- General linting/indent/syntax [\#580](https://github.com/voxpupuli/puppet-python/pull/580) ([crazymind1337](https://github.com/crazymind1337))
41+
- Use Python 3 for virtualenv tests [\#575](https://github.com/voxpupuli/puppet-python/pull/575) ([waipeng](https://github.com/waipeng))
42+
- Add acceptance test for managing Python 3 [\#572](https://github.com/voxpupuli/puppet-python/pull/572) ([bastelfreak](https://github.com/bastelfreak))
43+
744
## [v5.0.0](https://github.com/voxpupuli/puppet-python/tree/v5.0.0) (2020-09-23)
845

946
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v4.1.1...v5.0.0)
@@ -387,11 +424,12 @@ These should not affect the functionality of the module.
387424

388425
## [1.13.0](https://github.com/voxpupuli/puppet-python/tree/1.13.0) (2016-07-18)
389426

390-
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/2.2.0...1.13.0)
427+
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.12.0...1.13.0)
391428

392429
**Closed issues:**
393430

394431
- SCL package installation returns an error [\#308](https://github.com/voxpupuli/puppet-python/issues/308)
432+
- Patch Release [\#295](https://github.com/voxpupuli/puppet-python/issues/295)
395433
- Can't install pip3 with Ubuntu [\#287](https://github.com/voxpupuli/puppet-python/issues/287)
396434
- SCL python27: add a workaround for libpython2.7.so.1.0 issue \(LD\_LIBRARY\_PATH\) [\#234](https://github.com/voxpupuli/puppet-python/issues/234)
397435

@@ -407,14 +445,6 @@ These should not affect the functionality of the module.
407445
- Configure workers [\#301](https://github.com/voxpupuli/puppet-python/pull/301) ([steverecio](https://github.com/steverecio))
408446
- Fix support for Ruby 1.8.7 [\#298](https://github.com/voxpupuli/puppet-python/pull/298) ([ghoneycutt](https://github.com/ghoneycutt))
409447

410-
## [2.2.0](https://github.com/voxpupuli/puppet-python/tree/2.2.0) (2016-05-31)
411-
412-
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.12.0...2.2.0)
413-
414-
**Closed issues:**
415-
416-
- Patch Release [\#295](https://github.com/voxpupuli/puppet-python/issues/295)
417-
418448
## [1.12.0](https://github.com/voxpupuli/puppet-python/tree/1.12.0) (2016-03-27)
419449

420450
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.11.0...1.12.0)
@@ -479,13 +509,12 @@ These should not affect the functionality of the module.
479509

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

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

484514
**Closed issues:**
485515

486516
- Unable to install pip using pip provider [\#243](https://github.com/voxpupuli/puppet-python/issues/243)
487517
- 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)
489518

490519
**Merged pull requests:**
491520

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

532+
## [1.9.7](https://github.com/voxpupuli/puppet-python/tree/1.9.7) (2015-08-21)
533+
534+
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/1.9.6...1.9.7)
535+
536+
**Closed issues:**
537+
538+
- Exec\<| tag == 'python-virtualenv' |\> changes and breaks the API [\#230](https://github.com/voxpupuli/puppet-python/issues/230)
539+
503540
## [1.9.6](https://github.com/voxpupuli/puppet-python/tree/1.9.6) (2015-08-01)
504541

505542
[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": "5.0.1-rc0",
3+
"version": "6.0.0",
44
"author": "Vox Pupuli",
55
"summary": "Python Module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)