Skip to content

Commit

Permalink
Release v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Feb 18, 2024
1 parent 1b0320d commit 8092040
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
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).

## [v3.2.0](https://github.com/treydock/puppet-slurm/tree/v3.2.0) (2024-02-18)

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

### Added

- Support deploying scrun.lua [\#56](https://github.com/treydock/puppet-slurm/pull/56) ([treydock](https://github.com/treydock))

## [v3.1.0](https://github.com/treydock/puppet-slurm/tree/v3.1.0) (2024-02-15)

[Full Changelog](https://github.com/treydock/puppet-slurm/compare/v3.0.0...v3.1.0)
Expand Down
18 changes: 18 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ The following parameters are available in the `slurm` class:
* [`export_database_tag`](#-slurm--export_database_tag)
* [`cli_filter_lua_source`](#-slurm--cli_filter_lua_source)
* [`cli_filter_lua_content`](#-slurm--cli_filter_lua_content)
* [`scrun_lua_source`](#-slurm--scrun_lua_source)
* [`scrun_lua_content`](#-slurm--scrun_lua_content)
* [`state_dir_nfs_device`](#-slurm--state_dir_nfs_device)
* [`state_dir_nfs_options`](#-slurm--state_dir_nfs_options)
* [`job_submit_lua_source`](#-slurm--job_submit_lua_source)
Expand Down Expand Up @@ -734,6 +736,22 @@ Data type: `Optional[String[1]]`



Default value: `undef`

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

Data type: `Optional[String[1]]`



Default value: `undef`

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

Data type: `Optional[String[1]]`



Default value: `undef`

##### <a name="-slurm--state_dir_nfs_device"></a>`state_dir_nfs_device`
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": "3.1.0",
"version": "3.2.0",
"author": "treydock",
"summary": "SLURM Puppet module",
"license": "Apache-2.0",
Expand Down

0 comments on commit 8092040

Please sign in to comment.