Skip to content

Commit

Permalink
fix module dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Sep 20, 2022
1 parent 06c1325 commit d0013f0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions 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/spec/v2.0.0.html).

## [Unreleased]

### Fixed
* Fix module dependencies

### Changed
* Update OS version, Puppet version and dependencies

## [v1.2.0]

### Changed
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
},
{
"name": "puppet/archive",
"version_requirement": ">= 6.1.0 < 8.0.0"
"version_requirement": ">= 6.0.0 < 7.0.0"
},
{
"name": "stm/file_capability",
"version_requirement": ">= 6.0.0 < 8.0.0"
"version_requirement": ">= 3.0.0 < 6.0.0"
}
],
"operatingsystem_support": [
Expand Down

0 comments on commit d0013f0

Please sign in to comment.