Skip to content

Commit 707a2fe

Browse files
committed
Release v7.3.0
1 parent b52108b commit 707a2fe

3 files changed

Lines changed: 14 additions & 5 deletions

File tree

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.3.0](https://github.com/osc/puppet-module-openondemand/tree/v7.3.0) (2026-01-16)
6+
7+
[Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v7.2.0...v7.3.0)
8+
9+
### Added
10+
11+
- Allow vnc\_args for vnc batch connect configuration [\#184](https://github.com/OSC/puppet-module-openondemand/pull/184) ([treydock](https://github.com/treydock))
12+
513
## [v7.2.0](https://github.com/osc/puppet-module-openondemand/tree/v7.2.0) (2026-01-12)
614

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

REFERENCE.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2082,15 +2082,16 @@ Alias of
20822082

20832083
```puppet
20842084
Struct[{
2085-
Optional['basic'] => Struct[{
2085+
Optional['basic'] => Struct[{
20862086
Optional['script_wrapper'] => String,
20872087
Optional['set_host'] => String
20882088
}],
2089-
Optional['vnc'] => Struct[{
2089+
Optional['vnc'] => Struct[{
20902090
Optional['script_wrapper'] => String,
2091-
Optional['set_host'] => String
2091+
Optional['set_host'] => String,
2092+
Optional['vnc_args'] => String,
20922093
}],
2093-
Optional['ssh_allow'] => Boolean,
2094+
Optional['ssh_allow'] => Boolean,
20942095
}]
20952096
```
20962097

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

0 commit comments

Comments
 (0)