Skip to content

Commit f97248f

Browse files
authored
SECURITY.md: correct Netty and tcnative versions for 1.81.x-1.84.x (grpc#13005)
In grpc#12969, updating the `1.81.x-` row in place inadvertently overwrote the entries for past releases. Because a few updates grpc#12805 and grpc#12856 were missed in `SECURITY.md`, releases `1.82.x` and `1.83.x` were omitted. This PR restores the accurate Netty and netty-tcnative version mappings for each release: - `1.81.x`: Netty `4.1.132.Final` / netty-tcnative `2.0.75.Final` (grpc#12738) - `1.82.x`: Netty `4.1.133.Final` / netty-tcnative `2.0.75.Final` (grpc#12805) - `1.83.x`: Netty `4.2.15.Final` / netty-tcnative `2.0.75.Final` (grpc#12856) - `1.84.x-`: Netty `4.2.16.Final` / netty-tcnative `2.0.81.Final` (grpc#12969) Resolves grpc#12969 (comment)
1 parent 3390e5c commit f97248f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

SECURITY.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,10 @@ grpc-netty version | netty-handler version | netty-tcnative-boringssl-static ver
400400
1.75.x-1.76.x | 4.1.124.Final | 2.0.72.Final
401401
1.77.x-1.78.x | 4.1.127.Final | 2.0.74.Final
402402
1.79.x-1.80.x | 4.1.130.Final | 2.0.74.Final
403-
1.81.x- | 4.2.16.Final | 2.0.81.Final
403+
1.81.x | 4.1.132.Final | 2.0.75.Final
404+
1.82.x | 4.1.133.Final | 2.0.75.Final
405+
1.83.x | 4.2.15.Final | 2.0.75.Final
406+
1.84.x- | 4.2.16.Final | 2.0.81.Final
404407

405408
_(grpc-netty-shaded avoids issues with keeping these versions in sync.)_
406409

0 commit comments

Comments
 (0)