From ff86b707e6f94d1de377e769d4e6747ad810dd87 Mon Sep 17 00:00:00 2001 From: Puskar Basu Date: Thu, 24 Jul 2025 11:55:36 +0530 Subject: [PATCH 1/2] pipe-fittings v2.6.0 --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index c7a2e60..29bca3b 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,7 @@ require ( github.com/sethvargo/go-retry v0.3.0 github.com/stretchr/testify v1.10.0 github.com/turbot/go-kit v1.3.0 - github.com/turbot/pipe-fittings/v2 v2.5.2 + github.com/turbot/pipe-fittings/v2 v2.6.0 github.com/zclconf/go-cty v1.14.4 golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c golang.org/x/sync v0.12.0 diff --git a/go.sum b/go.sum index 3fcfee5..df0ae46 100644 --- a/go.sum +++ b/go.sum @@ -703,8 +703,8 @@ github.com/tkrajina/go-reflector v0.5.8 h1:yPADHrwmUbMq4RGEyaOUpz2H90sRsETNVpjzo github.com/tkrajina/go-reflector v0.5.8/go.mod h1:ECbqLgccecY5kPmPmXg1MrHW585yMcDkVl6IvJe64T4= github.com/turbot/go-kit v1.3.0 h1:6cIYPAO5hO9fG7Zd5UBC4Ch3+C6AiiyYS0UQnrUlTV0= github.com/turbot/go-kit v1.3.0/go.mod h1:piKJMYCF8EYmKf+D2B78Csy7kOHGmnQVOWingtLKWWQ= -github.com/turbot/pipe-fittings/v2 v2.5.2 h1:qrQQEnD6dmMSQFUw8cKw6/Rb1sWolMru0+xXY/BcPU4= -github.com/turbot/pipe-fittings/v2 v2.5.2/go.mod h1:szte433cBDCaZcGe5zMVGG7uTl9HMaEYaQmuvzZRYIQ= +github.com/turbot/pipe-fittings/v2 v2.6.0 h1:RhCHble2MB7W0l9lE5QQLRQKuMD8xlM7AKuhoFOwqy4= +github.com/turbot/pipe-fittings/v2 v2.6.0/go.mod h1:wcKckD5UUCVWSQkdW6J27cumy5GkACV/wn7FJOajYHE= github.com/turbot/pipes-sdk-go v0.12.0 h1:esbbR7bALa5L8n/hqroMPaQSSo3gNM/4X0iTmHa3D6U= github.com/turbot/pipes-sdk-go v0.12.0/go.mod h1:Mb+KhvqqEdRbz/6TSZc2QWDrMa5BN3E4Xw+gPt2TRkc= github.com/turbot/terraform-components v0.0.0-20231213122222-1f3526cab7a7 h1:qDMxFVd8Zo0rIhnEBdCIbR+T6WgjwkxpFZMN8zZmmjg= From 061474063fdb02e22ba918b096d3739146ae3f46 Mon Sep 17 00:00:00 2001 From: Puskar Basu Date: Thu, 24 Jul 2025 12:08:00 +0530 Subject: [PATCH 2/2] v0.9.2 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e13044a..c97855e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v0.9.2 [2025-07-24] +_Bug fixes_ +* 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)) +* Fix the crash when a collection state had null trunk states. ([#261](https://github.com/turbot/tailpipe-plugin-sdk/issues/261)) + +_Dependencies_ +* Upgrade `golang.org/x/oauth2` to remediate high vulnerabilities. + ## v0.9.1 [2025-07-02] _Bug fixes_ * Do not clear end objects in TimeRangeCollectionState.OnCollectionComplete if granularity is zero. Closes ([#251](https://github.com/turbot/tailpipe-plugin-sdk/issues/251))