-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://forgeapi.puppet.com/private/versions/puppet-agent is outdated #9395
Comments
Oh! I wasn't aware of this API and I guess I could rely on it to make it easier for me to handle the FreeBSD packages (replacing this tedious manual state with another simpler one). |
For reference, https://github.com/puppetlabs/puppet-forge-api/blob/main/app/static/puppet_agent_components.json, looks to be the source of truth. That was being updated through 2022 by automation and stopped at some point. There was a manual update at one point in 2023 and nothing since then. |
@cthorn42 can you do the manual release and let me know when the updated file is available? I can afterwards make a new release for rspec-puppet-facts. |
Migrated issue to PUP-12052 |
My commit that added the |
now with the 8.8.1 release the file is outdated again. |
This was generated with: ``` bundle exec rake puppet_versions:update ``` Puppet 8.8.1 is currently missing: puppetlabs/puppet#9395
This was generated with: ``` bundle exec rake puppet_versions:update ``` Puppet 8.8.1 is currently missing: puppetlabs/puppet#9395
Hi @bastelfreak thanks for opening this issue! I've updated our internal documentation to make sure we manually update https://github.com/puppetlabs/puppet-forge-api/blob/main/app/static/puppet_agent_components.json so we hopefully won't run into this again so I'll close out this issue now. |
Describe the Bug
rspec-puppet-facts pull in
https://forgeapi.puppet.com/private/versions/puppet-agent
after each new puppet/facter release. The file is used within rspec-puppet unit tests to determine the correct facter version in relation to the specified puppet version (then the facter version is used to get the correct factset from facterdb). The latest 8.x entry is 8.3.1, latest 7.x is 7.27.0. Please update the fileExpected Behavior
A parseable overview of components in recent Puppet releases.
Steps to Reproduce
curl --silent https://forgeapi.puppet.com/private/versions/puppet-agent | jq .
Environment
Additional Context
The text was updated successfully, but these errors were encountered: