Skip to content

Commit

Permalink
Updated Release Notes for Release 2.0.20 - 12/01/2021 (#1640)
Browse files Browse the repository at this point in the history
* Updated Release Notes for Release 2.0.20 - 12/01/2021

* Update CHANGELOG.md

Co-authored-by: Jeff Ohrstrom <[email protected]>
  • Loading branch information
Gerald Byrket and johrstrom authored Dec 1, 2021
1 parent 8f7de66 commit 2ca883c
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.0.20] - 2021-12-01

### Security

- Removed Index from Public RootOptions as to not allow Directory Indexing in [1617](https://github.com/OSC/ondemand/issues/1617).

### Fixed

- Fixed lua warnings `bad argument #2 to 'date'` in [1627](https://github.com/OSC/ondemand/pull/1627).
- Uppy claims failure but upload succeeds. This has been fixed in [1600](https://github.com/OSC/ondemand/pull/1600)
by extending the timeout.

### Added

- Batch connect apps can now have dynamic behaviour through configuration in [1639](https://github.com/OSC/ondemand/pull/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.

## [2.0.19] - 2021-10-29

### Fixed
Expand Down Expand Up @@ -917,7 +935,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- From 1.3.7 - 1.4.2 updated app versions


[Unreleased]: https://github.com/OSC/ondemand/compare/v2.0.19...HEAD
[Unreleased]: https://github.com/OSC/ondemand/compare/v2.0.20...release_2.0
[2.0.20]: https://github.com/OSC/ondemand/compare/v2.0.19...v2.0.20
[2.0.19]: https://github.com/OSC/ondemand/compare/v2.0.18...v2.0.19
[2.0.18]: https://github.com/OSC/ondemand/compare/v2.0.17...v2.0.18
[2.0.17]: https://github.com/OSC/ondemand/compare/v2.0.16...v2.0.17
Expand Down

0 comments on commit 2ca883c

Please sign in to comment.