Skip to content

Commit

Permalink
Bump nginx image to 1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoan Moscatelli committed Aug 7, 2024
1 parent 103e61e commit 91ce33c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
images to `rockylinux:8.9.20231119`
(PR[#4294](https://github.com/scality/metalk8s/pull/4294))

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

- Bump Operator-SDK used by `metalk8s-operator` and `storage-operator` to
Expand Down
2 changes: 1 addition & 1 deletion buildchain/buildchain/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def load_version_information() -> None:

ETCD_VERSION: str = "3.5.14"
ETCD_IMAGE_VERSION: str = f"{ETCD_VERSION}-0"
NGINX_IMAGE_VERSION: str = "1.25.4-alpine"
NGINX_IMAGE_VERSION: str = "1.27.0-alpine"
NODEJS_IMAGE_VERSION: str = "16.14.0"
KEEPALIVED_VERSION: str = "2.3.1"

Expand Down

0 comments on commit 91ce33c

Please sign in to comment.