Skip to content

Commit 0ba762d

Browse files
committed
Release v7.0.0
1 parent 714587b commit 0ba762d

File tree

3 files changed

+19
-28
lines changed

3 files changed

+19
-28
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 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.0.0](https://github.com/osc/puppet-module-openondemand/tree/v7.0.0) (2025-01-09)
6+
7+
[Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v6.1.0...v7.0.0)
8+
9+
### Changed
10+
11+
- Support OnDemand 4.0 [\#169](https://github.com/OSC/puppet-module-openondemand/pull/169) ([treydock](https://github.com/treydock))
12+
513
## [v6.1.0](https://github.com/osc/puppet-module-openondemand/tree/v6.1.0) (2024-12-11)
614

715
[Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v6.0.0...v6.1.0)
@@ -255,18 +263,10 @@ All notable changes to this project will be documented in this file. The format
255263

256264
[Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v2.7.0...v2.8.0)
257265

258-
### Added
259-
260-
- Support nightly repos [\#66](https://github.com/OSC/puppet-module-openondemand/pull/66) ([treydock](https://github.com/treydock))
261-
262266
## [v2.7.0](https://github.com/osc/puppet-module-openondemand/tree/v2.7.0) (2021-08-09)
263267

264268
[Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v2.6.0...v2.7.0)
265269

266-
### Added
267-
268-
- Add nginx\_stage\_nginx\_file\_upload\_max and nginx\_stage\_configs [\#65](https://github.com/OSC/puppet-module-openondemand/pull/65) ([treydock](https://github.com/treydock))
269-
270270
## [v2.6.0](https://github.com/osc/puppet-module-openondemand/tree/v2.6.0) (2021-08-03)
271271

272272
[Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v2.5.0...v2.6.0)

REFERENCE.md

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ The following parameters are available in the `openondemand` class:
7474
* [`install_apps`](#-openondemand--install_apps)
7575
* [`declare_apache`](#-openondemand--declare_apache)
7676
* [`apache_user`](#-openondemand--apache_user)
77-
* [`apache_scls`](#-openondemand--apache_scls)
7877
* [`generator_insecure`](#-openondemand--generator_insecure)
7978
* [`listen_addr_port`](#-openondemand--listen_addr_port)
8079
* [`servername`](#-openondemand--servername)
@@ -83,6 +82,7 @@ The following parameters are available in the `openondemand` class:
8382
* [`disable_logs`](#-openondemand--disable_logs)
8483
* [`logroot`](#-openondemand--logroot)
8584
* [`use_rewrites`](#-openondemand--use_rewrites)
85+
* [`http_redirect_host`](#-openondemand--http_redirect_host)
8686
* [`use_maintenance`](#-openondemand--use_maintenance)
8787
* [`maintenance_ip_allowlist`](#-openondemand--maintenance_ip_allowlist)
8888
* [`maintenance_source`](#-openondemand--maintenance_source)
@@ -138,7 +138,6 @@ The following parameters are available in the `openondemand` class:
138138
* [`nginx_stage_ondemand_title`](#-openondemand--nginx_stage_ondemand_title)
139139
* [`nginx_stage_pun_custom_env`](#-openondemand--nginx_stage_pun_custom_env)
140140
* [`nginx_stage_app_root`](#-openondemand--nginx_stage_app_root)
141-
* [`nginx_stage_scl_env`](#-openondemand--nginx_stage_scl_env)
142141
* [`nginx_stage_app_request_regex`](#-openondemand--nginx_stage_app_request_regex)
143142
* [`nginx_stage_min_uid`](#-openondemand--nginx_stage_min_uid)
144143
* [`nginx_stage_passenger_pool_idle_time`](#-openondemand--nginx_stage_passenger_pool_idle_time)
@@ -182,7 +181,7 @@ Data type: `String`
182181

183182
The release of OnDemand repo
184183

185-
Default value: `'3.1'`
184+
Default value: `'4.0'`
186185

187186
##### <a name="-openondemand--repo_baseurl_prefix"></a>`repo_baseurl_prefix`
188187

@@ -328,14 +327,6 @@ Name of the Apache user
328327

329328
Default value: `'apache'`
330329

331-
##### <a name="-openondemand--apache_scls"></a>`apache_scls`
332-
333-
Data type: `String`
334-
335-
SCLs to load when starting Apache service
336-
337-
Default value: `'httpd24'`
338-
339330
##### <a name="-openondemand--generator_insecure"></a>`generator_insecure`
340331

341332
Data type: `Boolean`
@@ -402,6 +393,14 @@ ood_portal.yml use_rewrites
402393

403394
Default value: `true`
404395

396+
##### <a name="-openondemand--http_redirect_host"></a>`http_redirect_host`
397+
398+
Data type: `String`
399+
400+
ood_portal.yml http_redirect_host
401+
402+
Default value: `'%{HTTP_HOST}'`
403+
405404
##### <a name="-openondemand--use_maintenance"></a>`use_maintenance`
406405

407406
Data type: `Boolean`
@@ -843,14 +842,6 @@ nginx_stage.yml app_root
843842

844843
Default value: `{}`
845844

846-
##### <a name="-openondemand--nginx_stage_scl_env"></a>`nginx_stage_scl_env`
847-
848-
Data type: `String`
849-
850-
nginx_stage.yml scl_env
851-
852-
Default value: `'ondemand'`
853-
854845
##### <a name="-openondemand--nginx_stage_app_request_regex"></a>`nginx_stage_app_request_regex`
855846

856847
Data type: `Optional[Openondemand::Nginx_stage_namespace_config]`

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": "6.1.0",
3+
"version": "7.0.0",
44
"author": "osc",
55
"summary": "Open OnDemand Puppet module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)