|
1 |
| -# 2.1.0 (May 2018) |
| 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 |
| -# 2.0.0 (March 2018) |
| 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 | 29 | specified at runtime
|
19 | 30 | * Rsync behavior now consistent with Vagrant's default, removed old rsync code
|
20 | 31 |
|
21 |
| -# 1.0.0 (July 2017) |
22 |
| -# 0.2.5 (October 2016) |
23 |
| -# 0.2.4 (April 2016) |
24 |
| -# 0.2.3 (January 2016) |
| 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 |
| -# 0.2.2 (October 2015) |
| 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 |
| -# 0.2.1 (July 2015) |
| 44 | +## 0.2.1 (July 2015) |
34 | 45 |
|
35 | 46 | * Temporarily reverted the old SyncedFolders behaviour. (See #94)
|
36 | 47 |
|
37 |
| -# 0.2.0 (July 2015) |
| 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 | 59 | * Updated documentation and examples [mbrukman, temikus]
|
49 | 60 | * Miscellaneous UI/UX updates and bugfixes [temikus]
|
50 | 61 |
|
51 |
| -# 0.1.5 (May 2015) |
| 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 | 68 | * Added support for user specified rsync excludes [patkar]
|
58 | 69 | * Miscellaneous bugfixes [mbrukman, beauzeaux, iceydee, mklbtz, temikus]
|
59 | 70 |
|
60 |
| -# 0.1.4 (October 2014) |
| 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 |
| -# 0.1.3 (July 2014) |
| 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 |
| -# 0.1.1 (October 11, 2013) |
| 84 | +## 0.1.1 (October 11, 2013) |
74 | 85 |
|
75 | 86 | * Fixed bug with instance ready/SSH
|
76 | 87 |
|
77 |
| -# 0.1.0 (August 14, 2013) |
| 88 | +## 0.1.0 (August 14, 2013) |
78 | 89 |
|
79 | 90 | * Initial release.
|
0 commit comments