Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cmctl for openSUSE:Factory checked in at 2026-05-04 12:50:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cmctl (Old) and /work/SRC/openSUSE:Factory/.cmctl.new.30200 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cmctl" Mon May 4 12:50:43 2026 rev:33 rq:1350338 version:2.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cmctl/cmctl.changes 2026-02-25 21:11:41.408941575 +0100 +++ /work/SRC/openSUSE:Factory/.cmctl.new.30200/cmctl.changes 2026-05-04 12:53:24.269201432 +0200 @@ -1,0 +2,66 @@ +Fri May 01 07:45:05 UTC 2026 - Johannes Kastl <[email protected]> + +- Update to version 2.5.0: + * Highlights + - Fix User-Agent to contain the correct version of cmctl when + interacting with the cluster (#444) + - Ensure response body is closed on error path during CRL check + (#463) + * What's Changed + - chore(deps): update actions/setup-go action to v6.3.0 by + @renovate[bot] in #420 + - fix(deps): update module k8s.io/kube-aggregator to v0.35.2 by + @renovate[bot] in #423 + - fix(deps): update kubernetes go patches to v0.35.2 by + @renovate[bot] in #424 + - fix(deps): update module k8s.io/apiextensions-apiserver to + v0.35.2 by @renovate[bot] in #425 + - fix(deps): update module k8s.io/kubectl to v0.35.2 by + @renovate[bot] in #426 + - fix(deps): update module github.com/cert-manager/cert-manager + to v1.19.4 by @renovate[bot] in #419 + - chore(deps): update module github.com/cloudflare/circl to + v1.6.3 [security] by @renovate[bot] in #421 + - fix(deps): update module sigs.k8s.io/gateway-api to v1.5.0 by + @renovate[bot] in #422 + - fix(deps): update module sigs.k8s.io/controller-runtime to + v0.23.2 by @renovate[bot] in #430 + - fix(deps): update module sigs.k8s.io/controller-runtime to + v0.23.3 by @renovate[bot] in #431 + - fix(deps): update module golang.org/x/sync to v0.20.0 by + @renovate[bot] in #432 + - fix(deps): update module golang.org/x/mod to v0.34.0 by + @renovate[bot] in #436 + - fix(deps): update module golang.org/x/crypto to v0.49.0 by + @renovate[bot] in #438 + - fix(deps): update kubernetes go patches to v0.35.3 by + @renovate[bot] in #440 + - fix: set k8s.io/client-go version ldflags to fix User-Agent + header by @msasadzaidi in #444 + - chore(deps): update docker/login-action action to v4 by + @renovate[bot] in #429 + - fix(deps): update module sigs.k8s.io/gateway-api to v1.5.1 by + @renovate[bot] in #439 + - fix(deps): update module helm.sh/helm/v4 to v4.1.3 by + @renovate[bot] in #437 + - Update module github.com/cert-manager/cert-manager to v1.20.1 + by @erikgb in #445 + - chore(deps): update actions/setup-go action to v6.4.0 by + @renovate[bot] in #447 + - chore(deps): update docker/login-action action to v4.1.0 by + @renovate[bot] in #449 + - fix(deps): update module helm.sh/helm/v4 to v4.1.4 by + @renovate[bot] in #454 + - fix(deps): update golang.org/x deps by @renovate[bot] in #455 + - fix(deps): update module github.com/cert-manager/cert-manager + to v1.20.2 by @renovate[bot] in #457 + - fix(deps): update kubernetes go patches to v0.35.4 by + @renovate[bot] in #460 + - fix(deps): update kubernetes go deps by @renovate[bot] in + #464 + - fix(inspect): close CRL response body on io.ReadAll error + path by @SAY-5 in #463 + - Bump github.com/Azure/go-ntlmssp to fix CVE-2026-32952 by + @erikgb in #468 + +------------------------------------------------------------------- Old: ---- cmctl-2.4.1.obscpio New: ---- cmctl-2.5.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cmctl.spec ++++++ --- /var/tmp/diff_new_pack.Mqsreq/_old 2026-05-04 12:53:25.449250000 +0200 +++ /var/tmp/diff_new_pack.Mqsreq/_new 2026-05-04 12:53:25.453250164 +0200 @@ -19,7 +19,7 @@ %define kubectl_plugin_name kubectl-cert_manager Name: cmctl -Version: 2.4.1 +Version: 2.5.0 Release: 0 Summary: CLI tool that can help you to manage cert-manager resources inside your cluster License: Apache-2.0 @@ -30,11 +30,13 @@ BuildRequires: bash-completion BuildRequires: fish BuildRequires: zsh -BuildRequires: golang(API) >= 1.25 +BuildRequires: golang(API) >= 1.26 %description -cmctl is a CLI tool that can help you to manage cert-manager resources inside your cluster. -While also available as a kubectl plugin, it is recommended to use as a stand alone binary as this allows the use of command auto-completion. +cmctl is a CLI tool that can help you to manage cert-manager resources inside +your cluster. +While also available as a kubectl plugin, it is recommended to use as a stand +alone binary as this allows the use of command auto-completion. %package -n %{name}-bash-completion Summary: Bash Completion for %{name} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.Mqsreq/_old 2026-05-04 12:53:25.501252140 +0200 +++ /var/tmp/diff_new_pack.Mqsreq/_new 2026-05-04 12:53:25.509252469 +0200 @@ -1,9 +1,9 @@ <services> <service name="obs_scm" mode="manual"> - <param name="url">https://github.com/cert-manager/cmctl</param> + <param name="url">https://github.com/cert-manager/cmctl.git</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v2.4.1</param> + <param name="revision">refs/tags/v2.5.0</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.Mqsreq/_old 2026-05-04 12:53:25.533253457 +0200 +++ /var/tmp/diff_new_pack.Mqsreq/_new 2026-05-04 12:53:25.537253622 +0200 @@ -3,6 +3,8 @@ <param name="url">https://github.com/cert-manager/cert-manager</param> <param name="changesrevision">8671a416c74a8e443e932646b0f78289c9e36537</param></service><service name="tar_scm"> <param name="url">https://github.com/cert-manager/cmctl</param> - <param name="changesrevision">4668ed9fb057dc73396e6050b3319532de74c0c5</param></service></servicedata> + <param name="changesrevision">4668ed9fb057dc73396e6050b3319532de74c0c5</param></service><service name="tar_scm"> + <param name="url">https://github.com/cert-manager/cmctl.git</param> + <param name="changesrevision">46bd6766e7c7e345b29f1bc2dc737872bce6fb66</param></service></servicedata> (No newline at EOF) ++++++ cmctl-2.4.1.obscpio -> cmctl-2.5.0.obscpio ++++++ ++++ 1891 lines of diff (skipped) ++++++ cmctl.obsinfo ++++++ --- /var/tmp/diff_new_pack.Mqsreq/_old 2026-05-04 12:53:26.137278317 +0200 +++ /var/tmp/diff_new_pack.Mqsreq/_new 2026-05-04 12:53:26.141278482 +0200 @@ -1,5 +1,5 @@ name: cmctl -version: 2.4.1 -mtime: 1771857025 -commit: 4668ed9fb057dc73396e6050b3319532de74c0c5 +version: 2.5.0 +mtime: 1777577201 +commit: 46bd6766e7c7e345b29f1bc2dc737872bce6fb66 ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/cmctl/vendor.tar.gz /work/SRC/openSUSE:Factory/.cmctl.new.30200/vendor.tar.gz differ: char 13, line 1
