Skip to content

Commit 9e8df20

Browse files
authoredSep 15, 2019
Merge pull request #226 from Temikus/release-25
Release 2.5.0 🚀
2 parents 0b8005a + 3d66884 commit 9e8df20

File tree

2 files changed

+29
-7
lines changed

2 files changed

+29
-7
lines changed
 

‎CHANGELOG.md

+28-6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22
All notable changes to this project will be documented in this file.
33
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).
44

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+
527
## 2.4.0 (April 2019)
628

729
### User-facing
@@ -11,7 +33,7 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1
1133

1234
#### Fixed
1335
- \#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
1537
configs [mavin]
1638

1739
### Development
@@ -33,14 +55,14 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1
3355

3456
### User-facing
3557

36-
- \#206 Fix image selection logic - Plugin no longer traces back with
58+
- \#206 Fix image selection logic - Plugin no longer traces back with
3759
`image_family` config option. [temikus]
3860

3961
### Development
4062

4163
- \#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
4466

4567
## 2.2.0 (June 2018)
4668

@@ -59,13 +81,13 @@ platforms.
5981
## 2.0.0 (March 2018)
6082

6183
* 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)
6385
on GCE instances
6486
* Fix disk cleanup issue causing the disk to be marked as created before insertion
6587
* Test environment fixups to avoid 'Encoded files can't be read outside of the Vagrant installer.'
6688
* Breaking changes:
6789
* 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
6991
specified at runtime
7092
* Rsync behavior now consistent with Vagrant's default, removed old rsync code
7193

‎lib/vagrant-google/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
# limitations under the License.
1414
module VagrantPlugins
1515
module Google
16-
VERSION = "2.4.0".freeze
16+
VERSION = "2.5.0".freeze
1717
end
1818
end

0 commit comments

Comments
 (0)
Please sign in to comment.