diff --git a/rpm/kubelet.spec b/rpm/kubelet.spec index 6e3be7d1e2e..3f7f6ba5901 100644 --- a/rpm/kubelet.spec +++ b/rpm/kubelet.spec @@ -1,4 +1,4 @@ -%global KUBE_VERSION 1.6.3 +%global KUBE_VERSION 1.6.4 %global CNI_RELEASE 0799f5732f2a11b329d9e3d51b9c8f2e3759f2ff %global RPM_RELEASE 0 %global ARCH amd64 @@ -121,13 +121,16 @@ mv bin/ %{buildroot}/opt/cni/ %changelog -* Tue May 10 2017 Jacob Beacham - 1.6.3 +* Fri May 19 2017 Jacob Beacham - 1.6.4 +- Bump version of kubelet and kubectl to v1.6.4. + +* Wed May 10 2017 Jacob Beacham - 1.6.3 - Bump version of kubelet and kubectl to v1.6.3. -* Tue Apr 26 2017 Jacob Beacham - 1.6.2 +* Wed Apr 26 2017 Jacob Beacham - 1.6.2 - Bump version of kubelet and kubectl to v1.6.2. -* Tue Apr 3 2017 Mike Danese - 1.6.1 +* Mon Apr 3 2017 Mike Danese - 1.6.1 - Bump version of kubelet and kubectl to v1.6.1. * Tue Mar 28 2017 Lucas Käldström