Skip to content

Commit

Permalink
Merge branch 'feature/bump-alpine-3.18.5' into q/127.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bert-e committed Dec 7, 2023
2 parents ad6958b + b2d5f7c commit 0fcc4d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
(PR[#4165](https://github.com/scality/metalk8s/pull/4165))

- Bump the alpine base image used by `metalk8s-alert-logger`
and `metalk8s-keepalived` image to `alpine:3.18.3`
(PR[#4166](https://github.com/scality/metalk8s/pull/4166))
and `metalk8s-keepalived` image to `alpine:3.18.5`
(PR[#4208](https://github.com/scality/metalk8s/pull/4208))

## Release 126.0.3 (in development)

Expand Down
4 changes: 2 additions & 2 deletions buildchain/buildchain/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ def _version_prefix(version: str, prefix: str = "v") -> str:
# Remote images
Image(
name="alpine",
version="3.18.3",
digest="sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a",
version="3.18.5",
digest="sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0",
),
Image(
name="alertmanager",
Expand Down

0 comments on commit 0fcc4d6

Please sign in to comment.