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-docker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.14.0
Choose a base ref
...
head repository: puppetlabs/puppetlabs-docker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 12 commits
  • 9 files changed
  • 6 contributors

Commits on Feb 15, 2021

  1. Remove Puppet 5 testing

    Daniel Carabas committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    7a948cc View commit details
    Browse the repository at this point in the history
  2. Bump minimal puppet version to 6.0.0 in metadata.json

    Daniel Carabas committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    52b1884 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. pdk update

    Daniel Carabas committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    6d0fed1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #718 from puppetlabs/pdksync_remove_puppet5

    pdksync - Remove Puppet 5 from testing and bump minimal version to 6.0.0
    pmcmaw authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    883ecdb View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Configuration menu
    Copy the full SHA
    ef69448 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Merge pull request #722 from puppetlabs/maint/main/update_dependencies

    (maint) Update major dependencies prior to release
    michaeltlombardi authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    6d55cdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f4a0ea View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Merge pull request #723 from puppetlabs/maint/main/version_dependency…

    …_bump
    
    (maint) Update reboot dependency
    michaeltlombardi authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    ce4a0a4 View commit details
    Browse the repository at this point in the history
  2. Make it possible to use pod's network

    To use pod's network in a container, it shuld have --pod argument
    and should not have --net.
    The latter was always being added to the docker run command, if
    not provided to the class as a parameter, then defaults to 'bridge'.
    If empty or empty arrar - added as '' which also breaks networking
    for the container in the pod.
    
    With this fix, if a network is not defined, the whole argument will
    be omitted in the docker run / docker create flags. This is the
    same as providing previous default 'bridge' if container is created
    or started without '--pod', and is not breaking compatibility with
    podman create/run command without explicit '--net' argument.
    seriv committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    ad0247f View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Merge pull request #725 from seriv/main

    Make it possible to use pod's network
    adrianiurca authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    9abbe30 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Merge pull request #732 from puppetlabs/release

    (maint) Release mergeback v3.14.0
    carabasdaniel authored Mar 4, 2021
    Configuration menu
    Copy the full SHA
    22acb7e View commit details
    Browse the repository at this point in the history
  2. Release prep v4.0.0

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