Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

installer: Bump to Kubernetes 1.5.7 #410

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions installer/assets/candidate/app-version-kubernetes.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
}
},
"spec": {
"desiredVersion": "1.5.6+tectonic.1",
"desiredVersion": "1.5.7+tectonic.1",
"paused": false
},
"status": {
"currentVersion": "1.5.6+tectonic.1",
"currentVersion": "1.5.7+tectonic.1",
"paused": false
}
}
4 changes: 2 additions & 2 deletions installer/assets/candidate/app-version-tectonic-cluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
}
},
"spec": {
"desiredVersion": "1.5.6-tectonic.1",
"desiredVersion": "1.5.7-tectonic.1",
"paused": false
},
"status": {
"currentVersion": "1.5.6-tectonic.1",
"currentVersion": "1.5.7-tectonic.1",
"paused": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ storage:
contents:
inline: |
KUBELET_ACI=quay.io/coreos/hyperkube
KUBELET_VERSION=v1.5.6_coreos.0
KUBELET_VERSION=v1.5.7_coreos.0
- path: /opt/bin/decrypt-tls-assets
filesystem: root
mode: 0700
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ storage:
contents:
inline: |
KUBELET_ACI=quay.io/coreos/hyperkube
KUBELET_VERSION=v1.5.6_coreos.0
KUBELET_VERSION=v1.5.7_coreos.0
- path: /opt/bin/decrypt-tls-assets
filesystem: root
mode: 0700
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ storage:
contents:
inline: |
KUBELET_ACI=quay.io/coreos/hyperkube
KUBELET_VERSION=v1.5.6_coreos.0
KUBELET_VERSION=v1.5.7_coreos.0
- path: /etc/kubernetes/kubeconfig
filesystem: root
mode: 0644
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ storage:
contents:
inline: |
KUBELET_ACI=quay.io/coreos/hyperkube
KUBELET_VERSION=v1.5.6_coreos.0
KUBELET_VERSION=v1.5.7_coreos.0
- path: /etc/kubernetes/kubeconfig
filesystem: root
mode: 0644
Expand Down
2 changes: 1 addition & 1 deletion installer/assets/self-hosted/kube-apiserver.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
hostNetwork: true
containers:
- name: kube-apiserver
image: quay.io/coreos/hyperkube:v1.5.6_coreos.0
image: quay.io/coreos/hyperkube:v1.5.7_coreos.0
command:
- /usr/bin/flock
- --exclusive
Expand Down
4 changes: 2 additions & 2 deletions installer/scripts/update-payload/payload.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.5.6-tectonic.1",
"version": "1.5.7-tectonic.1",
"deployments": [
{
"apiVersion": "extensions/v1beta1",
Expand Down Expand Up @@ -112,7 +112,7 @@
"desiredVersions": [
{
"name": "kubernetes",
"version": "1.5.6+tectonic.1"
"version": "1.5.7+tectonic.1"
}
]
}
2 changes: 1 addition & 1 deletion installer/server/tectonic.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
)

const (
tectonicVersion = "1.5.6-tectonic.1"
tectonicVersion = "1.5.7-tectonic.1"
tectonicNamespace = "tectonic-system"
tectonicCASecretName = "tectonic-ca-cert-secret"
tectonicTLSSecret = "tectonic-tls-secret"
Expand Down
2 changes: 1 addition & 1 deletion installer/tests/scripts/bare-metal/get-kubectl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -eu

DEST=${1:-"bin"}
VERSION="v1.5.6"
VERSION="v1.5.7"

URL="https://storage.googleapis.com/kubernetes-release/release/${VERSION}/bin/linux/amd64/kubectl"

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.