Showing with 12 additions and 2 deletions.
  1. +10 −0 CHANGELOG.md
  2. 0 .env → env
  3. +1 −1 manifests/cluster_roles.pp
  4. +1 −1 metadata.json
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Version 3.0.1

Fixes an incorrect default value for ignore_preflight_errors in the cluster_roles class

# Version 3.0.0

Exposes a significant number of new params to allow the use of internal repos in restricted or airgapped systems.

A full list of PRs and issues closed can be found [here](https://github.com/puppetlabs/puppetlabs-kubernetes/milestone/2?closed=1)

# Version 2.0.2

Fixes issue with cgroup mismatch on docker PR #109
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion manifests/cluster_roles.pp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
String $token = $kubernetes::token,
String $discovery_token_hash = $kubernetes::discovery_token_hash,
String $container_runtime = $kubernetes::container_runtime,
Optional[Array] $ignore_preflight_errors = ['dave']
Optional[Array] $ignore_preflight_errors = []

){
$path = ['/usr/bin','/bin','/sbin','/usr/local/bin']
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-kubernetes",
"version": "2.0.2",
"version": "3.0.1",
"author": "Puppet",
"summary": "The module installs and configures a Kubernetes cluster",
"license": "Apache-2.0",
Expand Down