Skip to content

Latest commit

 

History

History
341 lines (255 loc) · 24.9 KB

CHANGELOG.md

File metadata and controls

341 lines (255 loc) · 24.9 KB

knife-ec2 change log

Note: this log contains only changes from knife-ec2 release 0.8.0 and later -- it does not contain the changes from prior releases. To view change history prior to release 0.8.0, please visit the source repository.

v2.1.6 (2024-04-19)

Merged Pull Requests

v2.1.4 (2021-03-25)

Merged Pull Requests

  • S3Source does not extend any Chef classes, so config is not an inherited attribute #667 (signe)

v2.1.3 (2021-01-15)

Merged Pull Requests

  • Fix for server create failing on validation on windows when no PW is set #666 (kapilchouhan99)

v2.1.2 (2021-01-08)

Merged Pull Requests

  • Fix for ephemeral option creates EBS volumes instead of attaching ephemeral volumes #665 (kapilchouhan99)

v2.1.1 (2020-12-29)

Merged Pull Requests

v2.1.0 (2020-10-21)

Merged Pull Requests

v2.0.6 (2020-10-13)

Merged Pull Requests

v2.0.4 (2020-08-21)

Merged Pull Requests

v2.0.3 (2020-08-06)

Merged Pull Requests

  • Use match? instead of =~ when MatchData is not used #654 (tas50)
  • Fix minor typos #653 (tas50)
  • Resolve Style/RedundantAssignment warning #655 (tas50)

v2.0.0 (2020-05-29)

Merged Pull Requests

v1.0.36 (2020-04-16)

Merged Pull Requests

v1.0.33 (2020-03-28)

Merged Pull Requests

v1.0.32 (2020-02-24)

Merged Pull Requests

v1.0.31 (2020-02-12)

Merged Pull Requests

v1.0.28 (2020-01-15)

Merged Pull Requests

v1.0.26 (2019-12-28)

Merged Pull Requests

  • Set connection_protocol and connection_port as default before the create instance #630 (kapilchouhan99)

v1.0.25 (2019-12-23)

Merged Pull Requests

v1.0.22 (2019-12-21)

Merged Pull Requests

  • Substitute require for require_relative #628 (tas50)

v1.0.21 (2019-12-17)

Merged Pull Requests

v1.0.20 (2019-12-16)

Merged Pull Requests

v1.0.18 (2019-12-03)

Merged Pull Requests

  • Fix to collect region from aws_config_file for specified profile #620 (dheerajd-msys)

v1.0.17 (2019-11-21)

Merged Pull Requests

v1.0.16 (2019-09-16)

Merged Pull Requests

v1.0.14 (2019-08-27)

Merged Pull Requests

  • Color code fixes in json format output of knife ec2 server list #606 (dheerajd-msys)
  • Allow instances to be provisioned with source/dest checks disabled #605 (kapilchouhan99)

v1.0.12 (2019-08-12)

Merged Pull Requests

v1.0.11 (2019-08-08)

Merged Pull Requests

v1.0.9 (2019-07-29)

Merged Pull Requests

  • Attach emphemeral disks with using --emphemeral flag & avoid tagging error #600 (dheerajd-msys)

v1.0.8 (2019-07-11)

Merged Pull Requests

  • Remove deprecated options & set default value for ec2 ami list owner option #586 (vsingh-msys)

v1.0.7 (2019-07-08)

Merged Pull Requests

  • update readme with user data #588 (dheerajd-msys)
  • Update copyrights to 2019 #594 (tas50)
  • Update the readme to not mention DK or the deprecated knife command #595 (tas50)
  • Add a buildkite PR verification pipeline #597 (tas50)
  • Cutover to Buildkite for all PR testing #598 (tas50)
  • Add connection debug information #596 (tas50)

v1.0.1 (2019-07-08)

Merged Pull Requests

  • Update codeowners, test on latest ruby releases + more misc #563 (tas50)
  • Prep knife-windows v1.0.x #578 (btm)
  • Convert to aws-sdk and add new commands #546 #587 (vsingh-msys)

v0.19.16 (2018-12-11)

Merged Pull Requests

  • Don't ship the spec files in the gem #562 (tas50)

v0.19.15 (2018-12-03)

Merged Pull Requests

  • Only ship the necessary libraries in the gem #559 (tas50)
  • Do not print out a literal \n when deleting servers from ec2 #558 (muz)
  • Updated descriptions to mention config.rb #555 (Vasu1105)

v0.19.12 (2018-11-28)

Merged Pull Requests

v0.19.10 (2018-08-06)

Merged Pull Requests

  • Drop Ruby 2.2 + Add Chefstyle + align testing with other projects #530 (tas50)
  • Bump copyrights & minor readme updates #532 (tas50)
  • Move contributing docs out of the repo #535 (tas50)
  • Add codeowners and PR template files #533 (tas50)
  • Update installation instructions in the readme to push ChefDK #537 (tas50)
  • Rewrite the credentials section of the readme with new recommendations #538 (tas50)
  • Fix knife ami list --group flag description #539 (tas50)
  • Clarify which AWS CLI tools we're talking about #540 (tas50)
  • Lazy load deps and avoid double loading #544 (tas50)
  • Improve the AMI missing error and improve the readme example #543 (tas50)
  • Provide a unique console color for us-east-1f availability zone #541 (tas50)
  • Removed deprecated options distro and template_file flags in server create command #542 (tas50)
  • Remove readline dep which we're not using #547 (tas50)
  • Remove mime-types dependency #550 (tas50)
  • Remove executables from gemspec and cleanup test files #549 (tas50)
  • If no keys specified on CLI/config use an AWS credential file if present #548 (tas50)

v0.18.2 (2018-07-06)

Merged Pull Requests

Latest Release 0.18.0 (2018-04-05)

  • knife-ec2:#520 Options --aws-tag and --chef-tag are added for tagging EC2 instance in AWS and Chef separately.

Release 0.17.0 (2018-02-07)

  • knife-ec2:#515 Allow re-use of existing ENI for primary interface.
  • knife-ec2:#514 Add --instance-initiated-shutdown-behavior option.
  • knife-ec2:#513 require rb-readline to avoid ruby 2.4 warnings about Fixnum.

Release 0.16.0 (2017-11-07)

Release 0.15.0 (2017-02-15)

Release 0.14.0 (2016-12-02)

  • knife-ec2 requires chef-client 12.14 or newer.
  • knife-ec2:#442 Added support to show flavor list in json format.
  • knife-ec2:#439 Allow to accept multiple security group ids using --security-group-id option multiple times and added deprecated message for comma seprated --security-group-ids option.

Release 0.13.0 (2016-08-05)

Release: 0.12.0 (2015-10-1)

  • knife-ec2:#305 Updates to support standard .aws/credentials file
  • knife-ec2 #354 knife-windows 1.0.0 dependency, support for validatorless bootstrap, other Chef 12 bootstrap options
  • knife-ec2 #356 Added --forward-agent option

Release: 0.11.0 (2015-08-24)

Release: 0.10.0.rc.1 (2014-10-08)

  • Issue:#237 Provide a way to the validation key and data bag secret from S3
  • Issue:#243 Support new AWS CLI configuration file format
  • Update knife-windows gem dependency to knife-windows 0.8.rc.0 for improved Windows authentication integration
  • Update fog gem dependency to fog 1.23.0
  • Provisioned IOPS support via the --provisioned-iops and --ebs-volume-type options
  • KNIFE-466 Knife ec2 should use gateway from net::ssh config if available
  • KNIFE-422 Knife ec2 server create doesn't respect identity file of gateway server from ssh_config

Release: 0.8.0 (2014-03-10)

  • KNIFE-458 Docs: Increase detail about necessary options for VPC instance creation
  • KNIFE-456 Documentation for :aws_credential_file difficult to read
  • KNIFE-455 knife ec2 may try to use private ip for vpc bootstrap even with --associate-public-ip flag
  • KNIFE-453 knife-ec2 doesn't handle aws credentials files with windows line endings
  • KNIFE-451 Update Fog version to 1.20.0
  • KNIFE-430 server creation tunnelling should wait for a valid banner before continuing
  • KNIFE-381 Gabriel Rosendorf Add ability to associate public ip with VPC instance on creation

Releases prior to 0.8.0

Please see https://github.com/chef/knife-ec2/commits to view changes in the form of commits to the source repository for releases before 0.8.0.