Skip to content

Commit 94ab8ef

Browse files
authored
Merge pull request #546 from Dan33l/release
release 8.0.0
2 parents b029d11 + 2ecdf14 commit 94ab8ef

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,37 @@ 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-archive/tree/v8.0.0) (2025-06-19)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-archive/compare/v7.1.0...v8.0.0)
10+
11+
**Breaking changes:**
12+
13+
- drop EOL OSes : RedHat 7, SLES, Ubuntu 18.04, 20.04, Debian 10, AIX [\#542](https://github.com/voxpupuli/puppet-archive/pull/542) ([Tonguechaude](https://github.com/Tonguechaude))
14+
- drop support for EL7 [\#532](https://github.com/voxpupuli/puppet-archive/pull/532) ([jhoblitt](https://github.com/jhoblitt))
15+
16+
**Implemented enhancements:**
17+
18+
- add : ubuntu 2404 as supported OS [\#543](https://github.com/voxpupuli/puppet-archive/pull/543) ([Tonguechaude](https://github.com/Tonguechaude))
19+
- metadata.json: Add OpenVox [\#536](https://github.com/voxpupuli/puppet-archive/pull/536) ([jstraw](https://github.com/jstraw))
20+
21+
**Fixed bugs:**
22+
23+
- Windows does not default to extract using powershell [\#364](https://github.com/voxpupuli/puppet-archive/issues/364)
24+
- Resolve 7zip command checks for proper PS fallback [\#523](https://github.com/voxpupuli/puppet-archive/pull/523) ([klab-systems](https://github.com/klab-systems))
25+
26+
**Closed issues:**
27+
28+
- Error 503 in CI [\#540](https://github.com/voxpupuli/puppet-archive/issues/540)
29+
- archive does not enforce `owner:group` [\#498](https://github.com/voxpupuli/puppet-archive/issues/498)
30+
31+
**Merged pull requests:**
32+
33+
- add some random in acceptance tests [\#541](https://github.com/voxpupuli/puppet-archive/pull/541) ([Tonguechaude](https://github.com/Tonguechaude))
34+
- facterdb\_string\_keys: switch to strings [\#527](https://github.com/voxpupuli/puppet-archive/pull/527) ([bastelfreak](https://github.com/bastelfreak))
35+
- README: fix broken path to `tomcat.pp` [\#518](https://github.com/voxpupuli/puppet-archive/pull/518) ([corporate-gadfly](https://github.com/corporate-gadfly))
36+
- rubocop: resolve Style/HashSyntax [\#514](https://github.com/voxpupuli/puppet-archive/pull/514) ([bastelfreak](https://github.com/bastelfreak))
37+
738
## [v7.1.0](https://github.com/voxpupuli/puppet-archive/tree/v7.1.0) (2023-10-30)
839

940
[Full Changelog](https://github.com/voxpupuli/puppet-archive/compare/v7.0.0...v7.1.0)

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
}
7777
],
7878
"name": "puppet-archive",
79-
"version": "7.1.1-rc0",
79+
"version": "8.0.0",
8080
"source": "https://github.com/voxpupuli/puppet-archive",
8181
"author": "Vox Pupuli",
8282
"license": "Apache-2.0",

0 commit comments

Comments
 (0)