File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.23.5] - 04-10-2023
11
+
12
+ ### Fixed
13
+
14
+ - [ 804] ( https://github.com/OSC/ood_core/pull/804 ) fixed a kubernetes bug in the
15
+ ` info_all ` code path.
16
+ - Slurm ` -M ` flag now correctly accounts for full path ` sacctmgr ` commands in
17
+ [ 807] ( https://github.com/OSC/ood_core/pull/807 ) .
18
+
10
19
## [ 0.23.4] - 03-06-2023
11
20
12
21
### Fixed
@@ -500,8 +509,9 @@ Functionally the same as [0.17.3] but with some CI updates.
500
509
- Initial release!
501
510
502
511
[ Unreleased ] : https://github.com/OSC/ood_core/compare/v0.23.4...HEAD
503
- [ 0.23.4 ] : https://github.com/OSC/ood_core/compare/v0.23.4...v0.23.3
504
- [ 0.23.3 ] : https://github.com/OSC/ood_core/compare/v0.23.3...v0.23.2
512
+ [ 0.23.5 ] : https://github.com/OSC/ood_core/compare/v0.23.4...v0.23.5
513
+ [ 0.23.4 ] : https://github.com/OSC/ood_core/compare/v0.23.3...v0.23.4
514
+ [ 0.23.3 ] : https://github.com/OSC/ood_core/compare/v0.23.2...v0.23.3
505
515
[ 0.23.2 ] : https://github.com/OSC/ood_core/compare/v0.23.1...v0.23.2
506
516
[ 0.23.1 ] : https://github.com/OSC/ood_core/compare/v0.23.0...v0.23.1
507
517
[ 0.23.0 ] : https://github.com/OSC/ood_core/compare/v0.22.0...v0.23.0
Original file line number Diff line number Diff line change 1
1
module OodCore
2
2
# The current version of {OodCore}
3
- VERSION = "0.23.4 "
3
+ VERSION = "0.23.5 "
4
4
end
You can’t perform that action at this time.
0 commit comments