Skip to content

Commit

Permalink
Merge pull request #5801 from satnam6502/etcd
Browse files Browse the repository at this point in the history
Upgrade etcd to v2.0.5 on the master
  • Loading branch information
zmerlynn committed Mar 23, 2015
2 parents 7f7a004 + 69f867d commit 8065fb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cluster/saltbase/salt/etcd/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
# shasum <tar>
# 6. Update this file with new tar version and new hash

{% set etcd_version="v2.0.0" %}
{% set etcd_version="v2.0.5" %}
{% set etcd_tar_url="https://storage.googleapis.com/kubernetes-release/etcd/etcd-%s-linux-amd64.tar.gz"
| format(etcd_version) %}
{% set etcd_tar_hash="sha1=b3cd41d1748bf882a58a98c9585fd5849b943811" %}
{% set etcd_tar_hash="sha1=34b185efa954327d6cdfe6be5b1eb5fcfb7c478c" %}

etcd-tar:
archive:
Expand Down

0 comments on commit 8065fb5

Please sign in to comment.