Skip to content

Commit

Permalink
feat(*): upgrade Kubernetes to v1.13.0-alpha.2 (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrynhard authored Oct 31, 2018
1 parent cb27f58 commit 60adafb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/initramfs/cmd/init/pkg/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const (
KubeadmInitTypeDependent = "dependent"

// KubernetesImage is the hyperkube image to use for the control plane.
KubernetesImage = "gcr.io/google_containers/hyperkube:v1.13.0-alpha.1"
KubernetesImage = "gcr.io/google_containers/hyperkube:v1.13.0-alpha.2"

// DockerImage is the docker image to use as the container runtime for
// Kubernetes.
Expand Down
2 changes: 1 addition & 1 deletion src/initramfs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ require (
k8s.io/apimachinery v0.0.0-20181015213631-60666be32c5d
k8s.io/client-go v9.0.0+incompatible
k8s.io/cluster-bootstrap v0.0.0-20181011074507-f574069107f7 // indirect
k8s.io/kubernetes v1.13.0-alpha.1
k8s.io/kubernetes v1.13.0-alpha.2
)
4 changes: 2 additions & 2 deletions src/initramfs/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -170,5 +170,5 @@ k8s.io/client-go v9.0.0+incompatible h1:/PdJjifJTjMFe0G4ESclZDcwF1+bFePTJ2xf+MXj
k8s.io/client-go v9.0.0+incompatible/go.mod h1:7vJpHMYJwNQCWgzmNV+VYUl1zCObLyodBc8nIyt8L5s=
k8s.io/cluster-bootstrap v0.0.0-20181011074507-f574069107f7 h1:wdOvDd3jLRnwa7zvY09rK1C4V1xm6FqXbHu2jtzgWFQ=
k8s.io/cluster-bootstrap v0.0.0-20181011074507-f574069107f7/go.mod h1:iBSm2nwo3OaiuW8VDvc3ySDXK5SKfUrxwPvBloKG7zg=
k8s.io/kubernetes v1.13.0-alpha.1 h1:hLTa+Aa5bT51lPFDOmbqlSYnvwaqVbC+VB/03Bhg+Ho=
k8s.io/kubernetes v1.13.0-alpha.1/go.mod h1:ocZa8+6APFNC2tX1DZASIbocyYT5jHzqFVsY5aoB7Jk=
k8s.io/kubernetes v1.13.0-alpha.2 h1:mbyZgedqVpgcJ/S7gv5QvJqS20pzch9E1qXr+DziMoA=
k8s.io/kubernetes v1.13.0-alpha.2/go.mod h1:ocZa8+6APFNC2tX1DZASIbocyYT5jHzqFVsY5aoB7Jk=
2 changes: 1 addition & 1 deletion src/rootfs/.conform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
srcContainerd: https://github.com/containerd/containerd/releases/download/v1.2.0-rc.1/containerd-1.2.0-rc.1.linux-amd64.tar.gz
srcCRITools: https://github.com/kubernetes-incubator/cri-tools/releases/download/v1.11.1/crictl-v1.11.1-linux-amd64.tar.gz
srcLibseccomp: https://github.com/seccomp/libseccomp/releases/download/v2.3.3/libseccomp-2.3.3.tar.gz
srcKubeadm: https://storage.googleapis.com/kubernetes-release/release/v1.13.0-alpha.1/bin/linux/amd64/kubeadm
srcKubeadm: https://storage.googleapis.com/kubernetes-release/release/v1.13.0-alpha.2/bin/linux/amd64/kubeadm
srcRunc: https://github.com/opencontainers/runc/releases/download/v1.0.0-rc5/runc.amd64
pipeline:
stages:
Expand Down

0 comments on commit 60adafb

Please sign in to comment.