We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83b856 commit af4fd5bCopy full SHA for af4fd5b
2 files changed
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
9
+## [0.23.2] - 2020-10-24
10
+
11
+- Fixed min & max for ascend to be 88 instead of 96 in [106](https://github.com/OSC/bc_osc_rstudio_server/pull/106).
12
13
## [0.23.1] - 2020-10-24
14
15
- Fixed min & max for ascend and update form labels for R version in [105](https://github.com/OSC/bc_osc_rstudio_server/pull/105).
form.yml.erb
@@ -67,7 +67,7 @@ attributes:
67
data-min-num-cores-for-cluster-pitzer: 1,
68
data-max-num-cores-for-cluster-pitzer: 48,
69
data-min-num-cores-for-cluster-ascend: 1,
70
- data-max-num-cores-for-cluster-ascend: 96,
+ data-max-num-cores-for-cluster-ascend: 88,
71
data-option-for-cluster-kubernetes: false,
72
data-option-for-cluster-kubernetes-test: false,
73
data-option-for-cluster-kubernetes-dev: false
@@ -99,7 +99,7 @@ attributes:
99
100
101
102
103
104
105
0 commit comments