Skip to content

Commit

Permalink
Release v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Dec 26, 2024
1 parent d436e92 commit 757b50c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## [v5.1.0](https://github.com/treydock/puppet-slurm/tree/v5.1.0) (2024-12-26)

[Full Changelog](https://github.com/treydock/puppet-slurm/compare/v5.0.0...v5.1.0)

### Added

- Support Slurm 24.05.x [\#63](https://github.com/treydock/puppet-slurm/pull/63) ([treydock](https://github.com/treydock))
- Allow munge\_key\_content to be provided as Binary type data [\#62](https://github.com/treydock/puppet-slurm/pull/62) ([optiz0r](https://github.com/optiz0r))

## [v5.0.0](https://github.com/treydock/puppet-slurm/tree/v5.0.0) (2024-10-14)

[Full Changelog](https://github.com/treydock/puppet-slurm/compare/v4.0.1...v5.0.0)
Expand Down
11 changes: 10 additions & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ Default value: `undef`

##### <a name="-slurm--munge_key_content"></a>`munge_key_content`

Data type: `Optional[String]`
Data type: `Optional[Variant[String,Binary]]`



Expand Down Expand Up @@ -2428,6 +2428,7 @@ The following parameters are available in the `slurm::partition` defined type:
* [`deny_qos`](#-slurm--partition--deny_qos)
* [`default_time`](#-slurm--partition--default_time)
* [`disable_root_jobs`](#-slurm--partition--disable_root_jobs)
* [`exclusive_topo`](#-slurm--partition--exclusive_topo)
* [`exclusive_user`](#-slurm--partition--exclusive_user)
* [`grace_time`](#-slurm--partition--grace_time)
* [`hidden`](#-slurm--partition--hidden)
Expand Down Expand Up @@ -2583,6 +2584,14 @@ Data type: `Optional[Slurm::YesNo]`



Default value: `undef`

##### <a name="-slurm--partition--exclusive_topo"></a>`exclusive_topo`

Data type: `Optional[Slurm::YesNo]`



Default value: `undef`

##### <a name="-slurm--partition--exclusive_user"></a>`exclusive_user`
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "treydock-slurm",
"version": "5.0.0",
"version": "5.1.0",
"author": "treydock",
"summary": "SLURM Puppet module",
"license": "Apache-2.0",
Expand Down

0 comments on commit 757b50c

Please sign in to comment.