Sha256: a2c36904f9fca019042ec1b4c2747912ac0a105e0176daca46e50a04d9521132
Contents?: true
Size: 1.86 KB
Versions: 31
Compression:
Stored size: 1.86 KB
Contents
## 0.3.10 2014-07-22 * Added support for Global IP addresses * Create. * Destroy. * Route. * Unroute. ## 0.3.7 2014-07-11 * Added support for ssh key pairs. * See [key_pairs.md](https://github.com/fog/fog-softlayer/blob/master/examples/key_pairs.md) for details. * Fix [issue 19](https://github.com/fog/fog-softlayer/issues/19) Storage initialization bug. * Fix [issue 17](https://github.com/fog/fog-softlayer/issues/17), incompatibility with Rails 4.1.4. *thanks konsti* * Updated .fog file example and datacenter option. *thanks urasoko* * Fix [issue 14](https://github.com/fog/fog-softlayer/issues/14), added `:private_network_only` flag to Server model. ## 0.3.2 2014-06-30 * No longer requires `fog` gem. ## 0.3.0 2014-06-26 * Added Network service. * Network model. * Subnet model. * Ip model. * Tag model. * Added vlan and private_vlan properties to Server model. * Fixed up bare_metal? on Server so it's not a hack. *thanks fernandes* * Fixed Bundler/dep issues with Ruby 1.8.7. *thanks fernandes* * Added some missing license headers. * Updated Compute examples and Tag examples to reflect new Network service. * Moved shared logic from `lib/fog/softlayer/compute.rb` to `lib/fog/softlayer/core.rb` ## 0.2.1 2014-06-17 * Add support for SoftLayer Tags on Compute resources. ## 0.1.1 2014-06-10 * Fix Compute model after breaking change to SLAPI. :datacenter is no longer optional. ## 0.1.0 2014-06-10 * Add missing get method to Fog::DNS::Softlayer::Record. * Add OS attribute and ssh_password method to Compute model. ### 0.0.9 2014-06-10 * Initial support for DNS. ### 0.0.8 2014-06-05 * Released support for Object Storage. ### 0.0.7 2014-05-29 * Compute requests and models initial development complete. Supports both VMs and BMC. * Storage requests and models initial development complete. ### 0.0.1 / 2014-04-18 * Initial release of `fog-softlayer` module.
Version data entries
31 entries across 31 versions & 2 rubygems