Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 00461f0

Browse files
chore(main): release 4.0.1 (#717)
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: bencoe@google.com <bencoe@google.com>
1 parent c8636f8 commit 00461f0

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

.github/sync-repo-settings.yaml

+8-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ branchProtectionRules:
33
isAdminEnforced: true
44
requiredApprovingReviewCount: 1
55
requiresCodeOwnerReviews: true
6-
requiresStrictStatusChecks: false
6+
requiresStrictStatusChecks: true
77
requiredStatusCheckContexts:
88
- "ci/kokoro: Samples test"
99
- "ci/kokoro: System test"
@@ -15,3 +15,10 @@ branchProtectionRules:
1515
- cla/google
1616
- windows
1717
- OwlBot Post Processor
18+
permissionRules:
19+
- team: yoshi-admins
20+
permission: admin
21+
- team: jsteam-admins
22+
permission: admin
23+
- team: jsteam
24+
permission: push

CHANGELOG.md

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

55
[1]: https://www.npmjs.com/package/PACKAGE NAME?activeTab=versions
66

7+
## [4.0.1](https://github.com/googleapis/nodejs-dlp/compare/v4.0.0...v4.0.1) (2022-06-07)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** update dependency @google-cloud/pubsub to v3 ([#715](https://github.com/googleapis/nodejs-dlp/issues/715)) ([c8636f8](https://github.com/googleapis/nodejs-dlp/commit/c8636f84d844b594ffd11dd7bfbf5f73b56ee729))
13+
714
## [4.0.0](https://github.com/googleapis/nodejs-dlp/compare/v3.5.0...v4.0.0) (2022-05-20)
815

916

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/dlp",
33
"description": "DLP 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": {

samples/generated/v2/snippet_metadata.google.privacy.dlp.v2.json

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

samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "mocha system-test/*.test.js --timeout=600000"
1616
},
1717
"dependencies": {
18-
"@google-cloud/dlp": "^4.0.0",
18+
"@google-cloud/dlp": "^4.0.1",
1919
"@google-cloud/pubsub": "^3.0.0",
2020
"mime": "^3.0.0",
2121
"yargs": "^16.0.0"

0 commit comments

Comments
 (0)