Skip to content

Commit 1b6e78b

Browse files
committed
Release v8.0.0
1 parent 94a856f commit 1b6e78b

3 files changed

Lines changed: 10 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 10 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+
## [v8.0.0](https://github.com/osc/puppet-module-openondemand/tree/v8.0.0) (2026-02-02)
6+
7+
[Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v7.3.0...v8.0.0)
8+
9+
### Changed
10+
11+
- Support OnDemand 4.1 [\#183](https://github.com/OSC/puppet-module-openondemand/pull/183) ([treydock](https://github.com/treydock))
12+
513
## [v7.3.0](https://github.com/osc/puppet-module-openondemand/tree/v7.3.0) (2026-01-16)
614

715
[Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v7.2.0...v7.3.0)
@@ -263,16 +271,6 @@ All notable changes to this project will be documented in this file. The format
263271

264272
[Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v2.8.2...v2.9.0)
265273

266-
### Added
267-
268-
- Add repo\_exclude parameter [\#81](https://github.com/OSC/puppet-module-openondemand/pull/81) ([treydock](https://github.com/treydock))
269-
270-
### Fixed
271-
272-
- Use 2.0 repo for acceptance tests [\#80](https://github.com/OSC/puppet-module-openondemand/pull/80) ([treydock](https://github.com/treydock))
273-
- Fix when ood-portal-generator is triggered [\#79](https://github.com/OSC/puppet-module-openondemand/pull/79) ([treydock](https://github.com/treydock))
274-
- Ensure that validation errors for Apache config will not persist [\#78](https://github.com/OSC/puppet-module-openondemand/pull/78) ([treydock](https://github.com/treydock))
275-
276274
## [v2.8.2](https://github.com/osc/puppet-module-openondemand/tree/v2.8.2) (2021-10-14)
277275

278276
[Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v2.8.1...v2.8.2)

REFERENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Data type: `String`
183183

184184
The release of OnDemand repo
185185

186-
Default value: `'4.0'`
186+
Default value: `'4.1'`
187187

188188
##### <a name="-openondemand--repo_baseurl_prefix"></a>`repo_baseurl_prefix`
189189

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

0 commit comments

Comments
 (0)