At long last, the release of Deltacloud 0.1.0 is available. The release consists of four files total: the server and the Ruby client, in gem and tgz format each. It can be found at [1]. There is also a detached GPG signature for each of the files[2]
This is the first release of Deltacloud as part of the Apache Incubator. With this release, the Deltacloud API can also be considered stable - any changes to the API in future releases will be done in such a way that existing clients will work with a newer server, i.e. API changes will be fully backwards-compatible. Thanks to everybody who has contributed to Deltacloud, and to the mentors for helping me find my way through the release process. David [1] http://www.apache.org/dist/incubator/deltacloud/0.1.0/ [2] To verify the signature, first download both the .asc file and the corresponding artifact. Then, run a command like this: gpg --verify $artifact.asc If that command fails because you don't have the required public key, then run this command to import it: gpg --keyserver keys.gnupg.net --recv-keys FC6E8A22 and rerun the `gpg --verify' command.
