mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Bump version and update changelog.
This commit is contained in:
parent
b761e49012
commit
cb131cf74e
2 changed files with 24 additions and 1 deletions
|
@ -5,7 +5,7 @@ module Fog
|
|||
|
||||
# define a specific version for the HP Provider
|
||||
unless const_defined?(:VERSION)
|
||||
VERSION = '0.0.20'
|
||||
VERSION = '0.0.21'
|
||||
end
|
||||
|
||||
extend Fog::Provider
|
||||
|
|
|
@ -1,3 +1,26 @@
|
|||
0.0.21 06/11/2013
|
||||
=================
|
||||
- add support for new Networking (Quantum) provider (Grizzly release)
|
||||
- add network model and request layer with mocking support
|
||||
- add router model and request layer with mocking support
|
||||
- add subnet model and request layer with mocking support
|
||||
- add port model and request layer with mocking support
|
||||
- add floating ip model and request layer with mocking support
|
||||
- add security group/rule model and request layer with mocking support
|
||||
- add support for new Compute V2 provider (Grizzly release)
|
||||
- remove support for security group/rule model and request layer
|
||||
- revise support for server, flavor, image, keypair, floating ip, metadata models and request layers
|
||||
- add support for availability zone model and request layer
|
||||
- add support for volume attachment model and request layer
|
||||
- add support for new BlockStorage V2 (Cinder) provider (Grizzly release)
|
||||
- add volume model and request layer with mocking support
|
||||
- add snapshot model and request layer with mocking support
|
||||
- add volume backups model and request layer with mocking support
|
||||
- remove bootable volume model as it now accessible via volume model
|
||||
- add support for caching auth credentials
|
||||
- add filter query support to all new V2 collections
|
||||
- add side by side support for both Compute and BlockStorage, V1/V2 providers
|
||||
|
||||
0.0.20 03/13/2013
|
||||
=================
|
||||
- add Accept header with application/json for all requests
|
||||
|
|
Loading…
Add table
Reference in a new issue