vagrant-pe_build 0.19.1 → 0.19.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2159e1da15e44aa5d1de8f16537342bb4d8912cb
4
- data.tar.gz: 92df0b9ba7ed46d782b140de9489c49015a13594
3
+ metadata.gz: 2fadb3fdcb04b9f33f6b05d1f476b4ae1c76d128
4
+ data.tar.gz: dc46d1bc496ebb6f56cac7c5b064727dbff3fc49
5
5
  SHA512:
6
- metadata.gz: 7b76f0571284c1f48f0ac85c16f73667d7b556fc12b5f703b0f4426f73d2c0c9665cc0e0ff13c8399fc0e2235e055433bf0a08879d9baa3f26d509e5f806a48d
7
- data.tar.gz: 3d5fbd8965b42eb61749b799ccdecb611831dbac489f9128fefb24fcfd913dabd47ecc077536891f6ecefab04cb9b12c8d6eb53b4b89205a357c158ec0716754
6
+ metadata.gz: 99a924eb0b4074a5be7a9c6bef8cc1721f6822299af01c1889b2b0fe3bd1eafac9f01e2b7aed8f758fa8f510f036903a209cf937168007e7f9ff129a2a18131b
7
+ data.tar.gz: 364ca931b06bf5cb5d69959e643c160944899e1bd2d8a57a82ae96448297ed97bbbddae379892559a084032c1044bb639f9694ce47f241518350d63ee817df57
@@ -28,7 +28,7 @@ matrix:
28
28
  env: TEST_VAGRANT_VERSION=v2.0.4 BUNDLER_VERSION=1.16.1
29
29
  - rvm: 2.4.4
30
30
  env: TEST_VAGRANT_VERSION=v2.1.5 BUNDLER_VERSION=1.16.1
31
- - rvm: 2.4.4
32
- env: TEST_VAGRANT_VERSION=v2.2.4 BUNDLER_VERSION=1.16.6
33
- - rvm: 2.4.4
31
+ - rvm: 2.4.6
32
+ env: TEST_VAGRANT_VERSION=v2.2.5 BUNDLER_VERSION=1.16.6
33
+ - rvm: 2.4.6
34
34
  env: TEST_VAGRANT_VERSION=HEAD BUNDLER_VERSION=1.16.6
data/CHANGELOG CHANGED
@@ -1,6 +1,22 @@
1
1
  vagrant-pe_build
2
2
  ================
3
3
 
4
+ 0.19.2
5
+ ------
6
+
7
+ 2019-09-05
8
+
9
+ This is a backwards compatible bugfix release.
10
+
11
+ * Add support for PE 2019.1.1
12
+
13
+ * Add support for PE 2019.0.4
14
+
15
+ * Add support for PE 2018.1.9
16
+
17
+ * Add test coverage for Vagrant 2.2.5
18
+
19
+
4
20
  0.19.1
5
21
  ------
6
22
 
data/Gemfile CHANGED
@@ -1,7 +1,7 @@
1
1
  source 'https://rubygems.org'
2
2
  require 'rubygems/version'
3
3
 
4
- vagrant_branch = ENV['TEST_VAGRANT_VERSION'] || 'v2.2.4'
4
+ vagrant_branch = ENV['TEST_VAGRANT_VERSION'] || 'v2.2.5'
5
5
  vagrant_version = nil
6
6
 
7
7
  # Wrapping gemspec in the :plugins group causes Vagrant 1.5 and newer to
@@ -50,6 +50,6 @@ module PEBuild
50
50
  require 'pe_build/release/2019_0'
51
51
  require 'pe_build/release/2019_1'
52
52
 
53
- LATEST_VERSION = '2019.1.0'
53
+ LATEST_VERSION = '2019.1.1'
54
54
  end
55
55
  end
@@ -40,4 +40,5 @@ module PEBuild::Release
40
40
  # 2018.1.6 was only shipped to AWS OpsWorks
41
41
  @releases['2018.1.7'] = twentyeighteen_one_x
42
42
  @releases['2018.1.8'] = twentyeighteen_one_x
43
+ @releases['2018.1.9'] = twentyeighteen_one_x
43
44
  end
@@ -33,4 +33,5 @@ module PEBuild::Release
33
33
  @releases['2019.0.1'] = twentynineteen_aught_x
34
34
  @releases['2019.0.2'] = twentynineteen_aught_x
35
35
  @releases['2019.0.3'] = twentynineteen_aught_x
36
+ @releases['2019.0.4'] = twentynineteen_aught_x
36
37
  end
@@ -30,4 +30,5 @@ module PEBuild::Release
30
30
  end
31
31
 
32
32
  @releases['2019.1.0'] = twentynineteen_one_x
33
+ @releases['2019.1.1'] = twentynineteen_one_x
33
34
  end
@@ -1,3 +1,3 @@
1
1
  module PEBuild
2
- VERSION = '0.19.1'.freeze
2
+ VERSION = '0.19.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-pe_build
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.1
4
+ version: 0.19.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrien Thebo
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-06-05 00:00:00.000000000 Z
12
+ date: 2019-09-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ruby-progressbar