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 +8 -8
- data/CHANGELOG.md +3 -2
- data/DOC_CHANGES.md +6 -1
- data/lib/knife-ec2/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZjUzN2RiNmIwZTVkODIxMTU0ODUzZmYwYWY0YmEyNGUyNGRlYWZlMQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZjY0YTZjNjY4MWU4OWMzNjkyZjAxZDg4MmM3ZjBkYTA4YzMyNjZmZg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OGMxOGVkMzU0ZTNmNDczZDQ1NzNhMDRmMDkwYTY0NWRiYTI3N2YxYzdhNTg2
|
|
10
|
+
MmU0YzhhYTc4MDkxMTgxMWJlNjliOTc3Y2YzOGZlYzE3NmMwOWE4NDRlNTI1
|
|
11
|
+
NDFiMGU3YjM0ZTViNjlhNmIyOGE5MTk0ZWNmODVlMWRiMmNlMzY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
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
|
-
|
|
8
|
+
None.
|
|
9
9
|
|
|
10
|
-
## Latest release: 0.10.0
|
|
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
|
-
##
|
|
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
|
|
data/lib/knife-ec2/version.rb
CHANGED
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
|
|
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
|
+
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:
|
|
161
|
+
version: '0'
|
|
162
162
|
requirements: []
|
|
163
163
|
rubyforge_project:
|
|
164
164
|
rubygems_version: 2.1.11
|