Build Import and Export
ddollar
released this
10 Sep 16:02
·
3485 commits
to master
since this release
The Rack API now supports exporting and importing builds. You can use this functionality to move builds between different Racks and to ensure that you are using identical images throughout your CI/CD pipeline.
$ convox builds export B12345678 --app myapp --rack staging > export.tgz
$ convox builds import --app myapp --rack production < export.tgz
Enhancements
Fixes
- #1182 Fix for services linking and unlinking [@MiguelMoll]
- #1192 Fix "Created Unknown" sometimes seen during
convox install
[@ddollar] - #1196 Fix security group port on memcached service [@ddollar]
- #1203 Fix for deleting images on apps using a v1 manifest [@MiguelMoll]
- #1209 Stream logs immediately without attempting to enforce order [@ddollar]