facterdb 1.5.0 → 1.6.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 +15 -10
- data/facts/3.11/archlinux-x86_64.facts +11 -1
- data/facts/3.14/archlinux-x86_64.facts +11 -1
- data/lib/facterdb/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e5eb3bbcb066410ca24dcee1141c904e40a5de502057714e214f1b5e2e53542c
|
4
|
+
data.tar.gz: 045b19c15ad161d4a892425de55c8ea3f467e906762d932e4b174870971f80d6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c04c8fbaceb78e90d5f3464cd5d84cf5bfb8440f228911304c33d4c26e64d472c52941c4682f3529fa294d8bc90efc08b79d8b8953acb210ed27c4f51f640b6b
|
7
|
+
data.tar.gz: 68de70690a83952f936a964669bb23119b774ffd6881e6e5e4765c7be3c75cdcb549ecec77ce220804704ecc5f75f5af063d2ab126df046838013006fe6f14b0
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [1.6.0](https://rubygems.org/gems/facterdb/versions/1.6.0) (2020-12-21)
|
4
|
+
|
5
|
+
[Full Changelog](https://github.com/camptocamp/facterdb/compare/1.5.0...1.6.0)
|
6
|
+
|
7
|
+
**Closed issues:**
|
8
|
+
|
9
|
+
- New gem release required prior to Puppet 7 to resolve dependency issues [\#161](https://github.com/camptocamp/facterdb/issues/161)
|
10
|
+
- FacterDB appears to not give a os.family for solaris 11 on facter 4 [\#158](https://github.com/camptocamp/facterdb/issues/158)
|
11
|
+
- facterdb conflict [\#157](https://github.com/camptocamp/facterdb/issues/157)
|
12
|
+
|
13
|
+
**Merged pull requests:**
|
14
|
+
|
15
|
+
- Archlinux: Update fact sets [\#162](https://github.com/camptocamp/facterdb/pull/162) ([bastelfreak](https://github.com/bastelfreak))
|
16
|
+
|
3
17
|
## [1.5.0](https://rubygems.org/gems/facterdb/versions/1.5.0) (2020-11-19)
|
4
18
|
|
5
19
|
[Full Changelog](https://github.com/camptocamp/facterdb/compare/1.4.0...1.5.0)
|
@@ -60,7 +74,6 @@
|
|
60
74
|
|
61
75
|
**Merged pull requests:**
|
62
76
|
|
63
|
-
- Adding facts from Solaris 11 x86 & SPARC [\#149](https://github.com/camptocamp/facterdb/pull/149) ([genebean](https://github.com/genebean))
|
64
77
|
- Add Gentoo 3.11 factset [\#143](https://github.com/camptocamp/facterdb/pull/143) ([bastelfreak](https://github.com/bastelfreak))
|
65
78
|
- archlinux: set correct FQDN/hostname [\#142](https://github.com/camptocamp/facterdb/pull/142) ([bastelfreak](https://github.com/bastelfreak))
|
66
79
|
- Add Fedora 30 facts for Facter 3.11 [\#141](https://github.com/camptocamp/facterdb/pull/141) ([baurmatt](https://github.com/baurmatt))
|
@@ -174,21 +187,14 @@
|
|
174
187
|
- facts/2.5/fedora-28-x86\_64.facts broken [\#91](https://github.com/camptocamp/facterdb/issues/91)
|
175
188
|
- Add facter 2.5 Gentoo facts [\#90](https://github.com/camptocamp/facterdb/issues/90)
|
176
189
|
|
177
|
-
**Merged pull requests:**
|
178
|
-
|
179
|
-
- \(maint\) Add `rake table` task + update README.md + better Windows detection [\#76](https://github.com/camptocamp/facterdb/pull/76) ([glennsarti](https://github.com/glennsarti))
|
180
|
-
|
181
190
|
## [0.5.2](https://rubygems.org/gems/facterdb/versions/0.5.2) (2018-04-30)
|
182
191
|
|
183
192
|
[Full Changelog](https://github.com/camptocamp/facterdb/compare/0.5.1...0.5.2)
|
184
193
|
|
185
|
-
**Implemented enhancements:**
|
186
|
-
|
187
|
-
- Release prep for 0.4.0 [\#66](https://github.com/camptocamp/facterdb/pull/66) ([DavidS](https://github.com/DavidS))
|
188
|
-
|
189
194
|
**Merged pull requests:**
|
190
195
|
|
191
196
|
- add Ubuntu 18.04 facts [\#82](https://github.com/camptocamp/facterdb/pull/82) ([bastelfreak](https://github.com/bastelfreak))
|
197
|
+
- \(maint\) Add `rake table` task + update README.md + better Windows detection [\#76](https://github.com/camptocamp/facterdb/pull/76) ([glennsarti](https://github.com/glennsarti))
|
192
198
|
- Added Solaris 10 facts on Facter 3.9 [\#75](https://github.com/camptocamp/facterdb/pull/75) ([sirinek](https://github.com/sirinek))
|
193
199
|
|
194
200
|
## [0.5.1](https://rubygems.org/gems/facterdb/versions/0.5.1) (2018-03-06)
|
@@ -211,7 +217,6 @@
|
|
211
217
|
|
212
218
|
**Merged pull requests:**
|
213
219
|
|
214
|
-
- Release prep for 0.5.0 [\#70](https://github.com/camptocamp/facterdb/pull/70) ([DavidS](https://github.com/DavidS))
|
215
220
|
- add freebsd\_11 facts [\#69](https://github.com/camptocamp/facterdb/pull/69) ([b4ldr](https://github.com/b4ldr))
|
216
221
|
- add freebsd 10 facts for facter 2.5 and 3.9 [\#68](https://github.com/camptocamp/facterdb/pull/68) ([b4ldr](https://github.com/b4ldr))
|
217
222
|
- openSUSE Support [\#63](https://github.com/camptocamp/facterdb/pull/63) ([genebean](https://github.com/genebean))
|
@@ -48,7 +48,7 @@
|
|
48
48
|
"uuid": "eb6e0002-bde8-4896-b25f-780ea4ce4e2d"
|
49
49
|
}
|
50
50
|
},
|
51
|
-
"facterversion": "3.11.
|
51
|
+
"facterversion": "3.11.14",
|
52
52
|
"filesystems": "btrfs",
|
53
53
|
"fips_enabled": false,
|
54
54
|
"fqdn": "archlinux",
|
@@ -391,6 +391,16 @@
|
|
391
391
|
"operatingsystemrelease": "5.3.1-arch1-1-ARCH",
|
392
392
|
"os": {
|
393
393
|
"architecture": "x86_64",
|
394
|
+
"distro": {
|
395
|
+
"codename": "n/a",
|
396
|
+
"description": "Arch Linux",
|
397
|
+
"id": "Arch",
|
398
|
+
"release": {
|
399
|
+
"full": "rolling",
|
400
|
+
"major": "rolling"
|
401
|
+
},
|
402
|
+
"specification": "1.4"
|
403
|
+
},
|
394
404
|
"family": "Archlinux",
|
395
405
|
"hardware": "x86_64",
|
396
406
|
"name": "Archlinux",
|
@@ -48,7 +48,7 @@
|
|
48
48
|
"uuid": "eb6e0002-bde8-4896-b25f-780ea4ce4e2d"
|
49
49
|
}
|
50
50
|
},
|
51
|
-
"facterversion": "3.14.
|
51
|
+
"facterversion": "3.14.14",
|
52
52
|
"filesystems": "btrfs",
|
53
53
|
"fips_enabled": false,
|
54
54
|
"fqdn": "archlinux",
|
@@ -391,6 +391,16 @@
|
|
391
391
|
"operatingsystemrelease": "5.3.1-arch1-1-ARCH",
|
392
392
|
"os": {
|
393
393
|
"architecture": "x86_64",
|
394
|
+
"distro": {
|
395
|
+
"codename": "n/a",
|
396
|
+
"description": "Arch Linux",
|
397
|
+
"id": "Arch",
|
398
|
+
"release": {
|
399
|
+
"full": "rolling",
|
400
|
+
"major": "rolling"
|
401
|
+
},
|
402
|
+
"specification": "1.4"
|
403
|
+
},
|
394
404
|
"family": "Archlinux",
|
395
405
|
"hardware": "x86_64",
|
396
406
|
"name": "Archlinux",
|
data/lib/facterdb/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: facterdb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mickaël Canévet
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-12-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: coveralls
|
@@ -1757,7 +1757,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1757
1757
|
- !ruby/object:Gem::Version
|
1758
1758
|
version: '0'
|
1759
1759
|
requirements: []
|
1760
|
-
rubygems_version: 3.0.
|
1760
|
+
rubygems_version: 3.2.0.rc.2
|
1761
1761
|
signing_key:
|
1762
1762
|
specification_version: 4
|
1763
1763
|
summary: A Database of OS facts provided by Facter
|