Skip to content

Commit

Permalink
Merge pull request #64 from oracle/release_202
Browse files Browse the repository at this point in the history
Release 2.0.2
  • Loading branch information
briangustafson authored Jan 17, 2019
2 parents 3fc236f + 02ccc54 commit 1698c9c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ 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.2 - 2019-01-17
### Fixed
- Fixed SSH failure during "knife oci server create" when using newer Chef Workstation and ChefDK versions.

## 2.0.1 - 2019-01-09
### Changed
- Change default ssh timeout for `knife oci server create` from 180s to 300s.
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.1'.freeze
VERSION = '2.0.2'.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.1'
expect(knife_oci_server_create.oci_config.additional_user_agent).to eq 'Oracle-ChefKnifeOCI/2.0.2'
end
end

Expand Down

0 comments on commit 1698c9c

Please sign in to comment.