Skip to content

Commit

Permalink
Add Facter 4.10.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Jan 2, 2025
1 parent 86ad751 commit d0b3f8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion facts/get_facts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 4.8.0 4.9.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 4.9.0 4.10.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
Expand Down
5 changes: 4 additions & 1 deletion facts/versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
# 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.9.0 - Release September 2024 and shipped with Puppet 8.9.0
# Facter 4.10.0 - Released October 2024 and shipped with Puppet 8.10.0
8.10.0

# Facter 4.9.0 - Released September 2024 and shipped with Puppet 8.9.0
8.9.0

# Facter 4.8.0 - Released July 2024 and shipped with Puppet 8.8.1
Expand Down

0 comments on commit d0b3f8c

Please sign in to comment.