Skip to content

Releases: stephenpearson/kitchen-oci

v1.21.0

02 Aug 18:22
7396324
Compare
Choose a tag to compare
  • feat: add display_name config value to override name randomization for compute

v1.20.2

21 May 18:55
ad5cedd
Compare
Choose a tag to compare
  • fix: change default value for nsg_ids to nil

v1.20.1

17 May 16:14
7b8d4b2
Compare
Choose a tag to compare
  • fix: use provided defined_tags when creating block volume, boot volume clones, and all dbaas components

v1.20.0

03 May 13:23
b28d2d6
Compare
Choose a tag to compare
  • boot_volume_id added for compute
  • db_software_image_id added for dbaas

v1.19.0

16 Apr 18:32
4ccf3f5
Compare
Choose a tag to compare
  • feat: add post_create_reboot config option

v1.18.1

06 Apr 03:26
d2fc441
Compare
Choose a tag to compare
  • fix: backward compatible fixes to support Ruby 2.3.0

v1.18.0

04 Apr 16:40
92d37ef
Compare
Choose a tag to compare
  • feat: select image ocid for compute by display name with special sauce to select latest
  • feat: add agent_config property to compute launch details

v1.17.0

02 Apr 20:02
034ab53
Compare
Choose a tag to compare
  • refactor: dry out instance classes and models
  • refactor: split setter methods into specific modules
  • chore: add kitchen_driver_api_version property
  • chore: remove unused attr_readers

v1.16.2

28 Mar 23:30
54eb17b
Compare
Choose a tag to compare

fix: bug fix for post_create_script method call

v1.16.1

24 Mar 02:50
7397501
Compare
Choose a tag to compare

1.16.1

  • fix: remove require_ruby_version from gemspec for backward compatibility

1.16.0

  • refactor: split up main class into smaller modules
  • feat: add nsg_ids as property of database system
  • feat: add input validations for nsg_ids, volumes, and instance_type
  • fix: lookup compartment_id by name now works for tenancies with more than 99 compartments
  • fix: local environment proxy setting no longer causes nil class error from URI #24
  • fix: add default value for hostname_prefix
  • fix: add default value for nsg_ids
  • lint: lint code per chefstyle standards
  • test: add spec for windows