Skip to content

Commit cfb2312

Browse files
authored
Merge branch 'v0.9.x' into develop (#267)
2 parents de63ded + 0614740 commit cfb2312

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v0.9.2 [2025-07-24]
2+
_Bug fixes_
3+
* Fix issue where a collection for zero-granularity data was missing collection boundaries which was causing incorrect collection ranges. ([#264](https://github.com/turbot/tailpipe-plugin-sdk/issues/264))
4+
* Fix the crash when a collection state had null trunk states. ([#261](https://github.com/turbot/tailpipe-plugin-sdk/issues/261))
5+
6+
_Dependencies_
7+
* Upgrade `golang.org/x/oauth2` to remediate high vulnerabilities.
8+
19
## v0.9.1 [2025-07-02]
210
_Bug fixes_
311
* Do not clear end objects in TimeRangeCollectionState.OnCollectionComplete if granularity is zero. Closes ([#251](https://github.com/turbot/tailpipe-plugin-sdk/issues/251))

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/sethvargo/go-retry v0.3.0
1919
github.com/stretchr/testify v1.10.0
2020
github.com/turbot/go-kit v1.3.0
21-
github.com/turbot/pipe-fittings/v2 v2.5.2
21+
github.com/turbot/pipe-fittings/v2 v2.6.0
2222
github.com/zclconf/go-cty v1.14.4
2323
golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c
2424
golang.org/x/sync v0.12.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -703,8 +703,8 @@ github.com/tkrajina/go-reflector v0.5.8 h1:yPADHrwmUbMq4RGEyaOUpz2H90sRsETNVpjzo
703703
github.com/tkrajina/go-reflector v0.5.8/go.mod h1:ECbqLgccecY5kPmPmXg1MrHW585yMcDkVl6IvJe64T4=
704704
github.com/turbot/go-kit v1.3.0 h1:6cIYPAO5hO9fG7Zd5UBC4Ch3+C6AiiyYS0UQnrUlTV0=
705705
github.com/turbot/go-kit v1.3.0/go.mod h1:piKJMYCF8EYmKf+D2B78Csy7kOHGmnQVOWingtLKWWQ=
706-
github.com/turbot/pipe-fittings/v2 v2.5.2 h1:qrQQEnD6dmMSQFUw8cKw6/Rb1sWolMru0+xXY/BcPU4=
707-
github.com/turbot/pipe-fittings/v2 v2.5.2/go.mod h1:szte433cBDCaZcGe5zMVGG7uTl9HMaEYaQmuvzZRYIQ=
706+
github.com/turbot/pipe-fittings/v2 v2.6.0 h1:RhCHble2MB7W0l9lE5QQLRQKuMD8xlM7AKuhoFOwqy4=
707+
github.com/turbot/pipe-fittings/v2 v2.6.0/go.mod h1:wcKckD5UUCVWSQkdW6J27cumy5GkACV/wn7FJOajYHE=
708708
github.com/turbot/pipes-sdk-go v0.12.0 h1:esbbR7bALa5L8n/hqroMPaQSSo3gNM/4X0iTmHa3D6U=
709709
github.com/turbot/pipes-sdk-go v0.12.0/go.mod h1:Mb+KhvqqEdRbz/6TSZc2QWDrMa5BN3E4Xw+gPt2TRkc=
710710
github.com/turbot/terraform-components v0.0.0-20231213122222-1f3526cab7a7 h1:qDMxFVd8Zo0rIhnEBdCIbR+T6WgjwkxpFZMN8zZmmjg=

0 commit comments

Comments
 (0)