We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ffb8a commit 7a79dd9Copy full SHA for 7a79dd9
2 files changed
api/cloudcontroller/ccversion/minimum_version.go
@@ -4,6 +4,10 @@ const (
4
MinSupportedV2ClientVersion = "2.128.0"
5
MinSupportedClientVersionV8 = "3.99.0"
6
7
+ MinVersionUpdateServiceNameWhenPlanNotVisibleV2 = "2.131.0"
8
+ MinVersionUpdateServiceInstanceMaintenanceInfoV2 = "2.135.0"
9
+ MinVersionMaintenanceInfoInSummaryV2 = "2.138.0"
10
+
11
MinVersionCreateServiceBrokerV3 = "3.72.0"
12
MinVersionCreateSpaceScopedServiceBrokerV3 = "3.75.0"
13
command/v7/push_command.go
@@ -7,7 +7,6 @@ import (
"strconv"
"strings"
- "code.cloudfoundry.org/cli/api/cloudcontroller/ccversion"
"github.com/cloudfoundry/bosh-cli/director/template"
log "github.com/sirupsen/logrus"
"gopkg.in/yaml.v2"
0 commit comments