Skip to content

Commit

Permalink
etcd: 3.4.10
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Filatov <[email protected]>
  • Loading branch information
Bregor committed Jul 17, 2020
1 parent 288d8db commit 8e4bbb1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# UNRELEASED
- [etcd: 3.4.10](https://github.com/etcd-io/etcd/releases/tag/v3.4.10)
- Update etcd cookbook to 6.0.0 version

# 1.18.5 (08.07.2020)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ Google Kubernetes installer for Ubuntu
<td><tt>['etcd']['version']</tt></td>
<td>String</td>
<td>version</td>
<td><tt>v3.4.9</tt></td>
<td><tt>v3.4.10</tt></td>
</tr>
<tr>
<td><tt>['etcd']['image']</tt></td>
Expand Down
4 changes: 2 additions & 2 deletions attributes/etcd.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default['etcd']['version'] = 'v3.4.9'
default['etcd']['checksum'] = 'bcab421f6bf4111accfceb004e0a0ac2bcfb92ac93081d9429e313248dd78c41'
default['etcd']['version'] = 'v3.4.10'
default['etcd']['checksum'] = 'a4d729f9f89d33f65380e1f1c5fa3ce625971d5dab169f9e57f91e8649f122f2'
default['etcd']['image'] = 'quay.io/coreos/etcd'
default['etcd']['trusted_ca_file'] = node['kubernetes']['etcd_server_cafile']
default['etcd']['peer_trusted_ca_file'] = node['kubernetes']['etcd_peer_cafile']
Expand Down

0 comments on commit 8e4bbb1

Please sign in to comment.