beaker-google 0.5.0 → 1.0.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eb3fa4774173d47c9f9eab0d0baf8722992adf1dc7be42ff4b8c3baec9b50af8
4
- data.tar.gz: 44736e2b7a571deea64abf5ac9b01f48d53a5b75e2c53877e2aad692f0b60ec8
3
+ metadata.gz: 58d4cd4a18e98fac54af847b0f0b3538359483700f9770cb4a222a4c588c4f6d
4
+ data.tar.gz: 41fcc4aa6d3c4836e4a862807b0fe0ba91c0920995b0c96e9ce483f0d6cd792c
5
5
  SHA512:
6
- metadata.gz: b9cd4293ee5991b4764c5c24daf6ecc69e00e7e5da5badcb2fd9e23acc5c8d463bc5f4cc114787637295f24e6a76f9e9a39c0a3c4396a3184a7b1d12edcf43c2
7
- data.tar.gz: 77aef9dfd6dbc5c9a4d360d4e9447b56b499abf5c0a0ff2b3019af853452f3cbe9be99ce50f6cbfdc39fad9b7ddd27132e593bfd993ed8fc98d4bedebe6f077f
6
+ metadata.gz: 9149521d4525a55f1e35fff642109552028be22a6af77f1a7bfe0fd57fe5d196e00cb8969bbc09ad03a6557d0e5f3f661e8c04fd62e76b260204f2d73db5d0b0
7
+ data.tar.gz: 75ce8eb08efd1f5f5776f20f79445327d0811bbb8dae79ee005cbcb7dfc17852ea84a4558b1bfd4040f41c563939b3fb0024e3eb2f8b93209930f5c9cdea1dc2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.0](https://github.com/voxpupuli/beaker-google/tree/1.0.0) (2022-10-31)
4
+
5
+ [Full Changelog](https://github.com/voxpupuli/beaker-google/compare/0.5.0...1.0.0)
6
+
7
+ **Fixed bugs:**
8
+
9
+ - exec sysprep commands in child processes [\#31](https://github.com/voxpupuli/beaker-google/pull/31) ([AndyAdrian-OP](https://github.com/AndyAdrian-OP))
10
+
3
11
  ## [0.5.0](https://github.com/voxpupuli/beaker-google/tree/0.5.0) (2022-10-04)
4
12
 
5
13
  [Full Changelog](https://github.com/voxpupuli/beaker-google/compare/0.4.0...0.5.0)
@@ -194,7 +194,7 @@ module Beaker
194
194
  }
195
195
  mdata << {
196
196
  key: 'sysprep-specialize-script-cmd',
197
- value: 'googet -noconfirm=true update && googet -noconfirm=true install google-compute-engine-ssh',
197
+ value: 'start /wait googet -noconfirm=true update && start /wait googet -noconfirm=true install google-compute-engine-ssh',
198
198
  }
199
199
  # Some versions of windows don't seem to add the OpenSSH directory to the path which prevents scp from working
200
200
  mdata << {
@@ -1,3 +1,3 @@
1
1
  module BeakerGoogle
2
- VERSION = '0.5.0'
2
+ VERSION = '1.0.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beaker-google
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppet
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-10-04 00:00:00.000000000 Z
12
+ date: 2022-11-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec