Skip to content

Commit

Permalink
build: bump etcd to 3.5.15-0
Browse files Browse the repository at this point in the history
  • Loading branch information
eg-ayoub committed Sep 6, 2024
1 parent 7388feb commit f4a3d1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
[1.29.8](https://github.com/kubernetes/kubernetes/releases/tag/v1.29.8)
(PR[#4417](https://github.com/scality/metalk8s/pull/4417))

- Bump etcd version to [3.5.15](https://github.com/etcd-io/etcd/releases/tag/v3.5.15)
(PR[#4417](https://github.com/scality/metalk8s/pull/4417))

## Release 128.0.0 (in development)

### Enhancements
Expand Down
4 changes: 2 additions & 2 deletions buildchain/buildchain/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def load_version_information() -> None:
"c464612ef7e3d54d658c3eaa4778b5cdc990ec7a4d9ab63b0f00c9994c6ce980"
)

ETCD_VERSION: str = "3.5.14"
ETCD_VERSION: str = "3.5.15"
ETCD_IMAGE_VERSION: str = f"{ETCD_VERSION}-0"
NGINX_IMAGE_VERSION: str = "1.27.0-alpine"
NODEJS_IMAGE_VERSION: str = "16.14.0"
Expand Down Expand Up @@ -136,7 +136,7 @@ def _version_prefix(version: str, prefix: str = "v") -> str:
Image(
name="etcd",
version=ETCD_IMAGE_VERSION,
digest="sha256:661a9ab3d439dcf93593726a9ecbefa44e246709aa813a95d64c3848716710ce",
digest="sha256:a6dc63e6e8cfa0307d7851762fa6b629afb18f28d8aa3fab5a6e91b4af60026a",
),
Image(
name="grafana",
Expand Down

0 comments on commit f4a3d1e

Please sign in to comment.