[pkg-eucalyptus-commits] [euca2ools] annotated tag v3.1.0-pre1 created (now 098c2bb)

Charles Plessy plessy at moszumanska.debian.org
Wed Oct 8 23:27:27 UTC 2014


This is an automated email from the git hooks/post-receive script.

plessy pushed a change to annotated tag v3.1.0-pre1
in repository euca2ools.

        at  098c2bb   (tag)
   tagging  ce637a16aa9f31bf558067917d9d9552076c20a5 (commit)
  replaces  3.0.2
 tagged by  Eucalyptus Systems, Inc
        on  Wed Mar 19 17:18:42 2014 -0700

- Log -----------------------------------------------------------------
3.1.0-pre1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABAgAGBQJTKjPiAAoJEL4mTQnBJAWWAUsQAJMWuRZeAGU2kisvNjDwFPbN
/a3uou/wRliiqo0QTwBfFT3nofgFj3CEy2vv/64qMHqwxvV8mXVPLcFuiSMZglPe
UTI7hZ5G51mXfCGIhgxcdD6iR97zSkq/dwtG+sAd/cDiH4DeCBrGIjtoWN8or4nx
pfuBi+d8jUUh3LnlbbwHBkl34VvOqpEOpoIjHTq7lds9TyWO9TMrQDkwtv3rYh7/
FQMo+PLnOnaMFvKaAAslSPAt4u+4M6ZI0IiKLNt9MkzqvGscLhRHEyEJiAh4wYs6
kdcKrmAG6/WNy/WplduZnh01i0v11wT5MtcbgKtkcjj12R8GCXEpYp/q51Ea3dCC
8hwKjI70B3hwd2IruZsZpWDPReqtD4fHA2z+wGMG3F4eRjZSw0cTqoIhY4WyjVdd
6Mvau+e1CUWQ34cKsURMVt0rNtj1Rtm42ie4oyDtZIGfR0bU4SpX9uCLUQTW1IIv
azhnZRQRt9jh9eh6tWYxyettKBRxq0JiA68MWgTx2PI0DIXXH4/ZtVGe9mWldFBy
lp4yzoaPUeO3MPICTSBsoueIbgMTLU9QryUVl+r2d2tJzayfON2YYr3uPqum+ccX
juRRjxJiD5xAumGR2meDZV5f8ZZyiLg84w3VZhoMNiKx+MmWhouKeuMc09YKvIB4
ZEpgzZ0BMcGQGVxtSq0b
=FC/o
-----END PGP SIGNATURE-----

Dmitrii Zagorodnov (1):
      Specific instructions for Ubuntu 12.04

Eucalyptus Systems, Inc (3):
      Version bump (3.0.2)
      Minor help string fixes
      Merge branch '3.0-maint'

Garrett Holmstrom (70):
      Version bump (3.1.0)
      Drop euca-create-volume's --zone option
      Minor cleanup
      Merge branch '3.0-maint'
      Merge branch '3.0-maint'
      Implement DescribeInstanceStatus
      Merge branch '3.0-maint'
      Merge remote-tracking branch 'sangmin/master'
      Fix console output parse failure with empty elements
      Merge remote-tracking branch 'mmunn1/3.0-maint'
      Re-add account IDs and add name fallback to DescribeImages
      Rearrange distro-specific instructions a bit
      Fix typo
      Add euca-register --platform
      Fix broken RootDeviceName defaulting
      Merge branch '3.0-maint'
      Merge remote-tracking branch 'sangmin/master'
      LB:  Prettify policy parameter printer
      Minor cleanup
      Print a nicer error when IAM policy parsing fails
      Drop default-region from our included config file
      Initial work on core stream (un)bundle methods
      WIP on new bundle part writer
      WIP on completely untested manifest code
      Minor cleanup
      Major refactor of new bundle/manifest code
      Add missing core.py module
      Minor cleanup
      Add (largely-untested) copy_with_progressbar
      Major fixes for bundling/unbundling code
      Minor fixes for BundleManifest
      Add new euca-bundle-image implementation
      Shut off BundleManifest XML Comments
      Add more BundleManifest logging
      Minor BundleImage improvements
      Clean up after IOError'd pipelines better
      PEP8 cleanup
      Use multiprocessing instead of os.fork
      Minor fixes
      Make part.size and manifest crypto optional in initializers
      Refactor bundle/upload code, add bundle-and-upload
      Accept service names for security group port numbers
      Merge remote-tracking branch 'bigschwan/bundle-fe' into bundle-stream
      Merge remote-tracking branch 'bigschwan/bundle-fe' into bundle-stream
      Targeted pep8/pylint cleanup
      Rename euca-unbundlestream to euca-unbundle-stream
      INSTALL:  fix Ubuntu dependency list
      Merge remote-tracking branch 'viglesiasce/hvm-images'
      Fix executable perms on new bundle tools
      Merge branch 'bundle-stream'
      Remove eustore client tools
      Add euca-fingerprint-key
      Fix bad imports
      Stop attempting to preserve sem FDs on Linux/glibc
      Fix imports (again)
      Actually return a value from copy_with_progressbar
      Make euca-download-bundle write manifest to -d dir
      Fix spurious headers in ListBucket requests
      Fix incorrect upload policy timestamp formatting
      Port to requestbuilder at 8547e5d
      Implement S3 object uploading with POST
      Fix copypaste error
      Move commands.bundle2 module to commands.bundle
      Drop NC commands
      Fix euca-bundle-image --region
      First attempt at upload-bundle upload policy support
      upload-bundle:  don't verify bucket existence when using upload policies
      Clean up bundle configure methods
      Merge branch '3.0-maint'
      Version bump (3.1.0-pre1)

Greg DeKoenigsberg (2):
      Merge pull request #33 from dmitrii/master
      Update INSTALL

Harold Spencer, Jr (2):
      Added feature to allow bucket management for images; either single bucket for all images or separate bucket for each image (kernel, ramdisk, root image)
      Cleaned up the argument handling for enabling separate bucket storage for images.

Marat Komarov (1):
      fixed: rsync command builder ignores '.*' files in volume (/)

Matt Clark (41):
      First pass at unbundle workflows using unbundle pipelines
      Merge branch 'bundle-stream' of https://github.com/eucalyptus/euca2ools into bundle-fe
      Remove old progress method, remove property, edit doc strings for pipe methods
      Remove unsed private key path in pipeline, allow None for progressbar
      Add progress bar to unbundle
      Formatting. Catch NameError if progressbar module not avail.
      Update test code to run with multiprocess
      Clean up unbundle command and pipeline
      Merge branch 'bundle-stream' of https://github.com/eucalyptus/euca2ools into bundle-fe
      Fix Manifest image_size attr. Use mixins for progress bar.
      Clean up unbundle. Move methods to utils and fittings from core.
      Allow unbundle to output to stdout. Some initial clean up debug logging
      Handle keyboard interrupt
      Add comments
      Close all subprocesses if exception in unbundle pipe. Allow maxbytes to be set for unbundle pipe.
      First pass at allowing unbundle to access a remote image via walrus request
      Clean up and format
      Replace StringIO with pipe for fetching remote manifest
      Create unbunbdle stream (stdin/out) command for use with unbundle pipe
      Unbundle stream comments and clean up
      Update for unbundle pipeline
      Fix for downloading bundled parts to dir w/o unbundling
      Move download bundle unbundle pipe to download-bundle
      Mute progress bar and pass dup'd stdout through pipe when -d - is provided
      Remove subprocess import
      Add manifest option to unbundlestrem for debug and ease of enc key and iv input
      Clean up debug
      Clean up unbundlestream error message on sha1 check
      Separate download bundle and unbundle ops, pep8 cleanup
      Pep cleanup
      Create unbundlestream and downloadandubundle commands
      Remove .py extentions for executables
      Return mp pipe for digest to allow async unbundle pipeline
      Replace Stringio. Move copy with progress bar to unbundlestream
      Rename euca-download-and-unbundle
      Fix unbundle stream(s) add debug
      Write bundle manifest if writing to directory and not single file obj
      Add docstrings, call GetObject directly, move download manifest to separate method
      Fix download-and-unbundle bin, formatting.
      Fix manifest read_from_file
      Fixes to upload bundle

Sang-Min Park (5):
      support --kernel and --ramdisk parameters to euca-bundle-upload (required for bundle-instance for Linux instances)
      fix per suggestion by gholmes
      Fix policy parameters in describe-loadbalancers
      Remove wrapping ServerCertificateMetadata
      Merge pull request #36 from sangmin/master

Vic Iglesias (1):
      Add support for hvm images

mmunn (1):
      TOOLS-390

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-eucalyptus/euca2ools.git



More information about the pkg-eucalyptus-commits mailing list