Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package steampipe for openSUSE:Factory checked in at 2026-09-11 18:01:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/steampipe (Old) and /work/SRC/openSUSE:Factory/.steampipe.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "steampipe" Fri Sep 11 18:01:49 2026 rev:22 rq:1376953 version:2.4.6 Changes: -------- --- /work/SRC/openSUSE:Factory/steampipe/steampipe.changes 2026-08-11 17:15:48.626676474 +0200 +++ /work/SRC/openSUSE:Factory/.steampipe.new.1265/steampipe.changes 2026-09-11 18:05:10.768485409 +0200 @@ -1,0 +2,12 @@ +Thu Sep 10 12:48:10 UTC 2026 - Felix Niederwanger <[email protected]> + +- Pin go version to 1.26 due to https://github.com/grpc/grpc-go/issues/9206 + +------------------------------------------------------------------- +Thu Sep 10 12:07:45 UTC 2026 - Felix Niederwanger <[email protected]> + +- Update to version 2.4.6: + * Bump FDW version to v2.2.6 (#5034) + * Bump Go toolchain to 1.26.7 to remediate CVE-2026-39821 (GO-2026-5026) (#5031) (#5033) + +------------------------------------------------------------------- Old: ---- steampipe-2.4.5.obscpio New: ---- steampipe-2.4.6.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ steampipe.spec ++++++ --- /var/tmp/diff_new_pack.37AjmU/_old 2026-09-11 18:05:13.011579182 +0200 +++ /var/tmp/diff_new_pack.37AjmU/_new 2026-09-11 18:05:13.012579224 +0200 @@ -17,7 +17,7 @@ Name: steampipe -Version: 2.4.5 +Version: 2.4.6 Release: 0 Summary: Query various APIs and services via SQL language License: AGPL-3.0-only @@ -25,7 +25,7 @@ Source: %{name}-%{version}.tar.gz Source1: vendor.tar.gz BuildRequires: golang-packaging -BuildRequires: golang(API) >= 1.26 +BuildRequires: golang(API) = 1.26 %{go_nostrip} %description ++++++ _service ++++++ --- /var/tmp/diff_new_pack.37AjmU/_old 2026-09-11 18:05:13.042580479 +0200 +++ /var/tmp/diff_new_pack.37AjmU/_new 2026-09-11 18:05:13.044580562 +0200 @@ -2,7 +2,7 @@ <service name="obs_scm" mode="manual"> <param name="url">https://github.com/turbot/steampipe.git</param> <param name="scm">git</param> - <param name="revision">v2.4.5</param> + <param name="revision">v2.4.6</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.37AjmU/_old 2026-09-11 18:05:13.067581524 +0200 +++ /var/tmp/diff_new_pack.37AjmU/_new 2026-09-11 18:05:13.071581691 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/turbot/steampipe.git</param> - <param name="changesrevision">71fa72fc9ce33897bcb0bd0c9ebf09b867b881cf</param></service></servicedata> + <param name="changesrevision">86835776da2d66493bbc5534ad78ec909dda53c9</param></service></servicedata> (No newline at EOF) ++++++ steampipe-2.4.5.obscpio -> steampipe-2.4.6.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/steampipe-2.4.5/.github/workflows/01-steampipe-release.yaml new/steampipe-2.4.6/.github/workflows/01-steampipe-release.yaml --- old/steampipe-2.4.5/.github/workflows/01-steampipe-release.yaml 2026-08-10 15:27:42.000000000 +0200 +++ new/steampipe-2.4.6/.github/workflows/01-steampipe-release.yaml 2026-09-09 18:24:07.000000000 +0200 @@ -114,7 +114,7 @@ - name: Set up Go uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0 with: - go-version: 1.26.5 + go-version: 1.26.7 - name: Install GoReleaser uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/steampipe-2.4.5/.github/workflows/10-test-lint.yaml new/steampipe-2.4.6/.github/workflows/10-test-lint.yaml --- old/steampipe-2.4.5/.github/workflows/10-test-lint.yaml 2026-08-10 15:27:42.000000000 +0200 +++ new/steampipe-2.4.6/.github/workflows/10-test-lint.yaml 2026-09-09 18:24:07.000000000 +0200 @@ -32,7 +32,7 @@ # this is required, check golangci-lint-action docs - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0 with: - go-version: '1.26.5' + go-version: '1.26.7' cache: false # setup-go v4 caches by default, do not change this parameter, check golangci-lint-action doc: https://github.com/golangci/golangci-lint-action/pull/704 - name: golangci-lint diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/steampipe-2.4.5/.github/workflows/11-test-acceptance.yaml new/steampipe-2.4.6/.github/workflows/11-test-acceptance.yaml --- old/steampipe-2.4.5/.github/workflows/11-test-acceptance.yaml 2026-08-10 15:27:42.000000000 +0200 +++ new/steampipe-2.4.6/.github/workflows/11-test-acceptance.yaml 2026-09-09 18:24:07.000000000 +0200 @@ -32,7 +32,7 @@ - name: Set up Go uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0 with: - go-version: 1.26.5 + go-version: 1.26.7 - name: Fetching Go Cache Paths id: go-cache-paths @@ -130,7 +130,7 @@ - name: Set up Go uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0 with: - go-version: 1.26.5 + go-version: 1.26.7 - name: Prepare for downloads id: prepare-for-downloads diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/steampipe-2.4.5/go.mod new/steampipe-2.4.6/go.mod --- old/steampipe-2.4.5/go.mod 2026-08-10 15:27:42.000000000 +0200 +++ new/steampipe-2.4.6/go.mod 2026-09-09 18:24:07.000000000 +0200 @@ -1,6 +1,6 @@ module github.com/turbot/steampipe/v2 -go 1.26.5 +go 1.26.7 replace ( github.com/c-bata/go-prompt => github.com/turbot/go-prompt v0.2.6-steampipe.0.0.20221028122246-eb118ec58d50 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/steampipe-2.4.5/pkg/constants/db.go new/steampipe-2.4.6/pkg/constants/db.go --- old/steampipe-2.4.5/pkg/constants/db.go 2026-08-10 15:27:42.000000000 +0200 +++ new/steampipe-2.4.6/pkg/constants/db.go 2026-09-09 18:24:07.000000000 +0200 @@ -28,7 +28,7 @@ // constants for installing db and fdw images const ( DatabaseVersion = "14.19.0" - FdwVersion = "2.2.5" + FdwVersion = "2.2.6" // PostgresImageRef is the OCI Image ref for the database binaries PostgresImageRef = "ghcr.io/turbot/steampipe/db:14.19.0" ++++++ steampipe.obsinfo ++++++ --- /var/tmp/diff_new_pack.37AjmU/_old 2026-09-11 18:05:13.832613506 +0200 +++ /var/tmp/diff_new_pack.37AjmU/_new 2026-09-11 18:05:13.835613631 +0200 @@ -1,5 +1,5 @@ name: steampipe -version: 2.4.5 -mtime: 1786368462 -commit: 71fa72fc9ce33897bcb0bd0c9ebf09b867b881cf +version: 2.4.6 +mtime: 1788971047 +commit: 86835776da2d66493bbc5534ad78ec909dda53c9 ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/steampipe/vendor.tar.gz /work/SRC/openSUSE:Factory/.steampipe.new.1265/vendor.tar.gz differ: char 13, line 1
