Update etcd from v3.4.10 to v3.4.12
* https://github.com/etcd-io/etcd/blob/master/CHANGELOG-3.4.md
This commit is contained in:
parent
aafa38476a
commit
cd7fd29194
|
@ -4,6 +4,8 @@ Notable changes between versions.
|
||||||
|
|
||||||
## Latest
|
## Latest
|
||||||
|
|
||||||
|
* Update etcd from v3.4.10 to [v3.4.12](https://github.com/etcd-io/etcd/releases/tag/v3.4.12)
|
||||||
|
|
||||||
### Fedora CoreOS
|
### Fedora CoreOS
|
||||||
|
|
||||||
* Fix SELinux label of bootstrap-secrets on non-bootstrapping controllers ([#808](https://github.com/poseidon/typhoon/pull/808))
|
* Fix SELinux label of bootstrap-secrets on non-bootstrapping controllers ([#808](https://github.com/poseidon/typhoon/pull/808))
|
||||||
|
|
|
@ -7,7 +7,7 @@ systemd:
|
||||||
- name: 40-etcd-cluster.conf
|
- name: 40-etcd-cluster.conf
|
||||||
contents: |
|
contents: |
|
||||||
[Service]
|
[Service]
|
||||||
Environment="ETCD_IMAGE_TAG=v3.4.10"
|
Environment="ETCD_IMAGE_TAG=v3.4.12"
|
||||||
Environment="ETCD_IMAGE_URL=docker://quay.io/coreos/etcd"
|
Environment="ETCD_IMAGE_URL=docker://quay.io/coreos/etcd"
|
||||||
Environment="RKT_RUN_ARGS=--insecure-options=image"
|
Environment="RKT_RUN_ARGS=--insecure-options=image"
|
||||||
Environment="ETCD_NAME=${etcd_name}"
|
Environment="ETCD_NAME=${etcd_name}"
|
||||||
|
|
|
@ -28,7 +28,7 @@ systemd:
|
||||||
--network host \
|
--network host \
|
||||||
--volume /var/lib/etcd:/var/lib/etcd:rw,Z \
|
--volume /var/lib/etcd:/var/lib/etcd:rw,Z \
|
||||||
--volume /etc/ssl/etcd:/etc/ssl/certs:ro,Z \
|
--volume /etc/ssl/etcd:/etc/ssl/certs:ro,Z \
|
||||||
quay.io/coreos/etcd:v3.4.10
|
quay.io/coreos/etcd:v3.4.12
|
||||||
ExecStop=/usr/bin/podman stop etcd
|
ExecStop=/usr/bin/podman stop etcd
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
|
@ -7,7 +7,7 @@ systemd:
|
||||||
- name: 40-etcd-cluster.conf
|
- name: 40-etcd-cluster.conf
|
||||||
contents: |
|
contents: |
|
||||||
[Service]
|
[Service]
|
||||||
Environment="ETCD_IMAGE_TAG=v3.4.10"
|
Environment="ETCD_IMAGE_TAG=v3.4.12"
|
||||||
Environment="ETCD_IMAGE_URL=docker://quay.io/coreos/etcd"
|
Environment="ETCD_IMAGE_URL=docker://quay.io/coreos/etcd"
|
||||||
Environment="RKT_RUN_ARGS=--insecure-options=image"
|
Environment="RKT_RUN_ARGS=--insecure-options=image"
|
||||||
Environment="ETCD_NAME=${etcd_name}"
|
Environment="ETCD_NAME=${etcd_name}"
|
||||||
|
|
|
@ -28,7 +28,7 @@ systemd:
|
||||||
--network host \
|
--network host \
|
||||||
--volume /var/lib/etcd:/var/lib/etcd:rw,Z \
|
--volume /var/lib/etcd:/var/lib/etcd:rw,Z \
|
||||||
--volume /etc/ssl/etcd:/etc/ssl/certs:ro,Z \
|
--volume /etc/ssl/etcd:/etc/ssl/certs:ro,Z \
|
||||||
quay.io/coreos/etcd:v3.4.10
|
quay.io/coreos/etcd:v3.4.12
|
||||||
ExecStop=/usr/bin/podman stop etcd
|
ExecStop=/usr/bin/podman stop etcd
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
|
@ -7,7 +7,7 @@ systemd:
|
||||||
- name: 40-etcd-cluster.conf
|
- name: 40-etcd-cluster.conf
|
||||||
contents: |
|
contents: |
|
||||||
[Service]
|
[Service]
|
||||||
Environment="ETCD_IMAGE_TAG=v3.4.10"
|
Environment="ETCD_IMAGE_TAG=v3.4.12"
|
||||||
Environment="ETCD_IMAGE_URL=docker://quay.io/coreos/etcd"
|
Environment="ETCD_IMAGE_URL=docker://quay.io/coreos/etcd"
|
||||||
Environment="RKT_RUN_ARGS=--insecure-options=image"
|
Environment="RKT_RUN_ARGS=--insecure-options=image"
|
||||||
Environment="ETCD_NAME=${etcd_name}"
|
Environment="ETCD_NAME=${etcd_name}"
|
||||||
|
|
|
@ -28,7 +28,7 @@ systemd:
|
||||||
--network host \
|
--network host \
|
||||||
--volume /var/lib/etcd:/var/lib/etcd:rw,Z \
|
--volume /var/lib/etcd:/var/lib/etcd:rw,Z \
|
||||||
--volume /etc/ssl/etcd:/etc/ssl/certs:ro,Z \
|
--volume /etc/ssl/etcd:/etc/ssl/certs:ro,Z \
|
||||||
quay.io/coreos/etcd:v3.4.10
|
quay.io/coreos/etcd:v3.4.12
|
||||||
ExecStop=/usr/bin/podman stop etcd
|
ExecStop=/usr/bin/podman stop etcd
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
|
@ -7,7 +7,7 @@ systemd:
|
||||||
- name: 40-etcd-cluster.conf
|
- name: 40-etcd-cluster.conf
|
||||||
contents: |
|
contents: |
|
||||||
[Service]
|
[Service]
|
||||||
Environment="ETCD_IMAGE_TAG=v3.4.10"
|
Environment="ETCD_IMAGE_TAG=v3.4.12"
|
||||||
Environment="ETCD_IMAGE_URL=docker://quay.io/coreos/etcd"
|
Environment="ETCD_IMAGE_URL=docker://quay.io/coreos/etcd"
|
||||||
Environment="RKT_RUN_ARGS=--insecure-options=image"
|
Environment="RKT_RUN_ARGS=--insecure-options=image"
|
||||||
Environment="ETCD_NAME=${etcd_name}"
|
Environment="ETCD_NAME=${etcd_name}"
|
||||||
|
|
|
@ -28,7 +28,7 @@ systemd:
|
||||||
--network host \
|
--network host \
|
||||||
--volume /var/lib/etcd:/var/lib/etcd:rw,Z \
|
--volume /var/lib/etcd:/var/lib/etcd:rw,Z \
|
||||||
--volume /etc/ssl/etcd:/etc/ssl/certs:ro,Z \
|
--volume /etc/ssl/etcd:/etc/ssl/certs:ro,Z \
|
||||||
quay.io/coreos/etcd:v3.4.10
|
quay.io/coreos/etcd:v3.4.12
|
||||||
ExecStop=/usr/bin/podman stop etcd
|
ExecStop=/usr/bin/podman stop etcd
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
|
@ -7,7 +7,7 @@ systemd:
|
||||||
- name: 40-etcd-cluster.conf
|
- name: 40-etcd-cluster.conf
|
||||||
contents: |
|
contents: |
|
||||||
[Service]
|
[Service]
|
||||||
Environment="ETCD_IMAGE_TAG=v3.4.10"
|
Environment="ETCD_IMAGE_TAG=v3.4.12"
|
||||||
Environment="ETCD_IMAGE_URL=docker://quay.io/coreos/etcd"
|
Environment="ETCD_IMAGE_URL=docker://quay.io/coreos/etcd"
|
||||||
Environment="RKT_RUN_ARGS=--insecure-options=image"
|
Environment="RKT_RUN_ARGS=--insecure-options=image"
|
||||||
Environment="ETCD_NAME=${etcd_name}"
|
Environment="ETCD_NAME=${etcd_name}"
|
||||||
|
|
|
@ -28,7 +28,7 @@ systemd:
|
||||||
--network host \
|
--network host \
|
||||||
--volume /var/lib/etcd:/var/lib/etcd:rw,Z \
|
--volume /var/lib/etcd:/var/lib/etcd:rw,Z \
|
||||||
--volume /etc/ssl/etcd:/etc/ssl/certs:ro,Z \
|
--volume /etc/ssl/etcd:/etc/ssl/certs:ro,Z \
|
||||||
quay.io/coreos/etcd:v3.4.10
|
quay.io/coreos/etcd:v3.4.12
|
||||||
ExecStop=/usr/bin/podman stop etcd
|
ExecStop=/usr/bin/podman stop etcd
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in New Issue