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 #858

Merged
merged 6 commits into from
Nov 23, 2024
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
4 changes: 2 additions & 2 deletions beets/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM python:3.10-slim-bookworm
FROM python:3.12-slim-bookworm

ENV BEETS_VERSION 2.0.0
ENV BEETS_VERSION 2.1.0

RUN set -eux; \
pip install --no-cache-dir "beets == $BEETS_VERSION"; \
Expand Down
6 changes: 3 additions & 3 deletions beets/versions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version": "2.0.0",
"version": "2.1.0",
"python": {
"version": "3.10",
"from": "python:3.10-slim-bookworm",
"version": "3.12",
"from": "python:3.12-slim-bookworm",
"arches": [
"amd64",
"arm32v5",
Expand Down
2 changes: 1 addition & 1 deletion buildkit/Dockerfile
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.17.1
ENV BUILDKIT_VERSION 0.17.2

COPY \
argsescaped.patch \
Expand Down
8 changes: 4 additions & 4 deletions buildkit/versions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "8b1b83ef4947c03062cdcdb40c69989d8fe3fd04",
"ref": "refs/tags/v0.17.1",
"tag": "v0.17.1",
"version": "0.17.1",
"commit": "a3d734228b860a215f8a336e3983d35cbfaf08d8",
"ref": "refs/tags/v0.17.2",
"tag": "v0.17.2",
"version": "0.17.2",
"go": {
"version": "1.22"
},
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 131.0.2903.51-1
ENV EDGE_VERSION 132.0.2957.11-1

RUN set -eux; \
apt-get update; \
Expand Down
4 changes: 2 additions & 2 deletions microsoft-edge/beta/versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"sha256": "47f3035adec4ec5a5e937a67ee9fe2ce4f8fcc8915c97546aa2adcc97363bfff",
"version": "131.0.2903.51-1"
"sha256": "8b9d6daab918be3afb218c00bbb0d7b7bfafd5dca333f6853dc50eaf5138dd99",
"version": "132.0.2957.11-1"
}
2 changes: 1 addition & 1 deletion microsoft-edge/dev/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-dev

# https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-dev/
ENV EDGE_VERSION 132.0.2957.7-1
ENV EDGE_VERSION 132.0.2957.11-1

RUN set -eux; \
apt-get update; \
Expand Down
4 changes: 2 additions & 2 deletions microsoft-edge/dev/versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"sha256": "90e7baa4be694113f3ee9165cfdbe48261f9840b5764794bd03c9515220903d1",
"version": "132.0.2957.7-1"
"sha256": "9a5275360a68b093d9ab1cdc5976e0687943faf3562a652206abf381c55af9a6",
"version": "132.0.2957.11-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.51-1
ENV EDGE_VERSION 131.0.2903.63-1

RUN set -eux; \
apt-get update; \
Expand Down
4 changes: 2 additions & 2 deletions microsoft-edge/stable/versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"sha256": "8aad12c97bcae417ff9cc4251b75211eeda7f1513312dc57b2f744e824e028c0",
"version": "131.0.2903.51-1"
"sha256": "6883e60bbc8416346e149f51f0272dbedf416dba7c8efd8e41b05b74270da66c",
"version": "131.0.2903.63-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
# 2024-11-17
ENV LINUX_VERSION 6.11.9
ENV LINUX_SOURCE_URL https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.9.tar.xz
# 2024-11-22
ENV LINUX_VERSION 6.12.1
ENV LINUX_SOURCE_URL https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.12.1.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.11.9",
"version": "6.12.1",
"iseol": false,
"released": {
"timestamp": 1731852672,
"isodate": "2024-11-17"
"timestamp": 1732285834,
"isodate": "2024-11-22"
},
"source": "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.9.tar.xz",
"pgp": "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.9.tar.sign",
"source": "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.12.1.tar.xz",
"pgp": "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.12.1.tar.sign",
"patch": {
"full": "https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.11.9.xz",
"incremental": "https://cdn.kernel.org/pub/linux/kernel/v6.x/incr/patch-6.11.8-9.xz"
"full": "https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.12.1.xz",
"incremental": null
},
"changelog": "https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.11.9",
"gitweb": "https://git.kernel.org/stable/h/v6.11.9",
"diffview": "https://git.kernel.org/stable/ds/v6.11.9/v6.11.8"
"changelog": "https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.1",
"gitweb": "https://git.kernel.org/stable/h/v6.12.1",
"diffview": "https://git.kernel.org/stable/ds/v6.12.1/v6.12"
},
"arches": {
"amd64": {
Expand Down
Loading