Skip to content

Commit a6cebb1

Browse files
release-please[bot]gcf-owl-bot[bot]losalex
authored
chore(main): release 4.2.2 (#678)
* chore(main): release 4.2.2 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Update owlbot.py * Update CODEOWNERS * Update sync-repo-settings.yaml * Update sync-repo-settings.yaml 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: losalex <90795544+losalex@users.noreply.github.com>
1 parent 7b88e97 commit a6cebb1

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
lines changed

.github/sync-repo-settings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ permissionRules:
2323
- team: jsteam
2424
permission: push
2525
- team: api-logging-partners
26-
permission: push
26+
permission: push

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/nodejs-logging-bunyan?activeTab=versions
66

7+
## [4.2.2](https://github.com/googleapis/nodejs-logging-bunyan/compare/v4.2.1...v4.2.2) (2022-12-02)
8+
9+
10+
### Bug Fixes
11+
12+
* Add a partner team as approvers for PRs ([#677](https://github.com/googleapis/nodejs-logging-bunyan/issues/677)) ([7b88e97](https://github.com/googleapis/nodejs-logging-bunyan/commit/7b88e97aab7b70e0ccdf3c388edde013ac64707f))
13+
714
## [4.2.1](https://github.com/googleapis/nodejs-logging-bunyan/compare/v4.2.0...v4.2.1) (2022-11-07)
815

916

owlbot.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@
2323

2424
common_templates = gcp.CommonTemplates()
2525
templates = common_templates.node_library(source_location='build/src')
26-
s.move(templates, excludes=[".github/auto-label.yaml", ".github/release-please.yml"])
26+
s.move(templates, excludes=[
27+
".github/auto-label.yaml",
28+
".github/release-please.yml",
29+
".github/CODEOWNERS",
30+
".github/sync-repo-settings.yaml"
31+
])
2732
node.fix_hermetic()
2833

2934
# --------------------------------------------------------------------------

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/logging-bunyan",
33
"description": "Cloud Logging stream for Bunyan",
4-
"version": "4.2.1",
4+
"version": "4.2.2",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "mocha system-test --timeout 600000"
1616
},
1717
"dependencies": {
18-
"@google-cloud/logging-bunyan": "^4.2.1",
18+
"@google-cloud/logging-bunyan": "^4.2.2",
1919
"bunyan": "^1.8.12",
2020
"express": "^4.16.3",
2121
"yargs": "^16.0.0"

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const LOGGING_SAMPLED_KEY = 'logging.googleapis.com/trace_sampled';
7474
* Using release-please annotations to update DEFAULT_INSTRUMENTATION_VERSION with latest version.
7575
* See https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files
7676
*/
77-
export const NODEJS_BUNYAN_DEFAULT_LIBRARY_VERSION = '4.2.1'; // {x-release-please-version}
77+
export const NODEJS_BUNYAN_DEFAULT_LIBRARY_VERSION = '4.2.2'; // {x-release-please-version}
7878

7979
/**
8080
* Gets the current fully qualified trace ID when available from the

0 commit comments

Comments
 (0)