Skip to content

Releases: GoogleCloudPlatform/compute-image-tools

Beta v20171212

12 Dec 21:20
84ddb4d
Compare
Choose a tag to compare

Daisy

Fix confusing step populate error. Addresses #205
Fix DeleteResources.checkError logic

Beta v20171204

04 Dec 23:50
290c3f4
Compare
Choose a tag to compare

Daisy

Only log errors when a resource DNE in DeleteResources
Fail validation if an image is marked OBSOLETE or DELETED

Workflows

Fix typos in SQL image build workflows
Skip SDK checks for EL6 image import

Other

Add image import/translation precheck tool

Beta v20171114

14 Nov 20:29
Compare
Choose a tag to compare

Daisy

Add clearer errors on invalid project and zone.
Unmarshal SubWorkflows and IncludeWorkflows in populate.
More E2E tests.
New documentation.

Workflows

Fix selinux contexts in Enterprise Linux translations.
Fix SDK install in EL7 translations.
Fix for upstart in EL6 translations.
Fix for memory footprint in libguestfs.
Refactored Enterprise Linux build workflows and removed unnecessary export steps.
Added Oracle Linux build workflows.
Added build workflows for SQL Server on Windows images.

Beta v20171031

31 Oct 22:01
41dd560
Compare
Choose a tag to compare

Workflows

Fix Ubuntu 14.04 translation failures.
Refactored all Linux translations and fixed several bugs.
Fix Debian translations to work for complex disk layouts.

Beta v20171024

24 Oct 21:24
Compare
Choose a tag to compare

Daisy

Add OverWrite field to CreateImage, follow NextPageToken for List* functions
Don't return from waitForSerialOutput if instance is STOPPING

Workflows

Update RHEL base image builds to enable BYOL builds
Fix exceptions in translate workflows and move 1404 to a real image.

Alpha v20171004

04 Oct 17:17
Compare
Choose a tag to compare

Workflows

Fixed bugs in the RHEL 6 translation workflows.
Use common base logic for all Linux translations.

Alpha v20171002

02 Oct 19:50
Compare
Choose a tag to compare

Daisy

Add additional checks for resources existing in GCE
Fix step_create_images from running populate() twice.
Allow foo.com:bar project naming
Added populate logic to the DeleteResources step type.

Workflows

Linux translate: remove unnecessary overwrite of resolv.conf
translate_ubuntu: use python-guestfs

Alpha v20170921

21 Sep 23:39
Compare
Choose a tag to compare

Daisy

  • Add StatusMatch signal in WaitForInstanceSignal.
  • More useful status logging.

Workflows

  • Add more useful logging to import workflow.
  • Fix RHEL/CentOS translation workflows and use guestfs to handle LVM disks.
  • Update Windows translation workflows to fix remove VMWare tools and fix several bugs.

Alpha v20170913

13 Sep 21:16
Compare
Choose a tag to compare
Create "RealName" field, deprecate "ExactName" on Create* steps. (#156)

Alpha v20170907

07 Sep 17:55
Compare
Choose a tag to compare
Apply GCS ACLs on a recursive copy, add populate and validate for Cop…