Skip to content

Commit

Permalink
Fix concat requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
deric committed Jun 25, 2024
1 parent e0b1cb9 commit 3015de4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fixtures:
# ref: 9.0.0
concat:
repo: "puppetlabs/concat"
# ref: 4.0.0
# ref: 4.1.0
apt:
repo: "puppetlabs/apt"
# ref: 9.0.0
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- **BC** `puppetlabs/stdlib` >= 9.0.0 is required due to usage of `stdlib::ensure_package` function
- `puppetlabs/apt` >= 9.0.0 needs [this patch](https://github.com/puppetlabs/puppetlabs-apt/pull/1050/commits/ea68ea521b8ea0ef460ee639759e76e22a620a7e) to work with ruby 3.0
- Fix incorrected `puppetlabs/concat` dependency requirement - at least `4.0.0` is needed
- Fix incorrected `puppetlabs/concat` dependency requirement - at least `4.1.0` is needed (removed deprecated `is_string()`)
- Puppet 8 compatible

[Full changes](https://github.com/deric/puppet-beegfs/compare/v0.8.2...v1.0.0)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
{
"name": "puppetlabs/concat",
"version_requirement": ">= 4.0.0 < 10.0.0"
"version_requirement": ">= 4.1.0 < 10.0.0"
},
{
"name": "puppetlabs/yumrepo_core",
Expand Down

0 comments on commit 3015de4

Please sign in to comment.