Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kubefirst for openSUSE:Factory checked in at 2024-10-30 17:34:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kubefirst (Old) and /work/SRC/openSUSE:Factory/.kubefirst.new.2020 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kubefirst" Wed Oct 30 17:34:25 2024 rev:23 rq:1219063 version:2.7.3 Changes: -------- --- /work/SRC/openSUSE:Factory/kubefirst/kubefirst.changes 2024-10-27 11:24:48.693251811 +0100 +++ /work/SRC/openSUSE:Factory/.kubefirst.new.2020/kubefirst.changes 2024-10-30 17:34:58.133595784 +0100 @@ -1,0 +2,20 @@ +Tue Oct 29 14:49:34 UTC 2024 - [email protected] + +- Update to version 2.7.3: + * set next macro chart for kubefirst - 2.7.3 + * set next macro chart for kubefirst - 2.7.3-rc3 + * set next macro chart for kubefirst - 2.7.3-rc2 + * set next macro chart for kubefirst - 2.7.3-rc1 + +------------------------------------------------------------------- +Tue Oct 29 14:45:04 UTC 2024 - [email protected] + +- Update to version 2.7.2 (there is no 2.7.1): + * set next macro chart for kubefirst - 2.7.2 + * feat: change tag + * set next macro chart for kubefirst - 2.7.2-rc1 + * set next macro chart for kubefirst - 2.7.1-rc3 + * set next macro chart for kubefirst - 2.7.1-rc2 + * set next macro chart for kubefirst - 2.7.1-rc1 + +------------------------------------------------------------------- Old: ---- kubefirst-2.7.0.obscpio New: ---- kubefirst-2.7.3.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kubefirst.spec ++++++ --- /var/tmp/diff_new_pack.ijxlhW/_old 2024-10-30 17:34:59.297644542 +0100 +++ /var/tmp/diff_new_pack.ijxlhW/_new 2024-10-30 17:34:59.301644710 +0100 @@ -17,7 +17,7 @@ Name: kubefirst -Version: 2.7.0 +Version: 2.7.3 Release: 0 Summary: CLI for the KubeFirst GitOps Infrastructure & Application Delivery Platform License: MIT ++++++ _service ++++++ --- /var/tmp/diff_new_pack.ijxlhW/_old 2024-10-30 17:34:59.329645882 +0100 +++ /var/tmp/diff_new_pack.ijxlhW/_new 2024-10-30 17:34:59.333646051 +0100 @@ -3,7 +3,7 @@ <param name="url">https://github.com/kubefirst/kubefirst</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v2.7.0</param> + <param name="revision">v2.7.3</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.ijxlhW/_old 2024-10-30 17:34:59.353646889 +0100 +++ /var/tmp/diff_new_pack.ijxlhW/_new 2024-10-30 17:34:59.357647056 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/kubefirst/kubefirst</param> - <param name="changesrevision">6bae0bf0a4aec4c67adaa921e8111e90b7962f0e</param></service></servicedata> + <param name="changesrevision">718318062ccbcb9b94c0ab527c50f54c42475721</param></service></servicedata> (No newline at EOF) ++++++ kubefirst-2.7.0.obscpio -> kubefirst-2.7.3.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kubefirst-2.7.0/go.mod new/kubefirst-2.7.3/go.mod --- old/kubefirst-2.7.0/go.mod 2024-10-24 23:11:35.000000000 +0200 +++ new/kubefirst-2.7.3/go.mod 2024-10-29 01:20:21.000000000 +0100 @@ -14,7 +14,7 @@ github.com/dustin/go-humanize v1.0.1 github.com/go-git/go-git/v5 v5.12.0 github.com/hashicorp/vault/api v1.9.0 - github.com/konstructio/kubefirst-api v0.111.0 + github.com/konstructio/kubefirst-api v0.113.0 github.com/kubefirst/metrics-client v0.3.0 github.com/nxadm/tail v1.4.8 github.com/rs/zerolog v1.29.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kubefirst-2.7.0/go.sum new/kubefirst-2.7.3/go.sum --- old/kubefirst-2.7.0/go.sum 2024-10-24 23:11:35.000000000 +0200 +++ new/kubefirst-2.7.3/go.sum 2024-10-29 01:20:21.000000000 +0100 @@ -724,8 +724,8 @@ github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= github.com/konsorten/go-windows-terminal-sequences v1.0.2/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= -github.com/konstructio/kubefirst-api v0.111.0 h1:t9X1FYmEyoYNOiwEQPw4EpqLAsOY2/sdJ8LqeXY90C0= -github.com/konstructio/kubefirst-api v0.111.0/go.mod h1:9zAeU7nPxwAoiEv3Cs7+gRjoFDfK60iR6CeYPFAeBY4= +github.com/konstructio/kubefirst-api v0.113.0 h1:J1BkjkEJQSCcTQnyfXDXv9BEkXw4acfTqbzPtLPaiik= +github.com/konstructio/kubefirst-api v0.113.0/go.mod h1:9zAeU7nPxwAoiEv3Cs7+gRjoFDfK60iR6CeYPFAeBY4= github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg= github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kubefirst-2.7.0/internal/launch/constants.go new/kubefirst-2.7.3/internal/launch/constants.go --- old/kubefirst-2.7.0/internal/launch/constants.go 2024-10-24 23:11:35.000000000 +0200 +++ new/kubefirst-2.7.3/internal/launch/constants.go 2024-10-29 01:20:21.000000000 +0100 @@ -11,7 +11,7 @@ helmChartName = "kubefirst" helmChartRepoName = "konstruct" helmChartRepoURL = "https://charts.konstruct.io" - helmChartVersion = "2.7.0" + helmChartVersion = "2.7.3" namespace = "kubefirst" secretName = "kubefirst-initial-secrets" ) ++++++ kubefirst.obsinfo ++++++ --- /var/tmp/diff_new_pack.ijxlhW/_old 2024-10-30 17:34:59.569655937 +0100 +++ /var/tmp/diff_new_pack.ijxlhW/_new 2024-10-30 17:34:59.573656104 +0100 @@ -1,5 +1,5 @@ name: kubefirst -version: 2.7.0 -mtime: 1729804295 -commit: 6bae0bf0a4aec4c67adaa921e8111e90b7962f0e +version: 2.7.3 +mtime: 1730161221 +commit: 718318062ccbcb9b94c0ab527c50f54c42475721 ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/kubefirst/vendor.tar.gz /work/SRC/openSUSE:Factory/.kubefirst.new.2020/vendor.tar.gz differ: char 5, line 1
