Skip to content

Commit 7a79dd9

Browse files
committed
Update min versions
1 parent 71ffb8a commit 7a79dd9

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

api/cloudcontroller/ccversion/minimum_version.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ const (
44
MinSupportedV2ClientVersion = "2.128.0"
55
MinSupportedClientVersionV8 = "3.99.0"
66

7+
MinVersionUpdateServiceNameWhenPlanNotVisibleV2 = "2.131.0"
8+
MinVersionUpdateServiceInstanceMaintenanceInfoV2 = "2.135.0"
9+
MinVersionMaintenanceInfoInSummaryV2 = "2.138.0"
10+
711
MinVersionCreateServiceBrokerV3 = "3.72.0"
812
MinVersionCreateSpaceScopedServiceBrokerV3 = "3.75.0"
913

command/v7/push_command.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import (
77
"strconv"
88
"strings"
99

10-
"code.cloudfoundry.org/cli/api/cloudcontroller/ccversion"
1110
"github.com/cloudfoundry/bosh-cli/director/template"
1211
log "github.com/sirupsen/logrus"
1312
"gopkg.in/yaml.v2"

0 commit comments

Comments
 (0)