Skip to content

Commit

Permalink
Update etcd default to v3.3.15 (apache#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
adisky authored and wangxiyuan committed Sep 9, 2019
1 parent 25cfffa commit 23891ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/install-k8s/defaults/main.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
k8s_version: 'master'
etcd_version: 'v3.3.10'
etcd_version: 'v3.3.15'
4 changes: 3 additions & 1 deletion zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,6 @@
Run Kubernetes E2E Conformance tests against Kubernetes master
vars:
go_version: '1.12.1'
etcd_version: 'v3.3.15'
run: playbooks/cloud-provider-openstack-acceptance-test-e2e-conformance/run.yaml
post-run: playbooks/cloud-provider-openstack-acceptance-test-e2e-conformance/post.yaml
nodeset: ubuntu-xenial-citynetwork
Expand Down Expand Up @@ -626,6 +625,7 @@
vars:
go_version: '1.12'
k8s_version: 'release-1.13'
etcd_version: 'v3.3.10'
tags:
- Category:Cloud
- Project:kubernetes/cloud-provider-openstack
Expand All @@ -647,6 +647,7 @@
vars:
go_version: '1.12.1'
k8s_version: 'release-1.14'
etcd_version: 'v3.3.10'
tags:
- Category:Cloud
- Project:kubernetes/cloud-provider-openstack
Expand All @@ -668,6 +669,7 @@
vars:
go_version: '1.12.1'
k8s_version: 'release-1.15'
etcd_version: 'v3.3.10'
tags:
- Category:Cloud
- Project:kubernetes/cloud-provider-openstack
Expand Down

0 comments on commit 23891ee

Please sign in to comment.