Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate code from googleapis/nodejs-compute #2853

Merged
merged 174 commits into from
Nov 21, 2022
Merged

Commits on Nov 21, 2022

  1. Added sendgrid example app. Also used for Compute Engine snippet.

    jmdobry authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    5c664af View commit details
    Browse the repository at this point in the history
  2. Add Logging examples.

    jmdobry authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    e215da8 View commit details
    Browse the repository at this point in the history
  3. Added 14 Google App Engine samples.

    jmdobry authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    897d9c1 View commit details
    Browse the repository at this point in the history
  4. New Compute Engine samples.

    jmdobry authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    04f79f6 View commit details
    Browse the repository at this point in the history
  5. Upgraded dependencies, no longer testing on Node v0.10, switched to C…

    …odecov
    jmdobry authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    f213b4c View commit details
    Browse the repository at this point in the history
  6. Added requested Mailjet samples.

    jmdobry authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    d603873 View commit details
    Browse the repository at this point in the history
  7. Switched from JSHint to Semistandard and upgraded dependencies.

    jmdobry authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    9008ef1 View commit details
    Browse the repository at this point in the history
  8. Finished a bunch more Readme files.

    jmdobry authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    8aa7ac7 View commit details
    Browse the repository at this point in the history
  9. Update mailjet.js (#125)

    * Update mailjet.js
    
    configuring this with the nodemailer   {service: "mailjet"} sets the port to 587, which is blocked by the google.  This setup configuration works.
    CRoed authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    5e7ec7f View commit details
    Browse the repository at this point in the history
  10. Refactored tests (#159)

    * Refactor tests.
    
    * Tweak build.
    
    * Tweak build.
    
    * More tests.
    
    * Tweak build.
    
    * Tweak build.
    
    * Fix build.
    
    * Fix build.
    
    * Speed up build.
    
    * Fix build.
    
    * Remove extra dep.
    
    * Investigate why 0.12 fails.
    
    * Scripts.
    
    * More tests.
    
    * Upgrades
    
    * Upgrades
    
    * Update readme
    jmdobry authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    cad2e8c View commit details
    Browse the repository at this point in the history
  11. * Refactored Pub/Sub samples into nice command-line programs, like th…

    …e new Cloud Storage samples (#164)
    
    * Brought Pub/Sub samples code coverage up to 98.66%
    jmdobry authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    2deb9e5 View commit details
    Browse the repository at this point in the history
  12. Switch to individual API packages. (#169)

    * Switch to individual API packages.
    
    * Address comments
    
    * Address comments
    jmdobry authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    172baa2 View commit details
    Browse the repository at this point in the history
  13. Upgrade Sendgrid version in Compute sample (#211)

    * Update Sendgrid library to latest version
    Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    2151afb View commit details
    Browse the repository at this point in the history
  14. Upgrade apps for env:flex. (#241)

    * Upgrade apps for env:flex.
    
    * Address comments.
    
    * Fix lint.
    
    * Address comments.
    jmdobry authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    bd0e674 View commit details
    Browse the repository at this point in the history
  15. Revert "Upgrade apps for env:flex." (#242)

    jmdobry authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    34048d0 View commit details
    Browse the repository at this point in the history
  16. Upgrade GAE apps to env: flex (#253)

    jmdobry authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    6cd33bd View commit details
    Browse the repository at this point in the history
  17. Update storage samples. (#263)

    * Update storage samples.
    
    * Update dependencies.
    jmdobry authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    bf5e742 View commit details
    Browse the repository at this point in the history
  18. Switch from Mocha to Ava for faster tests (#289)

    * Switch from Mocha to Ava
    
    * Concurrency: 5
    jmdobry authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    1be09d8 View commit details
    Browse the repository at this point in the history
  19. Switch to Yarn for CI build. (#290)

    jmdobry authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    0333dd1 View commit details
    Browse the repository at this point in the history
  20. Vision snippets. (#294)

    jmdobry authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    172d9e1 View commit details
    Browse the repository at this point in the history
  21. Update dependencies.

    jmdobry authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    9b28552 View commit details
    Browse the repository at this point in the history
  22. Travis: fix failing tests + update dependencies (#335)

    * Make unify script recursive + clean up dependency conflicts
    
    * Restore travis.yml
    
    * Delete outdated text detection sample that duplicates detect.js
    
    * Fix failing KMS + vision tests by updating dependencies
    
    * Fix video tests using a bad cwd
    
    * Upgrade monitoring dependency + skip flaky monitoring tests
    
    * Fix DLP tests having wrong cwd
    
    * Fix failing vision test
    
    * Fix datastore tests
    
    * Update broken dependency
    
    * Update possibly broken compute engine dependency
    
    * Fix typos
    
    * Disable Node 4 testing
    
    * Revert deletion of outdated sample - @gguuss says we still use this.
    
    This reverts commit b7259c8.
    
    * Update dependency
    Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    f6c1033 View commit details
    Browse the repository at this point in the history
  23. Cleanup App Engine samples and re-work tests. (#354)

    jmdobry authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    076c48b View commit details
    Browse the repository at this point in the history
  24. Upgrade to repo tools v1.4.7 (#370)

    jmdobry authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    cfc2f7d View commit details
    Browse the repository at this point in the history
  25. Upgrade repo tools and regenerate READMEs. (#384)

    jmdobry authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    3f01c09 View commit details
    Browse the repository at this point in the history
  26. Upgrade repo tools and regenerate READMEs.

    jmdobry authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    409573d View commit details
    Browse the repository at this point in the history
  27. Add + run dependency updating (bash) script (#401)

    * Add + run dependency updating script
    
    * Address comments
    
    Change-Id: I67af9d3ab9e461b579dbaee92274b6163d73c23e
    
    * Run dependency script again
    
    Change-Id: Icbec4acb2cc6bcfa40e0a3a705c5a1059d64efa5
    
    * Update license
    
    Change-Id: Ic1dd0a1bd34356e415bdbf005b81a71a8d2695c2
    
    * Update (more) dependencies
    
    Change-Id: Idaed95b9cfe486797fa75946b6f55e7e702217b8
    Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    df13d05 View commit details
    Browse the repository at this point in the history
  28. Update dependencies + fix a few tests (#448)

    * Add semistandard as a devDependency
    
    * Fix storage tests
    
    * Fix language tests
    
    * Update (some) dependencies
    
    * Fix language slackbot tests
    Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    48e73a3 View commit details
    Browse the repository at this point in the history
  29. Build updates. (#462)

    jmdobry authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    14146f3 View commit details
    Browse the repository at this point in the history
  30. Update dependencies (#468)

    * Fix docs-samples tests, round 1
    
    * Fix circle.yml
    
    * Add RUN_ALL_BUILDS flag
    
    * More container builder bugfixes
    
    * Tweak env vars + remove manual proxy install
    
    * Env vars in bashrc don't evaluate dynamically, so avoid them
    
    * Add semicolons for command ordering
    
    * Add appengine/static-files test to circle.yaml
    
    * Fix failing container builder tests
    
    * Address comments
    Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    31a1697 View commit details
    Browse the repository at this point in the history
  31. Repo Migration (#7)

    lukesneeringer authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    2da63ac View commit details
    Browse the repository at this point in the history
  32. Version bump to 0.8.0 (#8)

    lukesneeringer authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    001a915 View commit details
    Browse the repository at this point in the history
  33. 0.9.1 (#42)

    * 0.9.1
    stephenplusplus authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    053f6db View commit details
    Browse the repository at this point in the history
  34. v0.10.0 (#54)

    * 0.10.0
    
    * 0.10.0
    stephenplusplus authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    e7a2be6 View commit details
    Browse the repository at this point in the history
  35. Upgrade repo-tools and regenerate scaffolding. (#55)

    jmdobry authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    cfc531b View commit details
    Browse the repository at this point in the history
  36. Update @google-cloud/common to the latest version 🚀 (#57)

    * fix(package): update @google-cloud/common to version 0.17.0
    
    * Update package locks
    greenkeeper[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    a9eac28 View commit details
    Browse the repository at this point in the history
  37. Fix link (#62)

    jmdobry authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    77b6016 View commit details
    Browse the repository at this point in the history
  38. Fix quickstart code sample (#69)

    fhinkel authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    e9db288 View commit details
    Browse the repository at this point in the history
  39. chore: lock files maintenance (#71)

    * chore: lock files maintenance
    
    * chore: lock files maintenance
    alexander-fenster authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    b029595 View commit details
    Browse the repository at this point in the history
  40. Update repo-tools to 2.3.0 (#72)

    fhinkel authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    1eeefdc View commit details
    Browse the repository at this point in the history
  41. Fix Readme.md in /samples (#73)

    Delete tests for sendgrid and mailjet.
    Add vms_api to the list of samples.
    
    Add descriptions, fix sample code, and fix broken links
    fhinkel authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    410e9f0 View commit details
    Browse the repository at this point in the history
  42. test: make samples tests pass (#77)

    * chore: do not run samples test task
    
    * make samples tests work
    
    * circleci config
    
    * making vms_api sample test work
    
    * make lint pass for samples
    alexander-fenster authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    5940b04 View commit details
    Browse the repository at this point in the history
  43. chore: lock files maintenance (#78)

    * chore: lock files maintenance
    
    * chore: lock files maintenance
    alexander-fenster authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    b4d46f1 View commit details
    Browse the repository at this point in the history
  44. Add sample demonstrating startup script (#80)

    Add sample demonstrating startup script
    
    Add a sample that demonstrates how to create a VM
    and install Apache and a custom homepage on startup.
    
    Drive-by fix: Use lint config generated by repo-tools, do not use
    Node 8 features like destructuring.
    fhinkel authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    8709c9c View commit details
    Browse the repository at this point in the history
  45. Increase timeout in startup sample test (#86)

    fhinkel authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    da52371 View commit details
    Browse the repository at this point in the history
  46. Fix problem with multiple deletes in test (#85)

    fhinkel authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    bffc92f View commit details
    Browse the repository at this point in the history
  47. chore: lock files maintenance (#88)

    * chore: lock files maintenance
    
    * chore: lock files maintenance
    
    * chore: lock files maintenance
    
    * try with node user
    alexander-fenster authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    12293ce View commit details
    Browse the repository at this point in the history
  48. Simplify JS and use HTML standard (#91)

    fhinkel authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    672fab3 View commit details
    Browse the repository at this point in the history
  49. Fix formatting (#92)

    fhinkel authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    656df22 View commit details
    Browse the repository at this point in the history
  50. fix: update all the dependencies (#95)

    JustinBeckwith authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    d5a00d1 View commit details
    Browse the repository at this point in the history
  51. Add mailjet and sendgrid back in (#110)

    Mostly a revert of 518d762fb001e230e5fbd2638bbaa45f77858c2d
    
    Samples are needed for pages in the documentation.
    fhinkel authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    2db99f7 View commit details
    Browse the repository at this point in the history
  52. chore: update sample lockfiles (#117)

    JustinBeckwith authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    4521610 View commit details
    Browse the repository at this point in the history
  53. refactor: drop repo-tool as an exec wrapper (#118)

    JustinBeckwith authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    6b90b4c View commit details
    Browse the repository at this point in the history
  54. chore(deps): update dependency ava to v0.25.0 (#120)

    renovate[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    9335c13 View commit details
    Browse the repository at this point in the history
  55. chore(deps): update dependency @google-cloud/nodejs-repo-tools to v2.…

    …3.0 (#119)
    renovate[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    7f69e58 View commit details
    Browse the repository at this point in the history
  56. chore(deps): lock file maintenance (#123)

    renovate[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    3d3742a View commit details
    Browse the repository at this point in the history
  57. chore(deps): lock file maintenance (#127)

    renovate[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    199945f View commit details
    Browse the repository at this point in the history
  58. fix: drop support for node.js 4.x and 9.x (#126)

    JustinBeckwith authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    6f97e4f View commit details
    Browse the repository at this point in the history
  59. chore(deps): lock file maintenance (#128)

    renovate[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    e99ea7f View commit details
    Browse the repository at this point in the history
  60. chore(deps): lock file maintenance (#129)

    renovate[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    b3a6d85 View commit details
    Browse the repository at this point in the history
  61. chore(deps): update dependency @google-cloud/nodejs-repo-tools to v2.…

    …3.1 (#130)
    renovate[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    06b2d5e View commit details
    Browse the repository at this point in the history
  62. chore(deps): lock file maintenance (#131)

    renovate[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    8ef2cc8 View commit details
    Browse the repository at this point in the history
  63. chore(deps): lock file maintenance (#134)

    renovate[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    5608552 View commit details
    Browse the repository at this point in the history
  64. chore: require node 8 for samples (#136)

    JustinBeckwith authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    9ac1a9f View commit details
    Browse the repository at this point in the history
  65. chore(deps): lock file maintenance (#138)

    renovate[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    29e0e7b View commit details
    Browse the repository at this point in the history
  66. chore(deps): lock file maintenance (#141)

    renovate[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    1feb88e View commit details
    Browse the repository at this point in the history
  67. chore: ignore package-lock.json (#142)

    * chore: ignore package-log.json
    
    * remove locky
    
    * renovateeee
    JustinBeckwith authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    286e07f View commit details
    Browse the repository at this point in the history
  68. fix(deps): update dependency googleapis to v33 (#144)

    renovate[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    f08998a View commit details
    Browse the repository at this point in the history
  69. Enable no-var in eslint (#153)

    JustinBeckwith authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    48df157 View commit details
    Browse the repository at this point in the history
  70. Enable prefer-const in the eslint config (#155)

    JustinBeckwith authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    ce47c47 View commit details
    Browse the repository at this point in the history
  71. fix(deps): update dependency googleapis to v34 (#162)

    renovate[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    eb77011 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    b9c3f6a View commit details
    Browse the repository at this point in the history
  73. fix(deps): upgrade to the latest gce-images (#201)

    JustinBeckwith authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    ea6e3ca View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    86a8105 View commit details
    Browse the repository at this point in the history
  75. fix(deps): update dependency googleapis to v35 (#205)

    renovate[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    37fb82b View commit details
    Browse the repository at this point in the history
  76. fix(deps): update dependency googleapis to v36 (#225)

    renovate[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    55a5655 View commit details
    Browse the repository at this point in the history
  77. fix: improve the samples and tests (#236)

    JustinBeckwith authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    b4cea9d View commit details
    Browse the repository at this point in the history
  78. chore: remove repo-tools from a few spots (#239)

    JustinBeckwith authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    ab583c2 View commit details
    Browse the repository at this point in the history
  79. Release v0.11.0 (#242)

    JustinBeckwith authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    614f364 View commit details
    Browse the repository at this point in the history
  80. fix: modernize the samples (#240)

    JustinBeckwith authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    fae7dd0 View commit details
    Browse the repository at this point in the history
  81. docs: use the latest sendgrid npm module (#246)

    JustinBeckwith authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    767ecab View commit details
    Browse the repository at this point in the history
  82. fix(deps): update dependency nodemailer to v5 (#247)

    renovate[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    29681bf View commit details
    Browse the repository at this point in the history
  83. build: check broken links in generated docs (#248)

    jkwlui authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    530eaa8 View commit details
    Browse the repository at this point in the history
  84. chore(deps): update dependency mocha to v6 (#269)

    renovate[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    728b2c8 View commit details
    Browse the repository at this point in the history
  85. Release v0.12.0 (#276)

    JustinBeckwith authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    d2d8fc9 View commit details
    Browse the repository at this point in the history
  86. fix(deps): update dependency nodemailer to v6

    fix(deps): update dependency nodemailer to v6
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change | References |
    |---|---|---|---|---|
    | nodemailer | dependencies | major | [`^5.0.0` -> `^6.0.0`](https://diff.intrinsic.com/nodemailer/5.1.1/6.0.0) | [homepage](https://nodemailer.com/), [source](https://github.com/nodemailer/nodemailer) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>nodemailer/nodemailer</summary>
    
    ### [`v6.0.0`](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md#&#8203;600-2019-03-25)
    
    [Compare Source](https://github.com/nodemailer/nodemailer/compare/v5.1.1...v6.0.0)
    
    -   SMTPConnection: use removeListener instead of removeAllListeners (xr0master) [ddc4af15]
        Using removeListener should fix memory leak with Node.js streams
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: "after 9am and before 3pm" (UTC).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR is stale, or if you modify the PR title to begin with "`rebase!`".
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://github.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#googleapis/nodejs-compute).
    
    #283 automerged by dpebot
    renovate[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    93a8e54 View commit details
    Browse the repository at this point in the history
  87. refactor: use execSync for tests (#286)

    JustinBeckwith authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    37f05ff View commit details
    Browse the repository at this point in the history
  88. docs: use repo-metadata to generate README (#289)

    JustinBeckwith authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    39f62d9 View commit details
    Browse the repository at this point in the history
  89. chore: release 1.0.0 (#312)

    * updated CHANGELOG.md
    
    * updated package.json
    
    * updated samples/package.json
    yoshi-automation authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    9e536dd View commit details
    Browse the repository at this point in the history
  90. chore: release 1.0.1 (#314)

    * updated CHANGELOG.md
    
    * updated package.json
    
    * updated samples/package.json
    yoshi-automation authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    fbb774a View commit details
    Browse the repository at this point in the history
  91. chore: release 1.1.0 (#324)

    * updated CHANGELOG.md
    
    * updated package.json
    
    * updated samples/package.json
    yoshi-automation authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    74ba13f View commit details
    Browse the repository at this point in the history
  92. chore: release 1.1.1 (#334)

    * updated CHANGELOG.md [ci skip]
    
    * updated package.json [ci skip]
    
    * updated samples/package.json [ci skip]
    yoshi-automation authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    0f83260 View commit details
    Browse the repository at this point in the history
  93. chore: release 1.1.2 (#340)

    * updated CHANGELOG.md [ci skip]
    
    * updated package.json [ci skip]
    
    * updated samples/package.json [ci skip]
    yoshi-automation authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    ac9c023 View commit details
    Browse the repository at this point in the history
  94. chore: release 1.1.3 (#345)

    * updated CHANGELOG.md [ci skip]
    
    * updated package.json [ci skip]
    
    * updated samples/package.json [ci skip]
    yoshi-automation authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    4daa4d8 View commit details
    Browse the repository at this point in the history
  95. chore: release 1.1.4 (#347)

    yoshi-automation authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    9fc8af4 View commit details
    Browse the repository at this point in the history
  96. chore: release 1.1.5 (#351)

    * updated CHANGELOG.md [ci skip]
    
    * updated package.json [ci skip]
    
    * updated samples/package.json [ci skip]
    yoshi-automation authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    c80c322 View commit details
    Browse the repository at this point in the history
  97. chore: release 1.1.6 (#366)

    release-please[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    fc3bf79 View commit details
    Browse the repository at this point in the history
  98. chore: update license headers

    JustinBeckwith authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    7c40a22 View commit details
    Browse the repository at this point in the history
  99. chore: release 1.1.7 (#372)

    release-please[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    06798b8 View commit details
    Browse the repository at this point in the history
  100. chore: release 1.1.8 (#376)

    release-please[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    2fa0778 View commit details
    Browse the repository at this point in the history
  101. chore(deps): update dependency mocha to v7 (#386)

    renovate-bot authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    6c3d812 View commit details
    Browse the repository at this point in the history
  102. chore: release 1.2.0 (#393)

    release-please[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    bf211ad View commit details
    Browse the repository at this point in the history
  103. chore(deps): update dependency uuid to v7

    renovate-bot authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    646d7e5 View commit details
    Browse the repository at this point in the history
  104. fix(deps): update dependency @sendgrid/mail to v7 (#424)

    renovate-bot authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    9934c34 View commit details
    Browse the repository at this point in the history
  105. build!: update to latest version of gts and typescript (#433)

    sofisl authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    a9fd2c6 View commit details
    Browse the repository at this point in the history
  106. chore(deps): update dependency uuid to v8 (#441)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [uuid](https://github.com/uuidjs/uuid) | devDependencies | major | [`^7.0.0` -> `^8.0.0`](https://renovatebot.com/diffs/npm/uuid/7.0.3/8.0.0) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>uuidjs/uuid</summary>
    
    ### [`v8.0.0`](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md#&#8203;800-httpsgithubcomuuidjsuuidcomparev703v800-2020-04-29)
    
    [Compare Source](https://github.com/uuidjs/uuid/compare/v7.0.3...v8.0.0)
    
    ##### ⚠ BREAKING CHANGES
    
    -   For native ECMAScript Module (ESM) usage in Node.js only named exports are exposed, there is no more default export.
    
        ```diff
        -import uuid from 'uuid';
        -console.log(uuid.v4()); // -> 'cd6c3b08-0adc-4f4b-a6ef-36087a1c9869'
        +import { v4 as uuidv4 } from 'uuid';
        +uuidv4(); // ⇨ '9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d'
        ```
    
    -   Deep requiring specific algorithms of this library like `require('uuid/v4')`, which has been deprecated in `uuid@7`, is no longer supported.
    
        Instead use the named exports that this module exports.
    
        For ECMAScript Modules (ESM):
    
        ```diff
        -import uuidv4 from 'uuid/v4';
        +import { v4 as uuidv4 } from 'uuid';
        uuidv4();
        ```
    
        For CommonJS:
    
        ```diff
        -const uuidv4 = require('uuid/v4');
        +const { v4: uuidv4 } = require('uuid');
        uuidv4();
        ```
    
    ##### Features
    
    -   native Node.js ES Modules (wrapper approach) ([#&#8203;423](https://github.com/uuidjs/uuid/issues/423)) ([2d9f590](https://github.com/uuidjs/uuid/commit/2d9f590ad9701d692625c07ed62f0a0f91227991)), closes [#&#8203;245](https://github.com/uuidjs/uuid/issues/245) [#&#8203;419](https://github.com/uuidjs/uuid/issues/419) [#&#8203;342](https://github.com/uuidjs/uuid/issues/342)
    -   remove deep requires ([#&#8203;426](https://github.com/uuidjs/uuid/issues/426)) ([daf72b8](https://github.com/uuidjs/uuid/commit/daf72b84ceb20272a81bb5fbddb05dd95922cbba))
    
    ##### Bug Fixes
    
    -   add CommonJS syntax example to README quickstart section ([#&#8203;417](https://github.com/uuidjs/uuid/issues/417)) ([e0ec840](https://github.com/uuidjs/uuid/commit/e0ec8402c7ad44b7ef0453036c612f5db513fda0))
    
    ##### [7.0.3](https://github.com/uuidjs/uuid/compare/v7.0.2...v7.0.3) (2020-03-31)
    
    ##### Bug Fixes
    
    -   make deep require deprecation warning work in browsers ([#&#8203;409](https://github.com/uuidjs/uuid/issues/409)) ([4b71107](https://github.com/uuidjs/uuid/commit/4b71107d8c0d2ef56861ede6403fc9dc35a1e6bf)), closes [#&#8203;408](https://github.com/uuidjs/uuid/issues/408)
    
    ##### [7.0.2](https://github.com/uuidjs/uuid/compare/v7.0.1...v7.0.2) (2020-03-04)
    
    ##### Bug Fixes
    
    -   make access to msCrypto consistent ([#&#8203;393](https://github.com/uuidjs/uuid/issues/393)) ([8bf2a20](https://github.com/uuidjs/uuid/commit/8bf2a20f3565df743da7215eebdbada9d2df118c))
    -   simplify link in deprecation warning ([#&#8203;391](https://github.com/uuidjs/uuid/issues/391)) ([bb2c8e4](https://github.com/uuidjs/uuid/commit/bb2c8e4e9f4c5f9c1eaaf3ea59710c633cd90cb7))
    -   update links to match content in readme ([#&#8203;386](https://github.com/uuidjs/uuid/issues/386)) ([44f2f86](https://github.com/uuidjs/uuid/commit/44f2f86e9d2bbf14ee5f0f00f72a3db1292666d4))
    
    ##### [7.0.1](https://github.com/uuidjs/uuid/compare/v7.0.0...v7.0.1) (2020-02-25)
    
    ##### Bug Fixes
    
    -   clean up esm builds for node and browser ([#&#8203;383](https://github.com/uuidjs/uuid/issues/383)) ([59e6a49](https://github.com/uuidjs/uuid/commit/59e6a49e7ce7b3e8fb0f3ee52b9daae72af467dc))
    -   provide browser versions independent from module system ([#&#8203;380](https://github.com/uuidjs/uuid/issues/380)) ([4344a22](https://github.com/uuidjs/uuid/commit/4344a22e7aed33be8627eeaaf05360f256a21753)), closes [#&#8203;378](https://github.com/uuidjs/uuid/issues/378)
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: "after 9am and before 3pm" (UTC).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/nodejs-compute).
    renovate-bot authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    d338b7e View commit details
    Browse the repository at this point in the history
  107. chore: release 2.0.0 (#436)

    🤖 I have created a release \*beep\* \*boop\* 
    ---
    ## [2.0.0](https://www.github.com/googleapis/nodejs-compute/compare/v1.2.0...v2.0.0) (2020-05-08)
    
    
    ### ⚠ BREAKING CHANGES
    
    * update to latest version of gts and typescript (#433)
    * require node 10 in engines field (#431)
    
    ### Features
    
    * require node 10 in engines field ([#431](https://www.github.com/googleapis/nodejs-compute/issues/431)) ([fe2897f](https://www.github.com/googleapis/nodejs-compute/commit/fe2897fd1d625df0ccf5b910ec850e761c2ed6d3))
    
    
    ### Bug Fixes
    
    * apache license URL ([#468](https://www.github.com/googleapis/nodejs-compute/issues/468)) ([#427](https://www.github.com/googleapis/nodejs-compute/issues/427)) ([02d63ed](https://www.github.com/googleapis/nodejs-compute/commit/02d63ed5a5a3559be0b5e49ed4c771b3661518a1))
    * **deps:** update dependency @google-cloud/common to v3 ([#421](https://www.github.com/googleapis/nodejs-compute/issues/421)) ([d4469b6](https://www.github.com/googleapis/nodejs-compute/commit/d4469b693745df5a8a36b6988b7dba98f7d55142))
    * **deps:** update dependency @google-cloud/paginator to v3 ([#419](https://www.github.com/googleapis/nodejs-compute/issues/419)) ([e667aee](https://www.github.com/googleapis/nodejs-compute/commit/e667aeecf7b9f51875c06cb6a885040828dc1181))
    * **deps:** update dependency @google-cloud/projectify to v2 ([#418](https://www.github.com/googleapis/nodejs-compute/issues/418)) ([b861540](https://www.github.com/googleapis/nodejs-compute/commit/b861540aa17118a7508c7c970d84864a9028f588))
    * **deps:** update dependency @google-cloud/promisify to v2 ([#417](https://www.github.com/googleapis/nodejs-compute/issues/417)) ([eedce75](https://www.github.com/googleapis/nodejs-compute/commit/eedce75e0d3f10dfed8151f12150d38d032f6a27))
    * **deps:** update dependency @sendgrid/mail to v7 ([#424](https://www.github.com/googleapis/nodejs-compute/issues/424)) ([17af0f4](https://www.github.com/googleapis/nodejs-compute/commit/17af0f425354b261f9afc8ab30e16e66b7193fec))
    
    
    ### Build System
    
    * update to latest version of gts and typescript ([#433](https://www.github.com/googleapis/nodejs-compute/issues/433)) ([a4fa8cc](https://www.github.com/googleapis/nodejs-compute/commit/a4fa8cc21df7a894486832b05449fa7afc02b7ee))
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please).
    release-please[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    ff7ac28 View commit details
    Browse the repository at this point in the history
  108. chore(deps): update dependency mocha to v8 (#447)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [mocha](https://mochajs.org/) ([source](https://github.com/mochajs/mocha)) | devDependencies | major | [`^7.0.0` -> `^8.0.0`](https://renovatebot.com/diffs/npm/mocha/7.2.0/8.0.1) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>mochajs/mocha</summary>
    
    ### [`v8.0.1`](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md#&#8203;801--2020-06-10)
    
    [Compare Source](https://github.com/mochajs/mocha/compare/v8.0.0...v8.0.1)
    
    The obligatory patch after a major.
    
    #### 🐛 Fixes
    
    -   [#&#8203;4328](https://github.com/mochajs/mocha/issues/4328): Fix `--parallel` when combined with `--watch` ([**@&#8203;boneskull**](https://github.com/boneskull))
    
    ### [`v8.0.0`](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md#&#8203;800--2020-06-10)
    
    [Compare Source](https://github.com/mochajs/mocha/compare/v7.2.0...v8.0.0)
    
    In this major release, Mocha adds the ability to _run tests in parallel_. Better late than never! Please note the **breaking changes** detailed below.
    
    Let's welcome [**@&#8203;giltayar**](https://github.com/giltayar) and [**@&#8203;nicojs**](https://github.com/nicojs) to the maintenance team!
    
    #### 💥 Breaking Changes
    
    -   [#&#8203;4164](https://github.com/mochajs/mocha/issues/4164): **Mocha v8.0.0 now requires Node.js v10.0.0 or newer.** Mocha no longer supports the Node.js v8.x line ("Carbon"), which entered End-of-Life at the end of 2019 ([**@&#8203;UlisesGascon**](https://github.com/UlisesGascon))
    
    -   [#&#8203;4175](https://github.com/mochajs/mocha/issues/4175): Having been deprecated with a warning since v7.0.0, **`mocha.opts` is no longer supported** ([**@&#8203;juergba**](https://github.com/juergba))
    
        ✨ **WORKAROUND:** Replace `mocha.opts` with a [configuration file](https://mochajs.org/#configuring-mocha-nodejs).
    
    -   [#&#8203;4260](https://github.com/mochajs/mocha/issues/4260): Remove `enableTimeout()` (`this.enableTimeout()`) from the context object ([**@&#8203;craigtaub**](https://github.com/craigtaub))
    
        ✨ **WORKAROUND:** Replace usage of `this.enableTimeout(false)` in your tests with `this.timeout(0)`.
    
    -   [#&#8203;4315](https://github.com/mochajs/mocha/issues/4315): The `spec` option no longer supports a comma-delimited list of files ([**@&#8203;juergba**](https://github.com/juergba))
    
        ✨ **WORKAROUND**: Use an array instead (e.g., `"spec": "foo.js,bar.js"` becomes `"spec": ["foo.js", "bar.js"]`).
    
    -   [#&#8203;4309](https://github.com/mochajs/mocha/issues/4309): Drop support for Node.js v13.x line, which is now End-of-Life ([**@&#8203;juergba**](https://github.com/juergba))
    
    -   [#&#8203;4282](https://github.com/mochajs/mocha/issues/4282): `--forbid-only` will throw an error even if exclusive tests are avoided via `--grep` or other means ([**@&#8203;arvidOtt**](https://github.com/arvidOtt))
    
    -   [#&#8203;4223](https://github.com/mochajs/mocha/issues/4223): The context object's `skip()` (`this.skip()`) in a "before all" (`before()`) hook will no longer execute subsequent sibling hooks, in addition to hooks in child suites ([**@&#8203;juergba**](https://github.com/juergba))
    
    -   [#&#8203;4178](https://github.com/mochajs/mocha/issues/4178): Remove previously soft-deprecated APIs ([**@&#8203;wnghdcjfe**](https://github.com/wnghdcjfe)):
        -   `Mocha.prototype.ignoreLeaks()`
        -   `Mocha.prototype.useColors()`
        -   `Mocha.prototype.useInlineDiffs()`
        -   `Mocha.prototype.hideDiff()`
    
    #### 🎉 Enhancements
    
    -   [#&#8203;4245](https://github.com/mochajs/mocha/issues/4245): Add ability to run tests in parallel for Node.js (see [docs](https://mochajs.org/#parallel-tests)) ([**@&#8203;boneskull**](https://github.com/boneskull))
    
        ❗ See also [#&#8203;4244](https://github.com/mochajs/mocha/issues/4244); [Root Hook Plugins (docs)](https://mochajs.org/#root-hook-plugins) -- _root hooks must be defined via Root Hook Plugins to work in parallel mode_
    
    -   [#&#8203;4304](https://github.com/mochajs/mocha/issues/4304): `--require` now works with ES modules ([**@&#8203;JacobLey**](https://github.com/JacobLey))
    
    -   [#&#8203;4299](https://github.com/mochajs/mocha/issues/4299): In some circumstances, Mocha can run ES modules under Node.js v10 -- _use at your own risk!_ ([**@&#8203;giltayar**](https://github.com/giltayar))
    
    #### 📖 Documentation
    
    -   [#&#8203;4246](https://github.com/mochajs/mocha/issues/4246): Add documentation for parallel mode and Root Hook plugins ([**@&#8203;boneskull**](https://github.com/boneskull))
    
    #### 🐛 Fixes
    
    (All bug fixes in Mocha v8.0.0 are also breaking changes, and are listed above)
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    📅 **Schedule**: "after 9am and before 3pm" (UTC).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻️ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/nodejs-compute).
    renovate-bot authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    c3c14d0 View commit details
    Browse the repository at this point in the history
  109. test: cleanup logic causes errors (#452)

    bcoe authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    6be7c39 View commit details
    Browse the repository at this point in the history
  110. chore: release 2.0.1 (#446)

    release-please[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    2a23c5e View commit details
    Browse the repository at this point in the history
  111. chore: release 2.0.2 (#462)

    * updated CHANGELOG.md [ci skip]
    
    * updated package.json [ci skip]
    
    * updated samples/package.json
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    9469503 View commit details
    Browse the repository at this point in the history
  112. chore: release 2.0.3 (#473)

    * chore: updated samples/package.json [ci skip]
    
    * chore: updated CHANGELOG.md [ci skip]
    
    * chore: updated package.json
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    35c96f8 View commit details
    Browse the repository at this point in the history
  113. chore: release 2.1.0 (#481)

    * chore: updated samples/package.json [ci skip]
    
    * chore: updated CHANGELOG.md [ci skip]
    
    * chore: updated package.json
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    c6e431c View commit details
    Browse the repository at this point in the history
  114. test: remove prettier dep fixing linting (#497)

    bcoe authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    3057895 View commit details
    Browse the repository at this point in the history
  115. chore: release 2.2.0 (#501)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    8a4239f View commit details
    Browse the repository at this point in the history
  116. chore: release 2.3.0 (#508)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    a2b3640 View commit details
    Browse the repository at this point in the history
  117. chore: release 2.4.0 (#517)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    bd07163 View commit details
    Browse the repository at this point in the history
  118. chore: release 2.4.1 (#524)

    release-please[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    cdb578b View commit details
    Browse the repository at this point in the history
  119. chore: release 2.4.2 (#535)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    1eba89e View commit details
    Browse the repository at this point in the history
  120. chore: release 2.4.3 (#542)

    release-please[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    298ec5a View commit details
    Browse the repository at this point in the history
  121. chore: release 2.4.4 (#552)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    f59446d View commit details
    Browse the repository at this point in the history
  122. docs: fixes small typo (#553)

    * docs: Fixes small typo
    
    * docs: Add missing gce_startup_script end comment
    
    * lint fix
    
    * copyright fix
    
    Co-authored-by: Takashi Matsuo <tmatsuo@google.com>
    2 people authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    34ef8ed View commit details
    Browse the repository at this point in the history
  123. chore: release 2.5.0 (#561)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    f44c805 View commit details
    Browse the repository at this point in the history
  124. Configuration menu
    Copy the full SHA
    2692f4a View commit details
    Browse the repository at this point in the history
  125. chore: release 2.6.0 (#583)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ## [2.6.0](https://www.github.com/googleapis/nodejs-compute/compare/v2.5.1...v2.6.0) (2021-06-29)
    
    
    ### Features
    
    * Adding implementation of startWithEncryptionKey api call ([#539](https://www.github.com/googleapis/nodejs-compute/issues/539)) ([f8018a6](https://www.github.com/googleapis/nodejs-compute/commit/f8018a61bf0b986d6ad2d5a9216c5bcfb4bdcc6f))
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    11f35b3 View commit details
    Browse the repository at this point in the history
  126. feat!: new generated version of compute API (#537)

    alexander-fenster authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    b30c442 View commit details
    Browse the repository at this point in the history
  127. chore(compute): change LRO wrappers (#605)

    FrodoTheTrue authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    2b69657 View commit details
    Browse the repository at this point in the history
  128. chore(samples): remove default rest and compute_protos (#608)

    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    2 people authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    429b53f View commit details
    Browse the repository at this point in the history
  129. Configuration menu
    Copy the full SHA
    50620e7 View commit details
    Browse the repository at this point in the history
  130. feat: add minimum wrapper for compute LRO method (#618)

    summer-ji-eng authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    864bb21 View commit details
    Browse the repository at this point in the history
  131. test: address race condition with setUsageExportBucket (#622)

    bcoe authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    619078d View commit details
    Browse the repository at this point in the history
  132. chore(samples): start/stop samples (#631)

    FrodoTheTrue authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    4eb65b5 View commit details
    Browse the repository at this point in the history
  133. chore(docs): firewall samples

    FrodoTheTrue authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    9806691 View commit details
    Browse the repository at this point in the history
  134. chore(samples): create instance from template samples (#640)

    FrodoTheTrue authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    30e0cd4 View commit details
    Browse the repository at this point in the history
  135. test: retry flaky firewall tests (#646)

    Modifies samples so they actually exit with 1 on failure. Add cleanup step and
    retry logic to flaky firewall tests.
    
    Fixes #643, #642
    bcoe authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    2809f17 View commit details
    Browse the repository at this point in the history
  136. chore(samples): add custom hostname instances samples (#650)

    FrodoTheTrue authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    1ea406a View commit details
    Browse the repository at this point in the history
  137. chore(samples): update enums and style (#656)

    FrodoTheTrue authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    38265b8 View commit details
    Browse the repository at this point in the history
  138. fix(deps): update google-gax with http grpc status code mapping (#655)

    * test: update google-gax preview change
    
    * fix system test
    
    * update sample dependency
    
    * revert version
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Update package.json
    
    release related change in google-gax
    
    * chore: run tests on Node 16
    
    * chore: exclude ci.yaml
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * chore: run on Node 16
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Alexander Fenster <fenster@google.com>
    3 people authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    d7725cb View commit details
    Browse the repository at this point in the history
  139. fix!: drop support for Node.js 10 (#668)

    * fix!: drop support for Node.js 10
    
    * fix!: drop support for Node.js 10
    
    * fix!: drop support for Node.js 10
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * chore: do not run on Node 10
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Release-As: 3.1.0
    2 people authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    e5f8b0a View commit details
    Browse the repository at this point in the history
  140. chore(samples): bump version in samples (#658)

    FrodoTheTrue authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    7b2da88 View commit details
    Browse the repository at this point in the history
  141. chore(samples): add create start instance samples

    FrodoTheTrue authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    cc162f3 View commit details
    Browse the repository at this point in the history
  142. chore(samples): add periodical instances deletion (#680)

    FrodoTheTrue authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    6baa22d View commit details
    Browse the repository at this point in the history
  143. chore(main): release 3.1.2 (#689)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    77b860b View commit details
    Browse the repository at this point in the history
  144. chore(samples): fix function name (#694)

    FrodoTheTrue authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    7eb38ac View commit details
    Browse the repository at this point in the history
  145. chore(samples): add delete protection samples (#696)

    Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
    Co-authored-by: Jeffrey Rennie <rennie@google.com>
    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    4 people authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    d5002b1 View commit details
    Browse the repository at this point in the history
  146. chore(samples): add create instance templates samples (#695)

    FrodoTheTrue authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    b4787c5 View commit details
    Browse the repository at this point in the history
  147. chore(samples): create windows images samples (#703)

    FrodoTheTrue authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    9607aae View commit details
    Browse the repository at this point in the history
  148. Configuration menu
    Copy the full SHA
    4192ae0 View commit details
    Browse the repository at this point in the history
  149. chore(samples): add test comments (#705)

    FrodoTheTrue authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    015a005 View commit details
    Browse the repository at this point in the history
  150. chore(main): release 3.2.0 (#711)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    86de6df View commit details
    Browse the repository at this point in the history
  151. chore(main): release 3.2.1 (#713)

    release-please[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    7d4cd7e View commit details
    Browse the repository at this point in the history
  152. chore(samples): fix function name (#719)

    FrodoTheTrue authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    f476812 View commit details
    Browse the repository at this point in the history
  153. build: update library to use Node 12 (#729)

    * build: Update library to use Node 12
    sofisl authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    9883cee View commit details
    Browse the repository at this point in the history
  154. Configuration menu
    Copy the full SHA
    3886dca View commit details
    Browse the repository at this point in the history
  155. chore(main): release 3.3.0 (#731)

    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    release-please[bot] authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    3e0c3af View commit details
    Browse the repository at this point in the history
  156. chore(samples): add suspend/resume samples (#735)

    FrodoTheTrue authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    bef3bf4 View commit details
    Browse the repository at this point in the history
  157. chore(samples): add preemptible vm samples (#732)

    FrodoTheTrue authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    b30b005 View commit details
    Browse the repository at this point in the history
  158. chore(samples): minor changes in a sample comment

    savijatv authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    847581f View commit details
    Browse the repository at this point in the history
  159. chore(main): release 3.4.0 (#749)

    * chore(main): release 3.4.0
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    2 people authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    cd417ca View commit details
    Browse the repository at this point in the history
  160. test(samples): do not try creating an instance if it already exists (#…

    …756)
    
    * test(samples): do not try creating an instance if it already exists
    sofisl authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    237b8d7 View commit details
    Browse the repository at this point in the history
  161. Configuration menu
    Copy the full SHA
    b542288 View commit details
    Browse the repository at this point in the history
  162. chore(samples): add custom machine type samples (#742)

    FrodoTheTrue authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    66e81ad View commit details
    Browse the repository at this point in the history
  163. test: turn off flaky tests (#791)

    Tests have been turned off due to flakiness.
    
    Fixes #788, #787
    bcoe authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    664fb09 View commit details
    Browse the repository at this point in the history
  164. chore(main): release 3.5.0 (#776)

    * chore(main): release 3.5.0
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    2 people authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    11f717a View commit details
    Browse the repository at this point in the history
  165. chore(deps): update dependency uuid to v9 (#789)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [uuid](https://github.com/uuidjs/uuid) | [`^8.0.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/uuid/8.3.2/9.0.0) | [![age](https://badges.renovateapi.com/packages/npm/uuid/9.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/uuid/9.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/uuid/9.0.0/compatibility-slim/8.3.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/uuid/9.0.0/confidence-slim/8.3.2)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>uuidjs/uuid</summary>
    
    ### [`v9.0.0`](https://github.com/uuidjs/uuid/blob/HEAD/CHANGELOG.md#&#8203;900-httpsgithubcomuuidjsuuidcomparev832v900-2022-09-05)
    
    [Compare Source](https://github.com/uuidjs/uuid/compare/v8.3.2...v9.0.0)
    
    ##### ⚠ BREAKING CHANGES
    
    -   Drop Node.js 10.x support. This library always aims at supporting one EOLed LTS release which by this time now is 12.x which has reached EOL 30 Apr 2022.
    
    -   Remove the minified UMD build from the package.
    
        Minified code is hard to audit and since this is a widely used library it seems more appropriate nowadays to optimize for auditability than to ship a legacy module format that, at best, serves educational purposes nowadays.
    
        For production browser use cases, users should be using a bundler. For educational purposes, today's online sandboxes like replit.com offer convenient ways to load npm modules, so the use case for UMD through repos like UNPKG or jsDelivr has largely vanished.
    
    -   Drop IE 11 and Safari 10 support. Drop support for browsers that don't correctly implement const/let and default arguments, and no longer transpile the browser build to ES2015.
    
        This also removes the fallback on msCrypto instead of the crypto API.
    
        Browser tests are run in the first supported version of each supported browser and in the latest (as of this commit) version available on Browserstack.
    
    ##### Features
    
    -   optimize uuid.v1 by 1.3x uuid.v4 by 4.3x (430%) ([#&#8203;597](https://github.com/uuidjs/uuid/issues/597)) ([3a033f6](https://github.com/uuidjs/uuid/commit/3a033f6bab6bb3780ece6d645b902548043280bc))
    -   remove UMD build ([#&#8203;645](https://github.com/uuidjs/uuid/issues/645)) ([e948a0f](https://github.com/uuidjs/uuid/commit/e948a0f22bf22f4619b27bd913885e478e20fe6f)), closes [#&#8203;620](https://github.com/uuidjs/uuid/issues/620)
    -   use native crypto.randomUUID when available ([#&#8203;600](https://github.com/uuidjs/uuid/issues/600)) ([c9e076c](https://github.com/uuidjs/uuid/commit/c9e076c852edad7e9a06baaa1d148cf4eda6c6c4))
    
    ##### Bug Fixes
    
    -   add Jest/jsdom compatibility ([#&#8203;642](https://github.com/uuidjs/uuid/issues/642)) ([16f9c46](https://github.com/uuidjs/uuid/commit/16f9c469edf46f0786164cdf4dc980743984a6fd))
    -   change default export to named function ([#&#8203;545](https://github.com/uuidjs/uuid/issues/545)) ([c57bc5a](https://github.com/uuidjs/uuid/commit/c57bc5a9a0653273aa639cda9177ce52efabe42a))
    -   handle error when parameter is not set in v3 and v5 ([#&#8203;622](https://github.com/uuidjs/uuid/issues/622)) ([fcd7388](https://github.com/uuidjs/uuid/commit/fcd73881692d9fabb63872576ba28e30ff852091))
    -   run npm audit fix ([#&#8203;644](https://github.com/uuidjs/uuid/issues/644)) ([04686f5](https://github.com/uuidjs/uuid/commit/04686f54c5fed2cfffc1b619f4970c4bb8532353))
    -   upgrading from uuid3 broken link ([#&#8203;568](https://github.com/uuidjs/uuid/issues/568)) ([1c849da](https://github.com/uuidjs/uuid/commit/1c849da6e164259e72e18636726345b13a7eddd6))
    
    ##### build
    
    -   drop Node.js 8.x from babel transpile target ([#&#8203;603](https://github.com/uuidjs/uuid/issues/603)) ([aa11485](https://github.com/uuidjs/uuid/commit/aa114858260402107ec8a1e1a825dea0a259bcb5))
    
    -   drop support for legacy browsers (IE11, Safari 10) ([#&#8203;604](https://github.com/uuidjs/uuid/issues/604)) ([0f433e5](https://github.com/uuidjs/uuid/commit/0f433e5ec444edacd53016de67db021102f36148))
    
    -   drop node 10.x to upgrade dev dependencies ([#&#8203;653](https://github.com/uuidjs/uuid/issues/653)) ([28a5712](https://github.com/uuidjs/uuid/commit/28a571283f8abda6b9d85e689f95b7d3ee9e282e)), closes [#&#8203;643](https://github.com/uuidjs/uuid/issues/643)
    
    ##### [8.3.2](https://github.com/uuidjs/uuid/compare/v8.3.1...v8.3.2) (2020-12-08)
    
    ##### Bug Fixes
    
    -   lazy load getRandomValues ([#&#8203;537](https://github.com/uuidjs/uuid/issues/537)) ([16c8f6d](https://github.com/uuidjs/uuid/commit/16c8f6df2f6b09b4d6235602d6a591188320a82e)), closes [#&#8203;536](https://github.com/uuidjs/uuid/issues/536)
    
    ##### [8.3.1](https://github.com/uuidjs/uuid/compare/v8.3.0...v8.3.1) (2020-10-04)
    
    ##### Bug Fixes
    
    -   support expo>=39.0.0 ([#&#8203;515](https://github.com/uuidjs/uuid/issues/515)) ([c65a0f3](https://github.com/uuidjs/uuid/commit/c65a0f3fa73b901959d638d1e3591dfacdbed867)), closes [#&#8203;375](https://github.com/uuidjs/uuid/issues/375)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/nodejs-compute).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTEuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE5MS4wIn0=-->
    renovate-bot authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    01ef19e View commit details
    Browse the repository at this point in the history
  166. chore(main): release 3.5.1 (#793)

    * chore(main): release 3.5.1
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    2 people authored and Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    30f08da View commit details
    Browse the repository at this point in the history
  167. Add workflows config

    ace-n committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    7e83f34 View commit details
    Browse the repository at this point in the history
  168. Remove unused tests

    ace-n committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    b289c76 View commit details
    Browse the repository at this point in the history
  169. Increase test timeout to 2 hours

    ace-n committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    6602ca0 View commit details
    Browse the repository at this point in the history
  170. Remove unused cleanup code to fix tests

    Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    c87e950 View commit details
    Browse the repository at this point in the history
  171. Fix lint

    Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    ff109be View commit details
    Browse the repository at this point in the history
  172. Fix lint, take 3 (delete more code)

    Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    9d2474d View commit details
    Browse the repository at this point in the history
  173. Add paths param to pull_request_target

    Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    3ca793c View commit details
    Browse the repository at this point in the history
  174. Merge branch 'main' into nodejs-compute-migration

    Ace Nassri committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    e44f5d3 View commit details
    Browse the repository at this point in the history