Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"projects/pino-logging-gcp-config": "1.3.1"
"projects/pino-logging-gcp-config": "1.3.2"
}
7 changes: 7 additions & 0 deletions projects/pino-logging-gcp-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!-- markdownlint-disable -->

## [1.3.2](https://github.com/GoogleCloudPlatform/cloud-solutions/compare/pino-logging-gcp-config-v1.3.1...pino-logging-gcp-config-v1.3.2) (2026-01-27)


### Bug Fixes

* **ci:** centralize CODEOWNERS ([12fe439](https://github.com/GoogleCloudPlatform/cloud-solutions/commit/12fe439318dc7a986f15625dc014f410c6495372))

## [1.3.1](https://github.com/GoogleCloudPlatform/cloud-solutions/compare/pino-logging-gcp-config-v1.3.0...pino-logging-gcp-config-v1.3.1) (2025-12-12)


Expand Down
4 changes: 2 additions & 2 deletions projects/pino-logging-gcp-config/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion projects/pino-logging-gcp-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/pino-logging-gcp-config",
"version": "1.3.1",
"version": "1.3.2",
"description": "Module to create a basic Pino LoggerConfig to support Google Cloud structured logging",
"main": "build/src/pino_gcp_config.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion projects/pino-logging-gcp-config/src/pino_gcp_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const eventId = new EventId();
* See
* https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files
*/
const NODEJS_GCP_PINO_LIBRARY_VERSION = '1.3.1'; // {x-release-please-version}
const NODEJS_GCP_PINO_LIBRARY_VERSION = '1.3.2'; // {x-release-please-version}
const NODEJS_GCP_PINO_LIBRARY_NAME = 'nodejs-gcppino';

const PINO_TO_GCP_LOG_LEVELS = Object.freeze(
Expand Down