Skip to content

Commit

Permalink
build: bump nginx image to 1.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eg-ayoub committed Nov 8, 2024
1 parent 8007f07 commit c5ce0bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@
[v0.12.0](https://github.com/kubernetes-sigs/prometheus-adapter/releases/tag/v0.12.0)
(PR[#4453](https://github.com/scality/metalk8s/pull/4453))

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

- Move metalk8s-utils image to Rocky 9 minimal
(PR[#4472](https://github.com/scality/metalk8s/pull/4472))

Expand Down
2 changes: 1 addition & 1 deletion buildchain/buildchain/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def load_version_information() -> None:

ETCD_VERSION: str = "3.5.15"
ETCD_IMAGE_VERSION: str = f"{ETCD_VERSION}-0"
NGINX_IMAGE_VERSION: str = "1.27.0-alpine"
NGINX_IMAGE_VERSION: str = "1.27.2-alpine"
NODEJS_IMAGE_VERSION: str = "16.14.0"
KEEPALIVED_VERSION: str = "2.3.1"
CERT_MANAGER_VERSION: str = "1.16.1"
Expand Down

0 comments on commit c5ce0bb

Please sign in to comment.