3.1.0
Features
-
TLS v1.2 is the minimum version supported when connecting to an Ops Manager
-
config-template
now will provide required-vars in addition to default-vars. -
config-template
will define vars with an_
instead of a/
.
This is an aesthetically motivated change.
Ops files are denoted with/
,
so changing the vars separators to_
makes this easier to differentiate. -
config-template
outputproduct-default-vars.yml
has been changed todefault-vars.yml
-
staged-config
includes the propertymax_in_flight
will be included
in theresource-config
section of a job. -
configure-product
can set the propertymax_in_flight
in theresource-config
section of a job.The legal values are:
- an integer for the number of VMs (ie
2
) - a percentage of 1-100 (ie
20%
) - the default value specified in tile (
default
)
For example,
resource-config: diego_cells: instances: 10 max_in_flight: 10
- an integer for the number of VMs (ie