mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[hp] Bump version and update changelog.
This commit is contained in:
parent
41b52ba6aa
commit
e8e1ef6565
2 changed files with 12 additions and 2 deletions
|
@ -6,7 +6,7 @@ module Fog
|
||||||
|
|
||||||
# define a specific version for the HP Provider
|
# define a specific version for the HP Provider
|
||||||
unless const_defined?(:VERSION)
|
unless const_defined?(:VERSION)
|
||||||
VERSION = '0.0.21'
|
VERSION = '0.0.22'
|
||||||
end
|
end
|
||||||
|
|
||||||
extend Fog::Provider
|
extend Fog::Provider
|
||||||
|
|
|
@ -1,6 +1,16 @@
|
||||||
|
0.0.22 10/16/2013
|
||||||
|
=================
|
||||||
|
- add support for new LoadBalancer provider
|
||||||
|
- add load balancer model and request layer with mocking support
|
||||||
|
- add node model and request layer with mocking support
|
||||||
|
- add virtual_ip, protocol and algorithm models and request layer with mocking support
|
||||||
|
- add support for new DNS provider
|
||||||
|
- add domain model and request layer with mocking support
|
||||||
|
- add record model and request layer with mocking support
|
||||||
|
|
||||||
0.0.21 06/11/2013
|
0.0.21 06/11/2013
|
||||||
=================
|
=================
|
||||||
- add support for new Networking (Quantum) provider (Grizzly release)
|
- add support for new Networking (Neutron) provider (Grizzly release)
|
||||||
- add network model and request layer with mocking support
|
- add network model and request layer with mocking support
|
||||||
- add router 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 subnet model and request layer with mocking support
|
||||||
|
|
Loading…
Reference in a new issue