Skip to content

Latest commit

 

History

History
381 lines (203 loc) · 17.5 KB

CHANGELOG.md

File metadata and controls

381 lines (203 loc) · 17.5 KB

Change Log

3.2.0 (2022-12-19)

  • Updated the tenant attribute to domain

Full Changelog

3.1.3 (2022-05-26)

  • Use regular admin catalog endpoint to fetch catalog items
  • Fixed the issue with multi-tenancy
  • Fix chefstyle issues and optimise workflow

Full Changelog

[3.1.2] (2022-03-28)

  • Upgrade Rake dependency (@damacus)

Full Changelog

[3.1.1] (2022-03-01)

  • Send Authorization: Bearer header instead of csp-auth-token for greater compatibility [@oshvarts]

Full Changelog

3.1.0 (2022-01-30)

Full Changelog

  • Make the version param optional in deployment request api

3.0.1 (2022-01-25)

Full Changelog

  • Fix access token workflow to work with VRA8

3.0.0 (2022-01-18)

Full Changelog

  • Rewritten to support vRA 8. If you require support for 7 make sure to pin on the previous 2.7.2 release.

2.7.2 (2020-09-09)

Full Changelog

  • Added an extra option to handle shirt size parameter
  • Masking user credentials(password) in debug mode

2.7.1 (2019-05-28)

Full Changelog

Closed issues:

  • Some Extra Parameters are not passing through to VRA #75

Merged pull requests:

  • Add support for boolean vRA parameters, fix deep merge, add tracing #76 (stuartpreston)

2.7.0 (2019-05-10)

Full Changelog

Closed issues:

  • Extra Parameters Not Being Sent to vRA #73

Merged pull requests:

  • vRA7 multiple fixes for nested, non-nested and merged parameters for a Blueprint #74 (stuartpreston)

2.6.1 (2018-07-31)

Full Changelog

Closed issues:

  • Vra::Resource#ip_addresses non-deterministically returns an empty array in error #65

Merged pull requests:

v2.6.0 (2018-03-01)

Full Changelog

Closed issues:

  • undefined method `[]' for nil:NilClass if data for json content is of single entity #55

Merged pull requests:

v2.5.2 (2018-01-22)

Full Changelog

Merged pull requests:

v2.5.1 (2017-10-19)

Full Changelog

Merged pull requests:

v2.5.0 (2017-10-17)

Full Changelog

Closed issues:

  • Use mkdir_p when creating template directory #60

Merged pull requests:

v2.4.0 (2017-09-19)

Full Changelog

Closed issues:

  • cpu and memory parameters request #52
  • Minor typo in README #51

Merged pull requests:

v2.3.0 (2017-06-30)

Full Changelog

Closed issues:

  • catalog_request SSLError #30
  • Incompatible with vagrant 1.8+ (at least) #26

Merged pull requests:

v2.2.0 (2017-06-08)

Full Changelog

Closed issues:

  • usage of openssl raises error #45
  • why is chefstyle a runtime dependency? #44
  • Error when using set_parameter and support for extra_parameters #38

Merged pull requests:

  • Fixes issue with chefstyle and unnecessary runtime dependency #48 (logicminds)
  • adds ability to specify additional params to catalog request #47 (logicminds)
  • Fixes #45 - usage of openssl raises error #46 (logicminds)

v2.1.3 (2017-03-28)

Full Changelog

Merged pull requests:

  • Fixing missing messages from some HTTP exceptions #43 (nsdavidson)

v2.1.2 (2017-03-28)

Full Changelog

Merged pull requests:

  • Updates extra_params to check for top level props #42 (nsdavidson)

v2.1.1 (2017-03-14)

Full Changelog

Merged pull requests:

v2.1.0 (2017-03-14)

Full Changelog

Merged pull requests:

v2.0.0 (2016-12-15)

Full Changelog

v2.0.0.pre2 (2016-12-08)

Full Changelog

Closed issues:

  • __Notes property does not work with vRA 7 #33

v2.0.0.pre1 (2016-12-03)

Full Changelog

Merged pull requests:

v1.7.0 (2016-08-02)

Full Changelog

Merged pull requests:

v1.6.1 (2016-05-10)

Full Changelog

v1.6.0 (2016-05-10)

Full Changelog

Merged pull requests:

v1.5.4 (2016-04-27)

Full Changelog

Closed issues:

  • when org data is nil, knife vra barfs #27

Merged pull requests:

v1.5.3 (2016-04-18)

Full Changelog

Closed issues:

  • fork of this gem #24
  • Vra::Exception::HTTPError initialized incorrectly #23

Merged pull requests:

  • updating #http_head to use same http exception handling #25 (adamleff)

v1.5.2 (2016-04-01)

Full Changelog

Closed issues:

  • require 'json' missing from client.rb #21
  • request feeder file #20

Merged pull requests:

  • use FFI_Yajl::Encoder instead of #to_json #22 (adamleff)

v1.5.1 (2016-03-11)

Full Changelog

Closed issues:

  • Machine status is MachineActivated causing errors (VRA7) #18

Merged pull requests:

v1.5.0 (2015-11-18)

Full Changelog

Merged pull requests:

  • Add support for Infrastructure.Cloud resources #15 (adamleff)

v1.4.0 (2015-11-13)

Full Changelog

Closed issues:

  • attr_accessor :bearer_token has to be changed due to PR #9 change #12

Merged pull requests:

v1.3.0 (2015-11-12)

Full Changelog

Merged pull requests:

  • Additional changes to support chef-provisoning-vra #13 (adamleff)

v1.2.0 (2015-09-24)

Full Changelog

Closed issues:

  • bug in pagination at path "/catalog-service/api/consumer/resources?limit=20" duplicate machines returned #10

Merged pull requests:

  • Allow setting of pagination page size, raise exception on duplicates #11 (adamleff)

v1.1.0 (2015-09-17)

Full Changelog

Merged pull requests:

  • Adding masking of passwords in console output #9 (adamleff)
  • Removing specific error class from #validate_client_options test #8 (adamleff)
  • README update - spaces update only #6 (adamleff)

v1.0.0 (2015-08-07)

Full Changelog

Merged pull requests:

v1.0.0.rc2 (2015-07-30)

Full Changelog

Merged pull requests:

  • Add resource ownership information #4 (adamleff)

v1.0.0.rc1 (2015-07-29)

Closed issues:

  • general 500 server errors should generate better error messages #3
  • sanity-check the VRA base URL #2

Merged pull requests: