Clarify that only Bazel LTS releases count in support policy (#29406)

pull/29407/head
Richard Belleville 3 years ago committed by GitHub
parent 387dbb92bd
commit 0d3a9121f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      doc/bazel_support.md
  2. 8
      templates/doc/bazel_support.md.template

@ -34,10 +34,10 @@ grpc_extra_deps()
## Supported Versions
In general, gRPC supports building with the latest patch release of the most
recent two major versions of Bazel. However individual releases may have a
broader compatibility range. The currently supported versions are captured by
the following list:
In general, gRPC supports building with the latest patch release of the two most
recent LTS versions of Bazel. However individual releases may have a broader
compatibility range. The currently supported versions are captured by the
following list:
- [`5.0.0`](https://github.com/bazelbuild/bazel/releases/tag/5.0.0)
- [`4.2.2`](https://github.com/bazelbuild/bazel/releases/tag/4.2.2)

@ -36,10 +36,10 @@
${ '##' } Supported Versions
In general, gRPC supports building with the latest patch release of the most
recent two major versions of Bazel. However individual releases may have a
broader compatibility range. The currently supported versions are captured by
the following list:
In general, gRPC supports building with the latest patch release of the two most
recent LTS versions of Bazel. However individual releases may have a broader
compatibility range. The currently supported versions are captured by the
following list:
% for version in supported_bazel_versions:
- [`${version}`](https://github.com/bazelbuild/bazel/releases/tag/${version})

Loading…
Cancel
Save