diff --git a/_servicedata b/_servicedata index 72b4528..49ff3e5 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/FairwindsOps/pluto - be6d45a5458444569c4ea2fe20ebe809821de0f7 \ No newline at end of file + 94d3acae30cd0c306a80fa42bb77a70b8f49e39c \ No newline at end of file diff --git a/pluto-5.19.4.obscpio b/pluto-5.19.4.obscpio index 8927718..8e0932a 100644 --- a/pluto-5.19.4.obscpio +++ b/pluto-5.19.4.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:749c2a83e99be364132f7f6c090e2760428c626c43f5eb3111d4188e27235be2 +oid sha256:2bf690b9dfb6ef31adc80595455ca289b67596b3b8e0055b8798259129335df2 size 2248204 diff --git a/pluto.changes b/pluto.changes index 396048c..f2f6800 100644 --- a/pluto.changes +++ b/pluto.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sat May 18 07:47:19 UTC 2024 - opensuse_buildservice@ojkastl.de + +- pluto withdrew the release 5.19.2 and 5.19.4 and re-released + them + https://github.com/FairwindsOps/pluto/issues/533 + Hence the package was rebuilt using the new 5.19.4 release + https://github.com/FairwindsOps/pluto/releases/tag/v5.19.4 + https://github.com/FairwindsOps/pluto/commit/94d3acae30cd0c306a80fa42bb77a70b8f49e39c +- Update to version 5.19.4: + * Bumped helm version (#537) + * Add pluto module v5 back (#535) + * Removed pluto v5 references (#534) + * fix(release): fix goreleaesr + * fix: goreleaser sign blob fix + * fix(release): fix release; fix HIGH vulns (#532) + * fix(release): another attempt to fix the release step (#531) + * re-added equals sign (#530) + * Sc/try cosign change (#529) + ------------------------------------------------------------------- Sun May 05 07:31:03 UTC 2024 - opensuse_buildservice@ojkastl.de diff --git a/pluto.obsinfo b/pluto.obsinfo index 63f936f..de47d1b 100644 --- a/pluto.obsinfo +++ b/pluto.obsinfo @@ -1,4 +1,4 @@ name: pluto version: 5.19.4 -mtime: 1714758112 -commit: be6d45a5458444569c4ea2fe20ebe809821de0f7 +mtime: 1715798167 +commit: 94d3acae30cd0c306a80fa42bb77a70b8f49e39c diff --git a/pluto.spec b/pluto.spec index 33d0a98..2581932 100644 --- a/pluto.spec +++ b/pluto.spec @@ -62,10 +62,14 @@ Fish command line completion support for %{name}. %autosetup -p 1 -a 1 %build +COMMIT_HASH="$(sed -n 's/commit: \(.*\)/\1/p' %_sourcedir/%{name}.obsinfo)" + go build \ -mod=vendor \ -buildmode=pie \ - -ldflags="-X main.Version=%{version}" \ + -ldflags=" \ + -X main.version=%{version} \ + -X main.commit=${COMMIT_HASH}" \ -o bin/pluto ./cmd/pluto/ %install diff --git a/vendor.tar.gz b/vendor.tar.gz index ab5b955..636910a 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8a48fecd1790e07fe77b0ec8088baddb7b2438cb8e5a75c8d3563f6ba803f97f -size 7042660 +oid sha256:bd6586b3ac78d037aff708369aed572d2e979edf47ff6930232191a9a8cbbf00 +size 6985905