Skip to content

Commit f6be67e

Browse files
author
Benjamin E. Coe
authored
docs: document version support goals (#315)
1 parent 95cdf19 commit f6be67e

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

packages/google-container/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,27 @@ has instructions for running the samples.
103103
The [Kubernetes Engine Cluster Manager API Node.js Client API Reference][client-docs] documentation
104104
also contains samples.
105105

106+
## Supported Node.js Versions
107+
108+
Our client libraries follow the [Node.js release schedule](https://nodejs.org/en/about/releases/).
109+
Libraries are compatible with all current _active_ and _maintenance_ versions of
110+
Node.js.
111+
112+
Client libraries targetting some end-of-life versions of Node.js are available, and
113+
can be installed via npm [dist-tags](https://docs.npmjs.com/cli/dist-tag).
114+
The dist-tags follow the naming convention `legacy-(version)`.
115+
116+
_Legacy Node.js versions are supported as a best effort:_
117+
118+
* Legacy versions will not be tested in continuous integration.
119+
* Some security patches may not be able to be backported.
120+
* Dependencies will not be kept up-to-date, and features will not be backported.
121+
122+
#### Legacy tags available
123+
124+
* `legacy-8`: install client libraries from this dist-tag for versions
125+
compatible with Node.js 8.
126+
106127
## Versioning
107128

108129
This library follows [Semantic Versioning](http://semver.org/).

0 commit comments

Comments
 (0)