We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b2dfd commit c582d06Copy full SHA for c582d06
jobs/golangapiserver/spec
@@ -95,7 +95,7 @@ properties:
95
default: "Autoscaler"
96
autoscaler.apiserver.info.build:
97
description: "Autoscaler application build number"
98
- default: "15.1.0"
+ default: "15.2.0"
99
autoscaler.apiserver.info.support_url:
100
description: "Autoscaler application support page URL"
101
default: "https://github.com/cloudfoundry/app-autoscaler-release"
src/autoscaler/api/default_info.json
@@ -1,6 +1,6 @@
1
{
2
"name": "Autoscaler",
3
- "build": "15.1.0",
+ "build": "15.2.0",
4
"support": "https://github.com/cloudfoundry/app-autoscaler-release",
5
"description": "Automatically increase or decrease the number of application instances based on a policy you define."
6
}
0 commit comments