knife-vcloud 1.3.0 → 1.3.1

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,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 10c1b893ad8aa6677bb69cecb3e94466e044b492
4
- data.tar.gz: c1ddbbadd0b3ae1978010314d6f0a99cfa6a93c3
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZGViYjgwMzE1OTdkNTEzYzhlMjU1Y2I1ZjNkMzIzMTc4MDY1OTNmOQ==
5
+ data.tar.gz: !binary |-
6
+ OWYxOWJiM2JkMmZiMWM3NDRkOWU5MjMyNjYwYjUyMjgzOTEyYmUyOQ==
5
7
  SHA512:
6
- metadata.gz: 9f7b6ea402d9bb1e79340dd031ff3ed8c4d69eea102aa064972f9c9306cb977449755ddca892a6ef6926a08b690e611fcc1fd22c54c3830331f17e4db287ef85
7
- data.tar.gz: 8930ea3e4d97cfd3ef521df8c05901cd123a16d4f226fbf8feca9837bb13aad96a91153dea82d1c3f386e0386b636bbf70bc75ca4f277d39b66090bb9ed82b52
8
+ metadata.gz: !binary |-
9
+ ZDA4ZjQzZTkwMzM2MzYzYzA2Njk0ZThhY2VjNzA0ZDZkNDE1MjhhODc1MjUz
10
+ Y2QzMTczODgwYWU0MjI5M2YyZjNmZmJkMmFmZWQ2YmQxNDgzODI4ZDBkZDRk
11
+ Zjk5NjJlMmUwNjY1ZmI5ODFhNmI3YWI4NWZkOGU4MjBlNTAxZTc=
12
+ data.tar.gz: !binary |-
13
+ YmFkYjQwMTBjYWRjNGJmNTk3YjRhN2Q4OGJhNjNmZWUwMDM1NjRkNzNjODJm
14
+ ZjFlYmEyODVhOGZjYWEyMzdjZjA5NGMxZjFhMTFlOTdjZjI1M2JkZjIzMjA3
15
+ NGRmYWVhZTY1YzgzZWIwN2RiYTEzZDNlYWZjY2EzMGRiYjMwNjY=
@@ -1,54 +1,57 @@
1
- Changes
2
- ==
3
- 2014-06-03 (1.3.0)
1
+ Changes
2
+
3
+ ### 2015-03-31 (1.3.1)
4
+
5
+ **Fixes**
6
+
7
+ * Bump dependencies
8
+
9
+ ### 2014-06-03 (1.3.0)
4
10
 
5
11
  This version requires vcloud-rest v. 1.3.0.
6
12
 
7
- FEATURES:
13
+ **Features**
8
14
 
9
15
  * Add "media" item type management to `catalog item show`
10
16
  * Add commands `[vm|vapp] discard suspended` to discard suspended state of a vApp or VM
11
17
 
12
- FIXES:
18
+ **Fixes**
13
19
 
14
20
  * Adapt 'vc vm show' to display different IPs from same network
15
21
 
16
22
  Note that now `get_vm` appends NetworkConnectionIndex to network name to generate a unique hash key.
17
23
 
18
- 2014-02-06 (1.2.0)
19
- --
24
+ ### 2014-02-06 (1.2.0)
20
25
 
21
26
  This version requires vcloud-rest v. 1.2.0.
22
27
 
23
- FEATURES:
28
+ **Features**
24
29
 
25
30
  * Honor local .chef/knife.rb precedence
26
31
 
27
- DEPRECATIONS:
32
+ **Deprecations**
28
33
 
29
34
  * Remove `vm config network` deprecated in 1.1.0
30
35
  * Remove *knife[:vcloud_password_login]* deprecated in 1.1.0
31
36
 
32
- 2013-12-13 (1.1.0)
33
- --
37
+ ### 2013-12-13 (1.1.0)
34
38
 
35
39
  This version introduces new features and deprecations.
36
40
  Deprecated features will be dropped in the future release.
37
41
 
38
- FEATURES:
42
+ **Features**
39
43
 
40
44
  * Add option *--override-guest* to `vm set info` to rename also its guest name (*false* by default for backward-compatibility)
41
45
  * Add command `vm network [add|delete|edit]` to manage multiple networks
42
46
  * Use RSA keys to manage passwords
43
47
  * Add command `knife vc configure` to manage knife-vcloud's configuration
44
48
 
45
- DEPRECATIONS:
49
+ **Deprecations**
46
50
 
47
51
  * `vm config network` is now deprecated
48
52
  * *knife[:vcloud_password_login]* is now deprecated and should be replaced using ```knife vc configure```
49
53
 
50
- 2013-11-29 (1.0.0)
51
- --
54
+ ### 2013-11-29 (1.0.0)
52
55
 
53
56
  This is the first release that leaves beta status.
54
57
  It's actively used in production by at least one company and thus it's important
@@ -56,7 +59,7 @@ to offer a more stable interface.
56
59
 
57
60
  This version requires vcloud-rest v. 1.0.0.
58
61
 
59
- FEATURES:
62
+ **Features**
60
63
 
61
64
  * vApp management
62
65
  * Add commands to resume/suspend/reset vApps
@@ -79,54 +82,49 @@ FEATURES:
79
82
  * Add command to show details about a given network
80
83
  * Add command to upload OVF
81
84
 
82
- CHANGES:
85
+ **Changes**
83
86
 
84
87
  * Renamed & enhanced command _vapp config network_ to _vapp network external_
85
88
  * Several options have been revisited (see README.md for details)
86
89
  * Sort VDC, Networks, vApps, Catalogs and Catalog Items by name
87
90
 
88
- 2012-12-28 (0.2.3)
89
- --
91
+ ### 2012-12-28 (0.2.3)
90
92
 
91
- VARIOUS:
93
+ **Various**
92
94
 
93
95
  * Update dependency vcloud-rest v. 0.2.1
94
96
  * Update documentation
95
97
 
96
- FIXES:
98
+ **Fixes**
97
99
  * Minor fixes
98
100
 
99
- 2012-12-27 (0.2.2)
100
- --
101
+ ### 2012-12-27 (0.2.2)
101
102
 
102
- FIXES:
103
+ **Fixes**
103
104
 
104
105
  * VM Network config: use command line arguments
105
106
  * Properly use boolean options
106
107
  * Minor fixes
107
108
 
108
- 2012-12-27 (0.2.1)
109
- --
109
+ ### 2012-12-27 (0.2.1)
110
110
 
111
- FIXES:
111
+ **Fixes**
112
112
 
113
113
  * Change namespace to fix import error under 1.9.x (system-wide)
114
114
 
115
- 2012-12-24 (0.2.0)
116
- --
115
+ ### 2012-12-24 (0.2.0)
117
116
 
118
- FEATURES:
117
+ **Features**
119
118
 
120
119
  * Add command for basic VM Guest Customization configuration
121
120
  * Add command for basic VM Network configuration
122
121
  * Add command for basic vApp Network configuration
123
122
 
124
- CHANGES:
123
+ **Changes**
125
124
 
126
125
  * Renamed _Common#msg_ to _Common#out\_msg_
127
126
 
128
- 2012-12-21 (0.1.0)
129
- --
127
+ ### 2012-12-21 (0.1.0)
130
128
 
131
129
  Initial release
132
130
 
@@ -62,7 +62,8 @@ class Chef
62
62
  list << ['', '', ui.color('Networks', :bold), '']
63
63
  vm[:networks].each do |network, values|
64
64
  # remove NetworkConnectionIndex from network hash key
65
- list << [network.gsub(/^(.*)_[0-9]+$/, '\1') || '', '']
65
+ network =~ /^(.*)_[0-9]+$/
66
+ list << [$1 || '', '']
66
67
  values.each do |k, v|
67
68
  list << " #{(pretty_symbol(k) || '')}"
68
69
  list << (v || '')
@@ -1,3 +1,3 @@
1
1
  module KnifeVCloud
2
- VERSION = "1.3.0"
3
- end
2
+ VERSION = "1.3.1"
3
+ end
metadata CHANGED
@@ -1,71 +1,71 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-vcloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefano Tortarolo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-03 00:00:00.000000000 Z
11
+ date: 2015-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: chef
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - ! '>='
18
18
  - !ruby/object:Gem::Version
19
19
  version: 0.10.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ">="
24
+ - - ! '>='
25
25
  - !ruby/object:Gem::Version
26
26
  version: 0.10.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: knife-windows
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ">="
31
+ - - ! '>='
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ">="
38
+ - - ! '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: vcloud-rest
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ~>
46
46
  - !ruby/object:Gem::Version
47
- version: 1.3.0
47
+ version: '1.3'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - "~>"
52
+ - - ~>
53
53
  - !ruby/object:Gem::Version
54
- version: 1.3.0
54
+ version: '1.3'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: winrm
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - "~>"
59
+ - - ~>
60
60
  - !ruby/object:Gem::Version
61
- version: 1.1.3
61
+ version: '1.1'
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - "~>"
66
+ - - ~>
67
67
  - !ruby/object:Gem::Version
68
- version: 1.1.3
68
+ version: '1.1'
69
69
  description: A Knife plugin to create, list and manage vCloud servers
70
70
  email:
71
71
  - stefano.tortarolo@gmail.com
@@ -130,17 +130,17 @@ require_paths:
130
130
  - lib
131
131
  required_ruby_version: !ruby/object:Gem::Requirement
132
132
  requirements:
133
- - - ">="
133
+ - - ! '>='
134
134
  - !ruby/object:Gem::Version
135
135
  version: '0'
136
136
  required_rubygems_version: !ruby/object:Gem::Requirement
137
137
  requirements:
138
- - - ">="
138
+ - - ! '>='
139
139
  - !ruby/object:Gem::Version
140
140
  version: '0'
141
141
  requirements: []
142
142
  rubyforge_project:
143
- rubygems_version: 2.2.2
143
+ rubygems_version: 2.4.5
144
144
  signing_key:
145
145
  specification_version: 4
146
146
  summary: A knife plugin for the VMWare vCloud API