Skip to content

Releases: oracle-samples/knife-oci

2.0.2

17 Jan 21:12
1698c9c
Compare
Choose a tag to compare

Fixed

  • Fixed SSH failure during "knife oci server create" when using newer Chef Workstation and ChefDK versions.

2.0.1

09 Jan 23:52
b8e7951
Compare
Choose a tag to compare

Changed

  • Change default ssh timeout for knife oci server create from 180s to 300s.

Fixed

  • Fix help text in knife oci server show --instance_id and knife oci server delete --purge commands.

Added

  • Support for multiple VNICs. knife oci server show can show multiple VNICs.
  • Support in --purge param for knife oci server delete to remove the Chef Client as well as the Chef Node.

2.0.0

11 Sep 23:30
Compare
Choose a tag to compare

Changed

  • Changed the gem name from knife-bmcs to knife-oci, and changed all occurances of BMCS to OCI. Details can be found here.

Fixed

  • List commands will now make multiple service calls to ensure that all results are retrieved, up to the given limit.

Added

  • Support for running the knife-oci plugin on Windows.
  • '--purge' param for 'knife oci server delete' to optionally remove the node from the Chef Server.
  • Additional info in 'knife oci server show'

1.2.0

11 Sep 23:29
Compare
Choose a tag to compare

Deprecated

  • The knife-bmcs gem has been deprecated. Users should switch to knife-oci, which provides a similar set of commands under 'knife oci'. Details can be found here.

1.1.0

17 Aug 00:01
Compare
Choose a tag to compare

Added

  • List compartments command, 'knife bmcs compartment list'
  • List VCNs command, 'knife bmcs vcn list'
  • List subnets command, 'knife bmcs subnet list --vcn-id '
  • Server show command, 'knife bmcs server show --instance-id '
  • Server delete command, 'knife bmcs server delete --instance-id '
  • Region parameter for all BMCS commands, '--region'
  • Wait time parameters for 'knife bmcs server create'

1.0.0

09 Jun 19:15
Compare
Choose a tag to compare

Added

  • Initial Release
  • Support for 'knife bmcs server create' and several list commands.