Compare commits

..

2 Commits

7 changed files with 20 additions and 9 deletions

View File

@ -3,7 +3,7 @@
<param name="url">https://github.com/kvaps/kubectl-node-shell</param> <param name="url">https://github.com/kvaps/kubectl-node-shell</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="exclude">.git</param> <param name="exclude">.git</param>
<param name="revision">v1.10.2</param> <param name="revision">v1.11.0</param>
<param name="versionformat">@PARENT_TAG@</param> <param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param> <param name="changesgenerate">enable</param>

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/kvaps/kubectl-node-shell</param> <param name="url">https://github.com/kvaps/kubectl-node-shell</param>
<param name="changesrevision">3959c0fcc8b18d644674c0d7f36e4de08e9531aa</param></service></servicedata> <param name="changesrevision">c8868960a3ad151a7e2de9c81ff137690138092d</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c107346d4e200f0ef2634357a4ca0edc19b918da822204a8bd9a678f3f2532c3
size 21002

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:37439e823c5ae762c1c5384869930f7e65ba33ccadd2087d890d0bcad0a57013
size 24586

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Nov 26 14:13:01 UTC 2024 - opensuse_buildservice@ojkastl.de
- Update to version 1.11.0:
* bump version v1.11.0
* Replicate nsenter options to pod spec (#69)
* Adding ability to mount CSI volumes in privildeged shell (#64)
* add KUBECTL_NODE_SHELL_IMAGE_PULL_SECRET_NAME to enable
imagePullSecrets (#62)
* Add flags for netns attach (#68)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 13 10:10:10 UTC 2024 - opensuse_buildservice@ojkastl.de Wed Nov 13 10:10:10 UTC 2024 - opensuse_buildservice@ojkastl.de

View File

@ -1,4 +1,4 @@
name: kubectl-node-shell name: kubectl-node-shell
version: 1.10.2 version: 1.11.0
mtime: 1731428321 mtime: 1732565161
commit: 3959c0fcc8b18d644674c0d7f36e4de08e9531aa commit: c8868960a3ad151a7e2de9c81ff137690138092d

View File

@ -22,7 +22,7 @@
%define executable_name kubectl-node_shell %define executable_name kubectl-node_shell
Name: kubectl-node-shell Name: kubectl-node-shell
Version: 1.10.2 Version: 1.11.0
Release: 0 Release: 0
Summary: Exec into node via kubectl Summary: Exec into node via kubectl
License: Apache-2.0 License: Apache-2.0