puppet_litmus 0.25.0 → 0.25.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/exe/matrix_from_metadata_v2 +2 -2
- data/lib/puppet_litmus/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: 228833b61d086ab7b01341ce03eb1169c309855209ca8a1345d55525fbe6403b
|
4
|
+
data.tar.gz: 9e1f9a8f180f047bf49ac493b00871294bf22adccc134fbea6aa7c46fa8b6769
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: efc5c864bf1781678e2cfd729bbbe2e5bdbe1f0eb03b244f135d892629c6e404aa01c1290fb001bb5616f8149800ff05e55fb57abb78b4f2041d1539ab18864d
|
7
|
+
data.tar.gz: 1b12e3fcd6b1d9def5040c720a543a44df317538dcfe9058930a205412c709ff6160215edacaa4f6c22e6c2223b543d9f6d7ccc884b059ce849c5c83ce3079e1
|
data/exe/matrix_from_metadata_v2
CHANGED
@@ -20,13 +20,13 @@ DOCKER_PLATFORMS = {
|
|
20
20
|
'CentOS-7' => 'litmusimage/centos:7',
|
21
21
|
'CentOS-8' => 'litmusimage/centos:8',
|
22
22
|
'Debian-10' => 'litmusimage/debian:10',
|
23
|
-
'Debian-8' => 'litmusimage/debian:8',
|
23
|
+
# 'Debian-8' => 'litmusimage/debian:8', Removing from testing: https://puppet.com/docs/pe/2021.0/supported_operating_systems.html
|
24
24
|
'Debian-9' => 'litmusimage/debian:9',
|
25
25
|
'OracleLinux-6' => 'litmusimage/oraclelinux:6',
|
26
26
|
'OracleLinux-7' => 'litmusimage/oraclelinux:7',
|
27
27
|
'Scientific-6' => 'litmusimage/scientificlinux:6',
|
28
28
|
'Scientific-7' => 'litmusimage/scientificlinux:7',
|
29
|
-
'Ubuntu-14.04' => 'litmusimage/ubuntu:14.04',
|
29
|
+
# 'Ubuntu-14.04' => 'litmusimage/ubuntu:14.04', Removing from testing: https://puppet.com/docs/pe/2021.0/supported_operating_systems.html
|
30
30
|
'Ubuntu-16.04' => 'litmusimage/ubuntu:16.04',
|
31
31
|
'Ubuntu-18.04' => 'litmusimage/ubuntu:18.04',
|
32
32
|
'Ubuntu-20.04' => 'litmusimage/ubuntu:20.04',
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: puppet_litmus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.25.
|
4
|
+
version: 0.25.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Puppet, Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-02-
|
11
|
+
date: 2021-02-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bolt
|