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

Update versions #903

Merged
merged 5 commits into from
Jan 18, 2025
Merged
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
2 changes: 1 addition & 1 deletion buildkit/Dockerfile.rc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
FROM --platform=$BUILDPLATFORM golang:1.22 AS build

# https://github.com/moby/buildkit/releases
ENV BUILDKIT_VERSION 0.19.0-rc2
ENV BUILDKIT_VERSION 0.19.0-rc3

COPY \
argsescaped.patch \
Expand Down
8 changes: 4 additions & 4 deletions buildkit/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"0.13"
],
"rc": {
"commit": "cac225de3fd855804aa5cc219850d2606543bcce",
"ref": "refs/tags/v0.19.0-rc2",
"tag": "v0.19.0-rc2",
"version": "0.19.0-rc2",
"commit": "3a7612783149d8ca023fab7b2875de1b8d3e5071",
"ref": "refs/tags/v0.19.0-rc3",
"tag": "v0.19.0-rc3",
"version": "0.19.0-rc3",
"go": {
"version": "1.22"
}
Expand Down
2 changes: 1 addition & 1 deletion diffoscope/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN set -eux; \
rm -rf /var/lib/apt/lists/*

# https://pypi.org/project/diffoscope/
ENV DIFFOSCOPE_VERSION 284
ENV DIFFOSCOPE_VERSION 285

RUN set -eux; \
pip install --no-cache-dir "diffoscope[distro_detection,cmdline] == $DIFFOSCOPE_VERSION"; \
Expand Down
2 changes: 1 addition & 1 deletion diffoscope/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "284",
"version": "285",
"python": {
"version": "3.10",
"from": "python:3.10-slim-bookworm",
Expand Down
2 changes: 1 addition & 1 deletion microsoft-edge/beta/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN set -eux; \
} | tee /etc/default/microsoft-edge-beta

# https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-beta/
ENV EDGE_VERSION 132.0.2957.111-1
ENV EDGE_VERSION 133.0.3065.10-1

RUN set -eux; \
apt-get update; \
Expand Down
8 changes: 4 additions & 4 deletions microsoft-edge/beta/versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"filename": "pool/main/m/microsoft-edge-beta/microsoft-edge-beta_132.0.2957.111-1_amd64.deb",
"sha256": "aee3edd28d33f7a5b00b3639d4857d190de79d41f554756de96c73349202f676",
"url": "https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-beta/microsoft-edge-beta_132.0.2957.111-1_amd64.deb",
"version": "132.0.2957.111-1"
"filename": "pool/main/m/microsoft-edge-beta/microsoft-edge-beta_133.0.3065.10-1_amd64.deb",
"sha256": "565a329b1ec7dd9dd4254719d572428b068caaeabbd18d1b514308e6647aeb63",
"url": "https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-beta/microsoft-edge-beta_133.0.3065.10-1_amd64.deb",
"version": "133.0.3065.10-1"
}
2 changes: 1 addition & 1 deletion microsoft-edge/stable/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN set -eux; \
} | tee /etc/default/microsoft-edge-stable

# https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/
ENV EDGE_VERSION 131.0.2903.147-1
ENV EDGE_VERSION 132.0.2957.115-1

RUN set -eux; \
apt-get update; \
Expand Down
8 changes: 4 additions & 4 deletions microsoft-edge/stable/versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"filename": "pool/main/m/microsoft-edge-stable/microsoft-edge-stable_131.0.2903.147-1_amd64.deb",
"sha256": "2a630cc7fa1ec5f39e6aefa983535b25ab8235b02b9e3b021d3e4eedeceec842",
"url": "https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_131.0.2903.147-1_amd64.deb",
"version": "131.0.2903.147-1"
"filename": "pool/main/m/microsoft-edge-stable/microsoft-edge-stable_132.0.2957.115-1_amd64.deb",
"sha256": "a20395d9ebc61fee423fb37e3d59ba92e443883525f3c4dbff962af3fc691399",
"url": "https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_132.0.2957.115-1_amd64.deb",
"version": "132.0.2957.115-1"
}
6 changes: 3 additions & 3 deletions nolibc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ RUN set -eux; \
# https://kernel.org/
# https://kernel.org/releases.json
# https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/Makefile?h=linux-rolling-stable
# 2025-01-09
ENV LINUX_VERSION 6.12.9
ENV LINUX_SOURCE_URL https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.12.9.tar.xz
# 2025-01-17
ENV LINUX_VERSION 6.12.10
ENV LINUX_SOURCE_URL https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.12.10.tar.xz
# https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/tools/include/nolibc?h=linux-rolling-stable
# https://github.com/gregkh/linux/commits/linux-rolling-stable/tools/include/nolibc
# https://github.com/torvalds/linux/commits/master/tools/include/nolibc
Expand Down
20 changes: 10 additions & 10 deletions nolibc/versions.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"linux": {
"moniker": "stable",
"version": "6.12.9",
"version": "6.12.10",
"iseol": false,
"released": {
"timestamp": 1736426121,
"isodate": "2025-01-09"
"timestamp": 1737117802,
"isodate": "2025-01-17"
},
"source": "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.12.9.tar.xz",
"pgp": "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.12.9.tar.sign",
"source": "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.12.10.tar.xz",
"pgp": "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.12.10.tar.sign",
"patch": {
"full": "https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.12.9.xz",
"incremental": "https://cdn.kernel.org/pub/linux/kernel/v6.x/incr/patch-6.12.8-9.xz"
"full": "https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.12.10.xz",
"incremental": "https://cdn.kernel.org/pub/linux/kernel/v6.x/incr/patch-6.12.9-10.xz"
},
"changelog": "https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.9",
"gitweb": "https://git.kernel.org/stable/h/v6.12.9",
"diffview": "https://git.kernel.org/stable/ds/v6.12.9/v6.12.8"
"changelog": "https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.10",
"gitweb": "https://git.kernel.org/stable/h/v6.12.10",
"diffview": "https://git.kernel.org/stable/ds/v6.12.10/v6.12.9"
},
"arches": {
"amd64": {
Expand Down
Loading