RELEASES.md: Go API -> Go client API
So as to make sure the Go plugin API is not in the scope Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
This commit is contained in:
		
							
								
								
									
										14
									
								
								RELEASES.md
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								RELEASES.md
									
									
									
									
									
								
							| @@ -165,11 +165,11 @@ The following table provides an overview of the components covered by | |||||||
| containerd versions: | containerd versions: | ||||||
|  |  | ||||||
|  |  | ||||||
| | Component  | Status   | Stablized Version | Links         | | | Component     | Status   | Stablized Version | Links         | | ||||||
| |------------|----------|-------------------|---------------| | |---------------|----------|-------------------|---------------| | ||||||
| | GRPC API   | Alpha    | 1.0               | [api/](api) | | | GRPC API      | Alpha    | 1.0               | [api/](api) | | ||||||
| | Go API     | Unstable | 1.1 tentative     | [godoc](https://godoc.org/github.com/containerd/containerd) | | | Go client API | Unstable | 1.1 tentative     | [godoc](https://godoc.org/github.com/containerd/containerd) | | ||||||
| | `ctr` tool | Unstable | Out of scope      | -             | | | `ctr` tool    | Unstable | Out of scope      | -             | | ||||||
|  |  | ||||||
| From the version stated in the above table, that component must adhere to the | From the version stated in the above table, that component must adhere to the | ||||||
| stability constraints expected in release versions. | stability constraints expected in release versions. | ||||||
| @@ -211,9 +211,9 @@ this guarantee and should be treated opaquely. For example, don't rely on the | |||||||
| format details of a URL field unless we explicitly say that the field will | format details of a URL field unless we explicitly say that the field will | ||||||
| follow that format. | follow that format. | ||||||
|  |  | ||||||
| ### Go API | ### Go client API | ||||||
|  |  | ||||||
| The Go API, documented in | The Go client API, documented in | ||||||
| [godoc](https://godoc.org/github.com/containerd/containerd), is currently | [godoc](https://godoc.org/github.com/containerd/containerd), is currently | ||||||
| considered unstable. It is recommended to vendor the necessary components to | considered unstable. It is recommended to vendor the necessary components to | ||||||
| stabilize your project build. Note that because the Go API interfaces with the | stabilize your project build. Note that because the Go API interfaces with the | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Akihiro Suda
					Akihiro Suda