Skip to content

Commit 80a2b8b

Browse files
authored
Merge pull request #547 from voxpupuli/release-prep
Release 8.1.0
2 parents 7134981 + 686be3d commit 80a2b8b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ 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.1.0](https://github.com/voxpupuli/puppet-archive/tree/v8.1.0) (2025-07-08)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-archive/compare/v8.0.0...v8.1.0)
10+
11+
**Implemented enhancements:**
12+
13+
- Feature/support all uri schemas in checksum url [\#538](https://github.com/voxpupuli/puppet-archive/pull/538) ([jvdmr](https://github.com/jvdmr))
14+
15+
**Fixed bugs:**
16+
17+
- Avoid Dir.chdir by passing cwd to execute\(\) and simplify %s detection in custom\_command [\#531](https://github.com/voxpupuli/puppet-archive/pull/531) ([ekohl](https://github.com/ekohl))
18+
19+
**Closed issues:**
20+
21+
- uninitialized constant PuppetX::Bodeco::PUPPET [\#471](https://github.com/voxpupuli/puppet-archive/issues/471)
22+
- checksum\_url doesn't work for puppet URIs [\#339](https://github.com/voxpupuli/puppet-archive/issues/339)
23+
724
## [v8.0.0](https://github.com/voxpupuli/puppet-archive/tree/v8.0.0) (2025-06-19)
825

926
[Full Changelog](https://github.com/voxpupuli/puppet-archive/compare/v7.1.0...v8.0.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": "8.0.1-rc0",
79+
"version": "8.1.0",
8080
"source": "https://github.com/voxpupuli/puppet-archive",
8181
"author": "Vox Pupuli",
8282
"license": "Apache-2.0",

0 commit comments

Comments
 (0)