Skip to content

v2.0.0

Choose a tag to compare

@lmakarov lmakarov released this 31 Dec 20:35
· 98 commits to master since this release
0b27183

MAJOR RELEASE

This release is not backwards compatible with v1. It includes BREAKING CHANGES, which may lead to DATA LOSS on an existing v1 sandbox server. Upgrading existing sandbox server from v1 to v2 requires a manual backup and restored of the data on the data volume (/data).

The latest stable v1 release is v1.2.0.

Changes

  • Switched to the latest Ubuntu LTS 18.04.3 base image (AWS ad GCP)
  • AWS: Updated cloud init script - BREAKING CHANGE / DATA LOSS
    • Disabled using partitions on the data disk. Using fs over whole disk instead
    • Before updating, make a backup of your data volumes (/data). You will have to copy data over manually after the update.
  • AWS: Fixed switching between on-demand and spot EC2 modes
  • AWS: Added script to upload CloudFormation templates to S3 bucket
    • Now supporting versioned releases in addition to edge and stable.

AWS CloudFormation Templates