Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Bumps github.com/turbot/pipe-fittings/v2 from 2.6.0 to 2.7.0.

Changelog

Sourced from github.com/turbot/pipe-fittings/v2's changelog.

v2.7.0 [2025-09-15]

  • Add DuckLake backend support for Tailpipe integration. (#760)

    • Add DuckDbInitBackend which supports using an initialization script to create a db connection.
    • Update TailpipeConnectResponse to remove DataPath and add InitScriptPath.
    • Add TailpipeConnection handling for cached connection files being missing (as a result of cleanup).
    • Backend constructors now return errors for better error handling.
    • Optimize DuckLake performance with WAL journal mode and NORMAL synchronous mode.
    • Move DatabaseFilters to backend layer for better separation of concerns.
    • Add TailpipeWorkspaceProfile.GetDucklakeDbPath for database path resolution.
    • Add DbClient.Close calls Backend.Close if it supports it.
  • Rename SafeIdentifier to SanitizeDuckDBIdentifier and make more thorough.

  • Add new exit codes for connection, operation and output rendering failures.

  • Add new install message for plugins not distributed via hub.tailpipe.io.

  • Create a temporary parent directory for temp files in NewTempDir function and update cleanup logic.

  • Add utility functions and method for DuckLake migration.

2.6.3 [2025-08-19]

  • Reverted accidental removal of functions in ociinstaller package.

2.6.2 [2025-08-19]

  • Fixed issue where a version.json file to the working directory if the plugin binary does not exist. (#751)
  • Add support to use functions in Steampipe connection configs. (#750)
  • Upgraded hashicorp/go-getter to remediate high vulnerabilities.

2.6.1 [2025-08-01]

  • Update ResourceFilter to support parsing of JSON path expressions through the --where arg. (#735)
Commits
  • 20b4094 CL
  • 80d14ec Add ExitCodeMigrationUnsupported and add handling to TailpipeConnection
  • 39de758 Add GetMigrationDir method to TailpipeWorkspaceProfile for migration director...
  • a6ab43b update changelog v2.7.0
  • 4addc1c Update CopyDir and MoveDirContents to accept a ctx (#765)
  • ede8b21 Update changelog for v0.7.0
  • c6efc9a Add utility functions and method for DuckLake migration (#761)
  • fb9c328 Add new exit code for output rendering failure 111 in exit_codes.go
  • d33e91f Merge branch 'v2.6.x' into develop
  • a1f9462 Create a temporary parent directory for temp files in NewTempDir function and...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [github.com/turbot/pipe-fittings/v2](https://github.com/turbot/pipe-fittings) from 2.6.0 to 2.7.0.
- [Changelog](https://github.com/turbot/pipe-fittings/blob/develop/CHANGELOG.md)
- [Commits](turbot/pipe-fittings@v2.6.0...v2.7.0)

---
updated-dependencies:
- dependency-name: github.com/turbot/pipe-fittings/v2
  dependency-version: 2.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Dependency file updates label Sep 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency file updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant