Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package werf for openSUSE:Factory checked in at 2026-07-21 23:11:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/werf (Old) and /work/SRC/openSUSE:Factory/.werf.new.24530 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "werf" Tue Jul 21 23:11:26 2026 rev:79 rq:1366941 version:2.73.2 Changes: -------- --- /work/SRC/openSUSE:Factory/werf/werf.changes 2026-07-15 17:05:18.462669731 +0200 +++ /work/SRC/openSUSE:Factory/.werf.new.24530/werf.changes 2026-07-21 23:11:41.260938246 +0200 @@ -1,0 +2,8 @@ +Tue Jul 21 11:35:18 UTC 2026 - Johannes Kastl <[email protected]> + +- Update to version 2.73.2: + * Bug Fixes + - build, stapel: introspect failed stage from committed image, + not temp UUID (#7607) (a0bc374) + +------------------------------------------------------------------- Old: ---- werf-2.73.1.obscpio New: ---- werf-2.73.2.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ werf.spec ++++++ --- /var/tmp/diff_new_pack.HL3HSw/_old 2026-07-21 23:11:42.292973536 +0200 +++ /var/tmp/diff_new_pack.HL3HSw/_new 2026-07-21 23:11:42.292973536 +0200 @@ -17,7 +17,7 @@ Name: werf -Version: 2.73.1 +Version: 2.73.2 Release: 0 Summary: CLI for the Werf CI/CD system License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.HL3HSw/_old 2026-07-21 23:11:42.324974630 +0200 +++ /var/tmp/diff_new_pack.HL3HSw/_new 2026-07-21 23:11:42.328974767 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/werf/werf.git</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">refs/tags/v2.73.1</param> + <param name="revision">refs/tags/v2.73.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.HL3HSw/_old 2026-07-21 23:11:42.348975451 +0200 +++ /var/tmp/diff_new_pack.HL3HSw/_new 2026-07-21 23:11:42.352975588 +0200 @@ -3,6 +3,6 @@ <param name="url">https://github.com/werf/werf</param> <param name="changesrevision">508fb9aee29baca228674ba7a3d2d4fa1f5844d5</param></service><service name="tar_scm"> <param name="url">https://github.com/werf/werf.git</param> - <param name="changesrevision">122c59efc52769e6aab7d1637ff241367f2bf476</param></service></servicedata> + <param name="changesrevision">0b7ec198dac3e05320e8d77cd17492ed5fc18750</param></service></servicedata> (No newline at EOF) ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/werf/vendor.tar.gz /work/SRC/openSUSE:Factory/.werf.new.24530/vendor.tar.gz differ: char 142, line 1 ++++++ werf-2.73.1.obscpio -> werf-2.73.2.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/werf-2.73.1/CHANGELOG.md new/werf-2.73.2/CHANGELOG.md --- old/werf-2.73.1/CHANGELOG.md 2026-06-26 10:48:33.000000000 +0200 +++ new/werf-2.73.2/CHANGELOG.md 2026-07-02 10:37:28.000000000 +0200 @@ -1,5 +1,12 @@ # Changelog +## [2.73.2](https://github.com/werf/werf/compare/v2.73.1...v2.73.2) (2026-07-01) + + +### Bug Fixes + +* **build, stapel:** introspect failed stage from committed image, not temp UUID ([#7607](https://github.com/werf/werf/issues/7607)) ([a0bc374](https://github.com/werf/werf/commit/a0bc374892442d3de2ca9e803eeb437996bc7dfd)) + ## [2.73.1](https://github.com/werf/werf/compare/v2.73.0...v2.73.1) (2026-06-26) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/werf-2.73.1/go.mod new/werf-2.73.2/go.mod --- old/werf-2.73.1/go.mod 2026-06-26 10:48:33.000000000 +0200 +++ new/werf-2.73.2/go.mod 2026-07-02 10:37:28.000000000 +0200 @@ -64,7 +64,7 @@ github.com/werf/kubedog v0.13.1-0.20260616105957-2c00b08fb99e github.com/werf/kubedog-for-werf-helm v0.0.0-20241217155728-9d45c48b82b6 github.com/werf/lockgate v0.1.1 - github.com/werf/logboek v0.6.1 + github.com/werf/logboek v0.7.1 github.com/werf/nelm v1.24.4-0.20260618090926-7f5713b27219 github.com/werf/nelm-for-werf-helm v0.0.0-20241217155925-b0e6734d1dbf go.opentelemetry.io/otel v1.24.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/werf-2.73.1/go.sum new/werf-2.73.2/go.sum --- old/werf-2.73.1/go.sum 2026-06-26 10:48:33.000000000 +0200 +++ new/werf-2.73.2/go.sum 2026-07-02 10:37:28.000000000 +0200 @@ -1414,8 +1414,8 @@ github.com/werf/kubedog-for-werf-helm v0.0.0-20241217155728-9d45c48b82b6/go.mod h1:PA9xGVKX9Il6sCgvPrcB3/FahRme3bXRz4BuylvAssc= github.com/werf/lockgate v0.1.1 h1:S400JFYjtWfE4i4LY9FA8zx0fMdfui9DPrBiTciCrx4= github.com/werf/lockgate v0.1.1/go.mod h1:0yIFSLq9ausy6ejNxF5uUBf/Ib6daMAfXuCaTMZJzIE= -github.com/werf/logboek v0.6.1 h1:oEe6FkmlKg0z0n80oZjLplj6sXcBeLleCkjfOOZEL2g= -github.com/werf/logboek v0.6.1/go.mod h1:Gez5J4bxekyr6MxTmIJyId1F61rpO+0/V4vjCIEIZmk= +github.com/werf/logboek v0.7.1 h1:Ck8L7LVmj/wyrW/jk+EkkpGwdmpkOrsWAwoIgLHupc8= +github.com/werf/logboek v0.7.1/go.mod h1:Gez5J4bxekyr6MxTmIJyId1F61rpO+0/V4vjCIEIZmk= github.com/werf/nelm v1.24.4-0.20260618090926-7f5713b27219 h1:wZjBQJnQPMZRdhtS1/4vOQfuoFSybY1BHtbkY+AUg+E= github.com/werf/nelm v1.24.4-0.20260618090926-7f5713b27219/go.mod h1:D3uU5e1dSBc0l0oo/iB6SjM2sLaXICqRDSWXAYF+vpk= github.com/werf/nelm-for-werf-helm v0.0.0-20241217155925-b0e6734d1dbf h1:K51qz209c1yJgKzPw8AeS72T21F/ACp0VI3RJvT4THA= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/werf-2.73.1/pkg/container_backend/legacy_stage_image_container.go new/werf-2.73.2/pkg/container_backend/legacy_stage_image_container.go --- old/werf-2.73.1/pkg/container_backend/legacy_stage_image_container.go 2026-06-26 10:48:33.000000000 +0200 +++ new/werf-2.73.2/pkg/container_backend/legacy_stage_image_container.go 2026-07-02 10:37:28.000000000 +0200 @@ -129,6 +129,10 @@ } func (c *LegacyStageImageContainer) imageRef(img *LegacyStageImage) string { + if img.BuiltID() != "" { + return img.GetID() + } + if c.image.GetTargetPlatform() != "" { return img.Name() } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/werf-2.73.1/pkg/container_backend/legacy_stage_image_container_ai_test.go new/werf-2.73.2/pkg/container_backend/legacy_stage_image_container_ai_test.go --- old/werf-2.73.1/pkg/container_backend/legacy_stage_image_container_ai_test.go 1970-01-01 01:00:00.000000000 +0100 +++ new/werf-2.73.2/pkg/container_backend/legacy_stage_image_container_ai_test.go 2026-07-02 10:37:28.000000000 +0200 @@ -0,0 +1,29 @@ +package container_backend + +import ( + . "github.com/onsi/ginkgo/v2" + . "github.com/onsi/gomega" +) + +var _ = Describe("LegacyStageImageContainer imageRef", func() { + const ( + tmpUUIDName = "80324e3c-81f8-43cc-a055-6a95a7928690" + committedID = "sha256:deadbeef" + targetPlatform = "linux/amd64" + ) + + DescribeTable("returns the expected image reference", func(name, platform string, committed bool, expected string) { + img := NewLegacyStageImage(nil, name, nil, platform) + if committed { + img.buildImage = newLegacyBaseImage(committedID, nil) + img.builtID = committedID + } + + Expect(img.container.imageRef(img)).To(Equal(expected)) + }, + Entry("committed image with target platform returns committed id, not name", tmpUUIDName, targetPlatform, true, committedID), + Entry("committed image without target platform returns committed id", tmpUUIDName, "", true, committedID), + Entry("non-committed image with target platform returns name", "registry.example.com/project:stage", targetPlatform, false, "registry.example.com/project:stage"), + Entry("non-committed image without target platform returns id from name", "registry.example.com/project:stage", "", false, "registry.example.com/project:stage"), + ) +}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/werf-2.73.1/trdl_channels.yaml new/werf-2.73.2/trdl_channels.yaml --- old/werf-2.73.1/trdl_channels.yaml 2026-06-26 10:48:33.000000000 +0200 +++ new/werf-2.73.2/trdl_channels.yaml 2026-07-02 10:37:28.000000000 +0200 @@ -38,9 +38,9 @@ - name: "2" channels: - name: alpha - version: 2.73.0 + version: 2.73.1 - name: beta - version: 2.72.2 + version: 2.73.0 - name: ea version: 2.72.2 - name: stable ++++++ werf.obsinfo ++++++ --- /var/tmp/diff_new_pack.HL3HSw/_old 2026-07-21 23:11:44.897062581 +0200 +++ /var/tmp/diff_new_pack.HL3HSw/_new 2026-07-21 23:11:44.905062855 +0200 @@ -1,5 +1,5 @@ name: werf -version: 2.73.1 -mtime: 1782463713 -commit: 122c59efc52769e6aab7d1637ff241367f2bf476 +version: 2.73.2 +mtime: 1782981448 +commit: 0b7ec198dac3e05320e8d77cd17492ed5fc18750
