Skip to content

Releases: natemccurdy/yumrepos_fact

v3.0.0

20 Jan 07:51
Compare
Choose a tag to compare
  • Updated minimum required Puppet version in metadata.json to 6.0.0
  • Added Puppet 7 support in metadata.json
  • Updated supported operating system list to show all modern RHEL variants with yum
  • Update CI system from Travis to GitHub Actions

Release 2.1.0

14 May 22:23
2.1.0
7f93ae2
Compare
Choose a tag to compare
  • Converted module to use the Puppet Development Kit (PDK)
  • Uses Litmus for acceptance testing on CentOS 7
  • The fact now uses the Puppet::Resource.indirection.search() API to retrieve all yumrepo resources.

Release 2.0.0

30 Apr 22:37
2.0.0
5b2285c
Compare
Choose a tag to compare

Changes:

  • Set minimum Puppet version to 4.0.0 in metadata. Some of the Ruby in the fact doesn't support Ruby <2.0.
  • Cleaned up some Rubyisms in the fact code.

Release 1.0.0

19 Dec 20:28
Compare
Choose a tag to compare

Releasing the official v1.0.0.

Only changes since the previous version are some README updates.

Yumrepos Fact v0.2.1

04 Aug 15:45
Compare
Choose a tag to compare

Tweaks

  • Will now show up on the Forge when searching for "yum" - 7df4991

Yumrepos Fact v0.2.0

04 Aug 15:52
Compare
Choose a tag to compare

New

  • Added Forge version badge to README - 0912e2f

Tweaks

  • Simplified the README a bit - 6027f0a
  • Safeguarded the fact a bit - e4bc4e8