From e39e081cd06e416c04e607c201b11aa148532fae Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 25 Aug 2025 06:54:15 +0000 Subject: [PATCH] Release prep v10.1.6 --- CHANGELOG.md | 10 +++++++++- metadata.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e5a7390..1cf0b70a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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)) diff --git a/metadata.json b/metadata.json index 2095c29c..f5a0e78b 100644 --- a/metadata.json +++ b/metadata.json @@ -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",