Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pluto for openSUSE:Factory checked in at 2024-12-30 12:51:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pluto (Old) and /work/SRC/openSUSE:Factory/.pluto.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pluto" Mon Dec 30 12:51:07 2024 rev:47 rq:1233552 version:5.21.0 Changes: -------- --- /work/SRC/openSUSE:Factory/pluto/pluto.changes 2024-09-29 18:10:59.602511912 +0200 +++ /work/SRC/openSUSE:Factory/.pluto.new.1881/pluto.changes 2024-12-30 12:51:27.391444220 +0100 @@ -1,0 +2,6 @@ +Fri Dec 27 12:16:24 UTC 2024 - [email protected] + +- Update to version 5.21.0: + * feat: add flowcontrol v1beta2 removal in 1.32 + +------------------------------------------------------------------- Old: ---- pluto-5.20.3.obscpio New: ---- pluto-5.21.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pluto.spec ++++++ --- /var/tmp/diff_new_pack.Ypxpnd/_old 2024-12-30 12:51:28.131474594 +0100 +++ /var/tmp/diff_new_pack.Ypxpnd/_new 2024-12-30 12:51:28.131474594 +0100 @@ -16,17 +16,18 @@ # -%define __arch_install_post export NO_BRP_STRIP_DEBUG=true - Name: pluto -Version: 5.20.3 +Version: 5.21.0 Release: 0 Summary: A cli tool to help discover deprecated apiVersions in Kubernetes License: Apache-2.0 URL: https://github.com/FairwindsOps/pluto Source: pluto-%{version}.tar.gz Source1: vendor.tar.gz +BuildRequires: bash-completion +BuildRequires: fish BuildRequires: go >= 1.22 +BuildRequires: zsh %description Pluto is a utility to help users find deprecated Kubernetes apiVersions in @@ -75,11 +76,11 @@ %install # Install the binary. -install -D -m 0755 ./bin/%{name} "%{buildroot}/%{_bindir}/%{name}" +install -D -m 0755 ./bin/%{name} %{buildroot}/%{_bindir}/%{name} mkdir -p %{buildroot}%{_datarootdir}/bash-completion/completions %{buildroot}/%{_bindir}/%{name} completion bash > %{buildroot}%{_datarootdir}/bash-completion/completions/%{name} -mkdir -p %{buildroot}%{_datarootdir}/zsh_completion.d -%{buildroot}/%{_bindir}/%{name} completion zsh > %{buildroot}%{_datarootdir}/zsh_completion.d/_%{name} +mkdir -p %{buildroot}%{_datarootdir}/zsh/site-functions +%{buildroot}/%{_bindir}/%{name} completion zsh > %{buildroot}%{_datarootdir}/zsh/site-functions/_%{name} mkdir -p %{buildroot}%{_datadir}/fish/vendor_completions.d %{buildroot}/%{_bindir}/%{name} completion fish > %{buildroot}%{_datarootdir}/fish/vendor_completions.d/%{name}.fish @@ -89,18 +90,11 @@ %{_bindir}/%{name} %files bash-completion -%defattr(-,root,root) -%dir %{_datarootdir}/bash-completion/completions/ %{_datarootdir}/bash-completion/completions/%{name} %files zsh-completion -%defattr(-,root,root) -%dir %{_datarootdir}/zsh_completion.d/ -%{_datarootdir}/zsh_completion.d/_%{name} +%{_datarootdir}/zsh/site-functions/_%{name} %files fish-completion -%defattr(-,root,root) -%dir %{_datarootdir}/fish -%dir %{_datarootdir}/fish/vendor_completions.d %{_datarootdir}/fish/vendor_completions.d/%{name}.fish ++++++ _service ++++++ --- /var/tmp/diff_new_pack.Ypxpnd/_old 2024-12-30 12:51:28.167476072 +0100 +++ /var/tmp/diff_new_pack.Ypxpnd/_new 2024-12-30 12:51:28.171476236 +0100 @@ -3,20 +3,21 @@ <param name="url">https://github.com/FairwindsOps/pluto</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v5.20.3</param> + <param name="revision">v5.21.0</param> <param name="versionformat">@PARENT_TAG@</param> - <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> + <param name="changesgenerate">enable</param> </service> <service name="set_version" mode="manual"> - <param name="basename">pluto</param> </service> - <service name="tar" mode="buildtime"/> + <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> - <service name="go_modules" mode="manual"> - </service> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.Ypxpnd/_old 2024-12-30 12:51:28.191477057 +0100 +++ /var/tmp/diff_new_pack.Ypxpnd/_new 2024-12-30 12:51:28.195477221 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/FairwindsOps/pluto</param> - <param name="changesrevision">bed05e30b6932aec8ee6615ddc88310fc959e248</param></service></servicedata> + <param name="changesrevision">8f45ff5c56e1142fb39ba422f9dee52f8309d214</param></service></servicedata> (No newline at EOF) ++++++ pluto-5.20.3.obscpio -> pluto-5.21.0.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pluto-5.20.3/versions.yaml new/pluto-5.21.0/versions.yaml --- old/pluto-5.20.3/versions.yaml 2024-09-24 20:58:40.000000000 +0200 +++ new/pluto-5.21.0/versions.yaml 2024-12-23 19:25:32.000000000 +0100 @@ -619,6 +619,18 @@ removed-in: v1.24.0 replacement-api: audit.k8s.io/v1 component: k8s + - version: flowcontrol.apiserver.k8s.io/v1beta3 + kind: FlowSchema + deprecated-in: v1.24.0 + removed-in: v1.32.0 + replacement-api: flowcontrol.apiserver.k8s.io/v1 + component: k8s + - version: flowcontrol.apiserver.k8s.io/v1beta3 + kind: PriorityLevelConfiguration + deprecated-in: v1.31.0 + removed-in: v1.32.0 + replacement-api: flowcontrol.apiserver.k8s.io/v1 + component: k8s target-versions: cert-manager: v1.5.3 istio: v1.11.0 ++++++ pluto.obsinfo ++++++ --- /var/tmp/diff_new_pack.Ypxpnd/_old 2024-12-30 12:51:28.395485431 +0100 +++ /var/tmp/diff_new_pack.Ypxpnd/_new 2024-12-30 12:51:28.399485595 +0100 @@ -1,5 +1,5 @@ name: pluto -version: 5.20.3 -mtime: 1727204320 -commit: bed05e30b6932aec8ee6615ddc88310fc959e248 +version: 5.21.0 +mtime: 1734978332 +commit: 8f45ff5c56e1142fb39ba422f9dee52f8309d214 ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/pluto/vendor.tar.gz /work/SRC/openSUSE:Factory/.pluto.new.1881/vendor.tar.gz differ: char 5, line 1
