From da867ba2b0c2045cf3c972eedae01c666e5a72ad Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 03:11:25 +0000 Subject: [PATCH] chore(main): Release v1.27.15 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ae61d16..dc6fb11 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.27.14" + ".": "1.27.15" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c1e0079..40d3373 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.27.15](https://github.com/cloudquery/plugin-pb-go/compare/v1.27.14...v1.27.15) (2026-04-11) + + +### Bug Fixes + +* **deps:** Update module go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp to v1.43.0 [SECURITY] ([#636](https://github.com/cloudquery/plugin-pb-go/issues/636)) ([dedf738](https://github.com/cloudquery/plugin-pb-go/commit/dedf738e6149d19fbd996eede674e6a6de53e68d)) +* **deps:** Update module google.golang.org/grpc to v1.80.0 ([#634](https://github.com/cloudquery/plugin-pb-go/issues/634)) ([b4a0c33](https://github.com/cloudquery/plugin-pb-go/commit/b4a0c33b6c4ff39021e2bb359965da65a3002f8d)) + ## [1.27.14](https://github.com/cloudquery/plugin-pb-go/compare/v1.27.13...v1.27.14) (2026-04-01)