steampipe-postgres-fdw
steampipe-postgres-fdw copied to clipboard
The Steampipe foreign data wrapper (FDW) is a zero-ETL product that provides Postgres foreign tables which translate queries into API calls to cloud services and APIs. It's bundled with Steampipe and...
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.3.0. Release notes Sourced from actions/cache's releases. v4.3.0 What's Changed Add note on runner versions by @GhadimiR in actions/cache#1642 Prepare v4.3.0 release by @Link- in...
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.4.0 to 6.0.0. Release notes Sourced from actions/setup-go's releases. v6.0.0 What's Changed Breaking Changes Improve toolchain handling to ensure more reliable and consistent toolchain selection and management...
Bumps [go.opentelemetry.io/otel/metric](https://github.com/open-telemetry/opentelemetry-go) from 1.35.0 to 1.38.0. Changelog Sourced from go.opentelemetry.io/otel/metric's changelog. [1.38.0/0.60.0/0.14.0/0.0.13] 2025-08-29 This release is the last to support [Go 1.23]. The next release will require at least [Go...
Bumps [github.com/turbot/steampipe-plugin-sdk/v5](https://github.com/turbot/steampipe-plugin-sdk) from 5.13.0 to 5.13.1. Changelog Sourced from github.com/turbot/steampipe-plugin-sdk/v5's changelog. v5.13.1 [2025-09-25] Dependencies Upgrade hashicorp/go-getter and ulikunitz/xz packages to remediate vulnerabilities. Commits c8b1f4d v5.13.1 3e49292 Upgrade dependencies to remediate...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 6.0.0. Release notes Sourced from actions/download-artifact's releases. v6.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...
I am trying to dynamically create the filter for querying the aws_pricing_product table. I was experimenting with ways of creating the filter dynamically and discovered it does not really work....
Bumps [docker/login-action](https://github.com/docker/login-action) from 2.2.0 to 3.6.0. Release notes Sourced from docker/login-action's releases. v3.6.0 Add registry-auth input for raw authentication to registries by @crazy-max in docker/login-action#887 Bump @aws-sdk/client-ecr to 3.890.0 in...
Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.3.0 to 2.4.0. Release notes Sourced from github.com/go-viper/mapstructure/v2's releases. v2.4.0 What's Changed refactor: replace interface{} with any by @sagikazarmark in go-viper/mapstructure#115 build(deps): bump github/codeql-action from 3.29.0 to...
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.8 to 1.7.9. Release notes Sourced from github.com/hashicorp/go-getter's releases. v1.7.9 What's Changed Speed up XZ decompression by 5x with bufio wrapper by @vsarunas in hashicorp/go-getter#520 Fix CI...
This PR adds support for compiling FDW standalone plugins against PosgreSQL 17. ``` ARG GO_VERSION="1.24.4" ARG POSTGRES_VERSION="17.5" ARG POSTGRES_SHORT_VERSION="17" ARG STEAMPIPE_PLUGIN_AWS_VERSION="1.14.1" # FDW Builder Base Stage - Common base for...