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

Commits on Jan 30, 2018

  1. Merge pull request #56 from puppetlabs/1.0.2

    release 1.0.2
    davejrt authored Jan 30, 2018
    Configuration menu
    Copy the full SHA
    80e8706 View commit details
    Browse the repository at this point in the history
  2. (CLOUD-1701) Move Exec resource defaults outside conditional (#57)

    Prior to this commit, puppet agent runs on a controller would
    fail because there is a relative path used in the assign master role
    and taint master node execs.  These paths are present in the
    resource default, but that is contained within the bootstrap-controller
    conditional and thus not available for controllers.  This patch moves
    the resource default above the conditional so it is present for both.
    abottchen authored and scotty-c committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    058de80 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Bugfix/docker apt repo gpg key fix (#58)

    * dockerproject.org is using another gpg key than download.docker.com
    
    * Cover fix by unit test
    admont authored and scotty-c committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    66ac0e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. (fixing lint warning for k8) (#61)

    sheenaajay authored and scotty-c committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    f70ce65 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

  1. fixes weave URL in kube_tool and uses default IP range (#63)

    * removing hardcodes ip address range
    
    * reverting to older URL
    
    * fixes for weave address range
    davejrt authored and scotty-c committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    8fdf10b View commit details
    Browse the repository at this point in the history
  2. updates for release 1.0.3

    Dave Try committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    87ffc3b View commit details
    Browse the repository at this point in the history
Loading