File tree Expand file tree Collapse file tree 2 files changed +23
-134
lines changed Expand file tree Collapse file tree 2 files changed +23
-134
lines changed Original file line number Diff line number Diff line change @@ -572,9 +572,14 @@ 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+
582+ ** ` ext/puppet_agent_facter_versions.json ` now lists a mapping of openvox releases to openfact releases**
578583
579584## License
580585
Original file line number Diff line number Diff line change 11{
2- "8.12.0" : " 4.12.0" ,
3- "8.11.0" : " 4.11.0" ,
4- "8.10.0" : " 4.10.0" ,
5- "8.9.0" : " 4.9.0" ,
6- "8.8.1" : " 4.8.0" ,
7- "8.8.0" : " 4.8.0" ,
8- "8.7.0" : " 4.7.1" ,
9- "8.6.0" : " 4.7.0" ,
10- "8.5.1" : " 4.6.1" ,
11- "8.5.0" : " 4.6.0" ,
12- "8.4.0" : " 4.5.2" ,
13- "8.3.1" : " 4.5.1" ,
14- "8.3.0" : " 4.5.1" ,
15- "8.2.0" : " 4.4.2" ,
16- "8.1.0" : " 4.4.1-2-g785cfa2ae" ,
17- "8.0.0" : " 4.4.0" ,
18- "7.35.0" : " 4.11.0" ,
19- "7.34.0" : " 4.10.0" ,
20- "7.33.0" : " 4.9.0" ,
21- "7.32.1" : " 4.8.0" ,
22- "7.32.0" : " 4.8.0" ,
23- "7.31.0" : " 4.7.1" ,
24- "7.30.0" : " 4.7.0" ,
25- "7.29.1" : " 4.6.1" ,
26- "7.29.0" : " 4.6.0" ,
27- "7.28.0" : " 4.5.2" ,
28- "7.27.0" : " 4.5.1" ,
29- "7.26.0" : " 4.4.2" ,
30- "7.25.0" : " 4.4.1" ,
31- "7.24.0" : " 4.3.1" ,
32- "7.23.0" : " 4.3.0" ,
33- "7.21.0" : " 4.2.14" ,
34- "7.20.0" : " 4.2.13" ,
35- "7.19.0" : " 4.2.12" ,
36- "7.18.0" : " 4.2.11" ,
37- "7.17.0" : " 4.2.10" ,
38- "7.16.0" : " 4.2.8" ,
39- "7.15.0" : " 4.2.8" ,
40- "7.14.0" : " 4.2.7" ,
41- "7.13.1" : " 4.2.6" ,
42- "7.13.0" : " 4.2.6" ,
43- "7.12.1" : " 4.2.5" ,
44- "7.12.0" : " 4.2.5" ,
45- "7.11.0" : " 4.2.4" ,
46- "7.10.0" : " 4.2.3" ,
47- "7.9.0" : " 4.2.2" ,
48- "7.8.0" : " 4.2.1" ,
49- "7.7.0" : " 4.2.0" ,
50- "7.6.1" : " 4.1.1" ,
51- "7.6.0" : " 4.1.0" ,
52- "7.5.0" : " 4.0.52" ,
53- "7.4.1" : " 4.0.51" ,
54- "7.4.0" : " 4.0.51" ,
55- "7.3.0" : " 4.0.49" ,
56- "7.1.0" : " 4.0.47" ,
57- "7.0.0" : " 4.0.46" ,
58- "6.28.0" : " 3.14.24" ,
59- "6.27.0" : " 3.14.23" ,
60- "6.26.0" : " 3.14.22" ,
61- "6.25.1" : " 3.14.21" ,
62- "6.25.0" : " 3.14.20" ,
63- "6.24.0" : " 3.14.19" ,
64- "6.23.0" : " 3.14.18" ,
65- "6.22.1" : " 3.14.17" ,
66- "6.22.0" : " 3.14.17" ,
67- "6.21.1" : " 3.14.16" ,
68- "6.21.0" : " 3.14.16" ,
69- "6.20.0" : " 3.14.15" ,
70- "6.19.1" : " 3.14.14" ,
71- "6.19.0" : " 3.14.14" ,
72- "6.18.0" : " 3.14.13" ,
73- "6.17.0" : " 3.14.12" ,
74- "6.16.0" : " 3.14.11" ,
75- "6.15.0" : " 3.14.10" ,
76- "6.14.0" : " 3.14.9" ,
77- "6.13.0" : " 3.14.8" ,
78- "6.12.0" : " 3.14.7" ,
79- "6.11.1" : " 3.14.6" ,
80- "6.11.0" : " 3.14.6" ,
81- "6.10.1" : " 3.14.5" ,
82- "6.10.0" : " 3.14.5" ,
83- "6.9.0" : " 3.14.4" ,
84- "6.8.1" : " 3.14.3" ,
85- "6.8.0" : " 3.14.3" ,
86- "6.7.2" : " 3.14.2" ,
87- "6.7.1" : " 3.14.2" ,
88- "6.7.0" : " 3.14.2" ,
89- "6.6.0" : " 3.14.1" ,
90- "6.5.0" : " 3.14.0" ,
91- "6.4.5" : " 3.13.5" ,
92- "6.4.4" : " 3.13.4" ,
93- "6.4.3" : " 3.13.3" ,
94- "6.4.2" : " 3.13.2" ,
95- "6.4.1" : " 3.13.2" ,
96- "6.4.0" : " 3.13.1" ,
97- "6.3.0" : " 3.13.0" ,
98- "6.2.0" : " 3.12.3" ,
99- "6.0.10" : " 3.12.5" ,
100- "6.0.9" : " 3.12.4" ,
101- "6.0.8" : " 3.12.4" ,
102- "6.0.7" : " 3.12.4" ,
103- "6.0.5" : " 3.12.3" ,
104- "5.5.22" : " 3.11.14" ,
105- "5.5.21" : " 3.11.14" ,
106- "5.5.20" : " 3.11.13" ,
107- "5.5.19" : " 3.11.12" ,
108- "5.5.18" : " 3.11.11" ,
109- "5.5.17" : " 3.11.10" ,
110- "5.5.16" : " 3.11.9" ,
111- "5.5.15" : " 3.11.9" ,
112- "5.5.14" : " 3.11.8" ,
113- "5.5.13" : " 3.11.8" ,
114- "5.5.12" : " 3.11.8" ,
115- "5.5.11" : " 3.11.8" ,
116- "5.5.10" : " 3.11.7" ,
117- "5.5.9" : " 3.11.7" ,
118- "5.4.0" : " 3.10.0" ,
119- "5.3.5" : " 3.9.5" ,
120- "5.3.4" : " 3.9.4" ,
121- "5.3.3" : " 3.9.3" ,
122- "5.3.2" : " 3.9.2" ,
123- "5.3.1" : " 3.9.2" ,
124- "5.3.0" : " 3.9.1" ,
125- "5.2.0" : " 3.9.0" ,
126- "5.1.0" : " 3.8.0" ,
127- "4.10.13" : " 3.6.11" ,
128- "4.10.10" : " 3.6.9" ,
129- "4.10.9" : " 3.6.8" ,
130- "4.10.8" : " 3.6.7" ,
131- "4.10.7" : " 3.6.7" ,
132- "4.10.6" : " 3.6.6"
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" ,
15+ "8.12.0" : " 4.11.0" ,
16+ "8.11.0" : " 4.11.0"
13317}
You can’t perform that action at this time.
0 commit comments