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: 3.0.1
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: 3.1.0
Choose a head ref
  • 17 commits
  • 18 files changed
  • 8 contributors

Commits on Sep 5, 2018

  1. 3.0.1 (#159)

    * Update metadata.json
    
    * updating change log for release
    davejrt authored Sep 5, 2018
    Configuration menu
    Copy the full SHA
    67b96f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2018

  1. Add feature flag for managing Etcd (#157)

    In some cases a custom Etcd installation or running Etcd as a deployment
    in the Kubernetes cluster itself is desired.
    
    This commit adds a feature flag for enabling/disable the installation of
    an external Etcd via this module.
    jonasdemoor authored and davejrt committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    43957bd View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. removing unused etcd template

    Dave Try committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    912af05 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Merge pull request #162 from puppetlabs/issue_161

    removing unused etcd template
    MarkW authored Sep 12, 2018
    Configuration menu
    Copy the full SHA
    f2a867b View commit details
    Browse the repository at this point in the history
  2. fixes instructions to use env file, with correct filename (#163)

    * fixes instructions to use env file, with correct filename
    
    * spelling mistake
    davejrt authored and scotty-c committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    c2595d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2018

  1. updating rakefile for ci

    Dave Try committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    c9394bc View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. Merge pull request #167 from puppetlabs/spec_update

    updating rakefile for ci
    MarkW authored Oct 2, 2018
    Configuration menu
    Copy the full SHA
    43a1a54 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2018

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

Commits on Nov 5, 2018

  1. (maint) Fix function nil / undef conditionals for Puppet6 (#173)

    This commit is needed to support Puppet 6, where we fixed this bug:
    https://tickets.puppetlabs.com/browse/PUP-9112
    
    We need to test for both an undef vaule (backwards compatible) and nil
    (in Puppet 6 and beyond)
    suckatrash authored and davejrt committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    725c92f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. adds in support for 1.12.x (#181)

    * fixes yaml chars when hash is empty
    
    * testing k8s 1.12
    
    * adding in bind port
    
    * adding in working 1.12 template
    
    * working 1.12 config
    
    * documenting new param and adding existing features to new template for parity
    
    * fixing variables in prep for in module data at a later stage
    
    * renaming templates and using correct version variable
    
    * fix linting
    davejrt authored and scotty-c committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    9ec088c View commit details
    Browse the repository at this point in the history
  2. Fixing supported OS

    davejrt authored Nov 8, 2018
    Configuration menu
    Copy the full SHA
    3711d9f View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

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

Commits on Nov 11, 2018

  1. adds in k8s version variable (#185)

    * adds in k8s version variable
    
    * adding in version for alpha1 template
    davejrt authored and scotty-c committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    c161c6e View commit details
    Browse the repository at this point in the history
  2. adds in option to specify alternate image repo (#186)

    * adds in option to specify alternate image repo
    
    * fixes update of etcd version
    davejrt authored and scotty-c committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    3e7aae8 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. Support customized kubelet configuration. (#187)

    * Support customized kubelet configuration.
    
    Support is added for both the alpha1 and alpha3 config.yaml formats.
    Before the alpha3 format, kubelet configuration could be added via
    kubeadm_extra_config.  However, that doesn't work with the alpha3
    format since kubelet configuration is passed via a separate YAML
    document with kind == KubeletConfiguration:
    https://godoc.org/k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/v1alpha3#hdr-Kubeadm_init_configuration_types
    
    * Document kubelet_extra_config in README
    ralimi authored and davejrt committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    90d62a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. (CLOUD 2195) Readme update. (#189)

    EamonnTP authored and davejrt committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    fa21bee View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

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