Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package toolbox for openSUSE:Factory checked in at 2026-04-29 19:17:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/toolbox (Old) and /work/SRC/openSUSE:Factory/.toolbox.new.30200 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "toolbox" Wed Apr 29 19:17:37 2026 rev:35 rq:1349723 version:2.4+git20260421.7c75c12 Changes: -------- --- /work/SRC/openSUSE:Factory/toolbox/toolbox.changes 2025-10-10 17:08:06.878122104 +0200 +++ /work/SRC/openSUSE:Factory/.toolbox.new.30200/toolbox.changes 2026-04-29 19:18:15.038081260 +0200 @@ -1,0 +2,6 @@ +Tue Apr 21 07:28:45 UTC 2026 - Thorsten Kukuk <[email protected]> + +- Update to version 2.4+git20260421.7c75c12: + * Make toolbox k8s (rke2) aware (#57) + +------------------------------------------------------------------- Old: ---- microos-toolbox-2.4+git20251009.ab435eb.tar.xz New: ---- microos-toolbox-2.4+git20260421.7c75c12.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ toolbox.spec ++++++ --- /var/tmp/diff_new_pack.pXP99b/_old 2026-04-29 19:18:15.722109274 +0200 +++ /var/tmp/diff_new_pack.pXP99b/_new 2026-04-29 19:18:15.726109438 +0200 @@ -1,7 +1,7 @@ # # spec file for package toolbox # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: toolbox -Version: 2.4+git20251009.ab435eb +Version: 2.4+git20260421.7c75c12 Release: 0 Summary: Script to start a toolbox container for system debugging License: Apache-2.0 ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.pXP99b/_old 2026-04-29 19:18:15.802112550 +0200 +++ /var/tmp/diff_new_pack.pXP99b/_new 2026-04-29 19:18:15.818113205 +0200 @@ -1,7 +1,7 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/microos-toolbox.git</param> - <param name="changesrevision">ab435eb076a6208b1712748e8864b81a11241cb1</param> + <param name="changesrevision">7c75c1249005871bd533d72437fb23a469feb85f</param> </service> </servicedata> (No newline at EOF) ++++++ microos-toolbox-2.4+git20251009.ab435eb.tar.xz -> microos-toolbox-2.4+git20260421.7c75c12.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/microos-toolbox-2.4+git20251009.ab435eb/toolbox new/microos-toolbox-2.4+git20260421.7c75c12/toolbox --- old/microos-toolbox-2.4+git20251009.ab435eb/toolbox 2025-10-09 14:26:40.000000000 +0200 +++ new/microos-toolbox-2.4+git20260421.7c75c12/toolbox 2026-04-21 09:24:01.000000000 +0200 @@ -206,6 +206,14 @@ if [ -s /etc/zypp/credentials.d/SCCcredentials ]; then SUSECONNECT_FILES="$SUSECONNECT_FILES --volume /etc/zypp/credentials.d/SCCcredentials:/etc/zypp/credentials.d/SCCcredentials" fi + local RKE_ARGS="" + if [ -s /var/lib/rancher/rke2/bin/kubectl ]; then + RKE_ARGS="$RKE_ARGS --volume /var/lib/rancher/rke2/bin/kubectl:/usr/local/bin/kubectl:ro" + fi + if [ -s /etc/rancher/rke2/rke2.yaml ]; then + RKE_ARGS="$RKE_ARGS --volume /etc/rancher/rke2/rke2.yaml:/etc/rancher/rke2/rke2.yaml:ro" + RKE_ARGS="$RKE_ARGS --env KUBECONFIG=/etc/rancher/rke2/rke2.yaml" + fi if ! ${SUDO} $CLI create \ $RUNTIME \ --hostname "$TOOLBOX_NAME" \ @@ -217,6 +225,7 @@ --volume /etc/localtime:/etc/localtime:ro \ ${SUSECONNECT_FILES} \ ${PODMAN_ARGS[@]} \ + ${RKE_ARGS} \ "$TOOLBOX_IMAGE" sleep +Inf > /dev/null; then echo "$0: failed to create container '$TOOLBOX_NAME'" exit 1
