docs: fix RELEASES.md gRPC API anchor
Signed-off-by: Samuel Karp <skarp@amazon.com>
This commit is contained in:
parent
0a284fcdbc
commit
9a994877cc
@ -190,7 +190,7 @@ containerd versions:
|
|||||||
|
|
||||||
| Component | Status | Stabilized Version | Links |
|
| Component | Status | Stabilized Version | Links |
|
||||||
|------------------|----------|--------------------|---------------|
|
|------------------|----------|--------------------|---------------|
|
||||||
| GRPC API | Stable | 1.0 | [api/](api) |
|
| GRPC API | Stable | 1.0 | [gRPC API](#grpc-api) |
|
||||||
| Metrics API | Stable | 1.0 | - |
|
| Metrics API | Stable | 1.0 | - |
|
||||||
| Runtime Shim API | Stable | 1.2 | - |
|
| Runtime Shim API | Stable | 1.2 | - |
|
||||||
| Daemon Config | Stable | 1.0 | - |
|
| Daemon Config | Stable | 1.0 | - |
|
||||||
@ -214,7 +214,7 @@ version jump.
|
|||||||
To ensure compatibility, we have collected the entire GRPC API symbol set into
|
To ensure compatibility, we have collected the entire GRPC API symbol set into
|
||||||
a single file. At each _minor_ release of containerd, we will move the current
|
a single file. At each _minor_ release of containerd, we will move the current
|
||||||
`next.pb.txt` file to a file named for the minor version, such as `1.0.pb.txt`,
|
`next.pb.txt` file to a file named for the minor version, such as `1.0.pb.txt`,
|
||||||
enumerating the support services and messages. See [api/](api) for details.
|
enumerating the support services and messages.
|
||||||
|
|
||||||
Note that new services may be added in _minor_ releases. New service methods
|
Note that new services may be added in _minor_ releases. New service methods
|
||||||
and new fields on messages may be added if they are optional.
|
and new fields on messages may be added if they are optional.
|
||||||
|
Loading…
Reference in New Issue
Block a user