Releases: coldbrewcloud/coldbrew-cli
Releases · coldbrewcloud/coldbrew-cli
v1.4.2
Changes
- Fix default image finding issue (AMI tags not shown to other accounts)
- Go version: v1.9.0
v1.4.0
Changes
- Added
--app-name
and --cluster-name
flags to status
and delete
commands: now users can use those commands without a configuration file
v1.3.1
Changes
- Added load balancer info to
status
command
v1.3.0
Changes
- Added container logging support. See Logging.
v1.2.0
Changes
coldbrew-cli supports the custom image for the ECS Container Instances.
- Added coldbrew-cli default image lookup
- Added
--instance-image-id
flag to cluster-create
command
- Added
--instance-userdata
flag to cluster-create
command
- Added
us-east-2
region support
- Instance detailed monitoring for ECS Container Instances are disabled by default.
v1.1.0
Changes
- Added HTTPS support for Load Balancer. To enable HTTPS traffic, specify HTTPS port number (typically
443
) using .load_balancer.https_port
config and also specify SSL certificate ARN using .aws.elb_certificate_arn
config.