Skip to content

Commit 765d25b

Browse files
authored
Merge pull request #352 from puppetlabs/release-prep
Release prep v8.1.1
2 parents 0aaa06a + 5a22470 commit 765d25b

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

CHANGELOG.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,26 @@
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+
## [v8.1.1](https://github.com/puppetlabs/puppetlabs-iis/tree/v8.1.1) (2022-10-03)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-iis/compare/v8.1.0...v8.1.1)
8+
9+
### Fixed
10+
11+
- \(MAINT\) Drop support for Windows Server 2008 R2. [\#350](https://github.com/puppetlabs/puppetlabs-iis/pull/350) ([jordanbreen28](https://github.com/jordanbreen28))
12+
513
## [v8.1.0](https://github.com/puppetlabs/puppetlabs-iis/tree/v8.1.0) (2022-03-14)
614

715
[Full Changelog](https://github.com/puppetlabs/puppetlabs-iis/compare/v8.0.3...v8.1.0)
816

917
### Added
1018

11-
- pdksync - (FM-8922) - Add Support for Windows 2022 [\#335](https://github.com/puppetlabs/puppetlabs-iis/pull/335) ([david22swan](https://github.com/david22swan))
19+
- pdksync - \(FM-8922\) - Add Support for Windows 2022 [\#335](https://github.com/puppetlabs/puppetlabs-iis/pull/335) ([david22swan](https://github.com/david22swan))
1220

1321
### Fixed
1422

15-
- MODULES-11188: trim physicalpath for iis_application resource [\#330](https://github.com/puppetlabs/puppetlabs-iis/pull/330) ([adrianiurca](https://github.com/adrianiurca))
16-
- (MODULES-11188) Fix physicalPath on apps and sites [\#336](https://github.com/puppetlabs/puppetlabs-iis/pull/336) ([chelnak](https://github.com/chelnak))
23+
- \(MODULES-11188\) Fix physicalPath on apps and sites [\#336](https://github.com/puppetlabs/puppetlabs-iis/pull/336) ([chelnak](https://github.com/chelnak))
24+
- MODULES-11188: trim physicalpath for iis\_application resource [\#330](https://github.com/puppetlabs/puppetlabs-iis/pull/330) ([adrianiurca](https://github.com/adrianiurca))
1725

1826
## [v8.0.3](https://github.com/puppetlabs/puppetlabs-iis/tree/v8.0.3) (2021-06-28)
1927

REFERENCE.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -733,8 +733,7 @@ value must be in bytes. The value can be any size between
733733

734734
##### `physicalpath`
735735

736-
The physical path to the site directory. This path must be fully
737-
qualified.
736+
The physical path to the site directory. This path must be fully qualified.
738737

739738
##### `preloadenabled`
740739

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-iis",
3-
"version": "8.1.0",
3+
"version": "8.1.1",
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",

pdk.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
ignore: []

0 commit comments

Comments
 (0)