diff --git a/CHANGELOG.md b/CHANGELOG.md index 051cb4d1..2b8e0c94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# Version 1.0.2 +Hotfix for kubelet downgrading cni in the rhel family + # Version 1.0.1 Support for weave and flannel @@ -16,7 +19,9 @@ Officially supported version of puppetlabs-kubernetes # Version 0.2.0 Supports Kubernetes up to 1.9.x + Adds support for cri-containerd runtime + Provides additional os and runtime switches for Kubetool # Version 0.1.3 @@ -30,5 +35,6 @@ Hotfix for kubeproxy # Version 0.1.0 First release + Supports Kubernetes 1.6 - 1.7.5 diff --git a/metadata.json b/metadata.json index 789ffb69..3196b07f 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-kubernetes", - "version": "1.0.1", + "version": "1.0.2", "author": "Puppet", "summary": "The module installs and configures a Kubernetes cluster", "license": "Apache-2.0",