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.
2 parents d4a3d5c + c8ad303 commit 6a50c91Copy full SHA for 6a50c91
templates/aws-stack.yml
@@ -210,8 +210,8 @@ Parameters:
210
BuildkiteAgentScalerVersion:
211
Description: "Version of the buildkite-agent-scaler to use."
212
Type: String
213
- AllowedPattern: '^(?:(?:[2-9]|[1-9]\d+)\.\d+\.\d+|1\.(?:[1-9]\d+\.\d+|9\.[1-9]\d*))$'
214
- ConstraintDescription: "The agent scaler release must be greater than 1.9.0 as a new parameter was introduced in 1.9.1"
+ AllowedPattern: '^(?:(?:[2-9]|[1-9]\d+)\.\d+\.\d+|1\.(?:[1-9]\d+\.\d+|9\.(?:[5-9]|[1-9]\d+)))$'
+ ConstraintDescription: "The agent scaler release must be 1.9.5 or newer."
215
Default: "1.9.5"
216
217
ScalerEnableExperimentalElasticCIMode:
0 commit comments