Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kubectl-view-allocations for openSUSE:Factory checked in at 2024-04-25 20:48:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kubectl-view-allocations (Old) and /work/SRC/openSUSE:Factory/.kubectl-view-allocations.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kubectl-view-allocations" Thu Apr 25 20:48:02 2024 rev:2 rq:1169929 version:0.19.2 Changes: -------- --- /work/SRC/openSUSE:Factory/kubectl-view-allocations/kubectl-view-allocations.changes 2023-11-28 22:20:46.108800201 +0100 +++ /work/SRC/openSUSE:Factory/.kubectl-view-allocations.new.1880/kubectl-view-allocations.changes 2024-04-25 20:48:09.651829708 +0200 @@ -1,0 +2,19 @@ +Tue Apr 23 19:17:31 UTC 2024 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- BuildRequire cargo 1.75 aka rust 1.75 to avoid errors due to +- kube-client v0.90.0 + +------------------------------------------------------------------- +Tue Apr 23 18:26:25 UTC 2024 - opensuse_buildserv...@ojkastl.de + +- fix boo#1223224 +- Update to version 0.19.2 (skipping non-existing releases 0.19.0 + and 0.19.1): + * (cargo-release) version 0.19.2 + * (cargo-release) version 0.19.1 + * (cargo-release) version 0.19.0 + * Update kube & k8s-openapi, minimal k8s version is 1.24 + * add socks5 support via the kube dependency + * Bump actions/cache from 3 to 4 + +------------------------------------------------------------------- Old: ---- kubectl-view-allocations-0.18.1.tar.gz New: ---- kubectl-view-allocations-0.19.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kubectl-view-allocations.spec ++++++ --- /var/tmp/diff_new_pack.PlChua/_old 2024-04-25 20:48:11.187886110 +0200 +++ /var/tmp/diff_new_pack.PlChua/_new 2024-04-25 20:48:11.191886257 +0200 @@ -1,7 +1,7 @@ # # spec file for package kubectl-view-allocations # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global rustflags '-Clink-arg=-Wl,-z,relro,-z,now' Name: kubectl-view-allocations -Version: 0.18.1 +Version: 0.19.2 Release: 0 Summary: kubectl plugin to list allocations License: CC0-1.0 @@ -29,7 +29,8 @@ Source2: cargo_config Recommends: fzf BuildRequires: cargo -BuildRequires: rust >= 1.67.0 +# kube-client v0.90.0 requires rust 1.75 or higher +BuildRequires: rust >= 1.75.0 %description kubectl plugin lists allocations for resources (cpu, memory, gpu,...) as ++++++ _service ++++++ --- /var/tmp/diff_new_pack.PlChua/_old 2024-04-25 20:48:11.235887873 +0200 +++ /var/tmp/diff_new_pack.PlChua/_new 2024-04-25 20:48:11.239888020 +0200 @@ -4,7 +4,7 @@ <param name="scm">git</param> <param name="exclude">.git</param> <param name="versionformat">@PARENT_TAG@</param> - <param name="revision">0.18.1</param> + <param name="revision">0.19.2</param> <param name="changesgenerate">enable</param> </service> <service name="recompress" mode="manual"> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.PlChua/_old 2024-04-25 20:48:11.267889048 +0200 +++ /var/tmp/diff_new_pack.PlChua/_new 2024-04-25 20:48:11.271889195 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/davidB/kubectl-view-allocations</param> - <param name="changesrevision">919dc7507d089c9935a3702fd26571b79171ef4b</param></service></servicedata> + <param name="changesrevision">dce378ea1bcbc40ee0fb9f0d7637bdb5249a19c6</param></service></servicedata> (No newline at EOF) ++++++ kubectl-view-allocations-0.18.1.tar.gz -> kubectl-view-allocations-0.19.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kubectl-view-allocations-0.18.1/.github/workflows/ci.yaml new/kubectl-view-allocations-0.19.2/.github/workflows/ci.yaml --- old/kubectl-view-allocations-0.18.1/.github/workflows/ci.yaml 2023-11-25 19:50:33.000000000 +0100 +++ new/kubectl-view-allocations-0.19.2/.github/workflows/ci.yaml 2024-04-23 19:58:02.000000000 +0200 @@ -38,7 +38,7 @@ steps: - uses: actions/checkout@v4 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cargo/bin/ @@ -77,7 +77,7 @@ # Anonymous access is limited to 60 requests / hour / worker # github-token: ${{ secrets.GITHUB_TOKEN }} - uses: actions/checkout@v4 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cargo/bin/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kubectl-view-allocations-0.18.1/.github/workflows/release.yaml new/kubectl-view-allocations-0.19.2/.github/workflows/release.yaml --- old/kubectl-view-allocations-0.18.1/.github/workflows/release.yaml 2023-11-25 19:50:33.000000000 +0100 +++ new/kubectl-view-allocations-0.19.2/.github/workflows/release.yaml 2024-04-23 19:58:02.000000000 +0200 @@ -37,7 +37,7 @@ steps: - uses: actions/checkout@v4 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cargo/bin/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kubectl-view-allocations-0.18.1/Cargo.toml new/kubectl-view-allocations-0.19.2/Cargo.toml --- old/kubectl-view-allocations-0.18.1/Cargo.toml 2023-11-25 19:50:33.000000000 +0100 +++ new/kubectl-view-allocations-0.19.2/Cargo.toml 2024-04-23 19:58:02.000000000 +0200 @@ -1,6 +1,6 @@ [package] name = "kubectl-view-allocations" -version = "0.18.1" +version = "0.19.2" authors = ["David Bernard"] edition = "2021" description = "kubectl plugin to list allocations (cpu, memory, gpu,... X utilization, requested, limit, allocatable,...)" @@ -16,12 +16,13 @@ clap = { version = "4.2", features = ["derive"] } color-eyre = "0.6.2" itertools = "0.12" -k8s-openapi = { version = "0.20.0", default-features = false } -kube = { version = "0.87", features = [ +k8s-openapi = { version = "0.21", default-features = false } +kube = { version = "0.90", features = [ "client", "oauth", "gzip", "rustls-tls", + "socks5", ], default-features = false } prettytable-rs = { version = "0.10", default-features = false, optional = true } serde = "1.0" @@ -39,7 +40,7 @@ default = ["cli"] cli = [ "dep:tokio", - "k8s-openapi/v1_22", + "k8s-openapi/earliest", "dep:tracing-subscriber", "prettytable", ] ++++++ vendor.tar.xz ++++++ /work/SRC/openSUSE:Factory/kubectl-view-allocations/vendor.tar.xz /work/SRC/openSUSE:Factory/.kubectl-view-allocations.new.1880/vendor.tar.xz differ: char 15, line 1