Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: simp/puppetlabs-stdlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: puppetlabs/puppetlabs-stdlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 21 files changed
  • 8 contributors

Commits on Nov 29, 2024

  1. Configuration menu
    Copy the full SHA
    651a778 View commit details
    Browse the repository at this point in the history
  2. Merge pull request puppetlabs#1443 from puppetlabs/CAT-2180

    (CAT-2180) Upgrade rexml to address CVE-2024-49761
    malikparvez authored Nov 29, 2024
    Configuration menu
    Copy the full SHA
    d1b43f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. Release prep v9.7.0

    GitHub Actions committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    9f9923f View commit details
    Browse the repository at this point in the history
  2. Merge pull request puppetlabs#1444 from puppetlabs/release-prep

    Release prep v9.7.0
    amitkarsale authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    52740b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. Fix has_ip_address and has_ip_network functions

    The 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
    alexjfisher committed Feb 11, 2025
    Configuration menu
    Copy the full SHA
    2a25b6d View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. Merge pull request puppetlabs#1448 from alexjfisher/issue1447

    Fix `has_ip_address` and `has_ip_network` functions
    bastelfreak authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    4543054 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. (CAT-2296) Update github runner image to ubuntu-24.04

    ubuntu-20.04 is not supported anymore: actions/runner-images#11101
    shubhamshinde360 committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    3bcb965 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. Merge pull request puppetlabs#1451 from puppetlabs/CAT-2296

    (CAT-2296) Update github runner image to ubuntu-24.04
    shubhamshinde360 authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    32ca52a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2025

  1. (CAT-2395) Puppetcore upgrade

    A set of changes dedicated to implementing puppetcore into our modules.
    This update, amongst other changes, removes Puppet 7 support.
    LukasAud committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    1af4ff3 View commit details
    Browse the repository at this point in the history
  2. pdk update

    LukasAud committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    9b0133a View commit details
    Browse the repository at this point in the history
  3. Rubocop safe autocorrections

    LukasAud committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    11232b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. Test against nightlies

    LukasAud committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    289c4c4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request puppetlabs#1457 from puppetlabs/CAT-2395-Puppetcor…

    …e_upgrade
    
    (CAT-2395) Puppetcore upgrade
    david22swan authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    50a6b6b View commit details
    Browse the repository at this point in the history
Loading