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

v0.12.0

Compare
Choose a tag to compare
@yoshi-automation yoshi-automation released this 13 Mar 23:01

03-13-2019 14:47 PDT

New Features

  • feat: Add getManagedInstances and deleteInstances to InstanceGroupManger API (#265)
  • feat: add basic support for InstanceGroupManager (#263)

Bug Fixes

  • fix: snapshot.delete() no longer throws (#251)

Dependencies

  • fix(deps): update dependency @google-cloud/paginator to ^0.2.0 (#274)
  • fix(deps): update dependency @google-cloud/promisify to ^0.4.0 (#267)
  • fix(deps): update dependency @google-cloud/common to ^0.31.0 (#258)

Documentation

  • docs: update links in contrib guide (#268)
  • docs: update contributing path in README (#261)
  • docs: move CONTRIBUTING.md to root (#260)
  • docs: add lint/fix example to contributing guide (#257)
  • docs: use the latest sendgrid npm module (#246)
  • docs(samples): modernize the samples (#240)

Internal / Testing Changes

  • build: Add docuploader credentials to node publish jobs (#272)
  • build: use node10 to run samples-test, system-test etc (#271)
  • build: update release configuration
  • chore(deps): update dependency mocha to v6 (#269)
  • build: use linkinator for docs test (#266)
  • build: create docs test npm scripts (#264)
  • build: test using @grpc/grpc-js in CI (#262)
  • chore(deps): update dependency eslint-config-prettier to v4 (#255)
  • build: ignore googleapis.com in doc link check (#252)
  • build: check broken links in generated docs (#248)
  • fix(deps): update dependency nodemailer to v5 (#247)
  • refactor: use Object.assign where possible (#245)