Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

Latest commit

 

History

History
103 lines (60 loc) · 2.51 KB

CHANGELOG.md

File metadata and controls

103 lines (60 loc) · 2.51 KB

2.2.0 (2017-09-29)

  • Upgrade Nokogiri to latest (1.8.1) due to vulnerability in libxml2.

2.1.0 (2017-06-22)

  • Upgrade to latest Fog
  • Drop support for Ruby older than 2.2.2
  • Add support for Ruby 2.3 and 2.4
  • Various bugfixes

2.0.0 (2016-01-15)

  • Depend on any version of vCloud Core. This is a temporary fix so we can release version 2.0.0
  • Drop support of Ruby 1.9.3, which is the same as vCloud Core

1.0.0 (2015-01-22)

  • Release 1.0.0 since the public API is now stable.
  • Depend on at least vCloud core 1.0.0

0.3.1 (2015-01-22)

  • Depend on any version of vcloud-core. This is temporary fix so we can release version 1.0.0

0.3.0 (2014-10-06)

Features:

  • Fixture creation (specifically networks at present) is now optional, based on whether the 'network_1' or 'network_2' keys are required. Prevents unneccessary pre-requisites for integration tests that do not require these fixtures, and should be automatically enabled.

0.2.0 (2014-08-11)

API changes:

  • Now depends on vCloud Core v0.9, using an API to access fog instead of accessing fog directly.

0.1.3 (2014-07-15)

Bugfixes:

  • Fixes issue where we were not receiving parameters correctly in cases where networks did not already exist.

0.1.2 (2014-07-14)

Make dependency on vCloud Core less restrictive; allow any version in the 0.x series.

0.1.1 (2014-07-14)

Update dependency on vCloud Core to version 0.6.0.

0.1.0 (2014-06-23)

Features:

  • Test parameters should now be accessed by calling:

    test_params = Vcloud::Tools::Tester::TestSetup.new(config_file, expected_user_params).test_params
  • Vcloud::Tools::Tester::TestSetup now creates network fixtures if not already present in the environment and sets the network ID parameters by quering the API.

  • Now possible to specify which user-defined parameters should be defined in the YAML-formatted configuration file; passed as an array to TestSetup#initialize.

0.0.6 (2014-05-28)

Features:

  • Add edge_gateway_id parameter

0.0.5 (2014-05-23)

Features:

  • Add network_1_id and network_2_id parameters

0.0.4 (2014-05-20)

Features:

  • Add edge_gateway parameter
  • Add provider_network, provider_network_id, provider_network_ip parameters

0.0.3 (2014-05-09)

Bugfixes:

  • Makes input parameter names consistent, e.g. network_1_ip rather than network1_ip.

0.0.2 (2014-05-09)

Features:

  • Raise a useful error if config file is missing

0.0.1 (2014-05-06)

  • First release of gem