Skip to content

Commit 1f5746e

Browse files
chore(main): release 4.2.0 (#569)
🤖 I have created a release *beep* *boop* --- ## [4.2.0](googleapis/nodejs-cloud-container@v4.1.3...v4.2.0) (2022-09-22) ### Features * Added High Throughput Logging API for Google Kubernetes Engine ([#571](googleapis/nodejs-cloud-container#571)) ([588b19a](googleapis/nodejs-cloud-container@588b19a)) ### Bug Fixes * Preserve default values in x-goog-request-params header ([#568](googleapis/nodejs-cloud-container#568)) ([575531f](googleapis/nodejs-cloud-container@575531f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent e8edd86 commit 1f5746e

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

packages/google-container/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

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

7+
## [4.2.0](https://github.com/googleapis/nodejs-cloud-container/compare/v4.1.3...v4.2.0) (2022-09-22)
8+
9+
10+
### Features
11+
12+
* Added High Throughput Logging API for Google Kubernetes Engine ([#571](https://github.com/googleapis/nodejs-cloud-container/issues/571)) ([588b19a](https://github.com/googleapis/nodejs-cloud-container/commit/588b19a19daca6d994a28d04e8b9a8a2f081324b))
13+
14+
15+
### Bug Fixes
16+
17+
* Preserve default values in x-goog-request-params header ([#568](https://github.com/googleapis/nodejs-cloud-container/issues/568)) ([575531f](https://github.com/googleapis/nodejs-cloud-container/commit/575531f012d3448eb796f73fda6d62ef9ba425fd))
18+
719
## [4.1.3](https://github.com/googleapis/nodejs-cloud-container/compare/v4.1.2...v4.1.3) (2022-09-13)
820

921

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.1.3",
4+
"version": "4.2.0",
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.1.3",
4+
"version": "4.2.0",
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.1.3",
17+
"@google-cloud/container": "^4.2.0",
1818
"uuid": "^9.0.0"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)