Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kubeconform for openSUSE:Factory checked in at 2025-05-12 18:09:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kubeconform (Old) and /work/SRC/openSUSE:Factory/.kubeconform.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kubeconform" Mon May 12 18:09:07 2025 rev:8 rq:1276855 version:0.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kubeconform/kubeconform.changes 2024-12-16 19:16:57.742030056 +0100 +++ /work/SRC/openSUSE:Factory/.kubeconform.new.30101/kubeconform.changes 2025-05-12 18:09:13.527119562 +0200 @@ -1,0 +2,12 @@ +Mon May 12 10:26:29 UTC 2025 - Johannes Kastl <[email protected]> + +- Update to version 0.7.0: + * Add support for duration (#328) + * Invalid JSON should not be considered an error - see + https://github.com/yannh/kubeconform/issues/67 (#327) + * Add acceptance tests for caching of references (#326) + * Add tests for the HTTP loader (#325) + * Update jsonschema library to v6 (#324) + * Update go/goreleaser (#322) + +------------------------------------------------------------------- Old: ---- kubeconform-0.6.7.tar.gz New: ---- kubeconform-0.7.0.obscpio kubeconform.obsinfo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kubeconform.spec ++++++ --- /var/tmp/diff_new_pack.vnaqhd/_old 2025-05-12 18:09:15.695210884 +0200 +++ /var/tmp/diff_new_pack.vnaqhd/_new 2025-05-12 18:09:15.711211558 +0200 @@ -1,7 +1,7 @@ # # spec file for package kubeconform # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,14 @@ Name: kubeconform -Version: 0.6.7 +Version: 0.7.0 Release: 0 Summary: A fast Kubernetes manifests validator, with support for custom resources License: Apache-2.0 URL: https://github.com/yannh/kubeconform/ Source0: %{name}-%{version}.tar.gz Source1: vendor.tar.gz -BuildRequires: go1.22 +BuildRequires: golang(API) >= 1.24 %description Kubeconform is a Kubernetes manifests validation tool. It is inspired by, contains @@ -45,11 +45,16 @@ %build go build \ -mod=vendor \ + -tags="netgo" \ -buildmode=pie \ - -o bin/ .../. + -ldflags="-X main.version=v%{version}" \ + -o bin/ ./cmd/%{name} %install -install -D -m 0755 ./bin/%{name} "%{buildroot}/%{_bindir}/%{name}" +install -D -m 0755 ./bin/%{name} %{buildroot}/%{_bindir}/%{name} + +%check +%{buildroot}/%{_bindir}/%{name} -v | grep v%{version} %files %{_bindir}/%{name} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.vnaqhd/_old 2025-05-12 18:09:15.971222510 +0200 +++ /var/tmp/diff_new_pack.vnaqhd/_new 2025-05-12 18:09:16.011224194 +0200 @@ -1,19 +1,23 @@ <services> - <service name="tar_scm" mode="manual"> + <service name="obs_scm" mode="manual"> <param name="url">https://github.com/yannh/kubeconform.git</param> <param name="scm">git</param> + <param name="exclude">.git</param> + <param name="revision">v0.7.0</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> - <param name="revision">v0.6.7</param> <param name="changesgenerate">enable</param> </service> - <service name="recompress" mode="manual"> - <param name="file">kubeconform-*.tar</param> - <param name="compression">gz</param> - </service> <service name="set_version" mode="manual"> - <param name="basename">kubeconform</param> </service> - <service name="go_modules" mode="manual"/> + <service name="go_modules" mode="manual"> + </service> + <!-- services below are running at buildtime --> + <service name="tar" mode="buildtime"> + </service> + <service name="recompress" mode="buildtime"> + <param name="file">*.tar</param> + <param name="compression">gz</param> + </service> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.vnaqhd/_old 2025-05-12 18:09:16.247234135 +0200 +++ /var/tmp/diff_new_pack.vnaqhd/_new 2025-05-12 18:09:16.299236325 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/yannh/kubeconform.git</param> - <param name="changesrevision">1bd44986dd3d281725afab6b173770ec86b454fc</param></service></servicedata> + <param name="changesrevision">e65429b1e5990dd019ebb7b5642dcd22a3e9cd13</param></service></servicedata> (No newline at EOF) ++++++ kubeconform.obsinfo ++++++ name: kubeconform version: 0.7.0 mtime: 1747041353 commit: e65429b1e5990dd019ebb7b5642dcd22a3e9cd13 ++++++ vendor.tar.gz ++++++ ++++ 29967 lines of diff (skipped)
