puppet_litmus 0.33.1 → 0.34.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: d136d85c8fec6812e0125d288d8d1e168bb49402c8c326401b95f9d3cd88e82d
4
- data.tar.gz: f5ff861d15946ca79c1b0a19f4210ea3763419dc05193ea79f2af200ce82f085
3
+ metadata.gz: 9f920aba75050c0e8165181281c3d18b2c7c938d7aa0689341bf72a71aa6de28
4
+ data.tar.gz: e191462219097aabe58ae44176b26366afeee935499d148b53cef46e1fea96a1
5
5
  SHA512:
6
- metadata.gz: 1d76a379716f9e514d337fa07055587d3db18c6b9c6a3354212d030fb7e2ca4020ad79c58e7274f41614759c5880ff213e498f36b3d1576e6c7ad67d89de871f
7
- data.tar.gz: 99190028a36fc8f25f34e843fab5b32ccf798b100c1dbe33307999a3aaaf774c8e9f7271f184fb7e7dc9e7f6dcd2e02b6304ccf23315bafd11650036225197ba
6
+ metadata.gz: 498f0350dfae4fef496c27e48306946ac59f66382c73f7de37a8db7ff781e1c36f0d85e59e5832ecb624224b2893fe5ea289d75b181359496b7feae81a631a95
7
+ data.tar.gz: ad703c3604904709e34466d21dec2b4c4e2aa2ecada065b39bf2d06b343001fd7de304cef7822b35638a7dd649d32205c30f05ec5e7f72f63b666dd432c7b04b
@@ -8,6 +8,7 @@ require 'json'
8
8
  IMAGE_TABLE = {
9
9
  'RedHat-7' => 'rhel-7',
10
10
  'RedHat-8' => 'rhel-8',
11
+ 'RedHat-9' => 'rhel-9',
11
12
  'SLES-12' => 'sles-12',
12
13
  'SLES-15' => 'sles-15',
13
14
  'Windows-2012 R2' => 'windows-2012-r2-core',
@@ -19,8 +20,7 @@ IMAGE_TABLE = {
19
20
  DOCKER_PLATFORMS = {
20
21
  'CentOS-6' => 'litmusimage/centos:6',
21
22
  'CentOS-7' => 'litmusimage/centos:7',
22
- # 'CentOS-8' => 'litmusimage/centos:8', Support dropped
23
- 'CentOS-Stream8' => 'litmusimage/centos:stream8',
23
+ 'CentOS-8' => 'litmusimage/centos:stream8', # Support officaly moved to Stream8, metadata is being left as is
24
24
  'Rocky-8' => 'litmusimage/rockylinux:8',
25
25
  'AlmaLinux-8' => 'litmusimage/almalinux:8',
26
26
  # 'Debian-8' => 'litmusimage/debian:8', Removing from testing: https://puppet.com/docs/pe/2021.0/supported_operating_systems.html
@@ -2,5 +2,5 @@
2
2
 
3
3
  # version of this gem
4
4
  module PuppetLitmus
5
- VERSION ||= '0.33.1'
5
+ VERSION ||= '0.34.1'
6
6
  end
metadata CHANGED
@@ -1,35 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppet_litmus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.33.1
4
+ version: 0.34.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppet, Inc.
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-04-01 00:00:00.000000000 Z
11
+ date: 2022-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bolt
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
18
- - !ruby/object:Gem::Version
19
- version: 2.0.1
20
- - - "<"
17
+ - - "~>"
21
18
  - !ruby/object:Gem::Version
22
- version: 4.0.0
19
+ version: '3.0'
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
26
23
  requirements:
27
- - - ">="
28
- - !ruby/object:Gem::Version
29
- version: 2.0.1
30
- - - "<"
24
+ - - "~>"
31
25
  - !ruby/object:Gem::Version
32
- version: 4.0.0
26
+ version: '3.0'
33
27
  - !ruby/object:Gem::Dependency
34
28
  name: puppet-modulebuilder
35
29
  requirement: !ruby/object:Gem::Requirement
@@ -200,7 +194,7 @@ homepage: https://github.com/puppetlabs/puppet_litmus
200
194
  licenses:
201
195
  - Apache-2.0
202
196
  metadata: {}
203
- post_install_message:
197
+ post_install_message:
204
198
  rdoc_options: []
205
199
  require_paths:
206
200
  - lib
@@ -215,8 +209,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
215
209
  - !ruby/object:Gem::Version
216
210
  version: '0'
217
211
  requirements: []
218
- rubygems_version: 3.0.3
219
- signing_key:
212
+ rubygems_version: 3.1.6
213
+ signing_key:
220
214
  specification_version: 4
221
215
  summary: Providing a simple command line tool for puppet content creators, to enable
222
216
  simple and complex test deployments.