-
Notifications
You must be signed in to change notification settings - Fork 6
Comparing changes
Open a pull request
base repository: simp/puppetlabs-stdlib
base: main
head repository: puppetlabs/puppetlabs-stdlib
compare: main
- 13 commits
- 21 files changed
- 8 contributors
Commits on Nov 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 651a778 - Browse repository at this point
Copy the full SHA 651a778View commit details -
Merge pull request puppetlabs#1443 from puppetlabs/CAT-2180
(CAT-2180) Upgrade rexml to address CVE-2024-49761
Configuration menu - View commit details
-
Copy full SHA for d1b43f9 - Browse repository at this point
Copy the full SHA d1b43f9View commit details
Commits on Dec 17, 2024
-
GitHub Actions committed
Dec 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 9f9923f - Browse repository at this point
Copy the full SHA 9f9923fView commit details -
Merge pull request puppetlabs#1444 from puppetlabs/release-prep
Release prep v9.7.0
Configuration menu - View commit details
-
Copy full SHA for 52740b7 - Browse repository at this point
Copy the full SHA 52740b7View commit details
Commits on Feb 11, 2025
-
Fix
has_ip_addressandhas_ip_networkfunctionsThe functions were using the old legacy function API. This meant that when they called `has_interface_with`, they were calling the legacy implementation of that function and not the v4 API version introduced in bc218f0. Only in the v4 API implementation was the modern `networking` structured fact being used. The old `parser/functions/has_interface_with.rb` version still used legacy facts that are now not included in Puppet 8 by default. In this commit, we replace the `has_ip_address` and `has_ip_network` functions with namespaced Puppet language functions, (these functions are simple enough to not need ruby). Non-namespaced versions are added (but marked as deprecated) in `lib/puppet/functions`. The old implementations are removed completely. This is _almost_ certainly not going to be a breaking change for anyone. (Only other legacy functions which in turn call these functions could be affected). Fixes puppetlabs#1447
Configuration menu - View commit details
-
Copy full SHA for 2a25b6d - Browse repository at this point
Copy the full SHA 2a25b6dView commit details
Commits on Mar 5, 2025
-
Merge pull request puppetlabs#1448 from alexjfisher/issue1447
Fix `has_ip_address` and `has_ip_network` functions
Configuration menu - View commit details
-
Copy full SHA for 4543054 - Browse repository at this point
Copy the full SHA 4543054View commit details
Commits on Apr 22, 2025
-
(CAT-2296) Update github runner image to ubuntu-24.04
ubuntu-20.04 is not supported anymore: actions/runner-images#11101
Configuration menu - View commit details
-
Copy full SHA for 3bcb965 - Browse repository at this point
Copy the full SHA 3bcb965View commit details
Commits on Apr 23, 2025
-
Merge pull request puppetlabs#1451 from puppetlabs/CAT-2296
(CAT-2296) Update github runner image to ubuntu-24.04
Configuration menu - View commit details
-
Copy full SHA for 32ca52a - Browse repository at this point
Copy the full SHA 32ca52aView commit details
Commits on Jul 25, 2025
-
A set of changes dedicated to implementing puppetcore into our modules. This update, amongst other changes, removes Puppet 7 support.
Configuration menu - View commit details
-
Copy full SHA for 1af4ff3 - Browse repository at this point
Copy the full SHA 1af4ff3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b0133a - Browse repository at this point
Copy the full SHA 9b0133aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11232b2 - Browse repository at this point
Copy the full SHA 11232b2View commit details
Commits on Aug 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 289c4c4 - Browse repository at this point
Copy the full SHA 289c4c4View commit details -
Merge pull request puppetlabs#1457 from puppetlabs/CAT-2395-Puppetcor…
…e_upgrade (CAT-2395) Puppetcore upgrade
Configuration menu - View commit details
-
Copy full SHA for 50a6b6b - Browse repository at this point
Copy the full SHA 50a6b6bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main