File tree Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -572,9 +572,15 @@ When no facts are available for the specific facter/operating system combination
572572## Maintenance
573573
574574This gem uses information about puppet AIO component versions to build/test.
575- They are stored at ` ext/puppet_agent_facter_versions.json ` . If they are outdated,
576- the ` puppet_versions:test ` rake task will fail and they need to be updated.
577- This is as easy as running: ` bundle exec rake puppet_versions:update `
575+ They are stored at ` ext/puppet_agent_facter_versions.json ` .
576+
577+ In the past we used ` bundle exec rake puppet_versions:update ` to update the file and ` puppet_versions:test ` to validate it.
578+ This relied on information from the puppet forge.
579+ With the 6.0.0 release we're switching to openvox.
580+ The file is currently maintained by hand, because openvox doesn't offer an API yet to map agent releases to openfact releases.
581+ It got also renamed from ` ext/puppet_agent_facter_versions.json ` -> ` ext/openvox_agent_facter_versions.json ` .
582+
583+ ** ` ext/openvox_agent_facter_versions.json ` now lists a mapping of openvox releases to openfact releases**
578584
579585## License
580586
Original file line number Diff line number Diff line change 11{
2+ "8.23.1" : " 5.1.0" ,
3+ "8.23.0" : " 5.1.0" ,
4+ "8.22.1" : " 5.0.0" ,
5+ "8.19.2" : " 4.11.0" ,
6+ "8.19.1" : " 4.11.0" ,
7+ "8.19.0" : " 4.11.0" ,
8+ "8.18.1" : " 4.11.0" ,
9+ "8.17.0" : " 4.11.0" ,
10+ "8.16.0" : " 4.11.0" ,
11+ "8.15.0" : " 4.11.0" ,
12+ "8.14.0" : " 4.11.0" ,
13+ "8.13.0" : " 4.11.0" ,
14+ "8.12.1" : " 4.11.0" ,
215 "8.12.0" : " 4.12.0" ,
316 "8.11.0" : " 4.11.0" ,
417 "8.10.0" : " 4.10.0" ,
You can’t perform that action at this time.
0 commit comments