From 357ed9a32abe2393cb7601f32ac149d30d5084d7 Mon Sep 17 00:00:00 2001 From: Sendu Bala Date: Thu, 28 Jul 2022 13:04:36 +0100 Subject: [PATCH] Update CHANGELOG for v0.32.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b47060..484c84f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.32.0] - 2022-07-28 +### Added +- `wr cloud servers` has new `--destroy` option to kill servers that wr does not + think are bad. + +### Fixed +- Jobs with expected time exactly matching an LSF queue runtime limit will no + longer be scheduled to that queue, where they could never run before. +- Updated some dependencies to address a potential security vulnerability. + + ## [0.31.2] - 2022-03-28 ### Fixed - `wr status -o json --std` now includes stdout/err in the JSON output.