From fbf35f51d0be4676da18ab169d1fce7541dea733 Mon Sep 17 00:00:00 2001 From: trav271rt Date: Mon, 1 Nov 2021 11:06:47 -0400 Subject: [PATCH] Updating changelog (#1545) * Updating changelog * Updating GH links. --- CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e48ffb98c..d8f3e5def5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ 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/spec/v2.0.0.html). ## [Unreleased] + +## [2.0.19] - 2021-10-29 + +### Fixed + +- Fixed CSS issue where the noVNC range sliders looked washed out and hard to notice - + [1384](https://github.com/OSC/ondemand/issues/1384). +- Selinux updates mostly for k8s - [1497](https://github.com/OSC/ondemand/pull/1497) + +### Added + +- Add tmpfiles.d file for ondemand-nginx - [1501](https://github.com/OSC/ondemand/pull/1501) +- Initialize k8s - [1493](https://github.com/OSC/ondemand/pull/1493) + ## [2.0.18] - 2021-10-06 ### Security @@ -903,7 +917,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.18...HEAD +[Unreleased]: https://github.com/OSC/ondemand/compare/v2.0.19...HEAD +[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 [2.0.16]: https://github.com/OSC/ondemand/compare/v2.0.15...v2.0.16