Skip to content

Commit cb4b219

Browse files
author
Dave Try
committed
updating metadata.json and changelog
1 parent a91a45b commit cb4b219

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#Version 0.2.0
2+
Supports Kubernetes up to 1.9.x
3+
Adds support for cri-containerd runtime
4+
Provides additional os and runtime switches for Kubetool
5+
16
#Version 0.1.3
27
Provide cli switches for kubetool, and add Dockerfile
38

@@ -8,6 +13,6 @@ Supports Kubernetes up to 1.8.x
813
Hotfix for kubeproxy
914

1015
# Version 0.1.0
11-
First release
16+
First release
1217
Supports Kubernetes 1.6 - 1.7.5
1318

metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-kubernetes",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"author": "Puppet",
55
"summary": "The module installs and configures a Kubernetes cluster",
66
"license": "Apache-2.0",
@@ -11,8 +11,8 @@
1111
{"name":"puppetlabs-stdlib","version_requirement":">= 4.19.0 < 5.0.0"},
1212
{"name":"puppetlabs-apt","version_requirement":">= 4.1.0 < 4.3.0"},
1313
{"name":"stahnma-epel","version_requirement":">= 1.2.2 < 1.3.0"},
14-
{"name":"puppet-archive","version_requirement":">= 2.0.0 < 2.1.0"},
15-
{"name":"maestrodev-wget"}
14+
{"name":"puppet-archive","version_requirement":">= 2.0.0 < 2.1.0"},
15+
{"name":"maestrodev-wget","version_requirement":">= 1.0.0"}
1616
],
1717
"data_provider": null,
1818
"operatingsystem_support": [

0 commit comments

Comments
 (0)