facterdb 1.6.0 → 1.10.0

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