Skip to content

Commit

Permalink
build: update etcd to 3.5.16
Browse files Browse the repository at this point in the history
  • Loading branch information
eg-ayoub committed Dec 10, 2024
1 parent eda32ad commit 3d80c2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Release 130.0.0 (in development)

### Enhancements

- Bump Kubernetes version to
[1.30.7](https://github.com/kubernetes/kubernetes/releases/tag/v1.30.7)
(PR[#4497](https://github.com/scality/metalk8s/pull/4497))
Expand Down
4 changes: 2 additions & 2 deletions buildchain/buildchain/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def load_version_information() -> None:
"2cb86b2d8326a987546dc7fb393f43d43d478fea12ce3ce4accbda571f47f86b"
)

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

0 comments on commit 3d80c2e

Please sign in to comment.