Skip to content

Releases: OSC/ondemand

Version 2.0.23

02 Mar 20:19
f42d55e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.22...v2.0.23

Version 2.0.22

21 Dec 18:46
cbd1ced
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.21...v2.0.22

Version 2.0.21

20 Dec 21:43
bcca652
Compare
Choose a tag to compare

What's Changed

Fixed

  • Dynamic javascript now correctly clamps values correcting 1649.
  • Dynamic javascript can hide multiple elements correcting 1666.
  • Dynamic javascript now correctly handles options with numbers, hyphens and underscores
    back-porting 1656.

Full Changelog: v2.0.20...v2.0.21

Version 2.0.20

01 Dec 20:45
2ca883c
Compare
Choose a tag to compare

[2.0.20] - 2021-12-01

Security

  • Removed Index from Public RootOptions as to not allow Directory Indexing in 1617.

Fixed

  • Fixed lua warnings bad argument #2 to 'date' in 1627.
  • Uppy claims failure but upload succeeds. This has been fixed in 1600
    by extending the timeout.

Added

  • Batch connect apps can now have dynamic behaviour through configuration in 1639. This means we now ship a lot of functionality that sites previously had to code themselves in form.js. This introduces the OOD_BC_DYNAMIC_JS that sites must set to enable this feature.

v2.1.0-0.start.3

08 Nov 13:52
d252e6f
Compare
Choose a tag to compare
v2.1.0-0.start.3 Pre-release
Pre-release

This is not a real release. It's only meant to be a tag that we can start building real 2.1 artifacts.

Start Version 2.1.0 +2

05 Nov 13:33
eb2aa96
Compare
Choose a tag to compare
Pre-release

This is not a real release. It's only meant to be a tag that we can start building real 2.1 artifacts.

Start Version 2.1.0 +1

04 Nov 15:51
cbd216f
Compare
Choose a tag to compare
Pre-release

This is not a real release. It's only meant to be a tag that we can start building real 2.1 artifacts.

Start version 2.1.0

03 Nov 14:23
34ca9c5
Compare
Choose a tag to compare
Start version 2.1.0 Pre-release
Pre-release

This is not a real release. It's only meant to be a tag that we can start building real 2.1 artifacts.

Version 2.0.19

01 Nov 15:10
fbf35f5
Compare
Choose a tag to compare

[2.0.19] - 2021-11-01

Fixed

  • Fixed CSS issue where the noVNC range sliders looked washed out and hard to notice in 1384.

Changed

  • Kubernetes clusters using OIDC now get bootstrapped in a initializer in 1493.

Security

  • Selinux updates, mostly for k8s in 1497.
  • Add tmpfiles.d configuration file for ondemand-nginx for SELinux policies in 1501.

Version 2.0.18

06 Oct 15:09
5666621
Compare
Choose a tag to compare

Version 2.0.18

Security

  • The svg patch in 2.0.17 needs to account for files with .SVG (all caps) extensions too.