Skip to content

Commit 87ffc3b

Browse files
author
Dave Try
committed
updates for release 1.0.3
1 parent 8fdf10b commit 87ffc3b

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
1+
# Version 1.0.3
2+
3+
Change exec path for controller PR #57
4+
5+
Fix gpg key for docker apt repo PR #58
6+
7+
Fix in kubetool for weave cni provider URL PR #63
8+
9+
110
# Version 1.0.2
211
Hotfix for kubelet downgrading cni in the rhel family
312

13+
414
# Version 1.0.1
515
Support for weave and flannel
616

7-
EPEL module removed as dependency
17+
EPEL module removed as dependency
818

919
Added `$apiserver_extra_arguments` PR #47
1020

@@ -14,26 +24,34 @@ Added support for stdlib 4.24.0
1424

1525
Updated kubetool to include CNI information in hiera (see README)
1626

27+
1728
# Version 1.0.0
1829
Officially supported version of puppetlabs-kubernetes
1930

31+
2032
# Version 0.2.0
2133
Supports Kubernetes up to 1.9.x
2234

2335
Adds support for cri-containerd runtime
2436

2537
Provides additional os and runtime switches for Kubetool
2638

39+
2740
# Version 0.1.3
41+
2842
Provide cli switches for kubetool, and add Dockerfile
2943

3044
# Version 0.1.2
45+
46+
3147
Supports Kubernetes up to 1.8.x
3248

3349
# Version 0.1.1
50+
3451
Hotfix for kubeproxy
3552

3653
# Version 0.1.0
54+
3755
First release
3856

3957
Supports Kubernetes 1.6 - 1.7.5

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-kubernetes",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"author": "Puppet",
55
"summary": "The module installs and configures a Kubernetes cluster",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)