facterdb 1.19.0 → 1.21.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/test.yml +1 -0
- data/CHANGELOG.md +26 -3
- data/README.md +13 -5
- data/facts/3.14/rocky-9-x86_64.facts +597 -0
- data/facts/3.14/ubuntu-22.10-x86_64.facts +631 -0
- data/facts/4.0/rocky-9-x86_64.facts +617 -0
- data/facts/4.1/rocky-9-x86_64.facts +619 -0
- data/facts/4.2/fedora-37-x86_64.facts +512 -0
- data/facts/4.2/redhat-7-x86_64.facts +200 -257
- data/facts/4.2/redhat-8-x86_64.facts +250 -192
- data/facts/4.2/redhat-9-x86_64.facts +394 -143
- data/facts/4.2/rocky-9-x86_64.facts +626 -0
- data/facts/4.2/sles-12-x86_64.facts +483 -0
- data/facts/4.2/ubuntu-22.10-x86_64.facts +654 -0
- data/facts/4.2/windows-10-x86_64.facts +182 -0
- data/facts/4.2/windows-11-x86_64.facts +182 -0
- data/facts/4.2/windows-2012 r2-x86_64.facts +179 -0
- data/facts/4.2/windows-2012-x86_64.facts +222 -0
- data/facts/4.2/windows-2016-core-x86_64.facts +224 -0
- data/facts/4.2/windows-2016-x86_64.facts +224 -0
- data/facts/4.2/windows-2019-core-x86_64.facts +180 -0
- data/facts/4.2/windows-2019-x86_64.facts +180 -0
- data/facts/4.2/windows-2022-core-x86_64.facts +182 -0
- data/facts/4.2/windows-2022-x86_64.facts +182 -0
- data/facts/Vagrantfile +25 -0
- data/facts/get_facts.sh +1 -1
- data/lib/facterdb/version.rb +1 -1
- metadata +20 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d2eb4a0ef3ea51589a1169786819a8e293903dac86676bddacbc29b5b2b3d322
|
4
|
+
data.tar.gz: 169ecc3c6f906b44a737760edcf640fd611407214d222f56e58553b32b02fffe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c5b8bf1d3122f3e46bbe3455e8ca9ccc647b4d70fda8c8887105b84ce6d78be1cbdc8d96f42048a49ae1eedd53cd7c009cf0c305063d00cc77abec2e30d34cc
|
7
|
+
data.tar.gz: 92a68e65046056b941395ed9904779841aec32949946d137b8ba6e94242eb97ed612210f2aae916abb4cec644112efb92ab7edd5b5c0a7aba8d131b0e50c3442
|
data/.github/workflows/test.yml
CHANGED
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,28 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [1.21.0](https://rubygems.org/gems/facterdb/versions/1.21.0) (2023-01-25)
|
4
|
+
|
5
|
+
[Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.20.0...1.21.0)
|
6
|
+
|
7
|
+
**Implemented enhancements:**
|
8
|
+
|
9
|
+
- Add Ruby 3.2 support [\#265](https://github.com/voxpupuli/facterdb/pull/265) ([bastelfreak](https://github.com/bastelfreak))
|
10
|
+
- Add SLES 12 Facter 4.2 factset [\#263](https://github.com/voxpupuli/facterdb/pull/263) ([bastelfreak](https://github.com/bastelfreak))
|
11
|
+
- new facts for ubuntu 22.10, Rocky 9, Fedora 37 [\#261](https://github.com/voxpupuli/facterdb/pull/261) ([hbrown-uiowa](https://github.com/hbrown-uiowa))
|
12
|
+
|
13
|
+
## [1.20.0](https://rubygems.org/gems/facterdb/versions/1.20.0) (2022-12-06)
|
14
|
+
|
15
|
+
[Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.19.0...1.20.0)
|
16
|
+
|
17
|
+
**Implemented enhancements:**
|
18
|
+
|
19
|
+
- Add windows 2012 and 2016 facts [\#259](https://github.com/voxpupuli/facterdb/pull/259) ([davidsandilands](https://github.com/davidsandilands))
|
20
|
+
- Windows updates for facter 4.2 [\#258](https://github.com/voxpupuli/facterdb/pull/258) ([davidsandilands](https://github.com/davidsandilands))
|
21
|
+
|
22
|
+
**Fixed bugs:**
|
23
|
+
|
24
|
+
- Fix Red Hat facts on version 4.2 [\#257](https://github.com/voxpupuli/facterdb/pull/257) ([anders-larsson](https://github.com/anders-larsson))
|
25
|
+
|
3
26
|
## [1.19.0](https://rubygems.org/gems/facterdb/versions/1.19.0) (2022-07-20)
|
4
27
|
|
5
28
|
[Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.18.0...1.19.0)
|
@@ -40,7 +63,7 @@
|
|
40
63
|
**Implemented enhancements:**
|
41
64
|
|
42
65
|
- Arch Linux: Add facter 4.2 factset [\#244](https://github.com/voxpupuli/facterdb/pull/244) ([bastelfreak](https://github.com/bastelfreak))
|
43
|
-
- Add OL6 facts for Facter 4 [\#243](https://github.com/voxpupuli/facterdb/pull/243) ([
|
66
|
+
- Add OL6 facts for Facter 4 [\#243](https://github.com/voxpupuli/facterdb/pull/243) ([serialh0bbyist](https://github.com/serialh0bbyist))
|
44
67
|
|
45
68
|
## [1.15.0](https://rubygems.org/gems/facterdb/versions/1.15.0) (2022-03-04)
|
46
69
|
|
@@ -171,7 +194,7 @@
|
|
171
194
|
|
172
195
|
- Add Debian 11 facts [\#185](https://github.com/voxpupuli/facterdb/pull/185) ([smortex](https://github.com/smortex))
|
173
196
|
- Add more FreeBSD facts [\#184](https://github.com/voxpupuli/facterdb/pull/184) ([smortex](https://github.com/smortex))
|
174
|
-
- Add Oracle Linux 8 facts [\#183](https://github.com/voxpupuli/facterdb/pull/183) ([
|
197
|
+
- Add Oracle Linux 8 facts [\#183](https://github.com/voxpupuli/facterdb/pull/183) ([serialh0bbyist](https://github.com/serialh0bbyist))
|
175
198
|
- Adding puppet7 facter4.2 facts for centos7/8 and debian9/10 [\#181](https://github.com/voxpupuli/facterdb/pull/181) ([jacobmw](https://github.com/jacobmw))
|
176
199
|
- Adds Rocky Linux vagrant image, facts and get\_facts.sh support [\#176](https://github.com/voxpupuli/facterdb/pull/176) ([fuero](https://github.com/fuero))
|
177
200
|
|
@@ -440,7 +463,7 @@
|
|
440
463
|
**Implemented enhancements:**
|
441
464
|
|
442
465
|
- Allow loading of external fact hashes [\#62](https://github.com/voxpupuli/facterdb/pull/62) ([logicminds](https://github.com/logicminds))
|
443
|
-
- Improve FreeBSD Support [\#60](https://github.com/voxpupuli/facterdb/pull/60) ([
|
466
|
+
- Improve FreeBSD Support [\#60](https://github.com/voxpupuli/facterdb/pull/60) ([zachfi](https://github.com/zachfi))
|
444
467
|
- Add facts for Amazon Linux 2017.03 [\#56](https://github.com/voxpupuli/facterdb/pull/56) ([pillarsdotnet](https://github.com/pillarsdotnet))
|
445
468
|
- Add missing facts for Fedora 20, 21, and 26 [\#50](https://github.com/voxpupuli/facterdb/pull/50) ([blackknight36](https://github.com/blackknight36))
|
446
469
|
- Facter 3.8 fact sets [\#48](https://github.com/voxpupuli/facterdb/pull/48) ([rodjek](https://github.com/rodjek))
|
data/README.md
CHANGED
@@ -107,6 +107,7 @@ FacterDB::get_facts('osfamily=Debian')
|
|
107
107
|
| Fedora 34 | | | | | | | | | | | | | | | | | | | | | | | 1 | 1 | 1 | 1 |
|
108
108
|
| Fedora 35 | | | | | | | | | | | | | | | | | | | | | | | | 1 | 1 | 1 |
|
109
109
|
| Fedora 36 | | | | | | | | | | | | | | | | | | | | | | | 1 | | | 1 |
|
110
|
+
| Fedora 37 | | | | | | | | | | | | | | | | | | | | | | | | | | 1 |
|
110
111
|
| FreeBSD 9 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | | |
|
111
112
|
| FreeBSD 10 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | | | | | | | | | | 1 | | | | | | | | |
|
112
113
|
| FreeBSD 11 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 1 |
|
@@ -140,6 +141,7 @@ FacterDB::get_facts('osfamily=Debian')
|
|
140
141
|
| RedHat 8 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
|
141
142
|
| RedHat 9 | | | | | | | | | | | | | | | | | | | | | | | | | | 1 |
|
142
143
|
| Rocky 8 | | | | | | | | | | | | | | | | | | | | | | | 1 | 1 | 1 | 1 |
|
144
|
+
| Rocky 9 | | | | | | | | | | | | | | | | | | | | | | | 1 | 1 | 1 | 1 |
|
143
145
|
| SLES 11 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | | | |
|
144
146
|
| SLES 12 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | |
|
145
147
|
| SLES 15 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 | | | 1 |
|
@@ -161,17 +163,23 @@ FacterDB::get_facts('osfamily=Debian')
|
|
161
163
|
| Ubuntu 21.04 | | | | | | | | | | | | | | | | | | | | | | | 1 | 1 | 1 | 1 |
|
162
164
|
| Ubuntu 21.10 | | | | | | | | | | | | | | | | | | | | | | | 1 | 1 | 1 | 1 |
|
163
165
|
| Ubuntu 22.04 | | | | | | | | | | | | | | | | | | | | | | | 1 | | | 1 |
|
166
|
+
| Ubuntu 22.10 | | | | | | | | | | | | | | | | | | | | | | | 1 | | | 1 |
|
164
167
|
| VirtuozzoLinux 7 | | | | | | | | | | | | | | | | | | | | | | | 1 | | | |
|
165
168
|
| Windows 7 | | | | 1 | 1 | 1 | 2 | 1 | 2 | 2 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | |
|
166
169
|
| Windows 8.1 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | |
|
167
|
-
| Windows 10 | | | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | |
|
170
|
+
| Windows 10 | | | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | 1 |
|
171
|
+
| Windows 11 | | | | | | | | | | | | | | | | | | | | | | | | | | 1 |
|
168
172
|
| Windows Server 2008 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | |
|
169
173
|
| Windows Server 2008 R2 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | |
|
170
|
-
| Windows Server 2012 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | |
|
171
|
-
| Windows Server 2012 R2 | | | | 1 | 1 | 1 | 2 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | |
|
174
|
+
| Windows Server 2012 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | 1 |
|
175
|
+
| Windows Server 2012 R2 | | | | 1 | 1 | 1 | 2 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | 1 |
|
172
176
|
| Windows Server 2012 R2 Core | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | |
|
173
|
-
| Windows Server 2016 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | |
|
174
|
-
| Windows Server
|
177
|
+
| Windows Server 2016 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | 1 |
|
178
|
+
| Windows Server 2016 Core | | | | | | | | | | | | | | | | | | | | | | | | | | 1 |
|
179
|
+
| Windows Server 2019 | | | | | | | | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | 1 |
|
180
|
+
| Windows Server 2019 Core | | | | | | | | | | | | | | | | | | | | | | | | | | 1 |
|
181
|
+
| Windows Server 2021 | | | | | | | | | | | | | | | | | | | | | | | | | | 1 |
|
182
|
+
| Windows Server 2021 Core | | | | | | | | | | | | | | | | | | | | | | | | | | 1 |
|
175
183
|
| openSUSE 15 | | | | | | | | | | | | | | | | | | | | | | | | 1 | 1 | 1 |
|
176
184
|
|
177
185
|
Where the number (1, 2 etc.) are the number of factsets for that OS and facter combination (e.g., x86_64 and i386 architectures).
|