Skip to content

Commit f1fd849

Browse files
Merge pull request #368 from puppetlabs/release-prep
Release prep v10.0.0
2 parents e9cdd35 + 9037533 commit f1fd849

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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+
## [v10.0.0](https://github.com/puppetlabs/puppetlabs-iis/tree/v10.0.0) (2023-04-18)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-iis/compare/v9.0.0...v10.0.0)
8+
9+
### Changed
10+
11+
- \(CONT-782\) - add puppet 8 support/Drop puppet 6 support [\#367](https://github.com/puppetlabs/puppetlabs-iis/pull/367) ([jordanbreen28](https://github.com/jordanbreen28))
12+
513
## [v9.0.0](https://github.com/puppetlabs/puppetlabs-iis/tree/v9.0.0) (2023-02-10)
614

715
[Full Changelog](https://github.com/puppetlabs/puppetlabs-iis/compare/v8.1.1...v9.0.0)
@@ -76,6 +84,7 @@ All notable changes to this project will be documented in this file. The format
7684
### Fixed
7785

7886
- \(IAC-991\) - Removal of inappropriate terminology [\#293](https://github.com/puppetlabs/puppetlabs-iis/pull/293) ([david22swan](https://github.com/david22swan))
87+
- \(MODULES-10361\) sort https bindings first [\#252](https://github.com/puppetlabs/puppetlabs-iis/pull/252) ([pillarsdotnet](https://github.com/pillarsdotnet))
7988

8089
## [v7.1.0](https://github.com/puppetlabs/puppetlabs-iis/tree/v7.1.0) (2020-07-08)
8190

@@ -113,7 +122,6 @@ All notable changes to this project will be documented in this file. The format
113122
### Fixed
114123

115124
- \(MODULES-10362\) handle authenticationinfo consistently [\#253](https://github.com/puppetlabs/puppetlabs-iis/pull/253) ([pillarsdotnet](https://github.com/pillarsdotnet))
116-
- \(MODULES-10361\) sort https bindings first [\#252](https://github.com/puppetlabs/puppetlabs-iis/pull/252) ([pillarsdotnet](https://github.com/pillarsdotnet))
117125

118126
## [v6.0.0](https://github.com/puppetlabs/puppetlabs-iis/tree/v6.0.0) (2019-10-30)
119127

REFERENCE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
The iis_application type uses an applicationname and a sitename to
2121
create an IIS Application. When specifying an application you must
2222
specify both. You can specify the sitename by putting it in the title
23-
as in \"$site_name\\$application_name\", or you can use the named
23+
as in "$site_name\\$application_name", or you can use the named
2424
parameters. If converting a virtual directory to an app, you can use
2525
the virtual_directory parameter to specify the site and omit the
2626
sitename parameter. To manage two applications of the same name within
@@ -172,7 +172,7 @@ and `cpu_smp_processor_affinity_mask2` properties.
172172

173173
##### `cpu_smp_processor_affinity_mask`
174174

175-
Specifies the hexadecimal processor mask for multi-processor
175+
Specifies the hexadecimal processor mask for multi-processor
176176
computers, which indicates to which CPU the worker processes in an
177177
application pool should be bound. Before this property takes effect,
178178
the `cpu_smp_affinitized` property must be set to `true` for the

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-iis",
3-
"version": "9.0.0",
3+
"version": "10.0.0",
44
"author": "puppetlabs",
55
"summary": "Manage IIS for Windows Server 2012, 2012R2 and 2016. Maintain application sites, pools, installation, and many other IIS settings.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)