Skip to content

Commit d95b5fd

Browse files
committed
Merge branch 'feature/bump-nginx' into q/128.0
2 parents 43f4204 + 920e283 commit d95b5fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
images to `rockylinux:8.9.20231119`
9494
(PR[#4294](https://github.com/scality/metalk8s/pull/4294))
9595

96-
- Bump nginx image to [1.25.4-alpine](https://github.com/nginx/nginx/releases/tag/release-1.25.4)
97-
(PR[#4295](https://github.com/scality/metalk8s/pull/4295))
96+
- Bump nginx image to [1.27.0-alpine](https://github.com/nginx/nginx/releases/tag/release-1.27.0)
97+
(PR[#4402](https://github.com/scality/metalk8s/pull/4402))
9898

9999
- Bump Operator-SDK used by `metalk8s-operator` and `storage-operator` to
100100
[1.34.1](https://github.com/operator-framework/operator-sdk/releases/tag/v1.34.1)

buildchain/buildchain/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def load_version_information() -> None:
7878

7979
ETCD_VERSION: str = "3.5.14"
8080
ETCD_IMAGE_VERSION: str = f"{ETCD_VERSION}-0"
81-
NGINX_IMAGE_VERSION: str = "1.25.4-alpine"
81+
NGINX_IMAGE_VERSION: str = "1.27.0-alpine"
8282
NODEJS_IMAGE_VERSION: str = "16.14.0"
8383
KEEPALIVED_VERSION: str = "2.3.1"
8484

0 commit comments

Comments
 (0)