puppet_litmus 0.31.0 → 0.31.1

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
  SHA256:
3
- metadata.gz: 80914970290db5501971ee324794c82101f204d1c78a74cbd618547f8fb345c0
4
- data.tar.gz: 596c114a8c75fb36f6ab8350850eca9005036fbdf12ed7d3465e2375c937579e
3
+ metadata.gz: b9c563a22f33d327a6af23fad58c60adc7ee2dc3828adf46ea019687f1aaa8ce
4
+ data.tar.gz: da6f562172e3a827ac202b7934f4aa2309ff9e0dea2d3d6d41e17cc04d466ba8
5
5
  SHA512:
6
- metadata.gz: eef1f207558172836438bc1bb5686610af52560bd7eb99ae2ff9ae332fa3705f249587dd4eb4f12c4ffd83c0011d03764dd6fa974b21be4012144829d984a429
7
- data.tar.gz: 57d962b1ea4e49fd483319514197f5b1d119ab9b69e981c2e3a17f151b71358477b6a7276bbee3101f3d0a5f1d00a0cb081de953dfbf750e1ba6d53016836f58
6
+ metadata.gz: abd1bd072ec642e55c5eca261d08194d8fc98b4f8d0ffa20a365530d9a1835e87652d8b1e81519cbad40438da474e4c07e303a3a926342ad6f0b74ed43b0fb06
7
+ data.tar.gz: ec1a571e9c8979523828201cfaf90d79be2a928c90437b5e9d30671f1beb1b07f5f839aee7738b450b34626cdf249319007777857e009c4e5ae3e1822b91b8c8
@@ -13,7 +13,7 @@ IMAGE_TABLE = {
13
13
  'Windows-2012 R2' => 'windows-2012-r2-core',
14
14
  'Windows-2016' => 'windows-2016',
15
15
  'Windows-2019' => 'windows-2019-core',
16
- 'Windows-2022' => 'windows-2022',
16
+ # 'Windows-2022' => 'windows-2022', Image not yet available in GCP/Cloud-CI; no date on availability, but this can be uncommented then
17
17
  }.freeze
18
18
 
19
19
  DOCKER_PLATFORMS = {
@@ -2,5 +2,5 @@
2
2
 
3
3
  # version of this gem
4
4
  module PuppetLitmus
5
- VERSION ||= '0.31.0'
5
+ VERSION ||= '0.31.1'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppet_litmus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.0
4
+ version: 0.31.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppet, Inc.