Skip to content

Commit

Permalink
add v1.8.6 (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrIncompetent committed Jan 25, 2018
1 parent 8545cce commit 111c486
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/kubermatic/static/master/updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ updates:
enabled: true
visible: true
promote: true
- from: 1.8.*
to: 1.8.6
automatic: false
rollbackAllowed: false
enabled: true
visible: true
promote: true
- from: 1.8.x
to: 1.8.7
automatic: false
Expand Down
18 changes: 18 additions & 0 deletions config/kubermatic/static/master/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,24 @@ versions:
kube-machine-version: v0.2.3
addon-manager-version: v1.8.2
pod-network-bridge: v0.2
- name: 1.8.6
id: 1.8.6
default: false
allowedNodeVersions: [1.4.0]
etcdOperatorDeploymentYaml: etcd-operator-dep.yaml
etcdClusterYaml: etcd-cluster.yaml
apiserverDeploymentYaml: apiserver-dep.yaml
controllerDeploymentYaml: controller-manager-dep.yaml
schedulerDeploymentYaml: scheduler-dep.yaml
nodeControllerDeploymentYaml: node-controller-dep.yaml
addonManagerDeploymentYaml: addon-manager-dep.yaml
values:
k8s-version: v1.8.6
etcd-operator-version: v0.6.0
etcd-cluster-version: 3.2.7
kube-machine-version: v0.2.3
addon-manager-version: v1.8.2
pod-network-bridge: v0.2
- name: 1.8.7
id: 1.8.7
default: false
Expand Down

0 comments on commit 111c486

Please sign in to comment.