Skip to content

Commit 2f67623

Browse files
release-please[bot]gcf-owl-bot[bot]sofisl
authored
chore(main): release 0.3.0 (#35)
* chore(main): release 0.3.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> Co-authored-by: sofisl <[email protected]>
1 parent d467170 commit 2f67623

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

packages/google-cloud-run/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/googleapis/nodejs-run/compare/v0.2.3...v0.3.0) (2023-01-06)
4+
5+
6+
### Features
7+
8+
* Adds Cloud Run Jobs v2 API client libraries ([d2f1501](https://github.com/googleapis/nodejs-run/commit/d2f1501ca9bc842924cf13b6f2bd4e7d8d36b0ea))
9+
* Adds gRPC probe support to Cloud Run v2 API client libraries ([d2f1501](https://github.com/googleapis/nodejs-run/commit/d2f1501ca9bc842924cf13b6f2bd4e7d8d36b0ea))
10+
* Adds Startup and Liveness probes to Cloud Run v2 API client libraries ([d2f1501](https://github.com/googleapis/nodejs-run/commit/d2f1501ca9bc842924cf13b6f2bd4e7d8d36b0ea))
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** Use google-gax v3.5.2 ([#33](https://github.com/googleapis/nodejs-run/issues/33)) ([c6eef9a](https://github.com/googleapis/nodejs-run/commit/c6eef9ac1ef26eb966535a490fa5585fe0748f6e))
16+
* Regenerated protos JS and TS definitions ([#37](https://github.com/googleapis/nodejs-run/issues/37)) ([2f1d253](https://github.com/googleapis/nodejs-run/commit/2f1d25341172c844a5d9203bdafaf5ef49603282))
17+
318
## [0.2.3](https://github.com/googleapis/nodejs-run/compare/v0.2.2...v0.2.3) (2022-09-14)
419

520

packages/google-cloud-run/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/run",
3-
"version": "0.2.3",
3+
"version": "0.3.0",
44
"description": "Cloud Run Admin API",
55
"repository": "googleapis/nodejs-run",
66
"license": "Apache-2.0",

packages/google-cloud-run/samples/generated/v2/snippet_metadata.google.cloud.run.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-run",
4-
"version": "0.2.3",
4+
"version": "0.3.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-run/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "c8 mocha --timeout 600000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/run": "^0.2.3"
16+
"@google-cloud/run": "^0.3.0"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.1.0",

0 commit comments

Comments
 (0)