This is an automated email from the ASF dual-hosted git repository.

style95 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e8562f03 update etcd version to latest 3.4 patch release (#5497)
4e8562f03 is described below

commit 4e8562f0305712892cff5195818e16094c614457
Author: David Grove <dgrove-...@users.noreply.github.com>
AuthorDate: Mon Jul 22 20:16:25 2024 -0400

    update etcd version to latest 3.4 patch release (#5497)
---
 ansible/group_vars/all | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/group_vars/all b/ansible/group_vars/all
index 7a23ed10b..b3a663c8e 100644
--- a/ansible/group_vars/all
+++ b/ansible/group_vars/all
@@ -464,7 +464,7 @@ zeroDowntimeDeployment:
   enabled: "{{ zerodowntime_deployment_switch | default(false) }}"
 
 etcd:
-  version: "{{ etcd_version | default('v3.4.0') }}"
+  version: "{{ etcd_version | default('v3.4.33') }}"
   client:
     port: 2379
   server:

Reply via email to