From 80c6add29dcaef1bac043c7296c0227170668bb7 Mon Sep 17 00:00:00 2001 From: HazelGrant Date: Tue, 28 Nov 2023 11:31:17 -0500 Subject: [PATCH] More accurate version bump --- CHANGELOG.md | 14 +++++++++++--- lib/ood_core/version.rb | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a1677bed..00a5d3c29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -## [0.23.6] - 11/28/2023 - -- [818](https://github.com/OSC/ood_core/pull/818) Changes `cluster.batch_connect_ssh_allow?` default from `nil` to `true` +## [0.24.0] - 11-28-2023 + +- Code cleanup and separate arguments with whitespace in Fujitsu TCS adapter by @mnakao in https://github.com/OSC/ood_core/pull/808 +- Add OUT_OF_MEMORY state for Slurm by @robinkar in https://github.com/OSC/ood_core/pull/809 +- find_port: avoid infinite loop by @utkarshayachit in https://github.com/OSC/ood_core/pull/811 +- handle find_port error codes by @utkarshayachit in https://github.com/OSC/ood_core/pull/812 +- vnc: run websockify as background process by @utkarshayachit in https://github.com/OSC/ood_core/pull/813 +- Add working_dir option for Fujitsu TCS job scheduler by @mnakao in https://github.com/OSC/ood_core/pull/816 +- Minor fix for Fujitsu TCS by @mnakao in https://github.com/OSC/ood_core/pull/817 +- Update rake requirement from ~> 13.0.1 to ~> 13.1.0 by @dependabot in https://github.com/OSC/ood_core/pull/814 +- Changes default return value for cluster.batch_connect_ssh_allow? by @HazelGrant in https://github.com/OSC/ood_core/pull/818 ## [0.23.5] - 04-10-2023 diff --git a/lib/ood_core/version.rb b/lib/ood_core/version.rb index 19e42f82f..784537d0b 100644 --- a/lib/ood_core/version.rb +++ b/lib/ood_core/version.rb @@ -1,4 +1,4 @@ module OodCore # The current version of {OodCore} - VERSION = "0.23.6" + VERSION = "0.24.0" end