vagrant-google 2.1.0 → 2.2.0.rc0
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 +4 -4
- data/CHANGELOG.md +25 -14
- data/lib/vagrant-google/version.rb +1 -1
- data/vagrant-google.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 89db8470a66344ec891dcd8e178119e4ef506411
|
4
|
+
data.tar.gz: 76fac08fcb69482a77452dd2d493d715dd1ec680
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e7a4ee9bf87ee7fb1c6edb9536f22c97ab6ea98c21169ebb9adf087a9fe50929eebe707cb32dfb2cc97e701259e406dcee7dba7e0fbcd85df7a5ccf9fb153bbf
|
7
|
+
data.tar.gz: 92178e15515c574fdba41b910e711dc6af87ec00b0f2ed64121bd9dd4d58dcd5c5e6d69d550130d91de4e41f2ca09e0d56993cae15f4a78b84ecf4576ef455e5
|
data/CHANGELOG.md
CHANGED
@@ -1,11 +1,22 @@
|
|
1
|
-
#
|
1
|
+
# Changelog
|
2
|
+
All notable changes to this project will be documented in this file.
|
3
|
+
The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
4
|
+
|
5
|
+
## 2.2.0 (June 2018)
|
6
|
+
|
7
|
+
#### Fixed
|
8
|
+
* Bumped fog-google to v1.4.
|
9
|
+
This is a necessary upstream update to work properly with Ruby 2.4+ on some
|
10
|
+
platforms.
|
11
|
+
|
12
|
+
## 2.1.0 (May 2018)
|
2
13
|
|
3
14
|
* Add new configuration option `image_project_id` to allow using GCE images from other projects. [seanmalloy]
|
4
15
|
* Add new configuration option `network_project_id` to allow using GCP Shared VPC networks. [seanmalloy]
|
5
16
|
* Add new configuration option `service_account` to allow setting the IAM service account on instances. [seanmalloy]
|
6
17
|
* Deprecate configuration option `service_accounts`. Use `scopes` configuration option instead. [seanmalloy]
|
7
18
|
|
8
|
-
|
19
|
+
## 2.0.0 (March 2018)
|
9
20
|
|
10
21
|
* Update to use fog-google gem v1
|
11
22
|
* Add new configuration option `labels` for setting [labels](https://cloud.google.com/compute/docs/labeling-resources)
|
@@ -18,23 +29,23 @@
|
|
18
29
|
specified at runtime
|
19
30
|
* Rsync behavior now consistent with Vagrant's default, removed old rsync code
|
20
31
|
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
32
|
+
## 1.0.0 (July 2017)
|
33
|
+
## 0.2.5 (October 2016)
|
34
|
+
## 0.2.4 (April 2016)
|
35
|
+
## 0.2.3 (January 2016)
|
25
36
|
|
26
|
-
|
37
|
+
## 0.2.2 (October 2015)
|
27
38
|
|
28
39
|
* Cleanup instance and disks on backend failures [p0deje]
|
29
40
|
* Refactoring ssh warnings into separate action [temikus]
|
30
41
|
* Refactoring disk type detection logic [temikus]
|
31
42
|
* Miscellaneous doc updates and minor fixes [mbrukman, temikus]
|
32
43
|
|
33
|
-
|
44
|
+
## 0.2.1 (July 2015)
|
34
45
|
|
35
46
|
* Temporarily reverted the old SyncedFolders behaviour. (See #94)
|
36
47
|
|
37
|
-
|
48
|
+
## 0.2.0 (July 2015)
|
38
49
|
|
39
50
|
* Added support for service account definitions [tcr]
|
40
51
|
* Added support for preemptible instances [jcdang]
|
@@ -48,7 +59,7 @@
|
|
48
59
|
* Updated documentation and examples [mbrukman, temikus]
|
49
60
|
* Miscellaneous UI/UX updates and bugfixes [temikus]
|
50
61
|
|
51
|
-
|
62
|
+
## 0.1.5 (May 2015)
|
52
63
|
|
53
64
|
* Added support for JSON private keys [temikus]
|
54
65
|
* Added disk_type parameter support [temikus]
|
@@ -57,23 +68,23 @@
|
|
57
68
|
* Added support for user specified rsync excludes [patkar]
|
58
69
|
* Miscellaneous bugfixes [mbrukman, beauzeaux, iceydee, mklbtz, temikus]
|
59
70
|
|
60
|
-
|
71
|
+
## 0.1.4 (October 2014)
|
61
72
|
|
62
73
|
* Add option for disk size [franzs]
|
63
74
|
* Add tags [ptone]
|
64
75
|
* Updated default for latest Debian image
|
65
76
|
|
66
|
-
|
77
|
+
## 0.1.3 (July 2014)
|
67
78
|
|
68
79
|
* Updated all image references
|
69
80
|
* Fixed fog deprecation warning
|
70
81
|
* Updated example box `google.box`
|
71
82
|
* Got spec tests passing again
|
72
83
|
|
73
|
-
|
84
|
+
## 0.1.1 (October 11, 2013)
|
74
85
|
|
75
86
|
* Fixed bug with instance ready/SSH
|
76
87
|
|
77
|
-
|
88
|
+
## 0.1.0 (August 14, 2013)
|
78
89
|
|
79
90
|
* Initial release.
|
data/vagrant-google.gemspec
CHANGED
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
|
|
28
28
|
s.required_rubygems_version = ">= 1.3.6"
|
29
29
|
s.rubyforge_project = "vagrant-google"
|
30
30
|
|
31
|
-
s.add_runtime_dependency "fog-google", "~> 1.
|
31
|
+
s.add_runtime_dependency "fog-google", "~> 1.4"
|
32
32
|
|
33
33
|
# This is a restriction to avoid errors on `failure_message_for_should`
|
34
34
|
# TODO: revise after vagrant_spec goes past >0.0.1 (at master@e623a56)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-google
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.2.0.rc0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric Johnson
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2018-
|
12
|
+
date: 2018-06-08 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: fog-google
|
@@ -17,14 +17,14 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - "~>"
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: '1.
|
20
|
+
version: '1.4'
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
25
|
- - "~>"
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version: '1.
|
27
|
+
version: '1.4'
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: rspec-legacy_formatters
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|