Showing with 19 additions and 3 deletions.
  1. +1 −1 .rubocop.yml
  2. +8 −0 .rubocop_todo.yml
  3. +8 −0 CHANGELOG.md
  4. +2 −2 metadata.json
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ AllCops:
DisplayCopNames: true
ExtraDetails: true
DisplayStyleGuide: true
TargetRubyVersion: '2.7'
TargetRubyVersion: '2.6'
Include:
- "**/*.rb"
Exclude:
Expand Down
8 changes: 8 additions & 0 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2023-04-25 08:02:12 UTC using RuboCop version 1.48.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 1
# Configuration parameters: IgnoredMetadata.
RSpec/DescribeClass:
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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).

## [v4.0.1](https://github.com/puppetlabs/puppetlabs-mount_iso/tree/v4.0.1) (2023-04-25)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-mount_iso/compare/v4.0.0...v4.0.1)

### Fixed

- pdksync - \(MAINT\) - bump puppetlabs-powershell [\#28](https://github.com/puppetlabs/puppetlabs-mount_iso/pull/28) ([jordanbreen28](https://github.com/jordanbreen28))

## [v4.0.0](https://github.com/puppetlabs/puppetlabs-mount_iso/tree/v4.0.0) (2023-04-18)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-mount_iso/compare/v3.0.0...v4.0.0)
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-mount_iso",
"version": "4.0.0",
"version": "4.0.1",
"author": "puppetlabs",
"summary": "Mount ISO images and ensure the drive letter they are mounted to",
"license": "Apache-2.0",
Expand All @@ -14,7 +14,7 @@
},
{
"name": "puppetlabs/powershell",
"version_requirement": ">= 2.0.0 < 6.0.0"
"version_requirement": ">= 2.0.0 < 7.0.0"
}
],
"operatingsystem_support": [
Expand Down