You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by Michal Fojtik <mf...@redhat.com> on 2013/03/18 11:22:10 UTC

[ANNOUNCE] Release deltacloud 1.1.2

Hi all,

I am pleased to announce the release of Deltacloud 1.1.2. The release is
available from http://deltacloud.apache.org/download.html.

The gems are available on rubygems.org/gems/deltacloud-core/client.

NOTE: It takes a while for ASF mirrors to get updated.

KEYS: http://www.apache.org/dist/deltacloud/KEYS

git tag: release-1.1.2
git repo: https://git-wip-us.apache.org/repos/asf/deltacloud.git or
git://github.com/apache/deltacloud.git

WARNING:

If you are a CIMI user, you might need to run:

$ deltacloud-db-upgrade

before you run 'deltacloudd'.

NEWS:

1.1.2 - 2013-03-13

   * Deltacloud
     + Introducing the 'deltacloud-db-upgrade' command for CIMI database
     + Introducing the 'initializers'
     + Fixed various JRuby issues, Deltacloud now runs on Puma web server
     + Added possibility to defined multiple features in drivers per 
one-line
     + Fixed Deltacloud logging when running as a daemon
     + Improvements in how we load sinatra-rabbit collections
     + Fixed JSON/XML serialization of 'realms'
     + Fixed improper exception handling (DTACLOUD-489)
     + Fixed namespacing issues in sinatra-rabbit
     + Improved the 'filter_on' helper we use in drivers
     + Improved compatibility with upcoming Ruby 2.0
     + Deltacloud models now live in Deltacloud:: namespace (DTACLOUD-507)
   * CIMI
     + Introducing the CIMI 'create' entities (MachineCreate, 
MachineTemplateCreate, etc.)
     + CIMI models are now properly validated when they are created
     + General improvements in database support
     + Introducing initial System entity support
     + The 'rake cimi:routes' now display all CIMI entities and their routes
     + Added support for 'referenced' entities in CIMI models
     + (VolumeConfig): add missing type attribute
     + (MachineCreate): pass initialState to driver
     + Added possibility to use 'references' in 'array'
   * Drivers:
     + Mock
       - General cleanup in Mock driver code, removed unused requires/etc
       - Restored previously removed Network operations
       - Initial import of CIMI System entities (dkoper)
       - Create/delete blobs - update bucket size (DTACLOUD-498)
     + FGCP
       - Added code to exclude resources that were deleted during retrieval
       - Added support for storage_volume creation from snapshot 
(DTACLOUD-492)
       - Added mapping for GET system and system_templates (CIMI)
       - Added many unit tests
     + OpenStack
       - Remaped 'regions' to 'providers' (DTACLOUD-488)
       - Remove realm<->region mapping for created Instances (DTACLOUD-477)
     + DigitalOcean
       - Added :authentication_key feature to instances
       - Added 'valid_credentials?' method for digital_ocean driver
       - Fix filtering of realms (DTACLOUD-503)
       - Define default :realm_id and :hwp_id for create_instance
       - Advertise :destroy operation when instance is STOPPED
     + RHEV-M
       - Avoid failure of GET instance details (DTACLOUD-462)
     + VSphere
       - Added support for StoragePod
     + Opennebula
       - Fix when computehash['INSTANCE_TYPE'] is nil

Cheers,

-- Michal

[1] https://github.com/apache/deltacloud/blob/master/NEWS
-- 

Michal Fojtik <mf...@redhat.com>
Deltacloud API, CloudForms