Skip to content

Commit 48390b5

Browse files
committed
Release v7.1.0
1 parent 5fe1c09 commit 48390b5

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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).
44

5+
## [v7.1.0](https://github.com/osc/puppet-module-openondemand/tree/v7.1.0) (2025-01-21)
6+
7+
[Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v7.0.0...v7.1.0)
8+
9+
### Added
10+
11+
- Added configuration to enable/disable maintenance with Puppet [\#170](https://github.com/OSC/puppet-module-openondemand/pull/170) ([abujeda](https://github.com/abujeda))
12+
513
## [v7.0.0](https://github.com/osc/puppet-module-openondemand/tree/v7.0.0) (2025-01-09)
614

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

REFERENCE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ The following parameters are available in the `openondemand` class:
8787
* [`maintenance_ip_allowlist`](#-openondemand--maintenance_ip_allowlist)
8888
* [`maintenance_source`](#-openondemand--maintenance_source)
8989
* [`maintenance_content`](#-openondemand--maintenance_content)
90+
* [`maintenance_enabled`](#-openondemand--maintenance_enabled)
9091
* [`security_csp_frame_ancestors`](#-openondemand--security_csp_frame_ancestors)
9192
* [`security_strict_transport`](#-openondemand--security_strict_transport)
9293
* [`lua_root`](#-openondemand--lua_root)
@@ -433,6 +434,14 @@ Content for maintenance index.html
433434

434435
Default value: `undef`
435436

437+
##### <a name="-openondemand--maintenance_enabled"></a>`maintenance_enabled`
438+
439+
Data type: `Optional[Boolean]`
440+
441+
Enable maintenance mode in OOD
442+
443+
Default value: `undef`
444+
436445
##### <a name="-openondemand--security_csp_frame_ancestors"></a>`security_csp_frame_ancestors`
437446

438447
Data type: `Optional[Variant[String, Boolean]]`

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "osc-openondemand",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"author": "osc",
55
"summary": "Open OnDemand Puppet module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)