Skip to content

Latest commit

 

History

History
615 lines (483 loc) · 57.5 KB

CHANGELOG.md

File metadata and controls

615 lines (483 loc) · 57.5 KB

knife-azure Change Log

v4.0.0 (2021-06-03)

Merged Pull Requests

v3.0.6 (2020-09-09)

Merged Pull Requests

  • improve load performance by autoloading ARMInterface #534 (mwrock)

v3.0.5 (2020-08-21)

Merged Pull Requests

v3.0.4 (2020-08-06)

Merged Pull Requests

v3.0.1 (2020-05-15)

Merged Pull Requests

  • Fix deprecated keyword parameters warning. #526 (btm)

v3.0.0 (2020-05-09)

Merged Pull Requests

v2.0.17 (2020-04-02)

Merged Pull Requests

v2.0.13 (2020-02-12)

Merged Pull Requests

  • Don't depend of chef-bin #517 (tas50)
  • Move helpers to their own dir to speedup loading #518 (tas50)

v2.0.11 (2020-01-29)

Merged Pull Requests

  • Fix windows credentials failures on windows #516 (tas50)

v2.0.10 (2020-01-29)

Merged Pull Requests

v2.0.6 (2019-12-21)

Merged Pull Requests

v2.0.2 (2019-09-10)

Merged Pull Requests

v2.0.1 (2019-08-22)

Merged Pull Requests

v2.0.0 (2019-08-08)

Merged Pull Requests

v1.9.0 (2019-02-21)

Merged Pull Requests

  • Fix for unable to create VM with Standard_F2 or any valid sizes #489 (kapilchouhan99)
  • Clarify character limit for azure-storage-account #463 (OBrienCommaJosh)
  • Require Ruby 2.3+ and fix Chefstyle offenses #494 (kapilchouhan99)
  • Fix for undefined method get_vm_size error and fixing the missing code which not reflected after resolving conflict in previous merge #495 (kapilchouhan99)
  • Upgraded version of knife-azure azure-sdk libraries. #491 (Vasu1105)
  • Tidy up bootstrap.md #493 (stuartpreston)
  • Fix for wrong number of arguments error while using extended logs option. #497 (Vasu1105)

v1.8.7 (2018-12-04)

Merged Pull Requests

  • Don't ship the readme in the gem artifact #492 (tas50)

v1.8.6 (2018-11-20)

Merged Pull Requests

  • Remove github changelog generator dep #479 (tas50)
  • Test on modern Ruby releases in Travis #480 (tas50)
  • Remove require on highline as knife does this #482 (tas50)
  • Add github issue/PR templates and a codeowners file #484 (tas50)
  • Fix for validatorless bootstrap. #487 (Vasu1105)

v1.8.0 (2017-09-28)

Full Changelog

Closed issues:

  • --delete-resource-group works, but exits as failed #458
  • Master is broken for any azurerm server create operations that involve virtual networks #455
  • Running azurerm server create with Chef Environment argument does not correctly assign environment to the created node #454
  • Can not create vms in required availability set (ARM) #446
  • Bootstrapping in Azurerm is not happenning fully. #449
  • knife-azure does not work with latest Chefdk #440
  • Auto-Generated Storage Account Name can produce an Exception #434
  • node_name in client.rb always has a '0' appended resulting in auth error #439
  • Knife Azure does not work with berkshelf #423
  • --node-ssl-verify-mode none' does not write appropriate value to resulting client.rb #435
  • knife azure server delete doesn't delete servers joined to a domain #258

Merged pull requests:

  • Update missing function for V0.9.0 #460
  • Updated code to delete server with resource group #459
  • Switches ARM > ASM language in documentation. Removes warning from ARM mode #457
  • Updated code to set chef environment #456
  • Added Feature availability_set for knife azure ARM #453
  • Remove copy Index if server count is 1 #447
  • Removed listen gem conflict #445
  • Test on the latest rubies and allow for Chef > 12 #444
  • Fixed '--node-ssl-verify-mode' value in client.rb #437
  • Fixed Auto-Generated Storage Account Name issue. #436
  • Updated code for azurerm bootstrap for new sdk gem. #430
  • Renamed chef-service-interval option name to chef-daemon-interval #429
  • Updated arm server delete command to use the latest azure-sdk gems. #428
  • Updated ARM Server Create and Show method for new sdk gem. #427
  • Updated code for arm commands to use the latest azure-sdk gems #425
  • Added support for daemon as task #420
  • Added warning for --purge #418
  • Added --daemon option for chef extension. #417
  • Modified Windows behavior to fetch token details in ARM model as per the changes done in the 0.10.5 version of azure-xplat-cli #416

v1.7.0 (2016-11-25)

Full Changelog

Closed issues:

  • Knife azurerm server create (subnet in use) #411
  • Multiple Azure AADs cause incorrect token to be chosen for authorization #405
  • Error when creating VM in ARM mode and specifying vnet #361
  • Knife-Azure Unable to Create a new VM using my custom vm image #342
  • create server does not install azure vm agent #316
  • knife-azure create server fails with WinRM::WinRMAuthorizationError #315
  • knife azure server create does not respect --secret-file argument for non-Windows hosts #313
  • FATAL: The x-ms-version header value '2014-05-01' is not one of the supported version headers #286
  • knife azure server create using ARM templates #285
  • knife azure server create - intermittent authorized_keys CERT thumbprint error - v.1.4.0-1.6.0.rc.0 #273
  • Allow using relative path for config file #267
  • (pending validation) Knife server delete is limited to ~5 servers in a list #259
  • Wrong xml format and value of Get-Deployment by using knife-azure to create a VM #236
  • server create issue: ProvisioningConfigurationSet must be specified #235
  • Compatible with Windows Azure Pack? #212

Merged pull requests:

  • Fix for handing certificate with thumbprint no found error: #413 (Vasu1105)
  • Handling credential without -0-- pattern: #412 (NimishaS)
  • Added chef_service_interval option and moved encrypted_data_bag_secret option from public_config to private_config for chef_extension: #408 (Aliasgar16)
  • Move contributing doc to unified location: #407 (tas50)
  • Require Ruby 2.2.2 and test on 2.2.5/2.3.1: #406 (tas50)
  • Passing the secret key correctly: #401 (NimishaS)
  • Added support to show extended logs in ASM bootstrap command: #400 (Aliasgar16)
  • Update ARM README to add missing options: #399 (dheerajd-msys)
  • Added support for extended logs to knife arm bootstrap command: #398 (Aliasgar16)
  • Added validation if the token in going to expire in 10min: #397 (NimishaS)
  • Fixed Issue: All specs are not running: #396 (NimishaS)
  • Lock activesupport gem version to fix Travis failure: #395 (NimishaS)
  • Add support passing of tcp port option in ARM: #394 (dheerajd-msys)
  • Updated code for the latest version of azure-sdk-for-ruby: #393
  • Allow using relative path for config files: #392 (Vasu1105)
  • Removed options --auto-update-client --uninstall-chef-client --delete-chef-extension-config: #391 (Vasu1105)
  • Not parsing error.message as json because it's sometimes string: #387 (NimishaS)
  • Added "RDP Port" column for ASM server list: #385 (dheerajd-msys)
  • Removing unused methods: #384 (NimishaS)
  • Added support to handle existing vnet and subnet resources in resource group while server creation: #383 (Aliasgar16)
  • Fixed autoUpgradeMinorVersion misplaced in template: #382 (Vasu1105)
  • Renamed --identity-file to --ssh-public-key: #381 (NimishaS)
  • Updated the code to find credentials using --0- string instead of --0-2: #380 (Vasu1105)
  • azurerm bootstrap fails if the version of chef extension is not given in knife.rb file: #379 (Aliasgar16)
  • Added support for running Xplat command in case of token expiry: #378 (dheerajd-msys)
  • Showing text error message instead of json: #376 (NimishaS)
  • Fixed eval failure on some ruby versions and specs failure: #375 (dheerajd-msys)
  • Rectified help for identity_file option: #374 (Aliasgar16)
  • Updated FFI datatypes to improve readability: #373 (NimishaS)
  • Added support for extended_logs to show chef-client run logs to user in ARM server_create command: #372 (Aliasgar16)

v1.6.0 (2016-06-10)

Full Changelog

Closed issues:

  • Bootstrap process fails with following error after provisioning #350
  • Knife Azure Creating a new server #343
  • Creation of AD application and service principal is not automated for ARM commands #341
  • Error provisioning VM in existing Cloud service #309
  • private key file? #304
  • knife azure should support ssl cert bootstrap with cloud-api bootstrap #260
  • Provisioning issues with 1.5.2 #257
  • knife azure does not honor --node-ssl-verify-mode flag #250
  • Does 'knife azure server create' support asynchronous request? #140

Merged pull requests:

  • Added the actual names of the sites otherwise: #367 (jjasghar)
  • Fixed chef extension version issue if not passed through options it should pick up latest #360 (Vasu1105)
  • Add support for authentication using token for ARM #359 (dheerajd-msys)
  • Added support for ohai_hints for cloud-api protocol in ARM. #354 (Aliasgar16)
  • added support for single vm provisioning through template #353 (Vasu1105)
  • Showing multiple vm details #352 (Vasu1105)
  • Added code to fetch chef-client run logs after extension is deployed on the server. #351 (Aliasgar16)
  • Fixed issue when bootstrap protocol is not specified during vm creation #349 (dheerajd-msys)
  • Added readline gem dependency in Gemfile as knife-azure commands started failing because of this gem after updating chefdk from 0.12.0 to 0.13.21 version. #348 (Aliasgar16)
  • Provided vm creation details to user in non-verbose mode #347 (dheerajd-msys)
  • Pinned the version on listen gem to 3.0.6 #346 (NimishaS)
  • Added support for redhat and debian OS vm provisioning #345 (dheerajd-msys)
  • Template deployment for multiple VMs #344 (NimishaS)
  • Add extension to existing VM in ARM #340 (NimishaS)
  • Public ip value empty for list and show operations #338 (dheerajd-msys)
  • Added code for validation of vm name #337 (dheerajd-msys)
  • Common bootstrap with cloud-api fix for ASM #336 (NimishaS)
  • Revert "Used common bootstrap for ASM" #335 (NimishaS)
  • Updated README for --azure-vnet-name and --azure-vnet-subnet-name options #334 (Vasu1105)
  • Chef extension support for existing Azure ASM deployment. #333 (Aliasgar16)
  • Locked down versions of azure_sdk_for_ruby gems. #332 (Aliasgar16)
  • Used common bootstrap for ASM #331 (dheerajd-msys)
  • ARM add --secret and --secret-file options to server create #330 (Vasu1105)
  • Modified ARM server_create code along with corresponding RSpecs to override image sku. #329 (Aliasgar16)
  • Add vnet name and subnet name options to use existing vnet for vm creation #328 (Vasu1105)
  • Fixed secret and secret file not getting copied issue for non-windows host #327 (dheerajd-msys)
  • Exception handling for ARM commands #326 (NimishaS)
  • Refactoring azurerm server create code #325 (Vasu1105)
  • Added code to display resource_group_name and also added option to accept resource_group_name from user. #324 (Aliasgar16)
  • Added --azure-image-os-type option with specs #323 (NimishaS)
  • Modified ARM server_create command as per the changes introduced in new version 0.2.1 of azure-sdk-for-ruby gems. #322 (Aliasgar16)
  • [knife azurerm] options issue #321 (NimishaS)
  • Modified Error Handling to show proper server show error output to the user #320 (dheerajd-msys)
  • Fixed error handling for server create #319 (Vasu1105)
  • Added public ipaddress and fqdn to azurerm server show command output #318 (dheerajd-msys)
  • Adding --delete-resource-group option #314 (Vasu1105)
  • Added code to support bootstrap protocol cloud-api and removed unwanted ARM related code from ASM server_create command. #312 (Aliasgar16)
  • Fixed typo #311 (Vasu1105)
  • Adding winrm port for azurerm server create #310 (NimishaS)
  • Updated specs for azurerm server delete command #308 (NimishaS)
  • Added specs with mock server object for azurerm server list #306 (NimishaS)
  • Updated Readme for ARM supported commands #305 (NimishaS)
  • Modified method names according to ruby convention #303 (NimishaS)
  • ARM server delete #302 (Vasu1105)
  • ARM server show command #301 (meeranavale)
  • ARM basic server create command. #300 (Aliasgar16)
  • Implemented 'knife azurerm server list' command and it's specs #299 (NimishaS)
  • Fixed azureProfile.json validation issues #292 (Vasu1105)
  • Refactored code for validation method for asm and arm #291 (Vasu1105)
  • Spec for server list command #290 (NimishaS)
  • Re-factoring code for common methods #289 (Vasu1105)
  • Rectified azure module name conflict issue and other validate! method related issue which got introduced with ARM structure. #288 (Aliasgar16)
  • Basic code structure for ARM implementation #287 (NimishaS)
  • Refactored sever create #284 (Vasu1105)
  • Refactored ag list and create code for ASM. #283 (Aliasgar16)
  • Refactored code for vnet_list and vnet_create. #282 (Aliasgar16)
  • Refactored for list and create internal load balancer #281 (Vasu1105)
  • Refactored ASM code for server show command #279 (NimishaS)
  • Refactored code for ASM delete server #278 (Vasu1105)
  • Refactoring existing ASM code for implementation of ARM #276 (Vasu1105)
  • Cherry-picked changes for badges and Travis #275 (NimishaS)
  • Added uninstall_chef_client flag for bootstrap protocol cloud-api. #272 (Aliasgar16)
  • Updated Readme with the bootstrap options #270 (NimishaS)
  • Changes for handling scheme in the azure_api_host_name #268 (Vasu1105)
  • Added code for Windows platform to read azure creds from azureProfile if publish_settings file not available. #265 (Aliasgar16)
  • Added RSpecs for ssl cert support for bootstrap protocol cloud-api. #263 (Aliasgar16)

1.6.0.rc.0 (2015-11-23)

Full Changelog

Closed issues:

  • Unable to join servers to Active Directory #254
  • params[:port] doesn't default correctly to 22 when bootstrapping over ssh, causing an xml error #249
  • UX on knife azure server delete prompt is misleading #242

Merged pull requests:

  • Release 1.6.0.rc.0 version and doc updates #264 (adamedx)
  • SSH port issue #262 (Vasu1105)
  • Added SSL certificate bootstrap support for cloud-api. #261 (Aliasgar16)
  • Parsing domain username #256 (NimishaS)
  • Added --azure-extension-client-config option to pass client.rb file #255 (NimishaS)
  • Passing node_ssl_verify_mode #253 (NimishaS)
  • updating readme to chefdk #247 (vinyar)
  • Added bootstrap_version option in Chef Extension public_config parameters and added corresponding Rspecs. #246 (Aliasgar16)
  • Updated README for cloud-api centos support #245 (Vasu1105)
  • Modified VNet code to add subnet into the VNet and did corresponding changes in RSpecs. #244 (Aliasgar16)

1.5.2 (2015-10-02)

Full Changelog

Merged pull requests:

1.5.1.rc.3 (2015-09-19)

Full Changelog

Merged pull requests:

  • Release 1.5.1.rc.3, knife-windows 1.0.0.rc.2 dep update #241 (adamedx)

1.5.1.rc.2 (2015-09-17)

Full Changelog

Closed issues:

  • Add --[no-]node-verify-api-cert #219
  • server create -> --environment and --json-attributes not working? #207
  • Unable to provision a VM into a load balanced set #205
  • Azure China support #199
  • Knife-Azure's Ruby Gem install means Windows 8 'chef server' is allowed? #177
  • what version of chef is supported? #165
  • Does not play nicely with chefdk #148
  • dpkg status database is locked by another process, chef client install fails #147
  • 401 when provisioning windows VMs #49

Merged pull requests:

1.5.1.rc.1 (2015-06-02)

Full Changelog

Closed issues:

  • server create fails chef-client bootstrap using stock 2008r2 image and cloud-api protocol #206

Merged pull requests:

1.5.1.rc.0 (2015-05-29)

Full Changelog

Closed issues:

  • Provisioning Azure VM with SSH identity file - why failing on password? #145

Merged pull requests:

  • Version, RELNOTE updates for 1.5.0.rc.0 release #221 (adamedx)

1.5.1 (2015-05-25)

Full Changelog

Merged pull requests:

1.5.0 (2015-05-20)

Full Changelog

Closed issues:

  • knife-azure should allow script extension to be used when doing winrm bootstrap to set winrm timeouts #203
  • Duplicate short-name option in server create command #201
  • Server Create failing for some custom sysprepped images #189
  • Error creating a VNET #178
  • knife azure server create failing #166
  • can't execute run list after create azure virtual machines #161
  • Typo in RAEDME.md #141

Merged pull requests:

1.4.0 (2015-02-09)

Full Changelog

Merged pull requests:

1.4.0.rc.2 (2015-02-07)

Full Changelog

Merged pull requests:

  • Gem version update for 1.4.0.rc.2 release #191 (adamedx)
  • Make ready timeout non-fatal, add winrm auth timeout option #190 (adamedx)
  • Disabled certificate genaration code for ssl transport #184 (NimishaS)

1.4.0.rc.1 (2015-02-06)

Full Changelog

Closed issues:

  • knife azure image list and server create do not allow use of custom image templates I have created #158

Merged pull requests:

  • Additional documentation for troubleshooting cloud-api bootstrap #187 (adamedx)
  • Release 1.4.0.rc.1 documentation, dependency, and test fixes #186 (adamedx)
  • [KNIFE-481] Virtual machine state 'provisioning' not reached after 5 minutes #185 (siddheshwar-more)
  • Changed .der to .b64 #183 (NimishaS)
  • [Nim/pick create ssl cert] - knife-azure ssl bootstrap should create an ssl certificate #180 (NimishaS)
  • [#178] Error creating a VNET #179 (siddheshwar-more)
  • Get latest version in the form of Major.* #174 (NimishaS)
  • Add --winrm-authentication-protocol option #171 (siddheshwar-more)
  • Added a new boolean flag --auto-update-client #169 (prabhu-das)
  • OC-9994 Knife Azure server create used with --azure-connect-to-existing-dns option assumes ssh/winrm tcp endpoints port 22/5985 already used by existing vm. #102 (siddheshwar-more)

1.4.0.rc.0 (2014-12-02)

Full Changelog

Merged pull requests:

1.3.0 (2014-07-31)

Full Changelog

Closed issues:

  • how to create multiple azure VMs at the same time #129

Merged pull requests:

  • Update for 1.3.0 release #154 (adamedx)
  • Fixed rspec tests #151 (prabhu-das)
  • knife-azure server create is missing -j switch for json at first chef-client run. #150 (kaustubh-d)
  • fixing rspec-3 deprecation #149 (prabhu-das)
  • KNIFE-472: clean up gemspec's dependencies #144 (adamedx)
  • [KNIFE-472] Clean up unnecessary dependencies. #143 (juliandunn)
  • OC-11209: server create should not delete storage account in cleanup - unless created storage account #134 (ameyavarade)

1.2.2 (2014-02-07)

Full Changelog

Merged pull requests:

  • Release knife-azure 1.2.2 and fix gem description Opscode references #136 (adamedx)
  • Fix ag list and ag create commands. #135 (jeffmendoza)

1.2.0 (2014-02-04)

Full Changelog

Closed issues:

  • Adding ports/endpoints not working #118

Merged pull requests:

  • New server describe command should be renamed show #133 (adamedx)
  • KNIFE-441: Knife azure fails intermittently #132 (adamedx)
  • OC-11208: Azure fails intermittently #131 (muktaa)
  • KNIFE-427: Add support to create virtual networks and affinity groups #127 (jeffmendoza)
  • OC-10240: Update knife-windows dependency to 0.5.14 #124 (adamedx)
  • OC-8563: Add WinRM support (API Level) while creating VMs #122 (adamedx)
  • OC-10567: knife azure server delete should be asynchronous by default #121 (adamedx)
  • OC-10371: Knife-azure should show summary of created instance #120 (adamedx)

1.1.4 (2013-11-07)

Full Changelog

1.1.4.rc.0 (2013-11-06)

Full Changelog

Merged pull requests:

  • Add more context to server create exception output #115 (adamedx)
  • Increase uniqueness of auto-generated names, add simple create summary #113 (adamedx)
  • KNIFE-358: knife-azure tries to bootstrap too quickly #112 (adamedx)
  • Revert "Merge pull request #98 from BrianEWhipple/knife-358-bootstrap-wh... #111 (adamedx)
  • Reset config after each test, regression probably caused by new Chef rel... #109 (adamedx)
  • Loosen restrictive version constraint on nokogiri that caused gem conflic... #108 (adamedx)
  • OC-10125: knife-azure should auto-generate azure dns name #107 (adamedx)
  • KNIFE-380: Encrypted data bag file configuration not detected when bootstrapping Windows server #106 (adamedx)
  • KNIFE-291: Adding support for affinity groups and virtual networking #101 (adamedx)
  • KNIFE-361: Delete underlying VHD blob image from Azure Storage by default when deleting Virtual Machine #100 (adamedx)
  • KNIFE-358: Check vm available prior to bootstrapping #98 (BrianEWhipple)
  • OC-9951: knife azure server create fails if you specify 5985 for --tcp-endpoints #97 (adamedx)
  • KNIFE-360: Add support for adding Virtual Machine to Availability Set during provisioning #92 (adamedx)
  • OC-9952 Fix deprecation errors in knife azure #91 (siddheshwar-more)
  • OC-9783: Knife-azure server create leaks cloud services on failure to create vm #90 (adamedx)
  • OC-9784: knife azure image list should include image location in output #89 (adamedx)
  • OC-9785: knife azure should assume windows-chef-client-msi for --distro parameter #87 (adamedx)

1.1.2 (2013-09-03)

Full Changelog

Merged pull requests:

  • Remove hard-coded date from gemspec #80 (adamedx)

1.1.0 (2013-08-30)

Full Changelog

Closed issues:

  • Support LoadBalancedEndpoint, Subnet, AvailabilitySet and WinRm for server create #45
  • NoMethodError: undefined method `run_list' for nil:NilClass #20
  • bundle install is stuck for ever #19
  • server create command is giving error for winrm enabled images #10
  • Knife azure plugin is ignoring or overwriting run_list for knife azure server create #9
  • Knife ssh is not working after creating VM using knife azure #8
  • error creating server #7
  • Unable to generate a pem that works. #6
  • Cannot install knife-azure gem #1

Merged pull requests:

  • KNIFE-361: Add support to delete underlying VHD when deleting OS disk #94 (BrianEWhipple)
  • Rake task fix #79 (adamedx)
  • Documentation updates #78 (adamedx)
  • OC-8723: Knife-azure disk names can result in collision #73 (adamedx)
  • OC-8763: Knife azure server delete uses invalid nomenclature in display output #72 (adamedx)
  • OC-8834: Knife Azure unit tests write test file to root of repository #69 (adamedx)
  • refactoring test data files #64 (ameyavarade)
  • OC-8421 Additional suppression of benign warnings #63 (adamedx)
  • OC-8310: Remove breaking test changes #62 (adamedx)
  • OC-8243 optimize azure server create/server delete code #61 (kaustubh-d)
  • Oc 8420 knife azure integration tests #60 (siddheshwar-more)
  • OC-8242: Fixed issues related to port and added test cases #56 (adamedx)
  • OC-5329: Azure public ip address unavailable for knife ssh #55 (adamedx)
  • OC-8170: Support new publishsettings format #53 (adamedx)
  • OC:8099 server delete issues -- orphaned disks after delete #52 (adamedx)
  • OC-8236: Server create bug in azure when same vm name is used across hosted services #51 (adamedx)
  • OC 8242 - azure fixes of some bugs / issues #48 (muktaa)
  • OC-5329 - ohai azure plugin to populate azure cloud attributes #43 (kaustubh-d)
  • OC-8191 - Fixed issue while uploading the certificate #41 (muktaa)
  • OC-7835: Readme and cli switch update #40 (adamedx)
  • Oc 7836 server create #37 (muktaa)
  • Oc 7866 - Windows node bootstrapping fails for Azure on a Windows platform #36 (kaustubh-d)
  • Oc 7837 - Add ability to delete individual roles from a deployment in Azure #35 (kaustubh-d)
  • OC-7831 - [Added filter to toggle between required fields and all fields while image listing ] #33 (prabhu-das)
  • OC-7832 - [ Set the azure server list fields along with code optimization ] #32 (prabhu-das)
  • OC-7767 knife azure server list does not show IP address for windows VMs #31 (siddheshwar-more)
  • OC-7830 Fixed: azure_host_name option in Azure as azure-host-name #30 (siddheshwar-more)
  • Extract Azure host name, subscription Id and Certificate #29 (ameyavarade)
  • OC-7777: --purge-os-disk parameter is always true and cannot be set to false #28 (adamedx)
  • OC-7484, OC-7425: Merge Sprint 80 fixes #27 (adamedx)
  • OC 7777 - [ changed the option to have preserve-os-disk on knife azure server delete ] #26 (prabhu-das)
  • Oc 7465 - support ssh keys in Linux #25 (muktaa)
  • Oc 7425 use sudo password - ( Knife-Azure bootstrap should enable --use-sudo-password ) #24 (prabhu-das)
  • Oc 7484 - clean up hosted server after server delete #22 (muktaa)
  • Oc 7437 #21 (muktaa)
  • [KNIFE-252] Improve documentation for how to convert the management cert #18 (juliandunn)
  • Oc 3827 #11 (chirag-jog)
  • Update master #2 (jamescott)

1.0.0 (2012-06-06)

* This Change Log was automatically generated by github_changelog_generator