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-04-23 19:21:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/steampipe (Old) and /work/SRC/openSUSE:Factory/.steampipe.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "steampipe" Thu Apr 23 19:21:37 2026 rev:19 rq:1348972 version:2.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/steampipe/steampipe.changes 2026-04-08 17:17:50.065111911 +0200 +++ /work/SRC/openSUSE:Factory/.steampipe.new.11940/steampipe.changes 2026-04-23 19:22:22.785334040 +0200 @@ -1,0 +2,6 @@ +Thu Apr 23 14:13:15 UTC 2026 - Felix Niederwanger <[email protected]> + +- Update to version 2.4.2: + * Bump pipe-fittings to v2.9.1 to fix GHCR plugin install auth error (#4982) + +------------------------------------------------------------------- Old: ---- steampipe-2.4.1.obscpio New: ---- steampipe-2.4.2.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ steampipe.spec ++++++ --- /var/tmp/diff_new_pack.OVBZrU/_old 2026-04-23 19:22:26.417483715 +0200 +++ /var/tmp/diff_new_pack.OVBZrU/_new 2026-04-23 19:22:26.421483880 +0200 @@ -17,7 +17,7 @@ Name: steampipe -Version: 2.4.1 +Version: 2.4.2 Release: 0 Summary: Query various APIs and services via SQL language License: AGPL-3.0-only ++++++ _service ++++++ --- /var/tmp/diff_new_pack.OVBZrU/_old 2026-04-23 19:22:26.457485363 +0200 +++ /var/tmp/diff_new_pack.OVBZrU/_new 2026-04-23 19:22:26.465485694 +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.1</param> + <param name="revision">v2.4.2</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.OVBZrU/_old 2026-04-23 19:22:26.489486682 +0200 +++ /var/tmp/diff_new_pack.OVBZrU/_new 2026-04-23 19:22:26.501487177 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/turbot/steampipe.git</param> - <param name="changesrevision">d527a22e39585cd72d7b9b72728cdb6ee2d4bda8</param></service></servicedata> + <param name="changesrevision">90cfc54cf0e8e6811ae66b64ac4d8d017ec36db5</param></service></servicedata> (No newline at EOF) ++++++ steampipe-2.4.1.obscpio -> steampipe-2.4.2.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/steampipe-2.4.1/go.mod new/steampipe-2.4.2/go.mod --- old/steampipe-2.4.1/go.mod 2026-04-07 20:11:21.000000000 +0200 +++ new/steampipe-2.4.2/go.mod 2026-04-22 15:42:52.000000000 +0200 @@ -39,7 +39,7 @@ github.com/spf13/viper v1.20.1 github.com/thediveo/enumflag/v2 v2.0.7 github.com/turbot/go-kit v1.3.0 - github.com/turbot/pipe-fittings/v2 v2.9.0 + github.com/turbot/pipe-fittings/v2 v2.9.1 github.com/turbot/steampipe-plugin-sdk/v5 v5.14.0 github.com/turbot/terraform-components v0.0.0-20250114051614-04b806a9cbed github.com/zclconf/go-cty v1.16.3 // indirect diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/steampipe-2.4.1/go.sum new/steampipe-2.4.2/go.sum --- old/steampipe-2.4.1/go.sum 2026-04-07 20:11:21.000000000 +0200 +++ new/steampipe-2.4.2/go.sum 2026-04-22 15:42:52.000000000 +0200 @@ -1247,8 +1247,8 @@ github.com/turbot/go-kit v1.3.0/go.mod h1:piKJMYCF8EYmKf+D2B78Csy7kOHGmnQVOWingtLKWWQ= github.com/turbot/go-prompt v0.2.6-steampipe.0.0.20221028122246-eb118ec58d50 h1:zs87uA6QZsYLk4RRxDOIxt8ro/B2V6HzoMWm05Lo7ao= github.com/turbot/go-prompt v0.2.6-steampipe.0.0.20221028122246-eb118ec58d50/go.mod h1:vFnjEGDIIA/Lib7giyE4E9c50Lvl8j0S+7FVlAwDAVw= -github.com/turbot/pipe-fittings/v2 v2.9.0 h1:y5gBg7yLOXvaodH7vvOUAMEDMTMYfxKRHZDTj/vhJxM= -github.com/turbot/pipe-fittings/v2 v2.9.0/go.mod h1:OmmhCd4ALeWwfUpwZN/0pTNhfNmh/kwewOHRVWsRHY4= +github.com/turbot/pipe-fittings/v2 v2.9.1 h1:1dwVsaIsdUIVLfRlvhNEm7KxTmpPuUoyEBbbioaoOUw= +github.com/turbot/pipe-fittings/v2 v2.9.1/go.mod h1:OmmhCd4ALeWwfUpwZN/0pTNhfNmh/kwewOHRVWsRHY4= github.com/turbot/pipes-sdk-go v0.12.1 h1:mF9Z9Mr6F0uqlWjd1mQn+jqT24GPvWDFDrFTvmkazHc= github.com/turbot/pipes-sdk-go v0.12.1/go.mod h1:iQE0ebN74yqiCRrfv7izxVMRcNlZftPWWDPsMFwejt4= github.com/turbot/steampipe-plugin-sdk/v5 v5.14.0 h1:CyufzeM2BMbA2nJRuujucchp9NZ6BEeYA2phhdMXsW4= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/steampipe-2.4.1/tests/acceptance/test_files/cloud.bats new/steampipe-2.4.2/tests/acceptance/test_files/cloud.bats --- old/steampipe-2.4.1/tests/acceptance/test_files/cloud.bats 2026-04-07 20:11:21.000000000 +0200 +++ new/steampipe-2.4.2/tests/acceptance/test_files/cloud.bats 2026-04-22 15:42:52.000000000 +0200 @@ -7,7 +7,7 @@ @test "connect to cloud workspace - passing the postgres connection string to workspace-database arg" { # run steampipe query and fetch an account from the cloud workspace - run steampipe query "select account_aliases from all_aws.aws_account where account_id='632902152528'" --workspace-database $SPIPETOOLS_PG_CONN_STRING --output json + run steampipe query "select account_aliases from all_aws.aws_account where account_id='097350876455'" --workspace-database $SPIPETOOLS_PG_CONN_STRING --output json echo $output # fetch the value of account_alias to compare @@ -15,12 +15,12 @@ echo $op # check if values match - assert_equal "$op" "\"nagraj-aaa\"" + assert_equal "$op" "\"turbot-silverwater\"" } @test "connect to cloud workspace - passing the cloud-token arg and the workspace name to workspace-database arg" { # run steampipe query and fetch an account from the cloud workspace - run steampipe query "select account_aliases from all_aws.aws_account where account_id='632902152528'" --pipes-token $SPIPETOOLS_TOKEN --workspace-database turbot-ops/clitesting --output json + run steampipe query "select account_aliases from all_aws.aws_account where account_id='097350876455'" --pipes-token $SPIPETOOLS_TOKEN --workspace-database turbot-ops/clitesting --output json echo $output # fetch the value of account_alias to compare @@ -28,12 +28,12 @@ echo $op # check if values match - assert_equal "$op" "\"nagraj-aaa\"" + assert_equal "$op" "\"turbot-silverwater\"" } @test "connect to cloud workspace - passing the cloud-host arg, the cloud-token arg and the workspace name to workspace-database arg" { # run steampipe query and fetch an account from the cloud workspace - run steampipe query "select account_aliases from all_aws.aws_account where account_id='632902152528'" --pipes-host "pipes.turbot.com" --pipes-token $SPIPETOOLS_TOKEN --workspace-database turbot-ops/clitesting --output json + run steampipe query "select account_aliases from all_aws.aws_account where account_id='097350876455'" --pipes-host "pipes.turbot.com" --pipes-token $SPIPETOOLS_TOKEN --workspace-database turbot-ops/clitesting --output json echo $output # fetch the value of account_alias to compare @@ -41,12 +41,12 @@ echo $op # check if values match - assert_equal "$op" "\"nagraj-aaa\"" + assert_equal "$op" "\"turbot-silverwater\"" } @test "connect to cloud workspace(FAILED TO CONNECT) - passing wrong postgres connection string to workspace-database arg" { # run steampipe query using wrong connection string - run steampipe query "select account_aliases from all_aws.aws_account where account_id='632902152528'" --workspace-database abcd/efgh --output json + run steampipe query "select account_aliases from all_aws.aws_account where account_id='097350876455'" --workspace-database abcd/efgh --output json echo $output # check the error message ++++++ steampipe.obsinfo ++++++ --- /var/tmp/diff_new_pack.OVBZrU/_old 2026-04-23 19:22:27.933546190 +0200 +++ /var/tmp/diff_new_pack.OVBZrU/_new 2026-04-23 19:22:27.945546684 +0200 @@ -1,5 +1,5 @@ name: steampipe -version: 2.4.1 -mtime: 1775585481 -commit: d527a22e39585cd72d7b9b72728cdb6ee2d4bda8 +version: 2.4.2 +mtime: 1776865372 +commit: 90cfc54cf0e8e6811ae66b64ac4d8d017ec36db5 ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/steampipe/vendor.tar.gz /work/SRC/openSUSE:Factory/.steampipe.new.11940/vendor.tar.gz differ: char 19, line 1
