Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
fix(docs): Add note in README mentioning tech discontinuity with prev…
Browse files Browse the repository at this point in the history
…ious version (#690)

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
vchudnov-g committed Feb 14, 2022
1 parent e35b0de commit 4f0842e
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .readme-partials.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
introduction: |-
> Node.js idiomatic client for [Compute Engine][product-docs].
[Compute Engine](https://cloud.google.com/compute/docs) is a
computing and hosting service that lets you create and run virtual
machines on Google infrastructure. Compute Engine offers scale,
performance, and value that lets you easily launch large compute
clusters on Google's infrastructure. There are no upfront
investments, and you can run thousands of virtual CPUs on a system
that offers quick, consistent performance.
This library is GA from version 3.1.0. It is
backwards-incompatible with prior versions 0.x.y, 1.x.y, 2.x.y,
and 3.0.y.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,18 @@



Google Compute Engine Client Library for Node.js
> Node.js idiomatic client for [Compute Engine][product-docs].
[Compute Engine](https://cloud.google.com/compute/docs) is a
computing and hosting service that lets you create and run virtual
machines on Google infrastructure. Compute Engine offers scale,
performance, and value that lets you easily launch large compute
clusters on Google's infrastructure. There are no upfront
investments, and you can run thousands of virtual CPUs on a system
that offers quick, consistent performance.

This library is GA from version 3.1.0. It is
backwards-incompatible with prior versions 0.x.y, 1.x.y, 2.x.y,
and 3.0.y.


A comprehensive list of changes in each version may be found in
Expand Down
13 changes: 12 additions & 1 deletion samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,18 @@

[![Open in Cloud Shell][shell_img]][shell_link]


> Node.js idiomatic client for [Compute Engine][product-docs].
[Compute Engine](https://cloud.google.com/compute/docs) is a
computing and hosting service that lets you create and run virtual
machines on Google infrastructure. Compute Engine offers scale,
performance, and value that lets you easily launch large compute
clusters on Google's infrastructure. There are no upfront
investments, and you can run thousands of virtual CPUs on a system
that offers quick, consistent performance.

This library is GA from version 3.1.0. It is
backwards-incompatible with prior versions 0.x.y, 1.x.y, 2.x.y,
and 3.0.y.

## Table of Contents

Expand Down

0 comments on commit 4f0842e

Please sign in to comment.