Skip to content

Latest commit

 

History

History
236 lines (169 loc) · 18.5 KB

CHANGELOG.md

File metadata and controls

236 lines (169 loc) · 18.5 KB

knife-cloud Change Log

v4.0.19 (2021-10-25)

Merged Pull Requests

Changes not yet released to rubygems.org

Merged Pull Requests

v4.0.15 (2021-02-13)

Merged Pull Requests

v4.0.6 (2020-09-08)

Merged Pull Requests

v4.0.4 (2020-08-21)

Merged Pull Requests

v4.0.2 (2020-07-15)

Merged Pull Requests

  • Fixes SSH gateway remote SSH port option handling #135 (mikemar10)
  • Remove redundant encoding comment #136 (tas50)

v4.0.0 (2020-06-05)

Merged Pull Requests

v3.0.4 (2020-05-22)

Merged Pull Requests

v3.0.3 (2020-05-21)

Merged Pull Requests

v3.0.1 (2020-04-09)

Merged Pull Requests

  • Switch to fog-core for load_fog_gem function from fog #126 (ramereth)
  • Cache gems in builds and resolve Ruby 2.5 test failures #127 (tas50)

v2.0.5 (2019-12-21)

Merged Pull Requests

  • Migrate to Buildkite for testing #124 (tas50)
  • Substitute require for require_relative #123 (tas50)

v2.0.3 (2019-09-25)

Merged Pull Requests

v2.0.2 (2019-09-16)

Merged Pull Requests

  • Chefstyle fixes #113 (tas50)
  • Bump major to v2, as we require Chef 15 now #118 (btm)
  • [MSYS-1040] Remove default value of image_os_type option #120 (kapilchouhan99)
  • MSYS-1073 Updated README.md as per Chef OSS practices #121 (NAshwini)

v1.2.3 (2018-11-28)

Merged Pull Requests

  • Slim down the files we ship in the gem #112 (tas50)

v1.2.2 (2018-08-21)

Merged Pull Requests

  • Rescue the right Excon Socket error #111 (tas50)

v1.2.1 (2016-02-24)

Full Changelog

Merged pull requests:

v1.2.0 (2015-07-18)

Full Changelog

Closed issues:

  • both -F json ad --format json does not work #91

Merged pull requests:

  • Adding support for floating ip commands #96 (Vasu1105)

v1.2.0.rc.0 (2015-06-25)

Full Changelog

Merged pull requests:

  • Show result in the format provided by user in -F or --format option #93 (NimishaS)

v1.1.0 (2015-06-18)

Full Changelog

Merged pull requests:

v1.1.0.rc.0 (2015-06-10)

Full Changelog

Closed issues:

  • Unable to create server w/ v1.0 #82

Merged pull requests:

1.0.1 (2014-09-19)

Full Changelog

Closed issues:

  • floating-ips seem to throw an error with knife-openstack #78
  • -i and -x no longer work with ssh #74

Merged pull requests:

  • Limit hostnames to 15 characters (for windows) #81 (hh)

1.0.0 (2014-08-11)

Full Changelog

Merged pull requests:

1.0.0.rc.0 (2014-07-27)

Closed issues:

  • -a for floating IPs is broken with knife-openstack #76

Merged pull requests:

  • Release candidate knife-cloud 1.0.0.rc.0 #77 (adamedx)
  • [knife-cloud] Common short options in ssh & winrm (SSH override winrm config) #75 (siddheshwar-more)
  • [knife-cloud] Add missing bootstrap options to knife-cloud #73 (siddheshwar-more)
  • Added changes for template-file option #72 (kaustubh-d)
  • knife-ec2 master to knife-ec2 knife-cloud sync #71 (prabhu-das)
  • Specify name or id for image and flavor in server create #70 (kaustubh-d)
  • [knife-cloud] Fixes for rspec deprecated warnings #69 (siddheshwar-more)
  • Sorting list outputs by sort_by_field with case insensitive sort. #68 (prabhu-das)
  • [knife-cloud] KNIFE-477: Delete server by name if instance_id isn't found #67 (ameyavarade)
  • Changes for enabling network list #66 (prabhu-das)
  • Refactored redundant code. #65 (ameyavarade)
  • Fixed code and spec for Excon error #64 (prabhu-das)
  • Remove extraneous use of active-support for the better good #63 (btm)
  • Rebase integration tests #61 (muktaa)
  • OC-10611 implementation for custom_arguments passed to Fog #57 (prabhu-das)
  • Updated test windows template to latest knife windows ( -V 0.5.14) template. #56 (siddheshwar-more)
  • OC-11210 EC2 refactored code has ambiguity in the name of short-option for Gateway & Groups #54 (siddheshwar-more)
  • OC-11204 - Exception handling and abstraction #53 (kaustubh-d)
  • OC-11140 nested values support #51 (prabhu-das)
  • OC-10823 knife-ec2 server create and bootstrap windows instance using ssh #48 (siddheshwar-more)
  • Handle fog errors in knife-cloud #47 (siddheshwar-more)
  • Updated code to reflect server name for both openstack and ec2 when --ch... #46 (prabhu-das)
  • OC-10520 knife-cloud should add data summary methods #43 (ameyavarade)
  • OC-9950 Support common options of knife bootstrap in knife cloud #42 (siddheshwar-more)
  • OC-9596: Succesfully run the integration tests on jenkins for knife-openstack(based on knife-cloud) #41 (adamedx)
  • OC-9430: Knife cloud should support endpoint config and cli option #40 (adamedx)
  • Let knife-windows find the template based on distro supplied. #38 (chirag-jog)
  • Updated rspec tests for server list, create command #36 (adamedx)
  • Updated rspec tests for server list, create command #35 (siddheshwar-more)
  • OC-9613: os_image_type should be inferred from bootstrap protocol if not specified to knife cloud #34 (adamedx)
  • OC-9533 knife CLOUD server list needs to expose Chef data (node names, attributes) #33 (siddheshwar-more)
  • OC-9207: OC-9390: Dynamic Fog gem versioning, Exit code handling #31 (adamedx)
  • OC 9450 - Auto generate chef node name when not input by user #30 (muktaa)
  • OC-8965: Provide CLI option to delete server on bootstrap failure #28 (adamedx)
  • OC-9368 Image_os_type option should be compulsory in knife-openstack. #26 (siddheshwar-more)
  • Sprint 86: Merge Gem dependencies, Travis support #24 (adamedx)
  • oc 8965 delete server when bootstrap fails #23 (muktaa)
  • 9107 knife cloud travis #22 (muktaa)
  • Windows bootstrap support + correct gem dependency for knife-windows #20 (muktaa)
  • Windows bootstrap support + correct gem dependency for knife-windows #18 (muktaa)
  • OC-8572: Knife cloud openstack create with bootstrap Windows #16 (adamedx)
  • OC-8822: Knife cloud openstack server list command #15 (adamedx)
  • Resource Listing changes (OC 8822, 8824, 8825, 8826) #13 (muktaa)
  • Add notices to sources #12 (adamedx)
  • First working version of knife-cloud (merged and rebased) #10 (chirag-jog)
  • Knife cloud plugin #9 (muktaa)
  • OC-8310: Base framework library for knife plug-in tests #8 (adamedx)
  • OC-8427: OC-8426: OC-8425: OC-8428: Unit tests for knife-cloud #7 (adamedx)
  • OC-8312: Knife-cloud gem skeleton #6 (adamedx)
  • OC-8312 Knife-cloud gem skeleton #3 (kaustubh-d)

* This Change Log was automatically generated by github_changelog_generator