Skip to content

Commit f1b2c17

Browse files
authored
chore(main): Release v1.27.8 (#611)
🤖 I have created a release *beep* *boop* --- ## [1.27.8](v1.27.7...v1.27.8) (2026-03-09) ### Bug Fixes * **deps:** Update golang.org/x/exp digest to 3dfff04 ([#609](#609)) ([dc2d440](dc2d440)) * **deps:** Update module github.com/apache/arrow-go/v18 to v18.5.2 ([#614](#614)) ([8f7e069](8f7e069)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 8f7e069 commit f1b2c17

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.27.7"
2+
".": "1.27.8"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.27.8](https://github.com/cloudquery/plugin-pb-go/compare/v1.27.7...v1.27.8) (2026-03-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update golang.org/x/exp digest to 3dfff04 ([#609](https://github.com/cloudquery/plugin-pb-go/issues/609)) ([dc2d440](https://github.com/cloudquery/plugin-pb-go/commit/dc2d4405299ae6a52bc19bca3d792664867ab748))
9+
* **deps:** Update module github.com/apache/arrow-go/v18 to v18.5.2 ([#614](https://github.com/cloudquery/plugin-pb-go/issues/614)) ([8f7e069](https://github.com/cloudquery/plugin-pb-go/commit/8f7e0698b56b54bdf7ca7883825bb5e18685b81d))
10+
311
## [1.27.7](https://github.com/cloudquery/plugin-pb-go/compare/v1.27.6...v1.27.7) (2026-02-21)
412

513

pb/plugin/v3/arrow.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package plugin
1+
package plugin //nolint:revive // var-naming: package name conflicts with standard library but is appropriate for this context
22

33
import (
44
"bytes"

0 commit comments

Comments
 (0)