-
Notifications
You must be signed in to change notification settings - Fork 3
Rename to OpenFact #20
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
base: main
Are you sure you want to change the base?
Conversation
d701230
to
25b7203
Compare
I've done some cursory testing of the renamed gem (ruby 3.2.8, aarch64) using the ruby container in podman. There's two integration tests failing on the openfact branch but they also fail on main. And there's some rubocop complaints in the github test which should be addressed separately. I’ve read through the changeset and it “looks good to me”. Let’s take it out of draft and get it approved and merged. |
## Facter release notes are now provided as part of the [official Puppet documentation](https://puppet.com/docs/puppet/7/release_notes_facter.html) and are no longer tracked in this file. | ||
## 4.11.0 | ||
|
||
After 4.0.44, Facter release notes where provided as part of the [official Puppet documentation](https://puppet.com/docs/puppet/7/release_notes_facter.html) and where not tracked in this file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After 4.0.44, Facter release notes where provided as part of the [official Puppet documentation](https://puppet.com/docs/puppet/7/release_notes_facter.html) and where not tracked in this file. | |
After 4.0.44, Facter release notes were provided as part of the [official Puppet documentation](https://puppet.com/docs/puppet/7/release_notes_facter.html) and were not tracked in this file. |
@@ -20,6 +12,8 @@ used to inform conditional expressions in Puppet. | |||
Documentation for the Facter project can be found on the [Puppet Docs | |||
site](https://puppet.com/docs/puppet/latest/facter.html). | |||
|
|||
At the time of writing, the OpenVoxProject does not have a documentation website. But your help is very welcome! Reach out to the [Documentation Special Interest Group](https://github.com/voxpupuli/community-triage/wiki/SIG.Documentation) if you want to help. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At the time of writing, the OpenVoxProject does not have a documentation website. But your help is very welcome! Reach out to the [Documentation Special Interest Group](https://github.com/voxpupuli/community-triage/wiki/SIG.Documentation) if you want to help. | |
At the time of writing, the OpenVoxProject does not have a documentation website. | |
But your help is very welcome! | |
Reach out to the [Documentation Special Interest Group](https://github.com/voxpupuli/community-triage/wiki/SIG.Documentation) if you want to help. |
## Licensing | ||
See [LICENSE](https://github.com/puppetlabs/facter/blob/main/LICENSE) file. Puppet is licensed by Puppet, Inc. under the Apache license. Puppet, Inc. can be contacted at: [email protected] | ||
See [LICENSE](LICENSE) file. OpenFact is licensed by the OpenVox Project as a community maintained implementation of Facter. The OpenVox Project can be contacted at: [email protected]. Puppet itself is licensed by Puppet, Inc. under the Apache license. Puppet, Inc. can be contacted at: [email protected]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See [LICENSE](LICENSE) file. OpenFact is licensed by the OpenVox Project as a community maintained implementation of Facter. The OpenVox Project can be contacted at: [email protected]. Puppet itself is licensed by Puppet, Inc. under the Apache license. Puppet, Inc. can be contacted at: [email protected]. | |
See [LICENSE](LICENSE) file. | |
OpenFact is licensed by the OpenVox Project as a community maintained implementation of Facter. | |
The OpenVox Project can be contacted at: [email protected]. | |
Puppet itself is licensed by Puppet, Inc. under the Apache license. | |
Puppet, Inc. can be contacted at: [email protected]. |
Adjust the project name in the README, update the gemspec to use the name the community chose, and adjust CI workflow to use the pre_release / release workflows and rename the gem_release one to match the names in the openvox project.