Skip to content

Commit

Permalink
Release v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Jan 21, 2025
1 parent 5fe1c09 commit 48390b5
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).

## [v7.1.0](https://github.com/osc/puppet-module-openondemand/tree/v7.1.0) (2025-01-21)

[Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v7.0.0...v7.1.0)

### Added

- Added configuration to enable/disable maintenance with Puppet [\#170](https://github.com/OSC/puppet-module-openondemand/pull/170) ([abujeda](https://github.com/abujeda))

## [v7.0.0](https://github.com/osc/puppet-module-openondemand/tree/v7.0.0) (2025-01-09)

[Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v6.1.0...v7.0.0)
Expand Down
9 changes: 9 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ The following parameters are available in the `openondemand` class:
* [`maintenance_ip_allowlist`](#-openondemand--maintenance_ip_allowlist)
* [`maintenance_source`](#-openondemand--maintenance_source)
* [`maintenance_content`](#-openondemand--maintenance_content)
* [`maintenance_enabled`](#-openondemand--maintenance_enabled)
* [`security_csp_frame_ancestors`](#-openondemand--security_csp_frame_ancestors)
* [`security_strict_transport`](#-openondemand--security_strict_transport)
* [`lua_root`](#-openondemand--lua_root)
Expand Down Expand Up @@ -433,6 +434,14 @@ Content for maintenance index.html

Default value: `undef`

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

Data type: `Optional[Boolean]`

Enable maintenance mode in OOD

Default value: `undef`

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

Data type: `Optional[Variant[String, 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": "7.0.0",
"version": "7.1.0",
"author": "osc",
"summary": "Open OnDemand Puppet module",
"license": "Apache-2.0",
Expand Down

0 comments on commit 48390b5

Please sign in to comment.