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: puppetlabs/puppetlabs-apt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.0.0
Choose a base ref
...
head repository: puppetlabs/puppetlabs-apt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.0.1
Choose a head ref
  • 4 commits
  • 3 files changed
  • 4 contributors

Commits on Feb 24, 2021

  1. MODULES-10956 remove redundant code in provider apt_key

    The code in function `update_expired_key` is redundant to the logic in
    the function `create`. The call to function `exist` will mark the key as
    absent, in case it has expired and refres is set to true.
    
    I debugged for hours why my keys weren't updated until I realized, that
    the functionality is elsewhere.
    moritz-makandra committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    49fda9c View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Merge pull request #975 from puppetlabs/release

    V8.0.0 Merge Back
    daianamezdrea authored Mar 2, 2021
    Configuration menu
    Copy the full SHA
    836e8dd View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Merge pull request #973 from moritz-makandra/main

    MODULES-10956 remove redundant code in provider apt_key
    pmcmaw authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    5b4d85e View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Release prep v8.0.1

    actions-user committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    a231cb2 View commit details
    Browse the repository at this point in the history
Loading