Skip to content

Commit

Permalink
chore(main): release 4.2.2 (#678)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people committed Dec 2, 2022
1 parent 7b88e97 commit a6cebb1
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ permissionRules:
- team: jsteam
permission: push
- team: api-logging-partners
permission: push
permission: push
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://www.npmjs.com/package/nodejs-logging-bunyan?activeTab=versions

## [4.2.2](https://github.com/googleapis/nodejs-logging-bunyan/compare/v4.2.1...v4.2.2) (2022-12-02)


### Bug Fixes

* 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))

## [4.2.1](https://github.com/googleapis/nodejs-logging-bunyan/compare/v4.2.0...v4.2.1) (2022-11-07)


Expand Down
7 changes: 6 additions & 1 deletion owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@

common_templates = gcp.CommonTemplates()
templates = common_templates.node_library(source_location='build/src')
s.move(templates, excludes=[".github/auto-label.yaml", ".github/release-please.yml"])
s.move(templates, excludes=[
".github/auto-label.yaml",
".github/release-please.yml",
".github/CODEOWNERS",
".github/sync-repo-settings.yaml"
])
node.fix_hermetic()

# --------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/logging-bunyan",
"description": "Cloud Logging stream for Bunyan",
"version": "4.2.1",
"version": "4.2.2",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "mocha system-test --timeout 600000"
},
"dependencies": {
"@google-cloud/logging-bunyan": "^4.2.1",
"@google-cloud/logging-bunyan": "^4.2.2",
"bunyan": "^1.8.12",
"express": "^4.16.3",
"yargs": "^16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const LOGGING_SAMPLED_KEY = 'logging.googleapis.com/trace_sampled';
* Using release-please annotations to update DEFAULT_INSTRUMENTATION_VERSION with latest version.
* See https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files
*/
export const NODEJS_BUNYAN_DEFAULT_LIBRARY_VERSION = '4.2.1'; // {x-release-please-version}
export const NODEJS_BUNYAN_DEFAULT_LIBRARY_VERSION = '4.2.2'; // {x-release-please-version}

/**
* Gets the current fully qualified trace ID when available from the
Expand Down

0 comments on commit a6cebb1

Please sign in to comment.