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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/beaker/hypervisor/google_compute.rb +1 -1
- data/lib/beaker-google/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 58d4cd4a18e98fac54af847b0f0b3538359483700f9770cb4a222a4c588c4f6d
|
|
4
|
+
data.tar.gz: 41fcc4aa6d3c4836e4a862807b0fe0ba91c0920995b0c96e9ce483f0d6cd792c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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 << {
|
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.
|
|
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-
|
|
12
|
+
date: 2022-11-02 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rspec
|