Skip to content

Commit 5c9c415

Browse files
committed
puppet_agent_facter_versions: Add OpenVox/OpenFact versions
Since Perforce stopped building open source AIO packages, we're continuing the list with OpenVox/OpenFact builds. Alternative implementation for voxpupuli#227
1 parent f1b162a commit 5c9c415

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -572,9 +572,15 @@ When no facts are available for the specific facter/operating system combination
572572
## Maintenance
573573

574574
This 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

ext/puppet_agent_facter_versions.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
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",

0 commit comments

Comments
 (0)