Skip to content

Commit d638e31

Browse files
committed
Release 10.2.0
1 parent db8ebe7 commit d638e31

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ 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+
## [v10.2.0](https://github.com/voxpupuli/puppet-cvmfs/tree/v10.2.0) (2024-02-08)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-cvmfs/compare/v10.1.0...v10.2.0)
10+
11+
**Implemented enhancements:**
12+
13+
- Add parameter typing to all classes [\#191](https://github.com/voxpupuli/puppet-cvmfs/pull/191) ([traylenator](https://github.com/traylenator))
14+
- Support configuration repositories when using mount [\#177](https://github.com/voxpupuli/puppet-cvmfs/pull/177) ([traylenator](https://github.com/traylenator))
15+
16+
**Fixed bugs:**
17+
18+
- Add ownership of cachedir to puppet if claiming ownership [\#190](https://github.com/voxpupuli/puppet-cvmfs/pull/190) ([jcpunk](https://github.com/jcpunk))
19+
20+
**Closed issues:**
21+
22+
- Configuration repositories should be mounted first [\#176](https://github.com/voxpupuli/puppet-cvmfs/issues/176)
23+
24+
**Merged pull requests:**
25+
26+
- Remove legacy top-scope syntax [\#188](https://github.com/voxpupuli/puppet-cvmfs/pull/188) ([smortex](https://github.com/smortex))
27+
728
## [v10.1.0](https://github.com/voxpupuli/puppet-cvmfs/tree/v10.1.0) (2023-09-05)
829

930
[Full Changelog](https://github.com/voxpupuli/puppet-cvmfs/compare/v10.0.0...v10.1.0)

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-cvmfs",
3-
"version": "10.1.1-rc0",
3+
"version": "10.2.0",
44
"summary": "Manages CVMFS clients",
55
"author": "Vox Pupuli",
66
"project_page": "https://github.com/voxpupuli/puppet-cvmfs",

0 commit comments

Comments
 (0)