Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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).

## [v10.1.6](https://github.com/puppetlabs/puppetlabs-iis/tree/v10.1.6) - 2025-08-25

[Full Changelog](https://github.com/puppetlabs/puppetlabs-iis/compare/v10.1.5...v10.1.6)

### Fixed

- (MODULES-11595) Redact password and fix provider spec for iis_application_pool [#412](https://github.com/puppetlabs/puppetlabs-iis/pull/412) ([imaqsood](https://github.com/imaqsood))

## [v10.1.5](https://github.com/puppetlabs/puppetlabs-iis/tree/v10.1.5) - 2025-06-20

[Full Changelog](https://github.com/puppetlabs/puppetlabs-iis/compare/v10.1.4...v10.1.5)
Expand All @@ -17,7 +25,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

[Full Changelog](https://github.com/puppetlabs/puppetlabs-iis/compare/v10.1.3...v10.1.4)

### Other
### Fixed

- fix(MODULES-5225): include app_name in cache key for virt_dir_path [#406](https://github.com/puppetlabs/puppetlabs-iis/pull/406) ([imaqsood](https://github.com/imaqsood))

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-iis",
"version": "10.1.5",
"version": "10.1.6",
"author": "puppetlabs",
"summary": "Manage IIS for Windows Server 2012, 2012R2, 2016, 2019 and 2022. Maintain application sites, pools, installation, and many other IIS settings.",
"license": "Apache-2.0",
Expand Down