Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INTEGRATION [PR#4361 > development/128.0] build: bump kubernetes to 1.27.15 #4368

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,18 @@

## Release 127.0.4 (in development)

### Enhancements

- Bump Kubernetes version to
[1.27.15](https://github.com/kubernetes/kubernetes/releases/tag/v1.27.15)
(PR[#4361](https://github.com/scality/metalk8s/pull/4361))

- Bump etcd version to [3.5.14](https://github.com/etcd-io/etcd/releases/tag/v3.5.14)
(PR[#4361](https://github.com/scality/metalk8s/pull/4361))

- Bump CoreDNS version to [v1.11.1](https://github.com/coredns/coredns/releases/tag/v1.11.1)
(PR[#4361](https://github.com/scality/metalk8s/pull/4361))

## Release 127.0.3

### Enhancements
Expand Down
8 changes: 4 additions & 4 deletions buildchain/buildchain/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def load_version_information() -> None:
"c464612ef7e3d54d658c3eaa4778b5cdc990ec7a4d9ab63b0f00c9994c6ce980"
)

ETCD_VERSION: str = "3.5.12"
ETCD_VERSION: str = "3.5.14"
ETCD_IMAGE_VERSION: str = f"{ETCD_VERSION}-0"
NGINX_IMAGE_VERSION: str = "1.25.4-alpine"
NODEJS_IMAGE_VERSION: str = "16.14.0"
Expand Down Expand Up @@ -125,8 +125,8 @@ def _version_prefix(version: str, prefix: str = "v") -> str:
),
Image(
name="coredns",
version="v1.10.1",
digest="sha256:a0ead06651cf580044aeb0a0feba63591858fb2e43ade8c9dea45a6a89ae7e5e",
version="v1.11.1",
digest="sha256:1eeb4c7316bacb1d4c8ead65571cd92dd21e27359f0d4917f1a5822a73b75db1",
),
Image(
name="dex",
Expand All @@ -136,7 +136,7 @@ def _version_prefix(version: str, prefix: str = "v") -> str:
Image(
name="etcd",
version=ETCD_IMAGE_VERSION,
digest="sha256:44a8e24dcbba3470ee1fee21d5e88d128c936e9b55d4bc51fbef8086f8ed123b",
digest="sha256:661a9ab3d439dcf93593726a9ecbefa44e246709aa813a95d64c3848716710ce",
),
Image(
name="grafana",
Expand Down
Loading