From bf37c95e173d19bb876dbec18c4ac8d0c2bb29e7 Mon Sep 17 00:00:00 2001 From: Trey Dockendorf Date: Sun, 21 Jan 2024 12:24:18 -0500 Subject: [PATCH] Release v4.4.0 --- CHANGELOG.md | 8 ++++++++ REFERENCE.md | 9 +++++++++ metadata.json | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 310a0f0..be45ee5 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). +## [v4.4.0](https://github.com/osc/puppet-module-openondemand/tree/v4.4.0) (2024-01-21) + +[Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v4.3.1...v4.4.0) + +### Added + +- Added support to add module files into the OnDemand public folder [\#151](https://github.com/OSC/puppet-module-openondemand/pull/151) ([abujeda](https://github.com/abujeda)) + ## [v4.3.1](https://github.com/osc/puppet-module-openondemand/tree/v4.3.1) (2023-12-01) [Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v4.3.0...v4.3.1) diff --git a/REFERENCE.md b/REFERENCE.md index d95adf7..0a618ad 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -165,6 +165,7 @@ The following parameters are available in the `openondemand` class: * [`locales_config_source`](#-openondemand--locales_config_source) * [`announcements_config_source`](#-openondemand--announcements_config_source) * [`public_files_repo_paths`](#-openondemand--public_files_repo_paths) +* [`public_files_source_paths`](#-openondemand--public_files_source_paths) * [`manage_logrotate`](#-openondemand--manage_logrotate) ##### `repo_release` @@ -1052,6 +1053,14 @@ Path to public files in apps config Git repo Default value: `[]` +##### `public_files_source_paths` + +Data type: `Array` + +Path to the source for public files + +Default value: `[]` + ##### `manage_logrotate` Data type: `Boolean` diff --git a/metadata.json b/metadata.json index 2f7dd31..726c5a6 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "osc-openondemand", - "version": "4.3.1", + "version": "4.4.0", "author": "osc", "summary": "Open OnDemand Puppet module", "license": "Apache-2.0",