Skip to content

Commit

Permalink
Merge pull request #37 from oracle/release_110
Browse files Browse the repository at this point in the history
Releasing version 1.1.0
  • Loading branch information
briangustafson authored Aug 16, 2017
2 parents 0293390 + 4321793 commit ce7d88f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file.

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

## 1.1.0 - 2017-08-16
### Added
- List compartments command, 'knife bmcs compartment list'
- List VCNs command, 'knife bmcs vcn list'
- List subnets command, 'knife bmcs subnet list --vcn-id <VCN ID>'
- Server show command, 'knife bmcs server show --instance-id <Instance ID>'
- Server delete command, 'knife bmcs server delete --instance-id <Instance ID>'
- Region parameter for all BMCS commands, '--region'
- Wait time parameters for 'knife bmcs server create'

## 1.0.0 - 2017-06-09
### Added
- Initial Release
Expand Down
2 changes: 1 addition & 1 deletion lib/knife-bmcs/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Knife
module BMCS
VERSION = '1.0.0'.freeze
VERSION = '1.1.0'.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 @@ -132,7 +132,7 @@

it 'should add to user agent' do
knife_bmcs_server_create.config[:bmcs_config_file] = DUMMY_CONFIG_FILE
expect(knife_bmcs_server_create.bmcs_config.additional_user_agent).to eq 'Oracle-ChefKnifeBMCS/1.0.0'
expect(knife_bmcs_server_create.bmcs_config.additional_user_agent).to eq 'Oracle-ChefKnifeBMCS/1.1.0'
end
end

Expand Down

0 comments on commit ce7d88f

Please sign in to comment.