1
0
Fork 0
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:
Rupak Ganguly 2013-10-16 13:26:24 -04:00
parent 41b52ba6aa
commit e8e1ef6565
2 changed files with 12 additions and 2 deletions

View file

@ -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

View file

@ -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