@@ -41,6 +41,33 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
41
41
- data-hide correctly hides the path_selector's button in [ 3460] ( https://github.com/OSC/ondemand/pull/3460 ) .
42
42
- Cynamic bc now supports fields with numbers in them in [ 3507] ( https://github.com/OSC/ondemand/pull/3507 ) .
43
43
44
+ ## [ 3.1.7] - 06-25-2024
45
+
46
+ ### Security
47
+
48
+ - Jobs will now be submitted after sanitizing the envionment in
49
+ [ 3628] ( https://github.com/OSC/ondemand/pull/3628 ) . This prevents
50
+ the leaking of sensitive environment variables to the job when ` copy_environment `
51
+ is used.
52
+
53
+ ### Fixed
54
+ - OIDCRedirectURI is always relative in [ 3548] ( https://github.com/OSC/ondemand/pull/3548 ) .
55
+ - Dynamic batch connect applications now accept fields with numbers in them in [ 3548] ( https://github.com/OSC/ondemand/pull/3548 ) .
56
+ - The dashboard no longer sets logo image width to 100% in
57
+ [ 3632] ( https://github.com/OSC/ondemand/pull/3632 ) .
58
+
59
+ ### Changed
60
+ - ` nginx ` has been updated to ` 1.24.0 ` from ` 1.22.1 ` in
61
+ [ 3548] ( https://github.com/OSC/ondemand/pull/3548 ) .
62
+ - ` passenger ` has been updated to ` 6.0.20 ` from ` 6.0.17 ` in
63
+ [ 3548] ( https://github.com/OSC/ondemand/pull/3548 ) .
64
+
65
+ ### Added
66
+
67
+ - ` ood_portal.yml ` now has the configuration ` http_redirect_host ` to specify
68
+ the host to redirect to when upgrading from http to https in
69
+ [ 3548] ( https://github.com/OSC/ondemand/pull/3548 ) .
70
+
44
71
## [ 3.1.4] - 04-01-2024
45
72
46
73
### Fixed
@@ -1360,6 +1387,7 @@ Similar changelog as [3.0.0]. This version was not released to the general publi
1360
1387
- From 1.3.7 - 1.4.2 updated app versions
1361
1388
1362
1389
[ Unreleased ] : https://github.com/OSC/ondemand/compare/v3.1.0...HEAD
1390
+ [ 3.1.7 ] : https://github.com/OSC/ondemand/compare/v3.1.4...v3.1.7
1363
1391
[ 3.1.4 ] : https://github.com/OSC/ondemand/compare/v3.1.1...v3.1.4
1364
1392
[ 3.1.1 ] : https://github.com/OSC/ondemand/compare/v3.1.0...v3.1.1
1365
1393
[ 3.1.0 ] : https://github.com/OSC/ondemand/compare/v3.0.3...v3.1.0
0 commit comments