Skip to content

Commit 0ef5425

Browse files
1 parent 30c9e66 commit 0ef5425

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

packages/google-container/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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+
## [2.4.0](https://www.github.com/googleapis/nodejs-cloud-container/compare/v2.3.2...v2.4.0) (2021-07-09)
8+
9+
10+
### Features
11+
12+
* allow updating security group on existing clusters ([#464](https://www.github.com/googleapis/nodejs-cloud-container/issues/464)) ([ed09e02](https://www.github.com/googleapis/nodejs-cloud-container/commit/ed09e028126d308cf131f26453fe6c73a73cec6d))
13+
714
### [2.3.2](https://www.github.com/googleapis/nodejs-cloud-container/compare/v2.3.1...v2.3.2) (2021-06-30)
815

916

packages/google-container/package.json

Lines changed: 1 addition & 1 deletion
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": "2.3.2",
4+
"version": "2.4.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc",
77
"engines": {

packages/google-container/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha system-test --timeout 10000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/container": "^2.3.2"
17+
"@google-cloud/container": "^2.4.0"
1818
},
1919
"devDependencies": {
2020
"chai": "^4.2.0",

0 commit comments

Comments
 (0)