From 8092040ef0280d38342e6ce47661ae1efe6ee1e0 Mon Sep 17 00:00:00 2001 From: Trey Dockendorf Date: Sun, 18 Feb 2024 08:41:21 -0500 Subject: [PATCH] Release v3.2.0 --- CHANGELOG.md | 8 ++++++++ REFERENCE.md | 18 ++++++++++++++++++ metadata.json | 2 +- 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf16f35..de54ddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/REFERENCE.md b/REFERENCE.md index bffa2f4..1e3b2a3 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -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) @@ -734,6 +736,22 @@ Data type: `Optional[String[1]]` +Default value: `undef` + +##### `scrun_lua_source` + +Data type: `Optional[String[1]]` + + + +Default value: `undef` + +##### `scrun_lua_content` + +Data type: `Optional[String[1]]` + + + Default value: `undef` ##### `state_dir_nfs_device` diff --git a/metadata.json b/metadata.json index 8b0438f..1a1a01d 100644 --- a/metadata.json +++ b/metadata.json @@ -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",