mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Release 1.23.0
This commit is contained in:
parent
19c712a0b0
commit
e5245ba991
4 changed files with 397 additions and 3 deletions
351
CHANGELOG.md
351
CHANGELOG.md
|
@ -1,3 +1,354 @@
|
|||
## 1.23.0 07/17/2014
|
||||
*Hash* 19c712a0b0d449c0e0cceaf94e3ee8703814db32
|
||||
|
||||
Statistic | Value
|
||||
------------- | --------:
|
||||
Collaborators | 30
|
||||
Downloads | 6050760
|
||||
Forks | 1243
|
||||
Open Issues | 192
|
||||
Watchers | 3129
|
||||
|
||||
**MVP!** ller
|
||||
|
||||
#### [#3048]
|
||||
* Lock down rest-client version. thanks Paul Thornthwaite
|
||||
* Don't drop 1.8.7 checking yet. thanks Paul Thornthwaite
|
||||
|
||||
#### [AWS]
|
||||
* add describe_vpc_attribute. thanks Konstantinos Natsakis
|
||||
|
||||
#### [AWS|Compute]
|
||||
* support for modify_subnet_attribute. thanks Frederick Cheung
|
||||
|
||||
#### [GH-2932]
|
||||
* Disable brittle test. thanks Paul Thornthwaite
|
||||
|
||||
#### [aws]
|
||||
* add mock tagging for acls and vpcs, refactor types. thanks Ben House
|
||||
* support `xvd` based devices (HVM). thanks Jason Hansen
|
||||
* update refs to ec2_compatibility_mode. thanks Michael Hale
|
||||
|
||||
#### [aws/security_group]
|
||||
* Support mock of group from another account. thanks Greg Burek
|
||||
|
||||
#### [aws|compute]
|
||||
* adding support for t2 instance class. thanks Yousef Ourabi
|
||||
|
||||
#### [aws|elb]
|
||||
* add support for ELB connection draining. thanks Blake Gentry
|
||||
* Fix tests so that they work with FOG_MOCK=false for both EC2-Classic and VPC style AWS accounts. thanks Michael Hale
|
||||
|
||||
#### [cloudsigma]
|
||||
* remove meaningless 'related' attribute type. thanks geemus
|
||||
|
||||
#### [dynect|dns]
|
||||
* Fixes exception behavior for 307's. thanks Nick Janus
|
||||
|
||||
#### [glesys]
|
||||
* API change, new attribute :bandwidth added. thanks and Tomas Skogberg
|
||||
|
||||
#### [google | compute]
|
||||
* add google-containers project for images. thanks Eric Johnson
|
||||
|
||||
#### [google|compute]
|
||||
* remove hard-coded references to /projects/google/. thanks Eric Johnson
|
||||
* Some fixes for Images. thanks Ferran Rodenas
|
||||
* Improve Server support. thanks Ferran Rodenas
|
||||
* Enable passing the google key as a String. thanks Ferran Rodenas
|
||||
* Add disk_size_gb to 'Image' model. thanks Ferran Rodenas
|
||||
* Add DiskType resource. thanks Ferran Rodenas
|
||||
* Add support for DiskTypes in Disks. thanks Ferran Rodenas
|
||||
* Fix operations scopes for compute engine. thanks ashmrtnz
|
||||
|
||||
#### [misc]
|
||||
* remove :url param from get_service request for google storage. thanks Lomoff
|
||||
* fix disks and servers live tests. thanks Lomoff
|
||||
* remove some test output, add size_gb as a required field for disk creation. thanks Lomoff
|
||||
* rewrite the way model is waited in live tests. thanks Lomoff
|
||||
* fix asynchronious disks collection tests. thanks Lomoff
|
||||
* fix object test (it already was shared object with such name somewhere). thanks Lomoff
|
||||
* fix live tests for google engine. thanks Lomoff
|
||||
* add new line to the end of google_tests_helper.rb. thanks Lomoff
|
||||
* refactor to remove backoff-if-unfound function from google compute service. thanks Lomoff
|
||||
* fix 1.8.7 compatibility. thanks Lomoff
|
||||
* merge with master. thanks Lomoff
|
||||
* one: changed name nic to interface. thanks ller
|
||||
* one server: added interfaces_attributes. thanks ller
|
||||
* one: added nil defaults for interfaces. thanks ller
|
||||
* one: added to_label to flavor. thanks ller
|
||||
* one: added vlan and to_label for network. thanks ller
|
||||
* one: added groupid for servers. thanks ller
|
||||
* one: raise one errors if vm allocation fails. thanks ller
|
||||
* Revert "[opennebula] ruby 1.8.7: add gem require_relativ". thanks ller
|
||||
* Move PrivateIpAddress to the NetworkInterface structure. thanks Andrew Hodges
|
||||
* Link catalog item to a catalog in Mock. thanks Anna Shipman
|
||||
* Add Mock for a vAppTemplate. thanks Anna Shipman
|
||||
* Add a Mock for post_instantiate_vapp_template. thanks Anna Shipman
|
||||
* Do not return a network from sample config. thanks Anna Shipman
|
||||
* Add Mock for put_memory. thanks Anna Shipman
|
||||
* Add Mock for put_vm. thanks Anna Shipman
|
||||
* Add Mock for put_cpu. thanks Anna Shipman
|
||||
* Add Mock for get_vapp_metadata. thanks Anna Shipman
|
||||
* Add Mock for put metadata. thanks Anna Shipman
|
||||
* Add Mock for get_vms_in_lease_from_query. thanks Anna Shipman
|
||||
* Add Mock for edgeGateway query. thanks Anna Shipman
|
||||
* Make name of network less generic. thanks Anna Shipman
|
||||
* Add Mock for orgVdc in get_execute_query. thanks Anna Shipman
|
||||
* Add support for tags for Data Pipeline. thanks Anthony Accardi
|
||||
* allow to instantiate template without network_id. thanks Barrett Jones
|
||||
* promote read replica test (pending), style cleanup. thanks Ben Chadwick
|
||||
* fix EngineVersion for PendingModifiedValues (plus minor cleanup). thanks Ben Chadwick
|
||||
* add tagSet to describe_network_acls. thanks Ben House
|
||||
* pass tags when creating network acl. thanks Ben House
|
||||
* remove tag setting from describe_network_acls. thanks Ben House
|
||||
* apply tag filters to network acls. thanks Ben House
|
||||
* add tests for acl tag filtering. thanks Ben House
|
||||
* clean up acl test tag. thanks Ben House
|
||||
* update delete_tags request to match create_tags. thanks Ben House
|
||||
* add tagging for vpcs. thanks Ben House
|
||||
* move tagged_resources method to compute. thanks Ben House
|
||||
* tag vpc after it is created. thanks Ben House
|
||||
* tag acl after it is created. thanks Ben House
|
||||
* merge tags if present, reset mocks after acl/vpc tests. thanks Ben House
|
||||
* promote read replicas. thanks Benjamin Chadwick
|
||||
* fix. thanks Benjamin Chadwick
|
||||
* fix parser. thanks Benjamin Chadwick
|
||||
* update to mocking code. thanks Benjamin Chadwick
|
||||
* rename Fog::Compute::OpenStack::Tenants#find_by_id to #get for consistency. thanks Brett Lentz
|
||||
* add ability to replace existing Dyn records. thanks Brett Lentz
|
||||
* Typo in fog.io link. thanks ltje
|
||||
* Content type to upload vAppTemplates is application/vnd.vmware.vcloud.uploadVAppTemplateParams+xml'. thanks Daniel Aragao
|
||||
* Fixes attributes when generating xml body for post deploy vapps. thanks Daniel Aragao
|
||||
* Adds VPN section to edge gateway service configuration. thanks Daniel Aragao
|
||||
* Adds DHCP to edge gateway service configuration. thanks Daniel Aragao
|
||||
* Using end_point rather than static IP 10.194.1.65 on xsi. thanks Daniel Aragao
|
||||
* mock wasn't being set with FOG_MOCK env variable. thanks Daniel Aragao
|
||||
* updated regions list. thanks Dave Benvenuti
|
||||
* Behave more like DO when private_networking flag is passed in. Include a private_ip_address in the response only if the region supports private networking. thanks Dave Benvenuti
|
||||
* fixed whitespace. thanks Dave Benvenuti
|
||||
* Fixing uniq_id issue with create_load_balancer mock. thanks Dejan Menges
|
||||
* Forgot to commit uniq_id. thanks Dejan Menges
|
||||
* Fixing uniq_id issue with create_load_balancer mock. thanks Dejan Menges
|
||||
* Forgot to commit uniq_id. thanks Dejan Menges
|
||||
* Deduplicating, using Fog::Mock.random_numbers(). thanks Dejan Menges
|
||||
* Add pretend networking and interface association to the network interface mocking. thanks Eric Herot
|
||||
* sub double for single quotes. thanks Eric Herot
|
||||
* Treat device index as string instead of int. thanks Eric Herot
|
||||
* Set instance vpcId based on subnet vpcId. thanks Eric Herot
|
||||
* More aggressively reset the mocking environment. thanks Eric Herot
|
||||
* Add ipaddress gem requirement. thanks Eric Herot
|
||||
* Add some line breaks to duplicate interface failure test. thanks Eric Herot
|
||||
* Reset mocking environment before acl test. thanks Eric Herot
|
||||
* Reset mocking environment in ELB model tests. thanks Eric Herot
|
||||
* Reset mocking environment in internet gateway tests. thanks Eric Herot
|
||||
* Reset mocking environment in route tests. thanks Eric Herot
|
||||
* Reset mock environment in assign private ip tests. thanks Eric Herot
|
||||
* Allow subnets with same CIDR but different IP (and test for it). thanks Eric Herot
|
||||
* support r3 instances & expose virtualization type. thanks Eugene Howe
|
||||
* properly initialize compute object inside elb methods. thanks Eugene Howe
|
||||
* fix for 1.8.7. thanks Eugene Howe
|
||||
* allow files in personality to have symbol keys. thanks Gabe Conradi
|
||||
* Use latest AWS EC2 API version. thanks Greg Burek
|
||||
* Adds encrypted EBS snapshots. thanks Greg Burek
|
||||
* Adds encrypted EBS volumes. thanks Greg Burek
|
||||
* Adds parsing for encrypted block devices to create_image. thanks Greg Burek
|
||||
* Adds comment about using encrypted flag with block device mapping on run_instances. thanks Greg Burek
|
||||
* Updates volume mocks to reflect new IOPs to size ratio of 30:1. thanks Greg Burek
|
||||
* Get to green. thanks Greg Burek
|
||||
* Correct AWS API version to one in the past. thanks Greg Burek
|
||||
* Full API coverage of the CloudStack 4.2.X API. thanks Jeff Moody
|
||||
* Updated to no longer change historical method signatures. thanks Jeff Moody
|
||||
* Add Fog::Compute.create_many and bootstrap_many. thanks John Keiser
|
||||
* Move save_many to servers, reuse save_many in save. thanks John Keiser
|
||||
* Fix describe_internet_gateways calls for >1 igw. thanks Jon Topper
|
||||
* AWS Ensure NetworkInterface model exposes private ip addresses. thanks Jonathan Serafini
|
||||
* AWS Ensure allocation_id is set on private ip address. thanks Jonathan Serafini
|
||||
* Add the DisableApiTermination flag to the AWS Server model, so it can be sent on instance creation. thanks Jordan Day
|
||||
* hardcoded linode flavor cores until they add it to their api. thanks Josh Blancett
|
||||
* update for new linode flavor ids. thanks Josh Blancett
|
||||
* add request for linode.config.delete. thanks Josh Blancett
|
||||
* add request for linode.config.update. thanks Josh Blancett
|
||||
* Denser code style. thanks Konstantinos Natsakis
|
||||
* Updated setup method to retry once on disconnect to try to address issues with Ubuntu 12.04 images. thanks Kyle Rames
|
||||
* rebasing with master. thanks Kyle Rames
|
||||
* Fix #2892: "rake travis" fails with can't modify frozen String. thanks Marcin Owsiany
|
||||
* Added ip_address methods consistent with openstack. thanks Marcus Nilsson
|
||||
* Add fog-softlayer module . thanks Matt Eldridge
|
||||
* Update links to DigitalOcean SSH-key docs. thanks Matthew Breeden
|
||||
* remove www subdomain from digital ocean ssh-key links. thanks Matthew Breeden
|
||||
* Support for required EvaluateTargetHealth for ALIAS records. thanks Riordan
|
||||
* took out os_account_meta_temp_url_key as a required parameter and marked it as deprecated. this code does not belong in the hp provider. thanks Mike Hagedorn
|
||||
* added exception for using temp urls with no key. thanks Mike Hagedorn
|
||||
* Add basic mock data for vapp/vm. thanks Mike Pountney
|
||||
* add Mock for get_vapp. thanks Mike Pountney
|
||||
* extend get_vdc mock to return contained vApps. thanks Mike Pountney
|
||||
* add vApps-in-vDC support in Mock. thanks Mike Pountney
|
||||
* Add LeaseSettingSection Mocks for vApps. thanks Mike Pountney
|
||||
* Add Owner Mocks for vApps. thanks Mike Pountney
|
||||
* Add Mocks for VM VirtualHardwareSection GET methods. thanks Mike Pountney
|
||||
* Mock for get_snapshot_section. thanks Mike Pountney
|
||||
* Mock for get_network_connection_system_section_vapp. thanks Mike Pountney
|
||||
* Mock for get_operating_system_section. thanks Mike Pountney
|
||||
* Add Mock for get_startup_section. thanks Mike Pountney
|
||||
* Add (crap) Mock for get_network_config_section_vapp. thanks Mike Pountney
|
||||
* Add Mock for get_runtime_info_section_type. thanks Mike Pountney
|
||||
* Add Mock support in get_vm_capabilities. thanks Mike Pountney
|
||||
* Fix 1.8.7 bug - trailing comma in arg list. thanks Mike Pountney
|
||||
* Fix 1.8.7 bug - trailing comma in arg list. thanks Mike Pountney
|
||||
* Workaround for Hash.select in Ruby 1.8. thanks Mike Pountney
|
||||
* Remove coveralls. thanks Nat Welch
|
||||
* Remove coveralls from test helper. thanks Nat Welch
|
||||
* second attempt to fix issue# 2748, plus fix the same problem for the volume/s and spot request/s models as well. thanks Nathan Sullivan
|
||||
* Change signature of stop method. thanks Olle Lundberg
|
||||
* Add support for expunging node in cloudstack. thanks Olle Lundberg
|
||||
* Remove COVERAGE env setup on Travis. thanks Paul Thornthwaite
|
||||
* Add Rubocop and checklist. thanks Paul Thornthwaite
|
||||
* Guard Ruby 1.8.7 against Rubocop in short term. thanks Paul Thornthwaite
|
||||
* Standardise empty lines throughout codebase. thanks Paul Thornthwaite
|
||||
* Standardise indentation of access modifiers. thanks Paul Thornthwaite
|
||||
* Remove trailing blank lines. thanks Paul Thornthwaite
|
||||
* Remove trailing whitespace. thanks Paul Thornthwaite
|
||||
* Update rubocop todo list. thanks Paul Thornthwaite
|
||||
* Replace `alias` with `alias_method`. thanks Paul Thornthwaite
|
||||
* Standardise on collection methods. thanks Paul Thornthwaite
|
||||
* Replace deprecated File.exists? method. thanks Paul Thornthwaite
|
||||
* Replace deprecated Hash methods. thanks Paul Thornthwaite
|
||||
* Update rubocop todo list. thanks Paul Thornthwaite
|
||||
* Remove providers directory. thanks Paul Thornthwaite
|
||||
* Remove edge check for fog-brightbox. thanks Paul Thornthwaite
|
||||
* Make job polling requests for Dyn retryable within exconn by passing the idempotent option. thanks Peter Drake
|
||||
* initial opennebula fog class and directories. thanks Sebastian Saemann
|
||||
* dynect: dns: dramatically improve speed of 'get_all_records' request and 'records.all' method. thanks Shawn Catanzarite
|
||||
* Add custom_fields support to vcloud_director. thanks Simas Cepaitis
|
||||
* Fix typo. thanks Simas Cepaitis
|
||||
* Add custom_fields to vapp, remove debug info. thanks Simas Cepaitis
|
||||
* Add couple of functions and tests. thanks Simas Cepaitis
|
||||
* Rename method to put_product_sections and update it's documentation. thanks Simas Cepaitis
|
||||
* Add custom_fields support to vcloud_director. thanks Simas Cepaitis
|
||||
* Fix typo. thanks Simas Cepaitis
|
||||
* Add custom_fields to vapp, remove debug info. thanks Simas Cepaitis
|
||||
* Add couple of functions and tests. thanks Simas Cepaitis
|
||||
* Rename method to put_product_sections and update it's documentation. thanks Simas Cepaitis
|
||||
* remove :host from request parameters, stopping excon errors. thanks Tom Armitage
|
||||
* Add options support. thanks Tom Noonan II
|
||||
* Add options argument to all() method. thanks Tom Noonan II
|
||||
* Add pagination markers (#2908). thanks Tom Noonan II
|
||||
* Fix variable name error. thanks Tom Noonan II
|
||||
* Resolve copypasta error. thanks Tom Noonan II
|
||||
* Resolve issue where metadata was being discarded too early. thanks Tom Noonan II
|
||||
* Create volume in specific availability zone. thanks sig
|
||||
* remove jekyll dependency. thanks geemus
|
||||
* allow 1.8.7 failures. thanks geemus
|
||||
* remove duplication in fog/xml connection stuff. thanks geemus
|
||||
* fix 2.1.1 syntax error with updated attributes. thanks geemus
|
||||
* bump fog-core dep. thanks geemus
|
||||
* remove explicit call for 'type' hash, fallback to default. thanks geemus
|
||||
* fix erroneous date_time type. thanks geemus
|
||||
* Update create_server.rb. thanks georgyous
|
||||
* pass options to zerigo list_hosts. thanks joe morgan
|
||||
* Add options for listing hosts Options include - Per_page - Page - FQDN. thanks joe morgan
|
||||
* update styling per rubocop. thanks joe morgan
|
||||
* update indentation. thanks joe morgan
|
||||
|
||||
#### [opennebula]
|
||||
* adapted the new require structure and added uuid for server model. thanks ller
|
||||
* removed debug infos. thanks ller
|
||||
* raise an ArgumentError if VM name is empty/nil. thanks ller
|
||||
* add gem dependencies and require. thanks ller
|
||||
* add vm_allocate and network tests. thanks ller
|
||||
* make one provider available to fog. thanks ller
|
||||
* added README and some examples for opennebula provider. thanks ller
|
||||
* Added several mocks for fit live testing. thanks ller
|
||||
* fixed indentation and changed string interpolation. thanks ller
|
||||
* typo in raise. thanks ller
|
||||
* interface model: attributes are nil by default; added persisted?. thanks ller
|
||||
* network model: removed default definition of attribute description. thanks ller
|
||||
* fixed indentation. thanks ller
|
||||
* VNC console cleanup. thanks ller
|
||||
* fixed indentation. thanks ller
|
||||
* interface model: added method persisted?. thanks ller
|
||||
* server model: comments and rename of methods (for compability to foreman). thanks ller
|
||||
* removed opennebula dependecies. thanks ller
|
||||
* gemspec: moved opennebula to development_dependency. thanks ller
|
||||
* fixed indentation. thanks ller
|
||||
* add credentials to mock_helper. thanks ller
|
||||
* ruby 1.8.7: add gem require_relativ. thanks ller
|
||||
* fix link in readme. thanks ller
|
||||
* VNC: require local file compatible to ruby 1.8.7. thanks ller
|
||||
* flavor model: minor simplifications. thanks ller
|
||||
* fixed indentations. thanks ller
|
||||
* model flavor: lowercase attributes. thanks ller
|
||||
* added groups.get and groups.get_by_name filters. thanks ller
|
||||
* added flavors.get_by_name. thanks ller
|
||||
* code cleanup, indentations. thanks ller
|
||||
* use flavors.get_by_name for live tests. thanks ller
|
||||
* clean up and code simplification. thanks ller
|
||||
* use id instead of uid for groups. thanks ller
|
||||
* interface: use persisted? instead of new?; remove constructor. thanks ller
|
||||
* use id instead of uuid for network. thanks ller
|
||||
* network tests: use id not uuid. thanks ller
|
||||
* Added live/mock tests for group/s. thanks ller
|
||||
* network: removed unnecessary constructor. thanks ller
|
||||
* fix for #3003 - soft load the opennebula gem. thanks ller
|
||||
|
||||
#### [openstack | server]
|
||||
* start/stop/pause/suspend actions. thanks Marek Kasztelnik
|
||||
|
||||
#### [openstack|compute]
|
||||
* added descriptions to returns blocks in the security_groups tests in hopes of trying to track down the cause of issue #2874. thanks Kyle Rames
|
||||
|
||||
#### [openstack|storage]
|
||||
* fixing bug metadata indifferent access implementation. thanks Kyle Rames
|
||||
|
||||
#### [ovirt]
|
||||
* force volumes reload on volume locked? check. thanks Amos Benari
|
||||
|
||||
#### [rackspace]
|
||||
* updating authentication endpoints. thanks Kyle Rames
|
||||
|
||||
#### [rackspace|autoscale]
|
||||
* fixing typo in docs. thanks Kyle Rames
|
||||
* call clear on collection if group has not been persisted in order to prevent fog from lazy loading non-existent collections. thanks Kyle Rames
|
||||
* updating getting started docs. thanks Kyle Rames
|
||||
* fixing broken tests. thanks Kyle Rames
|
||||
|
||||
#### [rackspace|compute_v2]
|
||||
* escaping flavor_id and image_id in get operations. thanks Kyle Rames
|
||||
|
||||
#### [rackspace|load balancers]
|
||||
* updating node handling so it is similar to PR#3010. thanks Kyle Rames
|
||||
|
||||
#### [rackspace|loadbalancers]
|
||||
* updated code so that you did not need to pass nodes in during load balancer creation. thanks Kyle Rames
|
||||
* updated to only call clear on newly created nodes and access rule collections for unpersisted load balancers. thanks Kyle Rames
|
||||
* The id, and ipVersion were not being populated when making a create load balancer call. Fixes #3008. thanks Kyle Rames
|
||||
|
||||
#### [rackspace|storage]
|
||||
* made the index operator use indifferent access in order to fix issue #2881. thanks Kyle Rames
|
||||
|
||||
#### [stormondemand|dns]
|
||||
* fixing typo in require statement. thanks Kyle Rames
|
||||
|
||||
#### [vcloud_director]
|
||||
* Add :put_network request. thanks Mike Pountney
|
||||
* missing post_capture_vapp functionality. thanks Nick Osborn
|
||||
* Implement post_create_catalog_item. thanks Nick Osborn
|
||||
* gateway should be nullable in network. thanks geemus
|
||||
* allow nullable FenceMode. thanks geemus
|
||||
|
||||
#### [vsphere]
|
||||
* Fixed bug in which clients are forced to wait for instance. The 'wait' option was being forced to true in clone_vm. thanks Cyrus Team
|
||||
* Fixed bug in which clients are forced to wait for instance. The 'wait' option was being forced to true in clone_vm. thanks Cyrus Team
|
||||
* expose VM virtual hardware version. thanks Michael Moll
|
||||
* Remove the relative_path attribute. thanks Timur Alperovich
|
||||
* Use the server_id in interfaces. thanks Timur Alperovich
|
||||
* Use server_id in the Volumes collection. thanks Timur Alperovich
|
||||
|
||||
#### [zerigo]
|
||||
* Fix Invalid Excon request warning. thanks Phil Kates
|
||||
|
||||
|
||||
## 1.22.1 05/29/2014
|
||||
*Hash* ca603769c940481885d60cda68288eb124c49cd6
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
* A.S. Lomoff <lomov.as@gmail.com>
|
||||
* Aaron Bell <aarontbell@gmail.com>
|
||||
* Aaron Suggs <aaron@ktheory.com>
|
||||
* Abhishek Chanda <abhishek.becs@gmail.com>
|
||||
* Achim Ledermüller <achim.ledermueller@netways.de>
|
||||
* Adam Bozanich <adam.boz@gmail.com>
|
||||
* Adam Greene <adam@sweetspotdiabetes.com>
|
||||
* Adam Heinz <amh@metricwise.net>
|
||||
|
@ -43,6 +45,7 @@
|
|||
* Andrei Serdeliuc <andrei@serdeliuc.ro>
|
||||
* Andrew Bruce <andrew@camelpunch.com>
|
||||
* Andrew Donald Kennedy <andrew.kennedy@cloudsoftcorp.com>
|
||||
* Andrew Hodges <betawaffle@gmail.com>
|
||||
* Andrew Kuklewicz <andrew@beginsinwonder.com>
|
||||
* Andrew Leonard <andy@hurricane-ridge.com>
|
||||
* Andrew Newman <andrew.newman@sdx.com.au>
|
||||
|
@ -52,7 +55,9 @@
|
|||
* Andy Delcambre <adelcambre@engineyard.com>
|
||||
* Andy Lindeman <andy@andylindeman.com>
|
||||
* Angelo Marletta <angelo.marletta@gmail.com>
|
||||
* Anna Shipman <anna@annashipman.co.uk>
|
||||
* Anshul Khandelwal <anshul@anshulkhandelwal.com>
|
||||
* Anthony Accardi <anthony@swipely.com>
|
||||
* Anthony Eden <anthonyeden@gmail.com>
|
||||
* Anton Lindstrom <anton@glesys.se>
|
||||
* Anton Lindström <lindztr@gmail.com>
|
||||
|
@ -68,13 +73,16 @@
|
|||
* Athir Nuaimi <anuaimi@devfoundry.com>
|
||||
* Avrohom Katz <iambpentameter@gmail.com>
|
||||
* BK Box <bk@theboxes.org>
|
||||
* Barrett Jones <barretthjones@gmail.com>
|
||||
* Bart Vercammen <bart.vercammen@portico.io>
|
||||
* Ben Bleything <ben@bleything.net>
|
||||
* Ben Burkert <ben@benburkert.com>
|
||||
* Ben Butler-Cole <ben@bridesmere.com>
|
||||
* Ben Chadwick <bchadwick@mdsol.com>
|
||||
* Ben House <ben@benhouse.io>
|
||||
* Ben Hundley <ben.hundley@gmail.com>
|
||||
* Ben Turley <ben@scan.me>
|
||||
* Benjamin Chadwick <bchadwick@mdsol.com>
|
||||
* Benjamin Manns <benmanns@gmail.com>
|
||||
* Benson Kalahar <bensonk42@gmail.com>
|
||||
* Benton Roberts <benton@bentonroberts.com>
|
||||
|
@ -91,6 +99,7 @@
|
|||
* Bradley Schaefer <bradley.schaefer@gmail.com>
|
||||
* Brandon Dunne <bdunne@redhat.com>
|
||||
* Brendan Fosberry <brendan.fosberry@rackspace.com>
|
||||
* Brett Lentz <blentz@redhat.com>
|
||||
* Brett Porter <brett@apache.org>
|
||||
* Brian D. Burns <iosctr@gmail.com>
|
||||
* Brian Dorry <bdorry@Brian-Dorrys-MacBook-Pro.local>
|
||||
|
@ -128,6 +137,7 @@
|
|||
* Chris Wuest <chris.wuest@rackspace.com>
|
||||
* Chris Wuest <chris@chriswuest.com>
|
||||
* Christian Berendt <berendt@b1-systems.de>
|
||||
* Christian Höltje <docwhat@gerf.org>
|
||||
* Christian Paredes <cp@redbluemagenta.com>
|
||||
* Christoph Schiessl <chs@proactive.cc>
|
||||
* Christoph Witzany <christoph@web.crofting.com>
|
||||
|
@ -141,6 +151,7 @@
|
|||
* Cody Herriges <c.a.herriges@gmail.com>
|
||||
* Curtis Stewart <cstewart@momentumsi.com>
|
||||
* Curtis Stewart <cstewart@transcendcomputing.com>
|
||||
* Cyrus Team <cyrusteam@cyruslists.com>
|
||||
* Dan Abel <dan.abel@digital.cabinet-office.gov.uk>
|
||||
* Dan Bode <dan@puppetlabs.com>
|
||||
* Dan Carley <dan.carley@gmail.com>
|
||||
|
@ -149,12 +160,14 @@
|
|||
* Dan Prince <dprince@redhat.com>
|
||||
* Dan Prince <princepd@alumni.jmu.edu>
|
||||
* Dan Simpson <dan.simpson@gmail.com>
|
||||
* Daniel Aragao <daragao@thoughtworks.com>
|
||||
* Daniel Libanori <daniellibanori@gmail.com>
|
||||
* Daniel Lobato <elobatocs@gmail.com>
|
||||
* Daniel Reichert <Daniel.Reichert@rackspace.com>
|
||||
* Daniel Schweighoefer <daniel@netsteward.net>
|
||||
* Danny Garcia <dannygarcia.me@gmail.com>
|
||||
* Darrin Eden <darrin.eden@gmail.com>
|
||||
* Dave Benvenuti <davebenvenuti@gmail.com>
|
||||
* Dave Donahue <dave@12spokes.com>
|
||||
* Dave Myron <therealdave.myron@gmail.com>
|
||||
* Dave Ungerer <daveungerer@gmail.com>
|
||||
|
@ -168,6 +181,7 @@
|
|||
* David Prater <dprater@cisco.com>
|
||||
* David Wittman <david@wittman.com>
|
||||
* Decklin Foster <decklin@red-bean.com>
|
||||
* Dejan Menges <dejan.menges@9cookies.com>
|
||||
* Diego Desani <diego@newservers.com>
|
||||
* Dmitry Dedov <dmitry.dedov@tut.by>
|
||||
* Dmitry Gutov <dgutov@yandex.ru>
|
||||
|
@ -217,6 +231,7 @@
|
|||
* Frederic Jean <fred@fredjean.net>
|
||||
* Frederick Cheung <frederick.cheung@gmail.com>
|
||||
* Fujimura Daisuke <ffujimurah@gmail.com>
|
||||
* Gabe Conradi <gabe@tumblr.com>
|
||||
* Gabriel Horner <gabriel.horner@gmail.com>
|
||||
* Gabriel Rosendorf <gabriel.rosendorf@weather.com>
|
||||
* Garima Singh <igarimasingh@gmail.com>
|
||||
|
@ -230,6 +245,7 @@
|
|||
* Gerred Dillon <gerred@quickleft.com>
|
||||
* Glenn Tweedie <glenn.tweedie@agworld.com.au>
|
||||
* Greg Blomquist <gblomqui@redhat.com>
|
||||
* Greg Burek <greg.burek@gmail.com>
|
||||
* Greg Sutcliffe <greg.Sutcliffe@gmail.com>
|
||||
* Greg Sutcliffe <gsutclif@redhat.com>
|
||||
* Grégory Karékinian <greg@karekinian.com>
|
||||
|
@ -268,12 +284,14 @@
|
|||
* Jamie Paton <jamiep@activestate.com>
|
||||
* Jason Faulkner <jay@jvf.cc>
|
||||
* Jason Hansen & Josh Lane <jhansen@engineyard.com>
|
||||
* Jason Hansen <jason@slack.io>
|
||||
* Jason Montleon <jmontleo@redhat.com>
|
||||
* Jason Roelofs <jameskilton@gmail.com>
|
||||
* Jason Smith <jsmith@gold-sonata.com>
|
||||
* Jay Faulkner <jay.faulkner@rackspace.com>
|
||||
* Jay Perry <jperry@brightcove.com>
|
||||
* Jeff McCune <jeff@puppetlabs.com>
|
||||
* Jeff Moody <fifthecho@gmail.com>
|
||||
* Jeffrey C. Ollie <jeff@ocjtech.us>
|
||||
* Jens Braeuer <jens@numberfour.eu>
|
||||
* Jeremy Deininger <jeremy@rightscale.com>
|
||||
|
@ -285,6 +303,7 @@
|
|||
* Jim Berlage <jberlage@mdsol.com>
|
||||
* Jim Salinas <jim.salinas@rackspace.com>
|
||||
* Joachim Nolten <joachim@viewbook.com>
|
||||
* Joakim Kolsjö and Tomas Skogberg <all+jocke+tomas@barsoom.se>
|
||||
* Joe Kinsella <joe.kinsella@gmail.com>
|
||||
* Joe Topjian <joe@topjian.net>
|
||||
* Joe Yates <joe.g.yates@gmail.com>
|
||||
|
@ -294,6 +313,7 @@
|
|||
* John Feminella <johnf@fluxcrux.com>
|
||||
* John Ferlito <johnf@inodes.org>
|
||||
* John Hawthorn <john.hawthorn@gmail.com>
|
||||
* John Keiser <jkeiser@opscode.com>
|
||||
* John Nishinaga <jingoro@casa-z.org>
|
||||
* John Parker <jparker@urgetopunt.com>
|
||||
* John Wang <john@johntwang.com>
|
||||
|
@ -307,8 +327,10 @@
|
|||
* Jon-Erik Schneiderhan <jschneiderhan@gmail.com>
|
||||
* Jonas Pfenniger <jonas@pfenniger.name>
|
||||
* Jonas Pfenniger <zimbatm@zimbatm.com>
|
||||
* Jonathan Serafini <jonathan.serafini@lightspeedretail.com>
|
||||
* Jonathon Scanes <me@jscanes.com>
|
||||
* Joonas Reynders <joonas.reynders@iki.fi>
|
||||
* Jordan Day <jordan.day@perceptivesoftware.com>
|
||||
* Jose Diaz-Gonzalez <josegonzalez@users.noreply.github.com>
|
||||
* Jose Luis Salas <josacar@gmail.com>
|
||||
* Josef Stribny <jstribny@redhat.com>
|
||||
|
@ -350,6 +372,7 @@
|
|||
* Kenny Johnston <kjohnston.ca@gmail.com>
|
||||
* Kevin Chan <kevin@yinkei.com>
|
||||
* Kevin McFadden <kmcfadden@gmail.com>
|
||||
* Kevin Menard <kevin@nirvdrum.com>
|
||||
* Kevin Menard <nirvdrum@gmail.com>
|
||||
* Kevin Moore <kevin@thinkpixellab.com>
|
||||
* Kevin Olbrich <kolbrich@6fusion.com>
|
||||
|
@ -386,6 +409,9 @@
|
|||
* Marc Grimme <marc.grimme@googlemail.com>
|
||||
* Marc Seeger <mail@marc-seeger.de>
|
||||
* Marc Seeger <marc.seeger@caperwhite.com>
|
||||
* Marcin Owsiany <porridge@google.com>
|
||||
* Marcus Nilsson <marcus.nilsson@klarna.com>
|
||||
* Marek Kasztelnik <mkasztelnik@gmail.com>
|
||||
* Mariusz Pietrzyk <wijet@wijet.pl>
|
||||
* Marjun Pagalan <mpagalan@gmail.com>
|
||||
* Mark A. Miller <mmiller@homeaway.com>
|
||||
|
@ -403,6 +429,7 @@
|
|||
* Mateusz Juraszek <meceo00@gmail.com>
|
||||
* Matheus Mina <mfbmina@gmail.com>
|
||||
* Mathias Meyer <meyer@paperplanes.de>
|
||||
* Matt Eldridge <matt.eldridge@us.ibm.com>
|
||||
* Matt Gillooly <matt@swipely.com>
|
||||
* Matt Griffin <matt@griffinonline.org>
|
||||
* Matt Pokress <matt.pokress@imagefortress.com>
|
||||
|
@ -413,6 +440,8 @@
|
|||
* Matt Todd <chiology@gmail.com>
|
||||
* Matthew Black <matthew.black@sap.com>
|
||||
* Matthew Black <matthewblack@successfactors.com>
|
||||
* Matthew Breeden <matt@integrallis.com>
|
||||
* Matthew O'Riordan <matthew.oriordan@gmail.com>
|
||||
* Matthias Gröbner <m.groebner@me.com>
|
||||
* Matthieu Huin <mhu@enovance.com>
|
||||
* Max Lincoln <max@devopsy.com>
|
||||
|
@ -428,6 +457,7 @@
|
|||
* Michael Jackson <michael.jackson@rackspace.com>
|
||||
* Michael Keirnan <mgk@noteflight.com>
|
||||
* Michael Linderman <mlinderm@stanford.edu>
|
||||
* Michael Moll <kvedulv@kvedulv.de>
|
||||
* Michael Rykov <mrykov@gmail.com>
|
||||
* Michael Sprauer <Sprauer@Inline.de>
|
||||
* Michael Zeng <michaelzeng@swipely.com>
|
||||
|
@ -456,6 +486,7 @@
|
|||
* Nicholas Ricketts <nightshade427@gmail.com>
|
||||
* Nick Huanca <nhuanca@pingidentity.com>
|
||||
* Nick Huanuca <nhuanca@pingidentity.com>
|
||||
* Nick Janus <nickjanus@gmail.com>
|
||||
* Nick Merwin <nick@lemurheavy.com>
|
||||
* Nick Osborn <nick.osborn@digital.cabinet-office.gov.uk>
|
||||
* Nick Osborn <nick@osborn.io>
|
||||
|
@ -472,6 +503,7 @@
|
|||
* Ohad Levy <ohadlevy@gmail.com>
|
||||
* Ohad Levy <ohadlevy@redhat.com>
|
||||
* Oleg <shtepsel_duhast@mail.ru>
|
||||
* Olle Lundberg <olle.lundberg@klarna.com>
|
||||
* Omar Reiss <omar.reiss@innovationfactory.eu>
|
||||
* Ozgur Akan <ozgurakan@gmail.com>
|
||||
* Pablo Baños López <pablo@besol.es>
|
||||
|
@ -498,6 +530,7 @@
|
|||
* Peter Weldon <peter.weldon@null.net>
|
||||
* Peter Weldon <peter@lautus.net>
|
||||
* Phil Cohen <github@phlippers.net>
|
||||
* Phil Kates <me@philkates.com>
|
||||
* Phil Kates <phil.kates@cloudkick.com>
|
||||
* Philip Mark Deazeta <pdeazeta@morphlabs.com>
|
||||
* Philip Mark Deazeta <pmdeazeta@gmail.com>
|
||||
|
@ -522,6 +555,7 @@
|
|||
* Robert Bousquet <rbousquet@newleaders.com>
|
||||
* Robert Clark <rbclark@mitre.org>
|
||||
* Rodrigo Estebanez <restebanez@mdsol.com>
|
||||
* Romain Haenni <admin@zlabs.ch>
|
||||
* Romain Vrignaud <romain@yakaz.com>
|
||||
* Romain Vrignaud <rvrignaud@gmail.com>
|
||||
* Ruben Koster <ruben.koster@innovationfactory.eu>
|
||||
|
@ -550,6 +584,7 @@
|
|||
* Sean Hart <boardnutz@blacklight.net>
|
||||
* Sean Hart <sean.hart@gree.co.jp>
|
||||
* Sean Porter <portertech@gmail.com>
|
||||
* Sebastian Saemann <ssaemann@netways.de>
|
||||
* Sergio Rubio <rubiojr@frameos.org>
|
||||
* Sergio Rubio <sergio.rubio@github.com>
|
||||
* Seth Chisamore <schisamo@opscode.com>
|
||||
|
@ -559,6 +594,8 @@
|
|||
* Shaun Davis <davissp14@gmail.com>
|
||||
* Shawn Catanzarite <me@shawncatz.com>
|
||||
* Shay Bergmann <shayb@panaya.com>
|
||||
* Simas Cepaitis <simas.cepaitis@pearson.com>
|
||||
* Simas Cepaitis <simas.cepaitis@snc.lt>
|
||||
* Simon Gate <simon@smgt.me>
|
||||
* Simon Josi <me@yokto.net>
|
||||
* Simon Rozet <simon@rozet.name>
|
||||
|
@ -600,8 +637,10 @@
|
|||
* Toby Hede <tobyhede@info-architects.net>
|
||||
* Todd Willey <todd@rubidine.com>
|
||||
* Todd Willey <xtoddx@gmail.com>
|
||||
* Tom Armitage <tom@infovore.org>
|
||||
* Tom Hulihan <hulihan.tom159@gmail.com>
|
||||
* Tom Mornini <tmornini@engineyard.com>
|
||||
* Tom Noonan II <thomas.noonan@rackspace.com>
|
||||
* Tom Stuart <tom@experthuman.com>
|
||||
* Tomasz Bak <tomasz.bak@nsn.com>
|
||||
* Tomokazu Hirai <tomokazu.hirai@kddi-web.com>
|
||||
|
@ -636,6 +675,7 @@
|
|||
* Yann Hamon <Yann@trailburning.com>
|
||||
* Yauheni Kryudziuk <yauheni.kryudziuk@xing.com>
|
||||
* Your Name <seanhart@funzio.com>
|
||||
* Yousef Ourabi <yourabi@gmail.com>
|
||||
* Zachary Danger Campbell <zacharydangercampbell@gmail.com>
|
||||
* Ziyad Mir <ziyadm@google.com>
|
||||
* Ziyad Mir <ziyadmir@gmail.com>
|
||||
|
@ -649,6 +689,7 @@
|
|||
* angus <ags@sdx.com.au>
|
||||
* anomalousthought <joseph@anomalousthought.com>
|
||||
* arnab <arnab.deka@gmail.com>
|
||||
* ashmrtnz <ashmrtnz@google.com>
|
||||
* atlantacs <bc@atlantacs.com>
|
||||
* avic85 <avi.cohen.20@gmail.com>
|
||||
* bdorry <bdorry@bdorry-thinkpad.(none)>
|
||||
|
@ -667,6 +708,7 @@
|
|||
* dJason <jasonwalp@yahoo.com>
|
||||
* dblock <dblock@dblock.org>
|
||||
* deepj <deepjungle.maca@gmail.com>
|
||||
* dennis-sig <d.bijlsma@sig.eu>
|
||||
* dm1try <dmitry.dedov@tut.by>
|
||||
* endzyme <nick.huanca@gmail.com>
|
||||
* epdejager <eliza.dejager@statpro.com>
|
||||
|
@ -676,6 +718,7 @@
|
|||
* geemus (Wesley Beary) <geemus@gmail.com>
|
||||
* geemus (Wesley Beary) <wbeary@engineyard.com>
|
||||
* geemus <geemus@gmail.com>
|
||||
* georgyous <boss_geo2005@yahoo.com>
|
||||
* ggoodale <ggoodale@gmail.com>
|
||||
* ggoodale <grant@moreblinktag.com>
|
||||
* gilles <gilles@peerpong.com>
|
||||
|
|
|
@ -6,8 +6,8 @@ Gem::Specification.new do |s|
|
|||
## If your rubyforge_project name is different, then edit it and comment out
|
||||
## the sub! line in the Rakefile
|
||||
s.name = 'fog'
|
||||
s.version = '1.22.1'
|
||||
s.date = '2014-05-29'
|
||||
s.version = '1.23.0'
|
||||
s.date = '2014-07-17'
|
||||
s.rubyforge_project = 'fog'
|
||||
|
||||
## Make sure your summary is short. The description may be as long
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Fog
|
||||
VERSION = '1.22.1'
|
||||
VERSION = '1.23.0'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue