Skip to content

Commit

Permalink
feat: update etcd to 3.4.15
Browse files Browse the repository at this point in the history
See https://github.com/etcd-io/etcd/releases/tag/v3.4.15

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira authored and talos-bot committed Mar 1, 2021
1 parent 5ae315f commit d173fd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkg/machinery/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ const (
KubeletKubeconfig = "/etc/kubernetes/kubeconfig-kubelet"

// DefaultEtcdVersion is the default target version of etcd.
DefaultEtcdVersion = "v3.4.14"
DefaultEtcdVersion = "v3.4.15"

// EtcdRootTalosKey is the root etcd key for Talos-specific storage.
EtcdRootTalosKey = "talos:v1"
Expand Down
6 changes: 3 additions & 3 deletions website/content/docs/v0.9/Reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ Examples:

``` yaml
etcd:
image: gcr.io/etcd-development/etcd:v3.4.14 # The container image used to create the etcd service.
image: gcr.io/etcd-development/etcd:v3.4.15 # The container image used to create the etcd service.
# The `ca` is the root certificate authority of the PKI.
ca:
crt: TFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSklla05DTUhGLi4u
Expand Down Expand Up @@ -2381,7 +2381,7 @@ Appears in:
``` yaml
image: gcr.io/etcd-development/etcd:v3.4.14 # The container image used to create the etcd service.
image: gcr.io/etcd-development/etcd:v3.4.15 # The container image used to create the etcd service.
# The `ca` is the root certificate authority of the PKI.
ca:
crt: TFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVSklla05DTUhGLi4u
Expand All @@ -2408,7 +2408,7 @@ Examples:
``` yaml
image: gcr.io/etcd-development/etcd:v3.4.14
image: gcr.io/etcd-development/etcd:v3.4.15
```
Expand Down

0 comments on commit d173fd4

Please sign in to comment.