Skip to content

Commit 3dd9b0b

Browse files
Release Automationgithub-actions[bot]
Release Automation
authored andcommitted
Release 8.0.0
1 parent 1ee9a64 commit 3dd9b0b

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ 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+
## [v8.0.0](https://github.com/voxpupuli/puppet-python/tree/v8.0.0) (2025-04-28)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v7.4.0...v8.0.0)
10+
11+
**Breaking changes:**
12+
13+
- Drop EoL Ubuntu 18.04 [\#710](https://github.com/voxpupuli/puppet-python/pull/710) ([bastelfreak](https://github.com/bastelfreak))
14+
- Drop EoL CentOS 7/8 support [\#709](https://github.com/voxpupuli/puppet-python/pull/709) ([bastelfreak](https://github.com/bastelfreak))
15+
- Drop EoL Debian 10 support [\#708](https://github.com/voxpupuli/puppet-python/pull/708) ([bastelfreak](https://github.com/bastelfreak))
16+
17+
**Implemented enhancements:**
18+
19+
- Only supports CentOS, no other derivatives [\#650](https://github.com/voxpupuli/puppet-python/issues/650)
20+
21+
**Fixed bugs:**
22+
23+
- Fix bootstrapping `python::pyvenv` when Python is not installed [\#716](https://github.com/voxpupuli/puppet-python/pull/716) ([smortex](https://github.com/smortex))
24+
725
## [v7.4.0](https://github.com/voxpupuli/puppet-python/tree/v7.4.0) (2024-11-27)
826

927
[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v7.3.0...v7.4.0)
@@ -78,7 +96,7 @@ These should not affect the functionality of the module.
7896

7997
**Fixed bugs:**
8098

81-
- Fix pip installation on Gentoo [\#651](https://github.com/voxpupuli/puppet-python/pull/651) ([jameslikeslinux](https://github.com/jameslikeslinux))
99+
- Fix pip installation on Gentoo [\#651](https://github.com/voxpupuli/puppet-python/pull/651) ([puppetjoy](https://github.com/puppetjoy))
82100

83101
## [v6.4.0](https://github.com/voxpupuli/puppet-python/tree/v6.4.0) (2022-11-06)
84102

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-python",
3-
"version": "7.4.1-rc0",
3+
"version": "8.0.0",
44
"author": "Vox Pupuli",
55
"summary": "Puppet module for Python",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)