Sha256: 3726d175d2575bc2086b97eab34de84f7d746095c249175503d1b3436a948917

Contents?: true

Size: 1.76 KB

Versions: 2

Compression:

Stored size: 1.76 KB

Contents

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

2 entries across 2 versions & 1 rubygems

Version Path
fog-softlayer-0.3.9 CHANGELOG.md
fog-softlayer-0.3.8 CHANGELOG.md