Skip to content

Commit b8c792b

Browse files
committed
Release v10.1.0
1 parent dda999d commit b8c792b

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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).
44

5+
## [v10.1.0](https://github.com/treydock/puppet-module-xdmod/tree/v10.1.0) (2024-08-09)
6+
7+
[Full Changelog](https://github.com/treydock/puppet-module-xdmod/compare/v10.0.0...v10.1.0)
8+
9+
### Added
10+
11+
- Allow 'collection' for SUPREMM resources [\#32](https://github.com/treydock/puppet-module-xdmod/pull/32) ([treydock](https://github.com/treydock))
12+
513
## [v10.0.0](https://github.com/treydock/puppet-module-xdmod/tree/v10.0.0) (2024-04-24)
614

715
[Full Changelog](https://github.com/treydock/puppet-module-xdmod/compare/v9.0.0...v10.0.0)

REFERENCE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1669,6 +1669,7 @@ Struct[{
16691669
NotUndef[resource] => String[1],
16701670
Optional[enabled] => Boolean,
16711671
NotUndef[resource_id] => Integer,
1672+
Optional[collection] => String[1],
16721673
Optional[datasource] => Enum['pcp','prometheus'],
16731674
Optional[datasetmap] => String[1],
16741675
Optional[datasetmap_source] => Stdlib::Filesource,

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "treydock-xdmod",
3-
"version": "10.0.0",
3+
"version": "10.1.0",
44
"author": "treydock",
55
"summary": "XDMoD Puppet module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)