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: 4.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: 4.1.0
Choose a head ref
  • 11 commits
  • 16 files changed
  • 8 contributors

Commits on Apr 28, 2017

  1. Merge pull request #676 from puppetlabs/release

    4.0.0 Mergeback
    Erick Banks authored Apr 28, 2017
    Configuration menu
    Copy the full SHA
    da0bcf1 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2017

  1. (#4913) apt_key now does not always send auth basic

    Prior to this commit, apt_key always sent auth basic header when source
    came from http(s). This might fail for some webservers (e.g. Amazon S3)
    when empty auth basic is sent.
    
    Now apt_key only sends the auth basic header when userinfo can
    be parsed from the URL.
    Stefan Andres committed May 15, 2017
    Configuration menu
    Copy the full SHA
    920e34c View commit details
    Browse the repository at this point in the history

Commits on May 17, 2017

  1. Revert removal of Evolving Web's attribution in NOTICE file

    This reverts commit part of 26608d1.
    DavidS committed May 17, 2017
    Configuration menu
    Copy the full SHA
    6fbe5b7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #678 from DavidS/revert-attribution-removal

    Revert removal of Evolving Web's attribution in NOTICE file
    Helen authored May 17, 2017
    Configuration menu
    Copy the full SHA
    44c0348 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2017

  1. (MODULES-4973) rip out data in modules

    this module is not able to find a value for `$keyserver` when it is
    included in postgresql, as stated in the ticket. this changes the module
    back to using the params.pp model. we can revisit data in modules once
    LTS moves up from 4.7.0. for now, we need the compatibility.
    eputnam committed May 25, 2017
    Configuration menu
    Copy the full SHA
    33d17cf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #680 from eputnam/remove_dim

    this module is not able to find a value for `$keyserver` when it is
    included in postgresql, as stated in the ticket. this changes the module
    back to using the params.pp model. we can revisit data in modules once
    LTS moves up from 4.7.0. for now, we need the compatibility.
    hunner committed May 25, 2017
    Configuration menu
    Copy the full SHA
    bb82b88 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2017

  1. Test to ensure empty string allowed for $release in apt::source

    Test added to make sure when release is set to an empty string the
    source file is rendered correctly.
    tomduckering authored and Helen Campbell committed May 30, 2017
    Configuration menu
    Copy the full SHA
    cd15d61 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #681 from HelenCampbell/emptystringing

    Ensure release allows empty strings
    eputnam authored May 30, 2017
    Configuration menu
    Copy the full SHA
    61f4e6a View commit details
    Browse the repository at this point in the history

Commits on May 31, 2017

  1. Merge pull request #677 from syseleven/fix-4913

    https://tickets.puppetlabs.com/browse/MODULES-4913
    
    Prior to this commit, apt_key always sent auth basic header when source
    came from http(s). This might fail for some webservers (e.g. Amazon S3)
    when empty auth basic is sent.
    
    Now apt_key only sends the auth basic header when userinfo can
    be parsed from the URL.
    
    Please backport this to 2.4.x, since this is the release before incompatibility changes are made.
    hunner committed May 31, 2017
    Configuration menu
    Copy the full SHA
    e10e34e View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2017

  1. 4.1.0 Release Prep

    Helen Campbell committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    fa2b48f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #683 from HelenCampbell/rpreppy

    4.1.0 Release Prep
    pmcmaw authored Jun 1, 2017
    Configuration menu
    Copy the full SHA
    d7af638 View commit details
    Browse the repository at this point in the history
Loading