steampipe-postgres-fdw icon indicating copy to clipboard operation
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...

Results 67 steampipe-postgres-fdw issues
Sort by recently updated
recently updated
newest added

Bumps google.golang.org/protobuf from 1.34.1 to 1.34.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.34.1&new-version=1.34.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.26.0 to 1.30.0. Changelog Sourced from go.opentelemetry.io/otel's changelog. [1.30.0/0.52.0/0.6.0/0.0.9] 2024-09-09 Added Support OTEL_EXPORTER_OTLP_LOGS_INSECURE and OTEL_EXPORTER_OTLP_INSECURE environments in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. (#5739) The WithResource option for NewMeterProvider now merges the...

dependencies

Bumps [go.opentelemetry.io/otel/metric](https://github.com/open-telemetry/opentelemetry-go) from 1.26.0 to 1.30.0. Changelog Sourced from go.opentelemetry.io/otel/metric's changelog. [1.30.0/0.52.0/0.6.0/0.0.9] 2024-09-09 Added Support OTEL_EXPORTER_OTLP_LOGS_INSECURE and OTEL_EXPORTER_OTLP_INSECURE environments in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. (#5739) The WithResource option for NewMeterProvider now merges the...

dependencies

Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. Release notes Sourced from docker/login-action's releases. v3.0.0 Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @​crazy-max in docker/login-action#593 Bump @​actions/core...

dependencies
github_actions
stale

Bumps [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) from 3.2.1 to 3.3.0. Release notes Sourced from github.com/Masterminds/semver/v3's releases. v3.3.0 What's Changed Fix: bad package in README by @​sdelicata in Masterminds/semver#226 Updating the GitHub Actions and versions...

dependencies

Here is the error ``` ERROR: could not load library "/usr/lib/postgresql/15/lib/steampipe_postgres_aws.so": /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /usr/lib/postgresql/15/lib/steampipe_postgres_aws.so) ``` I have the following Dockerfile for running postgres fdw ```sh...

Always add the `latest` tag to the released FDW images to GHCR (only for final releases)

github_actions