Skip to content

Commit 84ec309

Browse files
committed
Bump etcd to 3.5.21
1 parent 675c5bb commit 84ec309

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

etc/kayobe/kolla/kolla-build.conf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ base_tag = noble-20241118.1
77
{# Similarly pinning to Rocky 9 minor version used in our repos #}
88
{% elif kolla_base_distro == 'rocky' %}
99
base_tag = 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}
10-
rpm_setup_config =
10+
rpm_setup_config =
1111
{% endif %}
1212
build_args = {{ (kolla_build_args | default({})).items() | map('join', ':') | join(',') }}
1313

1414
[openstack-base]
1515
type = git
1616
location = https://github.com/stackhpc/requirements
1717
reference = stackhpc/{{ openstack_release }}
18+
19+
[etcd]
20+
version = 3.5.21
21+
sha256 = amd64:adddda4b06718e68671ffabff2f8cee48488ba61ad82900e639d108f2148501c,arm64:95bf6918623a097c0385b96f139d90248614485e781ec9bee4768dbb6c79c53f

0 commit comments

Comments
 (0)