Skip to content

Commit 64e2180

Browse files
Merge pull request #27 from puppetlabs/release-prep
Release prep v4.0.0
2 parents 05c44a3 + 9a6d269 commit 64e2180

File tree

3 files changed

+79
-26
lines changed

3 files changed

+79
-26
lines changed

CHANGELOG.md

Lines changed: 20 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,39 @@
1-
## 2020-01-22 - v3.0.0
1+
# Change log
22

3-
### Summary
3+
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
44

5-
Major release for updated puppet version compatibility.
5+
## [v4.0.0](https://github.com/puppetlabs/puppetlabs-mount_iso/tree/v4.0.0) (2023-04-18)
66

7-
### Changed
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-mount_iso/compare/v3.0.0...v4.0.0)
88

9-
- Dependency versions updated to match current standard ([MODULES-10475](https://tickets.puppetlabs.com/browse/MODULES-10475))
10-
- Minimum compatible puppet version set to `>= 5.5.0`
11-
- Maximum compatible puppet version increased to `< 7.0.0`
12-
- Maximum compatible stdlib version increased to `< 7.0.0`
13-
- Maximum compatible powershell version increased to `< 4.0.0`
9+
### Changed
1410

15-
## 2018-01-17 - 2.0.0
11+
- \(CONT-788\) - Add Puppet 8/Drop Puppet 6 [\#25](https://github.com/puppetlabs/puppetlabs-mount_iso/pull/25) ([jordanbreen28](https://github.com/jordanbreen28))
1612

17-
### Summary
13+
## [v3.0.0](https://github.com/puppetlabs/puppetlabs-mount_iso/tree/v3.0.0) (2020-01-23)
1814

19-
Major release for updating to Puppet 4 types
15+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-mount_iso/compare/2.0.0...v3.0.0)
2016

2117
### Changed
2218

23-
- Updated module metadata ([MODULES-6389](https://tickets.puppetlabs.com/browse/MODULES-6389)).
24-
- Removed confusing copyright comment
25-
- Updated for defined type to use Puppet 4 Types
26-
- Errors during the ISO mount will be raised in Puppet
19+
- \(maint\) - Update dependency versions [\#12](https://github.com/puppetlabs/puppetlabs-mount_iso/pull/12) ([david22swan](https://github.com/david22swan))
20+
21+
## [2.0.0](https://github.com/puppetlabs/puppetlabs-mount_iso/tree/2.0.0) (2018-01-16)
22+
23+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-mount_iso/compare/1.0.0...2.0.0)
2724

28-
## 2017-06-14 - 1.0.0
25+
### Fixed
2926

30-
### Summary
27+
- \(GH-3\) Raise mounting errors as fatal [\#9](https://github.com/puppetlabs/puppetlabs-mount_iso/pull/9) ([glennsarti](https://github.com/glennsarti))
3128

32-
Major release for updated puppet version compatibility.
29+
## [1.0.0](https://github.com/puppetlabs/puppetlabs-mount_iso/tree/1.0.0) (2017-06-12)
3330

34-
#### Bug fixes
31+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-mount_iso/compare/0.1.0...1.0.0)
3532

36-
- Updated module dependencies for modern PowerShell module ([MODULES-5045](https://tickets.puppetlabs.com/browse/MODULES-5045)).
37-
- Updated puppet version compatibility for modern Puppet agents ([MODULES-4820](https://tickets.puppetlabs.com/browse/MODULES-4820)).
33+
## [0.1.0](https://github.com/puppetlabs/puppetlabs-mount_iso/tree/0.1.0) (2015-09-01)
3834

35+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-mount_iso/compare/7213a727daa5bce87101681f81830940ad4edd87...0.1.0)
3936

40-
## 2015-09-01 - 0.1.0
4137

42-
### Summary
4338

44-
Initial release
39+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

REFERENCE.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# Reference
2+
3+
<!-- DO NOT EDIT: This document was generated by Puppet Strings -->
4+
5+
## Table of Contents
6+
7+
### Defined types
8+
9+
* [`mount_iso`](#mount_iso): == Define: mount_iso Mount ISO for Windows === Parameters Document parameters here. [*source*] Location of the ISO you want mounted [*d
10+
11+
## Defined types
12+
13+
### <a name="mount_iso"></a>`mount_iso`
14+
15+
== Define: mount_iso
16+
17+
Mount ISO for Windows
18+
19+
=== Parameters
20+
21+
Document parameters here.
22+
23+
[*source*]
24+
Location of the ISO you want mounted
25+
[*drive_letter*]
26+
The drive letter you would like it mapped to
27+
28+
=== Examples
29+
30+
mount_iso { 'c:\mySystemRequired.iso':
31+
drive_letter => 'H'
32+
}
33+
34+
=== Authors
35+
36+
Travis Fields
37+
38+
#### Parameters
39+
40+
The following parameters are available in the `mount_iso` defined type:
41+
42+
* [`drive_letter`](#-mount_iso--drive_letter)
43+
* [`source`](#-mount_iso--source)
44+
45+
##### <a name="-mount_iso--drive_letter"></a>`drive_letter`
46+
47+
Data type: `Pattern[/^[a-zA-Z]$/]`
48+
49+
50+
51+
##### <a name="-mount_iso--source"></a>`source`
52+
53+
Data type: `Optional[Stdlib::Absolutepath]`
54+
55+
56+
57+
Default value: `$title`
58+

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-mount_iso",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"author": "puppetlabs",
55
"summary": "Mount ISO images and ensure the drive letter they are mounted to",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)