diff --git a/facts/get_facts.sh b/facts/get_facts.sh index 3fca509c..6e61f73b 100755 --- a/facts/get_facts.sh +++ b/facts/get_facts.sh @@ -184,7 +184,7 @@ gem install bundler --no-document --no-format-executable bundle config set path 'vendor/bundler' bundle install -for version in 4.2.14 4.3.0 4.4.3 4.5.2 4.6.0 4.7.0; do +for version in 4.2.14 4.3.0 4.4.3 4.5.2 4.6.0 4.7.0 4.8.0; do FACTER_GEM_VERSION="~> ${version}" bundle update # sometimes all versions of facter are not possible, if the bundle update fails, skip the rest of the loop if [ $? -ne 0 ]; then diff --git a/facts/versions.txt b/facts/versions.txt index f29e193c..59ef461b 100644 --- a/facts/versions.txt +++ b/facts/versions.txt @@ -3,6 +3,9 @@ # Version information from Facter release notes: https://www.puppet.com/docs/puppet/8/release_notes_facter.htm # FacterDB only cares about the x.y, and drops .z - Please keep versions in order by Facter version +# Facter 4.8.0 - Released July 2024 and shipped with Puppet 8.8.1 +8.8.1 + # Facter 4.7.0 - Released April 2024 and shipped with Puppet 8.6.0. 8.6.0