Skip to content

Commit

Permalink
Release v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Jan 21, 2024
1 parent b80cc03 commit bf37c95
Show file tree
Hide file tree
Showing 3 changed files with 18 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).

## [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)
Expand Down
9 changes: 9 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

##### <a name="-openondemand--repo_release"></a>`repo_release`
Expand Down Expand Up @@ -1052,6 +1053,14 @@ Path to public files in apps config Git repo

Default value: `[]`

##### <a name="-openondemand--public_files_source_paths"></a>`public_files_source_paths`

Data type: `Array`

Path to the source for public files

Default value: `[]`

##### <a name="-openondemand--manage_logrotate"></a>`manage_logrotate`

Data type: `Boolean`
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": "osc-openondemand",
"version": "4.3.1",
"version": "4.4.0",
"author": "osc",
"summary": "Open OnDemand Puppet module",
"license": "Apache-2.0",
Expand Down

0 comments on commit bf37c95

Please sign in to comment.