Skip to content

Commit be8432c

Browse files
release-please[bot]gcf-owl-bot[bot]Shabirmean
authored
chore(main): release 4.0.1 (#542)
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: Shabir Mohamed Abdul Samadh <[email protected]>
1 parent c60f5d2 commit be8432c

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

packages/google-container/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://www.npmjs.com/package/@google-cloud/container?activeTab=versions
66

7+
## [4.0.1](https://github.com/googleapis/nodejs-cloud-container/compare/v4.0.0...v4.0.1) (2022-06-10)
8+
9+
10+
### Bug Fixes
11+
12+
* fixes for dynamic routing and streaming descriptors ([#541](https://github.com/googleapis/nodejs-cloud-container/issues/541)) ([87d8c3f](https://github.com/googleapis/nodejs-cloud-container/commit/87d8c3f7488fa122ebefcdabaa597625e1d60d9c))
13+
714
## [4.0.0](https://github.com/googleapis/nodejs-cloud-container/compare/v3.0.1...v4.0.0) (2022-05-20)
815

916

packages/google-container/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/container",
33
"description": "Google Container Engine API client for Node.js",
4-
"version": "4.0.0",
4+
"version": "4.0.1",
55
"license": "Apache-2.0",
66
"author": "Google Inc",
77
"engines": {

packages/google-container/samples/generated/v1/snippet_metadata.google.container.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-container",
4-
"version": "4.0.0",
4+
"version": "4.0.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-container/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha system-test --timeout 1000000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/container": "^4.0.0",
17+
"@google-cloud/container": "^4.0.1",
1818
"uuid": "^8.3.2"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)