facterdb 1.5.0 → 1.9.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.
Files changed (89) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/release.yml +32 -0
  3. data/.github/workflows/test.yml +28 -0
  4. data/CHANGELOG.md +175 -125
  5. data/Gemfile +2 -2
  6. data/README.md +114 -99
  7. data/Rakefile +15 -4
  8. data/facterdb.gemspec +6 -7
  9. data/facts/1.6/debian-11-x86_64.facts +57 -0
  10. data/facts/1.6/freebsd-13-x86_64.facts +51 -0
  11. data/facts/1.6/oraclelinux-8-x86_64.facts +59 -0
  12. data/facts/1.7/centos-9-x86_64.facts +82 -0
  13. data/facts/1.7/debian-11-x86_64.facts +74 -0
  14. data/facts/1.7/freebsd-13-x86_64.facts +69 -0
  15. data/facts/1.7/oraclelinux-8-x86_64.facts +82 -0
  16. data/facts/2.0/centos-9-x86_64.facts +82 -0
  17. data/facts/2.0/debian-11-x86_64.facts +76 -0
  18. data/facts/2.0/freebsd-13-x86_64.facts +70 -0
  19. data/facts/2.0/oraclelinux-8-x86_64.facts +82 -0
  20. data/facts/2.1/centos-9-x86_64.facts +112 -0
  21. data/facts/2.1/debian-11-x86_64.facts +84 -0
  22. data/facts/2.1/freebsd-13-x86_64.facts +70 -0
  23. data/facts/2.1/oraclelinux-8-x86_64.facts +92 -0
  24. data/facts/2.2/centos-9-x86_64.facts +137 -0
  25. data/facts/2.2/debian-11-x86_64.facts +115 -0
  26. data/facts/2.2/freebsd-13-x86_64.facts +91 -0
  27. data/facts/2.2/oraclelinux-8-x86_64.facts +115 -0
  28. data/facts/2.3/centos-9-x86_64.facts +138 -0
  29. data/facts/2.3/debian-11-x86_64.facts +116 -0
  30. data/facts/2.3/freebsd-13-x86_64.facts +92 -0
  31. data/facts/2.3/oraclelinux-8-x86_64.facts +143 -0
  32. data/facts/2.4/centos-9-x86_64.facts +139 -0
  33. data/facts/2.4/debian-11-x86_64.facts +118 -0
  34. data/facts/2.4/freebsd-13-x86_64.facts +92 -0
  35. data/facts/2.4/oraclelinux-8-x86_64.facts +160 -0
  36. data/facts/2.5/debian-11-x86_64.facts +118 -0
  37. data/facts/2.5/freebsd-13-x86_64.facts +92 -0
  38. data/facts/2.5/oraclelinux-8-x86_64.facts +160 -0
  39. data/facts/3.11/archlinux-x86_64.facts +11 -1
  40. data/facts/3.11/oraclelinux-8-x86_64.facts +494 -0
  41. data/facts/3.11/solaris-10-i86pc.facts +1 -4
  42. data/facts/3.11/solaris-11-i86pc.facts +1 -4
  43. data/facts/3.11/solaris-11-sun4v.facts +1 -4
  44. data/facts/3.12/oraclelinux-8-x86_64.facts +400 -0
  45. data/facts/3.13/oraclelinux-8-x86_64.facts +406 -0
  46. data/facts/3.14/almalinux-8-x86_64.facts +522 -0
  47. data/facts/3.14/archlinux-x86_64.facts +11 -1
  48. data/facts/3.14/darwin-19-x86_64.facts +412 -0
  49. data/facts/3.14/darwin-20-x86_64.facts +516 -0
  50. data/facts/3.14/debian-11-x86_64.facts +508 -0
  51. data/facts/3.14/freebsd-11-x86_64.facts +479 -0
  52. data/facts/3.14/freebsd-12-x86_64.facts +479 -0
  53. data/facts/3.14/freebsd-13-x86_64.facts +475 -0
  54. data/facts/3.14/oraclelinux-8-x86_64.facts +406 -0
  55. data/facts/3.14/rocky-8-x86_64.facts +625 -0
  56. data/facts/3.14/solaris-11-i86pc.facts +1 -4
  57. data/facts/3.14/solaris-11-sun4v.facts +1 -4
  58. data/facts/3.9/solaris-10-i86pc.facts +0 -3
  59. data/facts/4.0/almalinux-8-x86_64.facts +307 -0
  60. data/facts/4.0/centos-7-x86_64.facts +706 -0
  61. data/facts/4.0/debian-10-x86_64.facts +1091 -0
  62. data/facts/4.0/debian-11-x86_64.facts +236 -0
  63. data/facts/4.0/freebsd-11-x86_64.facts +208 -0
  64. data/facts/4.0/freebsd-12-x86_64.facts +208 -0
  65. data/facts/4.0/freebsd-13-x86_64.facts +207 -0
  66. data/facts/4.0/solaris-11-sun4v.facts +585 -0
  67. data/facts/4.1/debian-11-x86_64.facts +238 -0
  68. data/facts/4.1/freebsd-11-x86_64.facts +208 -0
  69. data/facts/4.1/freebsd-12-x86_64.facts +208 -0
  70. data/facts/4.1/freebsd-13-x86_64.facts +207 -0
  71. data/facts/4.2/centos-7-x86_64.facts +593 -0
  72. data/facts/4.2/centos-8-x86_64.facts +591 -0
  73. data/facts/4.2/centos-9-x86_64.facts +291 -0
  74. data/facts/4.2/darwin-20-x86_64.facts +524 -0
  75. data/facts/4.2/debian-10-x86_64.facts +574 -0
  76. data/facts/4.2/debian-11-x86_64.facts +244 -0
  77. data/facts/4.2/debian-9-x86_64.facts +597 -0
  78. data/facts/4.2/freebsd-11-x86_64.facts +261 -0
  79. data/facts/4.2/freebsd-12-x86_64.facts +261 -0
  80. data/facts/4.2/freebsd-13-x86_64.facts +260 -0
  81. data/facts/4.2/oraclelinux-8-x86_64.facts +591 -0
  82. data/facts/Gemfile +1 -0
  83. data/facts/Vagrantfile +33 -9
  84. data/facts/get_facts.sh +45 -13
  85. data/lib/facterdb/version.rb +1 -1
  86. data/lib/facterdb.rb +17 -2
  87. data/spec/facts_spec.rb +9 -2
  88. metadata +73 -27
  89. data/.travis.yml +0 -36
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d3c5507c6727a268578ec7d76730523df6fea54b3eb52c0bb5d3d4fd5dfd5eee
4
- data.tar.gz: 99ee4c368b24f08a646a9d936507b07fcd1c71c38c202b704676055b4018b6d1
3
+ metadata.gz: 0a659f87798750dc9beebf0e538f9a2741781b5de6c9af55423aa589207695a7
4
+ data.tar.gz: acd2b686b89ffff847545d14efe69f1fdf22c28e8067cf32784992aac79c2ac8
5
5
  SHA512:
6
- metadata.gz: b13f056772f354c139d0674121b3e7d249931b24ee67f7c71336e988276aa537a0e2e09859fecee7ccfe4d5a47c0b6ac7914cef20635a6afbbf4f53b4af8979f
7
- data.tar.gz: 6c9b28b139fef0ecdc7e5003994882fb1996a32cfd641249960c60c4c65b909ee03e9e5083ed1286f1fb96b3666a96c7e773c18767bc70954a36df7efa748caa
6
+ metadata.gz: b69a94034613ad6bf695f025836104259dd416febf2f2b483814d64a0b65a06c406347daedd4650aed4b8014c484522842c3222f582fa42160a12bb71637b01c
7
+ data.tar.gz: 7c3c39ad09774496b3b6d6d3a06c383c1c0ddcdb79530156dea195eaa0c655941c704e639c6d4808e37bda042fc2333e8920bf151c939d06e9ce8f7ab1688f90
@@ -0,0 +1,32 @@
1
+ name: Release
2
+
3
+ on:
4
+ push:
5
+ tags:
6
+ - '*'
7
+
8
+ jobs:
9
+ release:
10
+ runs-on: ubuntu-latest
11
+ if: github.repository == 'voxpupuli/facterdb'
12
+ steps:
13
+ - uses: actions/checkout@v2
14
+ - name: Install Ruby 3.0
15
+ uses: ruby/setup-ruby@v1
16
+ with:
17
+ ruby-version: '3.0'
18
+ env:
19
+ BUNDLE_WITHOUT: release
20
+ - name: Build gem
21
+ run: gem build *.gemspec
22
+ - name: Publish gem to rubygems.org
23
+ run: gem push *.gem
24
+ env:
25
+ GEM_HOST_API_KEY: '${{ secrets.RUBYGEMS_AUTH_TOKEN }}'
26
+ - name: Setup GitHub packages access
27
+ run: |
28
+ mkdir -p ~/.gem
29
+ echo ":github: Bearer ${{ secrets.GITHUB_TOKEN }}" >> ~/.gem/credentials
30
+ chmod 0600 ~/.gem/credentials
31
+ - name: Publish gem to GitHub packages
32
+ run: gem push --key github --host https://rubygems.pkg.github.com/voxpupuli *.gem
@@ -0,0 +1,28 @@
1
+ name: Test
2
+
3
+ on:
4
+ - pull_request
5
+ - push
6
+
7
+ jobs:
8
+ test:
9
+ runs-on: ubuntu-latest
10
+ strategy:
11
+ fail-fast: false
12
+ matrix:
13
+ ruby:
14
+ - '2.5'
15
+ - '2.6'
16
+ - '2.7'
17
+ - '3.0'
18
+ steps:
19
+ - uses: actions/checkout@v2
20
+ - name: Install Ruby ${{ matrix.ruby }}
21
+ uses: ruby/setup-ruby@v1
22
+ with:
23
+ ruby-version: ${{ matrix.ruby }}
24
+ bundler-cache: true
25
+ env:
26
+ BUNDLE_WITHOUT: release
27
+ - name: Run tests
28
+ run: bundle exec rake spec
data/CHANGELOG.md CHANGED
@@ -1,264 +1,314 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.9.0](https://rubygems.org/gems/facterdb/versions/1.9.0) (2021-08-25)
4
+
5
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.8.0...1.9.0)
6
+
7
+ **Implemented enhancements:**
8
+
9
+ - Add Debian 11 facts [\#185](https://github.com/voxpupuli/facterdb/pull/185) ([smortex](https://github.com/smortex))
10
+ - Add more FreeBSD facts [\#184](https://github.com/voxpupuli/facterdb/pull/184) ([smortex](https://github.com/smortex))
11
+ - Add Oracle Linux 8 facts [\#183](https://github.com/voxpupuli/facterdb/pull/183) ([as0bu](https://github.com/as0bu))
12
+ - Adding puppet7 facter4.2 facts for centos7/8 and debian9/10 [\#181](https://github.com/voxpupuli/facterdb/pull/181) ([jacobmw](https://github.com/jacobmw))
13
+ - Adds Rocky Linux vagrant image, facts and get\_facts.sh support [\#176](https://github.com/voxpupuli/facterdb/pull/176) ([fuero](https://github.com/fuero))
14
+
15
+ ## [1.8.0](https://rubygems.org/gems/facterdb/versions/1.8.0) (2021-08-06)
16
+
17
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.7.0...1.8.0)
18
+
19
+ **Implemented enhancements:**
20
+
21
+ - Add facts for for Darwin 20 \(macOS 11\) x86\_64 [\#179](https://github.com/voxpupuli/facterdb/pull/179) ([yachub](https://github.com/yachub))
22
+ - Add CentOS Stream 9 facts [\#177](https://github.com/voxpupuli/facterdb/pull/177) ([mwhahaha](https://github.com/mwhahaha))
23
+
24
+ **Fixed bugs:**
25
+
26
+ - Fix broken GHA release job [\#178](https://github.com/voxpupuli/facterdb/pull/178) ([bastelfreak](https://github.com/bastelfreak))
27
+
28
+ ## [1.7.0](https://rubygems.org/gems/facterdb/versions/1.7.0) (2021-07-19)
29
+
30
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.6.0...1.7.0)
31
+
32
+ **Implemented enhancements:**
33
+
34
+ - Fixes \#173 - Add AlmaLinux [\#174](https://github.com/voxpupuli/facterdb/pull/174) ([maccelf](https://github.com/maccelf))
35
+ - Introduce cache to speed things up and cleanup method [\#171](https://github.com/voxpupuli/facterdb/pull/171) ([lzap](https://github.com/lzap))
36
+ - Add Facter 4 facts for Debian 10/CentOS 7 [\#170](https://github.com/voxpupuli/facterdb/pull/170) ([genebean](https://github.com/genebean))
37
+ - Add Sparc Solaris 11 Facter 4 facts [\#169](https://github.com/voxpupuli/facterdb/pull/169) ([genebean](https://github.com/genebean))
38
+
39
+ **Merged pull requests:**
40
+
41
+ - cleanup documentation + migrate CI+release process from travis to github actions [\#172](https://github.com/voxpupuli/facterdb/pull/172) ([bastelfreak](https://github.com/bastelfreak))
42
+ - Add Darwin 19 \(macOS 10.15\) x86\_64 Support [\#168](https://github.com/voxpupuli/facterdb/pull/168) ([yachub](https://github.com/yachub))
43
+ - Remove `clientX` facts from solaris factsets [\#167](https://github.com/voxpupuli/facterdb/pull/167) ([alexjfisher](https://github.com/alexjfisher))
44
+ - Drop EOL Ruby version from CI matrix [\#166](https://github.com/voxpupuli/facterdb/pull/166) ([bastelfreak](https://github.com/bastelfreak))
45
+ - facts\_spec: Pathname class is missing [\#165](https://github.com/voxpupuli/facterdb/pull/165) ([lelutin](https://github.com/lelutin))
46
+
47
+ ## [1.6.0](https://rubygems.org/gems/facterdb/versions/1.6.0) (2020-12-21)
48
+
49
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.5.0...1.6.0)
50
+
51
+ **Closed issues:**
52
+
53
+ - New gem release required prior to Puppet 7 to resolve dependency issues [\#161](https://github.com/voxpupuli/facterdb/issues/161)
54
+ - FacterDB appears to not give a os.family for solaris 11 on facter 4 [\#158](https://github.com/voxpupuli/facterdb/issues/158)
55
+ - facterdb conflict [\#157](https://github.com/voxpupuli/facterdb/issues/157)
56
+
57
+ **Merged pull requests:**
58
+
59
+ - release 1.6.0 [\#163](https://github.com/voxpupuli/facterdb/pull/163) ([bastelfreak](https://github.com/bastelfreak))
60
+ - Archlinux: Update fact sets [\#162](https://github.com/voxpupuli/facterdb/pull/162) ([bastelfreak](https://github.com/bastelfreak))
61
+
3
62
  ## [1.5.0](https://rubygems.org/gems/facterdb/versions/1.5.0) (2020-11-19)
4
63
 
5
- [Full Changelog](https://github.com/camptocamp/facterdb/compare/1.4.0...1.5.0)
64
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.4.0...1.5.0)
6
65
 
7
66
  **Implemented enhancements:**
8
67
 
9
- - add filter validation [\#19](https://github.com/camptocamp/facterdb/issues/19)
68
+ - add filter validation [\#19](https://github.com/voxpupuli/facterdb/issues/19)
10
69
 
11
70
  **Merged pull requests:**
12
71
 
13
- - Fixes a bug with generate\_filter\_str [\#160](https://github.com/camptocamp/facterdb/pull/160) ([logicminds](https://github.com/logicminds))
14
- - Fixes \#19 - add filter validation [\#159](https://github.com/camptocamp/facterdb/pull/159) ([logicminds](https://github.com/logicminds))
15
- - Remove pin on facter \< 4 [\#156](https://github.com/camptocamp/facterdb/pull/156) ([sanfrancrisko](https://github.com/sanfrancrisko))
16
- - Add ruby 2.5 and 2.7 testing [\#155](https://github.com/camptocamp/facterdb/pull/155) ([DavidS](https://github.com/DavidS))
72
+ - Fixes a bug with generate\_filter\_str [\#160](https://github.com/voxpupuli/facterdb/pull/160) ([logicminds](https://github.com/logicminds))
73
+ - Fixes \#19 - add filter validation [\#159](https://github.com/voxpupuli/facterdb/pull/159) ([logicminds](https://github.com/logicminds))
74
+ - Remove pin on facter \< 4 [\#156](https://github.com/voxpupuli/facterdb/pull/156) ([sanfrancrisko](https://github.com/sanfrancrisko))
75
+ - Add ruby 2.5 and 2.7 testing [\#155](https://github.com/voxpupuli/facterdb/pull/155) ([DavidS](https://github.com/DavidS))
17
76
 
18
77
  ## [1.4.0](https://rubygems.org/gems/facterdb/versions/1.4.0) (2020-05-09)
19
78
 
20
- [Full Changelog](https://github.com/camptocamp/facterdb/compare/1.3.0...1.4.0)
79
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.3.0...1.4.0)
21
80
 
22
81
  **Merged pull requests:**
23
82
 
24
- - Add Ubuntu 20.04 factset [\#154](https://github.com/camptocamp/facterdb/pull/154) ([mmoll](https://github.com/mmoll))
83
+ - Add Ubuntu 20.04 factset [\#154](https://github.com/voxpupuli/facterdb/pull/154) ([mmoll](https://github.com/mmoll))
25
84
 
26
85
  ## [1.3.0](https://rubygems.org/gems/facterdb/versions/1.3.0) (2020-04-15)
27
86
 
28
- [Full Changelog](https://github.com/camptocamp/facterdb/compare/1.2.0...1.3.0)
87
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.2.0...1.3.0)
29
88
 
30
89
  **Closed issues:**
31
90
 
32
- - Raspbian support [\#135](https://github.com/camptocamp/facterdb/issues/135)
91
+ - Raspbian support [\#135](https://github.com/voxpupuli/facterdb/issues/135)
33
92
 
34
93
  **Merged pull requests:**
35
94
 
36
- - Add Debian 10 facter 3.13/3.14 sets [\#152](https://github.com/camptocamp/facterdb/pull/152) ([bastelfreak](https://github.com/bastelfreak))
37
- - Pin to facter \< 4 to avoid automatic upgrade [\#151](https://github.com/camptocamp/facterdb/pull/151) ([raphink](https://github.com/raphink))
38
- - Adding facts from Solaris 11 x86 & SPARC [\#149](https://github.com/camptocamp/facterdb/pull/149) ([genebean](https://github.com/genebean))
39
- - AmazonLinux facts added [\#147](https://github.com/camptocamp/facterdb/pull/147) ([bFekete](https://github.com/bFekete))
40
- - Add facts for Raspbian 9 and 10; alter Rakefile to support Raspbian [\#136](https://github.com/camptocamp/facterdb/pull/136) ([threepistons](https://github.com/threepistons))
95
+ - Add Debian 10 facter 3.13/3.14 sets [\#152](https://github.com/voxpupuli/facterdb/pull/152) ([bastelfreak](https://github.com/bastelfreak))
96
+ - Pin to facter \< 4 to avoid automatic upgrade [\#151](https://github.com/voxpupuli/facterdb/pull/151) ([raphink](https://github.com/raphink))
97
+ - Adding facts from Solaris 11 x86 & SPARC [\#149](https://github.com/voxpupuli/facterdb/pull/149) ([genebean](https://github.com/genebean))
98
+ - AmazonLinux facts added [\#147](https://github.com/voxpupuli/facterdb/pull/147) ([bFekete](https://github.com/bFekete))
99
+ - Add facts for Raspbian 9 and 10; alter Rakefile to support Raspbian [\#136](https://github.com/voxpupuli/facterdb/pull/136) ([threepistons](https://github.com/threepistons))
41
100
 
42
101
  ## [1.2.0](https://rubygems.org/gems/facterdb/versions/1.2.0) (2020-01-08)
43
102
 
44
- [Full Changelog](https://github.com/camptocamp/facterdb/compare/1.1.0...1.2.0)
103
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.1.0...1.2.0)
45
104
 
46
105
  **Merged pull requests:**
47
106
 
48
- - \[Arch Linux\] Set correct hostname, domain, fqdn [\#146](https://github.com/camptocamp/facterdb/pull/146) ([dhoppe](https://github.com/dhoppe))
49
- - drop json as runtime dependency [\#145](https://github.com/camptocamp/facterdb/pull/145) ([bastelfreak](https://github.com/bastelfreak))
50
- - add .vendor to .gitignore [\#144](https://github.com/camptocamp/facterdb/pull/144) ([bastelfreak](https://github.com/bastelfreak))
107
+ - \[Arch Linux\] Set correct hostname, domain, fqdn [\#146](https://github.com/voxpupuli/facterdb/pull/146) ([dhoppe](https://github.com/dhoppe))
108
+ - drop json as runtime dependency [\#145](https://github.com/voxpupuli/facterdb/pull/145) ([bastelfreak](https://github.com/bastelfreak))
109
+ - add .vendor to .gitignore [\#144](https://github.com/voxpupuli/facterdb/pull/144) ([bastelfreak](https://github.com/bastelfreak))
51
110
 
52
111
  ## [1.1.0](https://rubygems.org/gems/facterdb/versions/1.1.0) (2020-01-07)
53
112
 
54
- [Full Changelog](https://github.com/camptocamp/facterdb/compare/1.0.0...1.1.0)
113
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.0.0...1.1.0)
55
114
 
56
115
  **Closed issues:**
57
116
 
58
- - Please provider Gentoo facts for 3.14 [\#139](https://github.com/camptocamp/facterdb/issues/139)
59
- - Archlinux legacy facts missing in 3.x fact sets. [\#132](https://github.com/camptocamp/facterdb/issues/132)
117
+ - Please provider Gentoo facts for 3.14 [\#139](https://github.com/voxpupuli/facterdb/issues/139)
118
+ - Archlinux legacy facts missing in 3.x fact sets. [\#132](https://github.com/voxpupuli/facterdb/issues/132)
60
119
 
61
120
  **Merged pull requests:**
62
121
 
63
- - Adding facts from Solaris 11 x86 & SPARC [\#149](https://github.com/camptocamp/facterdb/pull/149) ([genebean](https://github.com/genebean))
64
- - Add Gentoo 3.11 factset [\#143](https://github.com/camptocamp/facterdb/pull/143) ([bastelfreak](https://github.com/bastelfreak))
65
- - archlinux: set correct FQDN/hostname [\#142](https://github.com/camptocamp/facterdb/pull/142) ([bastelfreak](https://github.com/bastelfreak))
66
- - Add Fedora 30 facts for Facter 3.11 [\#141](https://github.com/camptocamp/facterdb/pull/141) ([baurmatt](https://github.com/baurmatt))
67
- - Add Gentoo facts for Facter 3.14 [\#140](https://github.com/camptocamp/facterdb/pull/140) ([baurmatt](https://github.com/baurmatt))
68
- - Add CentOS 8 facts [\#137](https://github.com/camptocamp/facterdb/pull/137) ([traylenator](https://github.com/traylenator))
122
+ - Add Gentoo 3.11 factset [\#143](https://github.com/voxpupuli/facterdb/pull/143) ([bastelfreak](https://github.com/bastelfreak))
123
+ - archlinux: set correct FQDN/hostname [\#142](https://github.com/voxpupuli/facterdb/pull/142) ([bastelfreak](https://github.com/bastelfreak))
124
+ - Add Fedora 30 facts for Facter 3.11 [\#141](https://github.com/voxpupuli/facterdb/pull/141) ([baurmatt](https://github.com/baurmatt))
125
+ - Add Gentoo facts for Facter 3.14 [\#140](https://github.com/voxpupuli/facterdb/pull/140) ([baurmatt](https://github.com/baurmatt))
126
+ - Add CentOS 8 facts [\#137](https://github.com/voxpupuli/facterdb/pull/137) ([traylenator](https://github.com/traylenator))
69
127
 
70
128
  ## [1.0.0](https://rubygems.org/gems/facterdb/versions/1.0.0) (2019-10-29)
71
129
 
72
- [Full Changelog](https://github.com/camptocamp/facterdb/compare/0.8.2...1.0.0)
130
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/0.8.2...1.0.0)
73
131
 
74
132
  **Fixed bugs:**
75
133
 
76
- - IP address facts have disappeared [\#127](https://github.com/camptocamp/facterdb/issues/127)
134
+ - IP address facts have disappeared [\#127](https://github.com/voxpupuli/facterdb/issues/127)
77
135
 
78
136
  **Merged pull requests:**
79
137
 
80
- - regenerate Archlinux / VZ 7 facts [\#133](https://github.com/camptocamp/facterdb/pull/133) ([bastelfreak](https://github.com/bastelfreak))
81
- - add VirtuozzoLinux 7 facts [\#131](https://github.com/camptocamp/facterdb/pull/131) ([bastelfreak](https://github.com/bastelfreak))
82
- - Add more Archlinux facts [\#130](https://github.com/camptocamp/facterdb/pull/130) ([bastelfreak](https://github.com/bastelfreak))
83
- - Ensure all fact sets contain the legacy networking facts [\#128](https://github.com/camptocamp/facterdb/pull/128) ([rodjek](https://github.com/rodjek))
138
+ - regenerate Archlinux / VZ 7 facts [\#133](https://github.com/voxpupuli/facterdb/pull/133) ([bastelfreak](https://github.com/bastelfreak))
139
+ - add VirtuozzoLinux 7 facts [\#131](https://github.com/voxpupuli/facterdb/pull/131) ([bastelfreak](https://github.com/bastelfreak))
140
+ - Add more Archlinux facts [\#130](https://github.com/voxpupuli/facterdb/pull/130) ([bastelfreak](https://github.com/bastelfreak))
141
+ - Ensure all fact sets contain the legacy networking facts [\#128](https://github.com/voxpupuli/facterdb/pull/128) ([rodjek](https://github.com/rodjek))
84
142
 
85
143
  ## [0.8.2](https://rubygems.org/gems/facterdb/versions/0.8.2) (2019-08-28)
86
144
 
87
- [Full Changelog](https://github.com/camptocamp/facterdb/compare/0.8.1...0.8.2)
145
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/0.8.1...0.8.2)
88
146
 
89
147
  **Fixed bugs:**
90
148
 
91
- - Update removed selinux facts [\#124](https://github.com/camptocamp/facterdb/issues/124)
149
+ - Update removed selinux facts [\#124](https://github.com/voxpupuli/facterdb/issues/124)
92
150
 
93
151
  **Merged pull requests:**
94
152
 
95
- - Update RHEL based fact sets with default SELinux values [\#125](https://github.com/camptocamp/facterdb/pull/125) ([rodjek](https://github.com/rodjek))
153
+ - Update RHEL based fact sets with default SELinux values [\#125](https://github.com/voxpupuli/facterdb/pull/125) ([rodjek](https://github.com/rodjek))
96
154
 
97
155
  ## [0.8.1](https://rubygems.org/gems/facterdb/versions/0.8.1) (2019-07-25)
98
156
 
99
- [Full Changelog](https://github.com/camptocamp/facterdb/compare/0.8.0...0.8.1)
157
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/0.8.0...0.8.1)
100
158
 
101
159
  **Merged pull requests:**
102
160
 
103
- - Add fact sets for SLES15 [\#121](https://github.com/camptocamp/facterdb/pull/121) ([rodjek](https://github.com/rodjek))
161
+ - Add fact sets for SLES15 [\#121](https://github.com/voxpupuli/facterdb/pull/121) ([rodjek](https://github.com/rodjek))
104
162
 
105
163
  ## [0.8.0](https://rubygems.org/gems/facterdb/versions/0.8.0) (2019-07-22)
106
164
 
107
- [Full Changelog](https://github.com/camptocamp/facterdb/compare/0.7.0...0.8.0)
165
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/0.7.0...0.8.0)
108
166
 
109
167
  **Closed issues:**
110
168
 
111
- - solaris 10 facts are not found [\#115](https://github.com/camptocamp/facterdb/issues/115)
112
- - Debian 10 facts [\#102](https://github.com/camptocamp/facterdb/issues/102)
113
- - 3.11 facts for Debian Stretch and Ubuntu 18.04 are missing distro information [\#98](https://github.com/camptocamp/facterdb/issues/98)
114
- - Remove/move invalid factset files [\#78](https://github.com/camptocamp/facterdb/issues/78)
115
- - Remove duplicate default factset files [\#77](https://github.com/camptocamp/facterdb/issues/77)
116
- - Updated OpenBSD Facts [\#71](https://github.com/camptocamp/facterdb/issues/71)
117
- - FreeBSD Support [\#51](https://github.com/camptocamp/facterdb/issues/51)
118
- - Add LinuxMint Facts [\#41](https://github.com/camptocamp/facterdb/issues/41)
119
- - Facts for archlinux release 4 are missing. [\#37](https://github.com/camptocamp/facterdb/issues/37)
120
- - Consider adding the os::distro fact [\#36](https://github.com/camptocamp/facterdb/issues/36)
169
+ - solaris 10 facts are not found [\#115](https://github.com/voxpupuli/facterdb/issues/115)
170
+ - Debian 10 facts [\#102](https://github.com/voxpupuli/facterdb/issues/102)
171
+ - 3.11 facts for Debian Stretch and Ubuntu 18.04 are missing distro information [\#98](https://github.com/voxpupuli/facterdb/issues/98)
172
+ - Remove/move invalid factset files [\#78](https://github.com/voxpupuli/facterdb/issues/78)
173
+ - Remove duplicate default factset files [\#77](https://github.com/voxpupuli/facterdb/issues/77)
174
+ - Updated OpenBSD Facts [\#71](https://github.com/voxpupuli/facterdb/issues/71)
175
+ - FreeBSD Support [\#51](https://github.com/voxpupuli/facterdb/issues/51)
176
+ - Add LinuxMint Facts [\#41](https://github.com/voxpupuli/facterdb/issues/41)
177
+ - Facts for archlinux release 4 are missing. [\#37](https://github.com/voxpupuli/facterdb/issues/37)
178
+ - Consider adding the os::distro fact [\#36](https://github.com/voxpupuli/facterdb/issues/36)
121
179
 
122
180
  **Merged pull requests:**
123
181
 
124
- - Add fact sets for Debian 10 [\#119](https://github.com/camptocamp/facterdb/pull/119) ([rodjek](https://github.com/rodjek))
125
- - Improve test coverage [\#118](https://github.com/camptocamp/facterdb/pull/118) ([rodjek](https://github.com/rodjek))
126
- - Update Windows factsets [\#117](https://github.com/camptocamp/facterdb/pull/117) ([rodjek](https://github.com/rodjek))
127
- - Added and updated Solaris 10 factsets [\#116](https://github.com/camptocamp/facterdb/pull/116) ([sirinek](https://github.com/sirinek))
128
- - Update OSX 10.11 - 10.14 factsets [\#113](https://github.com/camptocamp/facterdb/pull/113) ([rodjek](https://github.com/rodjek))
129
- - Update SLES 11 & 12 factsets [\#112](https://github.com/camptocamp/facterdb/pull/112) ([rodjek](https://github.com/rodjek))
130
- - Change table rake task to update README.md [\#111](https://github.com/camptocamp/facterdb/pull/111) ([rodjek](https://github.com/rodjek))
131
- - Update RHEL based factsets [\#110](https://github.com/camptocamp/facterdb/pull/110) ([rodjek](https://github.com/rodjek))
132
- - \(\#71\) Add OpenBSD 6.4 factsets [\#109](https://github.com/camptocamp/facterdb/pull/109) ([rodjek](https://github.com/rodjek))
133
- - \(\#98\) Update Debian & Ubuntu factsets [\#108](https://github.com/camptocamp/facterdb/pull/108) ([rodjek](https://github.com/rodjek))
134
- - Properly split and sort facter versions [\#107](https://github.com/camptocamp/facterdb/pull/107) ([rodjek](https://github.com/rodjek))
135
- - \(\#41\) Add factsets for linuxmint 18 & 19 [\#106](https://github.com/camptocamp/facterdb/pull/106) ([rodjek](https://github.com/rodjek))
136
- - \(\#37\) Update Archlinux factsets [\#105](https://github.com/camptocamp/facterdb/pull/105) ([rodjek](https://github.com/rodjek))
137
- - Add more FreeBSD facts [\#104](https://github.com/camptocamp/facterdb/pull/104) ([smortex](https://github.com/smortex))
138
- - add missing rubygem-bundler package for FreeBSD [\#103](https://github.com/camptocamp/facterdb/pull/103) ([olevole](https://github.com/olevole))
139
- - Missing facts [\#99](https://github.com/camptocamp/facterdb/pull/99) ([seanmil](https://github.com/seanmil))
140
- - Add CentOS e.a. facts from facter 3.11 [\#87](https://github.com/camptocamp/facterdb/pull/87) ([tdevelioglu](https://github.com/tdevelioglu))
141
- - Explicitly use bash not sh [\#81](https://github.com/camptocamp/facterdb/pull/81) ([bodgit](https://github.com/bodgit))
142
- - OpenBSD 6.2 & 6.3 facts [\#80](https://github.com/camptocamp/facterdb/pull/80) ([bodgit](https://github.com/bodgit))
143
- - \(\#77\)\(\#78\) Add default factset tests and fix failures [\#79](https://github.com/camptocamp/facterdb/pull/79) ([glennsarti](https://github.com/glennsarti))
182
+ - Add fact sets for Debian 10 [\#119](https://github.com/voxpupuli/facterdb/pull/119) ([rodjek](https://github.com/rodjek))
183
+ - Improve test coverage [\#118](https://github.com/voxpupuli/facterdb/pull/118) ([rodjek](https://github.com/rodjek))
184
+ - Update Windows factsets [\#117](https://github.com/voxpupuli/facterdb/pull/117) ([rodjek](https://github.com/rodjek))
185
+ - Added and updated Solaris 10 factsets [\#116](https://github.com/voxpupuli/facterdb/pull/116) ([sirinek](https://github.com/sirinek))
186
+ - Update OSX 10.11 - 10.14 factsets [\#113](https://github.com/voxpupuli/facterdb/pull/113) ([rodjek](https://github.com/rodjek))
187
+ - Update SLES 11 & 12 factsets [\#112](https://github.com/voxpupuli/facterdb/pull/112) ([rodjek](https://github.com/rodjek))
188
+ - Change table rake task to update README.md [\#111](https://github.com/voxpupuli/facterdb/pull/111) ([rodjek](https://github.com/rodjek))
189
+ - Update RHEL based factsets [\#110](https://github.com/voxpupuli/facterdb/pull/110) ([rodjek](https://github.com/rodjek))
190
+ - \(\#71\) Add OpenBSD 6.4 factsets [\#109](https://github.com/voxpupuli/facterdb/pull/109) ([rodjek](https://github.com/rodjek))
191
+ - \(\#98\) Update Debian & Ubuntu factsets [\#108](https://github.com/voxpupuli/facterdb/pull/108) ([rodjek](https://github.com/rodjek))
192
+ - Properly split and sort facter versions [\#107](https://github.com/voxpupuli/facterdb/pull/107) ([rodjek](https://github.com/rodjek))
193
+ - \(\#41\) Add factsets for linuxmint 18 & 19 [\#106](https://github.com/voxpupuli/facterdb/pull/106) ([rodjek](https://github.com/rodjek))
194
+ - \(\#37\) Update Archlinux factsets [\#105](https://github.com/voxpupuli/facterdb/pull/105) ([rodjek](https://github.com/rodjek))
195
+ - Add more FreeBSD facts [\#104](https://github.com/voxpupuli/facterdb/pull/104) ([smortex](https://github.com/smortex))
196
+ - add missing rubygem-bundler package for FreeBSD [\#103](https://github.com/voxpupuli/facterdb/pull/103) ([olevole](https://github.com/olevole))
197
+ - Missing facts [\#99](https://github.com/voxpupuli/facterdb/pull/99) ([seanmil](https://github.com/seanmil))
198
+ - Add CentOS e.a. facts from facter 3.11 [\#87](https://github.com/voxpupuli/facterdb/pull/87) ([tdevelioglu](https://github.com/tdevelioglu))
199
+ - Explicitly use bash not sh [\#81](https://github.com/voxpupuli/facterdb/pull/81) ([bodgit](https://github.com/bodgit))
200
+ - OpenBSD 6.2 & 6.3 facts [\#80](https://github.com/voxpupuli/facterdb/pull/80) ([bodgit](https://github.com/bodgit))
201
+ - \(\#77\)\(\#78\) Add default factset tests and fix failures [\#79](https://github.com/voxpupuli/facterdb/pull/79) ([glennsarti](https://github.com/glennsarti))
144
202
 
145
203
  ## [0.7.0](https://rubygems.org/gems/facterdb/versions/0.7.0) (2019-07-02)
146
204
 
147
- [Full Changelog](https://github.com/camptocamp/facterdb/compare/0.6.0...0.7.0)
205
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/0.6.0...0.7.0)
148
206
 
149
207
  **Merged pull requests:**
150
208
 
151
- - Add facts for aarch64. [\#100](https://github.com/camptocamp/facterdb/pull/100) ([ralimi](https://github.com/ralimi))
209
+ - Add facts for aarch64. [\#100](https://github.com/voxpupuli/facterdb/pull/100) ([ralimi](https://github.com/ralimi))
152
210
 
153
211
  ## [0.6.0](https://rubygems.org/gems/facterdb/versions/0.6.0) (2018-12-13)
154
212
 
155
- [Full Changelog](https://github.com/camptocamp/facterdb/compare/0.5.2...0.6.0)
213
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/0.5.2...0.6.0)
156
214
 
157
215
  **Implemented enhancements:**
158
216
 
159
- - Rework of Lots of Puppet 5 facter additions [\#95](https://github.com/camptocamp/facterdb/pull/95) ([Dan33l](https://github.com/Dan33l))
160
- - Add Gentoo facts for Facter 2.5 and fix Travis CI [\#93](https://github.com/camptocamp/facterdb/pull/93) ([baurmatt](https://github.com/baurmatt))
161
- - Update Fedora facts [\#89](https://github.com/camptocamp/facterdb/pull/89) ([blackknight36](https://github.com/blackknight36))
162
- - Add facter 3.11 facts for Debian 9 and Ubuntu 18.04 [\#88](https://github.com/camptocamp/facterdb/pull/88) ([tobias-urdin](https://github.com/tobias-urdin))
163
- - Updated fedora facts for f26 and f27 [\#85](https://github.com/camptocamp/facterdb/pull/85) ([timhughes](https://github.com/timhughes))
217
+ - Rework of Lots of Puppet 5 facter additions [\#95](https://github.com/voxpupuli/facterdb/pull/95) ([Dan33l](https://github.com/Dan33l))
218
+ - Add Gentoo facts for Facter 2.5 and fix Travis CI [\#93](https://github.com/voxpupuli/facterdb/pull/93) ([baurmatt](https://github.com/baurmatt))
219
+ - Update Fedora facts [\#89](https://github.com/voxpupuli/facterdb/pull/89) ([blackknight36](https://github.com/blackknight36))
220
+ - Add facter 3.11 facts for Debian 9 and Ubuntu 18.04 [\#88](https://github.com/voxpupuli/facterdb/pull/88) ([tobias-urdin](https://github.com/tobias-urdin))
221
+ - Updated fedora facts for f26 and f27 [\#85](https://github.com/voxpupuli/facterdb/pull/85) ([timhughes](https://github.com/timhughes))
164
222
 
165
223
  **Fixed bugs:**
166
224
 
167
- - Git+SSH Url broken Travis CI [\#92](https://github.com/camptocamp/facterdb/issues/92)
168
- - Code doesnt handle facter point versions with 2 digits [\#83](https://github.com/camptocamp/facterdb/issues/83)
169
- - Rakefile: Set config.projet for github\_changelog\_generator [\#97](https://github.com/camptocamp/facterdb/pull/97) ([raphink](https://github.com/raphink))
170
- - fixes \#83 changes the way factor version in paths is calculated [\#84](https://github.com/camptocamp/facterdb/pull/84) ([timhughes](https://github.com/timhughes))
225
+ - Git+SSH Url broken Travis CI [\#92](https://github.com/voxpupuli/facterdb/issues/92)
226
+ - Code doesnt handle facter point versions with 2 digits [\#83](https://github.com/voxpupuli/facterdb/issues/83)
227
+ - Rakefile: Set config.projet for github\_changelog\_generator [\#97](https://github.com/voxpupuli/facterdb/pull/97) ([raphink](https://github.com/raphink))
228
+ - fixes \#83 changes the way factor version in paths is calculated [\#84](https://github.com/voxpupuli/facterdb/pull/84) ([timhughes](https://github.com/timhughes))
171
229
 
172
230
  **Closed issues:**
173
231
 
174
- - facts/2.5/fedora-28-x86\_64.facts broken [\#91](https://github.com/camptocamp/facterdb/issues/91)
175
- - Add facter 2.5 Gentoo facts [\#90](https://github.com/camptocamp/facterdb/issues/90)
176
-
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))
232
+ - facts/2.5/fedora-28-x86\_64.facts broken [\#91](https://github.com/voxpupuli/facterdb/issues/91)
233
+ - Add facter 2.5 Gentoo facts [\#90](https://github.com/voxpupuli/facterdb/issues/90)
180
234
 
181
235
  ## [0.5.2](https://rubygems.org/gems/facterdb/versions/0.5.2) (2018-04-30)
182
236
 
183
- [Full Changelog](https://github.com/camptocamp/facterdb/compare/0.5.1...0.5.2)
184
-
185
- **Implemented enhancements:**
186
-
187
- - Release prep for 0.4.0 [\#66](https://github.com/camptocamp/facterdb/pull/66) ([DavidS](https://github.com/DavidS))
237
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/0.5.1...0.5.2)
188
238
 
189
239
  **Merged pull requests:**
190
240
 
191
- - add Ubuntu 18.04 facts [\#82](https://github.com/camptocamp/facterdb/pull/82) ([bastelfreak](https://github.com/bastelfreak))
192
- - Added Solaris 10 facts on Facter 3.9 [\#75](https://github.com/camptocamp/facterdb/pull/75) ([sirinek](https://github.com/sirinek))
241
+ - add Ubuntu 18.04 facts [\#82](https://github.com/voxpupuli/facterdb/pull/82) ([bastelfreak](https://github.com/bastelfreak))
242
+ - \(maint\) Add `rake table` task + update README.md + better Windows detection [\#76](https://github.com/voxpupuli/facterdb/pull/76) ([glennsarti](https://github.com/glennsarti))
243
+ - Added Solaris 10 facts on Facter 3.9 [\#75](https://github.com/voxpupuli/facterdb/pull/75) ([sirinek](https://github.com/sirinek))
193
244
 
194
245
  ## [0.5.1](https://rubygems.org/gems/facterdb/versions/0.5.1) (2018-03-06)
195
246
 
196
- [Full Changelog](https://github.com/camptocamp/facterdb/compare/0.5.0...0.5.1)
247
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/0.5.0...0.5.1)
197
248
 
198
249
  **Merged pull requests:**
199
250
 
200
- - AIX 7.1 legacy facts [\#74](https://github.com/camptocamp/facterdb/pull/74) ([TJM](https://github.com/TJM))
201
- - Fix Archlinux support / update archlinux facts [\#73](https://github.com/camptocamp/facterdb/pull/73) ([bastelfreak](https://github.com/bastelfreak))
202
- - Add AIX 7.1 powerpc [\#72](https://github.com/camptocamp/facterdb/pull/72) ([TJM](https://github.com/TJM))
251
+ - AIX 7.1 legacy facts [\#74](https://github.com/voxpupuli/facterdb/pull/74) ([TJM](https://github.com/TJM))
252
+ - Fix Archlinux support / update archlinux facts [\#73](https://github.com/voxpupuli/facterdb/pull/73) ([bastelfreak](https://github.com/bastelfreak))
253
+ - Add AIX 7.1 powerpc [\#72](https://github.com/voxpupuli/facterdb/pull/72) ([TJM](https://github.com/TJM))
203
254
 
204
255
  ## [0.5.0](https://rubygems.org/gems/facterdb/versions/0.5.0) (2017-12-14)
205
256
 
206
- [Full Changelog](https://github.com/camptocamp/facterdb/compare/0.4.1...0.5.0)
257
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/0.4.1...0.5.0)
207
258
 
208
259
  **Closed issues:**
209
260
 
210
- - create new release [\#65](https://github.com/camptocamp/facterdb/issues/65)
261
+ - create new release [\#65](https://github.com/voxpupuli/facterdb/issues/65)
211
262
 
212
263
  **Merged pull requests:**
213
264
 
214
- - Release prep for 0.5.0 [\#70](https://github.com/camptocamp/facterdb/pull/70) ([DavidS](https://github.com/DavidS))
215
- - add freebsd\_11 facts [\#69](https://github.com/camptocamp/facterdb/pull/69) ([b4ldr](https://github.com/b4ldr))
216
- - 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
- - openSUSE Support [\#63](https://github.com/camptocamp/facterdb/pull/63) ([genebean](https://github.com/genebean))
265
+ - add freebsd\_11 facts [\#69](https://github.com/voxpupuli/facterdb/pull/69) ([b4ldr](https://github.com/b4ldr))
266
+ - add freebsd 10 facts for facter 2.5 and 3.9 [\#68](https://github.com/voxpupuli/facterdb/pull/68) ([b4ldr](https://github.com/b4ldr))
267
+ - openSUSE Support [\#63](https://github.com/voxpupuli/facterdb/pull/63) ([genebean](https://github.com/genebean))
218
268
 
219
269
  ## [0.4.1](https://rubygems.org/gems/facterdb/versions/0.4.1) (2017-10-25)
220
270
 
221
- [Full Changelog](https://github.com/camptocamp/facterdb/compare/0.4.0...0.4.1)
271
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/0.4.0...0.4.1)
222
272
 
223
273
  ## [0.4.0](https://rubygems.org/gems/facterdb/versions/0.4.0) (2017-10-24)
224
274
 
225
- [Full Changelog](https://github.com/camptocamp/facterdb/compare/0.3.12...0.4.0)
275
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/0.3.12...0.4.0)
226
276
 
227
277
  **Implemented enhancements:**
228
278
 
229
- - Allow loading of external fact hashes [\#62](https://github.com/camptocamp/facterdb/pull/62) ([logicminds](https://github.com/logicminds))
230
- - Improve FreeBSD Support [\#60](https://github.com/camptocamp/facterdb/pull/60) ([xaque208](https://github.com/xaque208))
231
- - Add facts for Amazon Linux 2017.03 [\#56](https://github.com/camptocamp/facterdb/pull/56) ([pillarsdotnet](https://github.com/pillarsdotnet))
232
- - Add missing facts for Fedora 20, 21, and 26 [\#50](https://github.com/camptocamp/facterdb/pull/50) ([blackknight36](https://github.com/blackknight36))
233
- - Facter 3.8 fact sets [\#48](https://github.com/camptocamp/facterdb/pull/48) ([rodjek](https://github.com/rodjek))
279
+ - Allow loading of external fact hashes [\#62](https://github.com/voxpupuli/facterdb/pull/62) ([logicminds](https://github.com/logicminds))
280
+ - Improve FreeBSD Support [\#60](https://github.com/voxpupuli/facterdb/pull/60) ([xaque208](https://github.com/xaque208))
281
+ - Add facts for Amazon Linux 2017.03 [\#56](https://github.com/voxpupuli/facterdb/pull/56) ([pillarsdotnet](https://github.com/pillarsdotnet))
282
+ - Add missing facts for Fedora 20, 21, and 26 [\#50](https://github.com/voxpupuli/facterdb/pull/50) ([blackknight36](https://github.com/blackknight36))
283
+ - Facter 3.8 fact sets [\#48](https://github.com/voxpupuli/facterdb/pull/48) ([rodjek](https://github.com/rodjek))
234
284
 
235
285
  **Fixed bugs:**
236
286
 
237
- - Update Windows Facter 3.x sets with legacy facts [\#64](https://github.com/camptocamp/facterdb/pull/64) ([rodjek](https://github.com/rodjek))
238
- - fix facter 2.x facts for Debian 9 [\#52](https://github.com/camptocamp/facterdb/pull/52) ([mmoll](https://github.com/mmoll))
287
+ - Update Windows Facter 3.x sets with legacy facts [\#64](https://github.com/voxpupuli/facterdb/pull/64) ([rodjek](https://github.com/rodjek))
288
+ - fix facter 2.x facts for Debian 9 [\#52](https://github.com/voxpupuli/facterdb/pull/52) ([mmoll](https://github.com/mmoll))
239
289
 
240
290
  **Closed issues:**
241
291
 
242
- - Add facts for Amazon Linux [\#57](https://github.com/camptocamp/facterdb/issues/57)
243
- - Fact package\_provider is missing [\#49](https://github.com/camptocamp/facterdb/issues/49)
244
- - allow loading of external fact hashes [\#27](https://github.com/camptocamp/facterdb/issues/27)
292
+ - Add facts for Amazon Linux [\#57](https://github.com/voxpupuli/facterdb/issues/57)
293
+ - Fact package\_provider is missing [\#49](https://github.com/voxpupuli/facterdb/issues/49)
294
+ - allow loading of external fact hashes [\#27](https://github.com/voxpupuli/facterdb/issues/27)
245
295
 
246
296
  ## [0.3.12](https://rubygems.org/gems/facterdb/versions/0.3.12) (2017-07-27)
247
297
 
248
- [Full Changelog](https://github.com/camptocamp/facterdb/compare/0.3.11...0.3.12)
298
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/0.3.11...0.3.12)
249
299
 
250
300
  **Closed issues:**
251
301
 
252
- - Add support for Facter 2.5 [\#47](https://github.com/camptocamp/facterdb/issues/47)
253
- - Add support for facter 2.5 [\#45](https://github.com/camptocamp/facterdb/issues/45)
254
- - Add Debian Stretch [\#43](https://github.com/camptocamp/facterdb/issues/43)
255
- - Release new version [\#40](https://github.com/camptocamp/facterdb/issues/40)
256
- - support for more windows editions [\#30](https://github.com/camptocamp/facterdb/issues/30)
302
+ - Add support for Facter 2.5 [\#47](https://github.com/voxpupuli/facterdb/issues/47)
303
+ - Add support for facter 2.5 [\#45](https://github.com/voxpupuli/facterdb/issues/45)
304
+ - Add Debian Stretch [\#43](https://github.com/voxpupuli/facterdb/issues/43)
305
+ - Release new version [\#40](https://github.com/voxpupuli/facterdb/issues/40)
306
+ - support for more windows editions [\#30](https://github.com/voxpupuli/facterdb/issues/30)
257
307
 
258
308
  **Merged pull requests:**
259
309
 
260
- - Backfill missing 2.x and 3.x facts for supported operating systems [\#46](https://github.com/camptocamp/facterdb/pull/46) ([rodjek](https://github.com/rodjek))
261
- - Adds Mint-18.1 Facts [\#42](https://github.com/camptocamp/facterdb/pull/42) ([petems](https://github.com/petems))
310
+ - Backfill missing 2.x and 3.x facts for supported operating systems [\#46](https://github.com/voxpupuli/facterdb/pull/46) ([rodjek](https://github.com/rodjek))
311
+ - Adds Mint-18.1 Facts [\#42](https://github.com/voxpupuli/facterdb/pull/42) ([petems](https://github.com/petems))
262
312
 
263
313
  **Implemented enhancements:**
264
314