knife-ec2 0.10.0.rc.2 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NjkwZDczMTU4MGFhM2ZlZGFlMGI4YzE4MDg0NzU3OGVkNjUzMzFiZg==
4
+ ZjUzN2RiNmIwZTVkODIxMTU0ODUzZmYwYWY0YmEyNGUyNGRlYWZlMQ==
5
5
  data.tar.gz: !binary |-
6
- Y2FmOGNjNGJmM2E5M2IyZDI0YzM2YmFjZGRmOWNmMjk4OWNiZmFlNg==
6
+ ZjY0YTZjNjY4MWU4OWMzNjkyZjAxZDg4MmM3ZjBkYTA4YzMyNjZmZg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NGNhZDNiOGZjYTJiNmNkOGMxMzczZGIxMThiOTJhZjljNTNjM2Y2YjhjYjhk
10
- YTVjOTVlOWViZTU4MzUxYjcyOTgzYjA1ODJhMTg0MGI5MzI2Yzc1ZDVmYTI0
11
- OWEwNDM4Y2Y3NDEyY2QxMGI1YzEyZjQyMzhlZTU1MDc1YTIzMDU=
9
+ OGMxOGVkMzU0ZTNmNDczZDQ1NzNhMDRmMDkwYTY0NWRiYTI3N2YxYzdhNTg2
10
+ MmU0YzhhYTc4MDkxMTgxMWJlNjliOTc3Y2YzOGZlYzE3NmMwOWE4NDRlNTI1
11
+ NDFiMGU3YjM0ZTViNjlhNmIyOGE5MTk0ZWNmODVlMWRiMmNlMzY=
12
12
  data.tar.gz: !binary |-
13
- NGRiZDM5OTM2OTgzNTA0MmM4YzQzNGM2ZjQ5ZTk3ZmQzMDBjNmExMDdkYTRi
14
- MjZiNTlhYmNiOTAwYzRjMzFhZGE2ZmE3NDY3OGEyMGE0NjZjODhlYjhmMjU1
15
- YTJmZTczNzkyZDA4Yjg3NjEzM2JmNTg5NWNlNTYzYzNmNWUxYjA=
13
+ MWIyMDRjZDUxODBmMmFmYTQzMzZiNjU3YTJhZjcyM2U3MTAyZmIyYzNmMjM5
14
+ N2FlOGU1MmI5ODk1ODI3ZGMzMjk2YTNmYzdjNTdmZmFlMDZmYzU3NGRjMmZh
15
+ MTczZjQwYzdiNTY4NWY2YWY5OGMxMGEwYTNiZjIzNWVkNDI1YmI=
data/CHANGELOG.md CHANGED
@@ -5,9 +5,10 @@ Note: this log contains only changes from knife-ec2 release 0.8.0 and later
5
5
  prior to release 0.8.0, please visit the [source repository](https://github.com/opscode/knife-ec2/commits).
6
6
 
7
7
  ## Unreleased changes
8
- * Use IAM role for credentials
8
+ None.
9
9
 
10
- ## Latest release: 0.10.0.rc.1
10
+ ## Latest release: 0.10.0
11
+ * [Issue:#221](https://github.com/opscode/knife-ec2/issues/221) Use IAM role for credentials
11
12
  * [Issue:#237](https://github.com/opscode/knife-ec2/issues/237) Provide a way to the validation key and data bag secret from S3
12
13
  * [Issue:#243](https://github.com/opscode/knife-ec2/issues/243) Support new AWS CLI configuration file format
13
14
  * Update `knife-windows` gem dependency to `knife-windows 0.8.rc.0` for improved Windows authentication integration
data/DOC_CHANGES.md CHANGED
@@ -22,8 +22,13 @@ provisioned IOPS rate given as an argument to this option. It is only valid if
22
22
  the EBS volume type is `io1` as specified by the `--ebs-volume-type` option
23
23
  for this plugin.
24
24
 
25
- ## Use of secret parameters from S3 for `server create` command
25
+ ## Option `--use-iam-profile` for server create command
26
+ This option allows the `knife-ec2 server create` command executing on an EC2 instance to use
27
+ IAM role credentials available to the instance as the AWS credentials for
28
+ creating new instances. Specify the IAM profile that the instance should use
29
+ as an argument to this option.
26
30
 
31
+ ## Use of secret parameters from S3 for `server create` command
27
32
  The options below allow some secrets used with the `knife ec2 server create`
28
33
  command to be specified as URL's. Examples are also given in the README.md.
29
34
 
@@ -1,6 +1,6 @@
1
1
  module Knife
2
2
  module Ec2
3
- VERSION = "0.10.0.rc.2"
3
+ VERSION = "0.10.0"
4
4
  MAJOR, MINOR, TINY = VERSION.split('.')
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0.rc.2
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Jacob
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-11-12 00:00:00.000000000 Z
12
+ date: 2014-11-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fog
@@ -156,9 +156,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
156
156
  version: '0'
157
157
  required_rubygems_version: !ruby/object:Gem::Requirement
158
158
  requirements:
159
- - - ! '>'
159
+ - - ! '>='
160
160
  - !ruby/object:Gem::Version
161
- version: 1.3.1
161
+ version: '0'
162
162
  requirements: []
163
163
  rubyforge_project:
164
164
  rubygems_version: 2.1.11