You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+28-6
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,28 @@
2
2
All notable changes to this project will be documented in this file.
3
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
4
5
+
## 2.5.0 (September 2019)
6
+
7
+
### User-facing
8
+
9
+
#### Added
10
+
-\#222 Added internal IP support [andrewh1978]
11
+
12
+
#### Deprecated
13
+
14
+
-\#220 Deprecated google_client_email parameter, as it's no longer needed or
15
+
supported by fog-google [temikus]
16
+
17
+
### Development
18
+
19
+
#### Added
20
+
21
+
-\#223 Set up unit test GitHub Action worflow [temikus]
22
+
23
+
#### Fixed
24
+
25
+
-\#225 Locked the vagrant dep to 2.2.4 due to bundler issues on 2.2.5 [temikus]
26
+
5
27
## 2.4.0 (April 2019)
6
28
7
29
### User-facing
@@ -11,7 +33,7 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1
11
33
12
34
#### Fixed
13
35
-\#214 Set a default zone only if `default` network is used [mavin]
14
-
-\#215 Allow tags,labels and additional_disks to be merged with multiple
36
+
-\#215 Allow tags,labels and additional_disks to be merged with multiple
15
37
configs [mavin]
16
38
17
39
### Development
@@ -33,14 +55,14 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1
33
55
34
56
### User-facing
35
57
36
-
-\#206 Fix image selection logic - Plugin no longer traces back with
58
+
-\#206 Fix image selection logic - Plugin no longer traces back with
37
59
`image_family` config option. [temikus]
38
60
39
61
### Development
40
62
41
63
-\#206 Bumped dependencies. [temikus]
42
-
- fog-google version to 1.8.1
43
-
- vagrant & vagrant-spec are now pointing to new upstream Hashicorp org repos
64
+
- fog-google version to 1.8.1
65
+
- vagrant & vagrant-spec are now pointing to new upstream Hashicorp org repos
44
66
45
67
## 2.2.0 (June 2018)
46
68
@@ -59,13 +81,13 @@ platforms.
59
81
## 2.0.0 (March 2018)
60
82
61
83
* Update to use fog-google gem v1
62
-
* Add new configuration option `labels` for setting [labels](https://cloud.google.com/compute/docs/labeling-resources)
84
+
* Add new configuration option `labels` for setting [labels](https://cloud.google.com/compute/docs/labeling-resources)
63
85
on GCE instances
64
86
* Fix disk cleanup issue causing the disk to be marked as created before insertion
65
87
* Test environment fixups to avoid 'Encoded files can't be read outside of the Vagrant installer.'
66
88
* Breaking changes:
67
89
* Drop support for configuration option `google_key_location`(GCP P12 key)
68
-
*`image` parameter no longer defaults to an arbitrary image and must be
90
+
*`image` parameter no longer defaults to an arbitrary image and must be
69
91
specified at runtime
70
92
* Rsync behavior now consistent with Vagrant's default, removed old rsync code
0 commit comments