Skip to content

Commit

Permalink
Update Changelog (#2643)
Browse files Browse the repository at this point in the history
update changelog for 2.1.0 & add entries for 2.0.29-2.0.31

---------

Co-authored-by: Jeff Ohrstrom <[email protected]>
  • Loading branch information
osc-bot and johrstrom authored Mar 9, 2023
1 parent c90e8ea commit ffe8c3c
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.1.0] - 03-09-2023

### Changed

- Added support for YAML anchors and aliases when reading configuration (#2214) (#2224)
Expand Down Expand Up @@ -114,6 +116,40 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- nginx APIs now validate the redirect on stop requests in [#1775](https://github.com/OSC/ondemand/pull/1175).
- Nginx PUNs correclty start with minimal environment in [2157](https://github.com/OSC/ondemand/pull/2157)

## [2.0.31] - 02-07-2023

### Fixed

- The linux Host adapter is now compatabile with apptainer in [2548](https://github.com/OSC/ondemand/pull/2548).

## [2.0.30] - 02-02-2023

### Fixed

- Dynamic batch connect apps correctly clamp to 0 in [2413](https://github.com/OSC/ondemand/pull/2413).

### Added

- Maintanence pages can serve assets in [2436](https://github.com/OSC/ondemand/pull/2436).

## [2.0.29] - 10-31-2022

### Fixed

- Maintanence pages are no longer the default 503 pages in [2202](https://github.com/OSC/ondemand/pull/2202).
- Open terminal buttons do not appear when ssh to compute node is turn off in [2210](https://github.com/OSC/ondemand/pull/2210).
- Fujitsu TCS shows in active jobs in [2208](https://github.com/OSC/ondemand/pull/2208).
- Libraries use SHA1 instead of MD5 to support FIPS systems in [2328](https://github.com/OSC/ondemand/pull/2328).
- Dynamic batch connect now allows for multiple min & max settings in [2337](https://github.com/OSC/ondemand/pull/2337).
- Dynamic batch connect correctly handles keys with / in them in [2340](https://github.com/OSC/ondemand/pull/2340).

### Changed

- Open OnDemand now relies on NodeJS 14 (up from 12 which is EOL) in [2316](https://github.com/OSC/ondemand/pull/2316).
- The job composer now allows for copy environment setting in [2324](https://github.com/OSC/ondemand/pull/2324).
- Upgrade to ood_core 0.22.0 in [2349](https://github.com/OSC/ondemand/pull/2349).
- This adds the `vnc_container` batch connect template.

## [2.0.28] - 08-01-2022

### Fixed
Expand Down Expand Up @@ -1129,7 +1165,11 @@ 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.28...HEAD
[Unreleased]: https://github.com/OSC/ondemand/compare/v2.1.0...HEAD
[2.1.0]: https://github.com/OSC/ondemand/compare/v2.0.31...v2.1.0
[2.0.31]: https://github.com/OSC/ondemand/compare/v2.0.30...v2.0.31
[2.0.30]: https://github.com/OSC/ondemand/compare/v2.0.29...v2.0.30
[2.0.29]: https://github.com/OSC/ondemand/compare/v2.0.28...v2.0.29
[2.0.28]: https://github.com/OSC/ondemand/compare/v2.0.27...v2.0.28
[2.0.27]: https://github.com/OSC/ondemand/compare/v2.0.26...v2.0.27
[2.0.26]: https://github.com/OSC/ondemand/compare/v2.0.25...v2.0.26
Expand Down

0 comments on commit ffe8c3c

Please sign in to comment.