Skip to content

Commit

Permalink
Merge pull request #62 from oracle/knife_rel_2.0.1
Browse files Browse the repository at this point in the history
Releasing OCI Knife plugin version 2.0.1
  • Loading branch information
viralmodi authored Jan 9, 2019
2 parents 8900c08 + 1e710c8 commit b8e7951
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/).

## 2.0.1 - 2019-01-09
### 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 - 2017-09-11
### Changed
- Changed the gem name from knife-bmcs to knife-oci, and changed all occurances of BMCS to OCI. Details can be found [here](docs/rename.md).
Expand Down
2 changes: 1 addition & 1 deletion lib/knife-oci/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Knife
module OCI
VERSION = '2.0.0'.freeze
VERSION = '2.0.1'.freeze
end
end
2 changes: 1 addition & 1 deletion spec/unit/server_create_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@

it 'should add to user agent' do
knife_oci_server_create.config[:oci_config_file] = DUMMY_CONFIG_FILE
expect(knife_oci_server_create.oci_config.additional_user_agent).to eq 'Oracle-ChefKnifeOCI/2.0.0'
expect(knife_oci_server_create.oci_config.additional_user_agent).to eq 'Oracle-ChefKnifeOCI/2.0.1'
end
end

Expand Down

0 comments on commit b8e7951

Please sign in to comment.