From 8d5ab26059359d0753dd8c2c29c40f72cf91bbeef70d844cb3d10c83f01d01d5 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Wed, 13 Nov 2024 10:33:06 +0000 Subject: [PATCH] update to 1.10.2 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubectl-node-shell?expand=0&rev=12 --- .gitattributes | 23 ++++++++++++++ .gitignore | 1 + _service | 19 +++++++++++ _servicedata | 4 +++ kubectl-node-shell-1.10.1.obscpio | 3 ++ kubectl-node-shell-1.10.2.obscpio | 3 ++ kubectl-node-shell.changes | 52 ++++++++++++++++++++++++++++++ kubectl-node-shell.obsinfo | 4 +++ kubectl-node-shell.spec | 53 +++++++++++++++++++++++++++++++ 9 files changed, 162 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 _service create mode 100644 _servicedata create mode 100644 kubectl-node-shell-1.10.1.obscpio create mode 100644 kubectl-node-shell-1.10.2.obscpio create mode 100644 kubectl-node-shell.changes create mode 100644 kubectl-node-shell.obsinfo create mode 100644 kubectl-node-shell.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_service b/_service new file mode 100644 index 0000000..e09ca66 --- /dev/null +++ b/_service @@ -0,0 +1,19 @@ + + + https://github.com/kvaps/kubectl-node-shell + git + .git + v1.10.2 + @PARENT_TAG@ + v(.*) + enable + + + kubectl-node-shell + + + + *.tar + gz + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..048560a --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/kvaps/kubectl-node-shell + 3959c0fcc8b18d644674c0d7f36e4de08e9531aa \ No newline at end of file diff --git a/kubectl-node-shell-1.10.1.obscpio b/kubectl-node-shell-1.10.1.obscpio new file mode 100644 index 0000000..ce58632 --- /dev/null +++ b/kubectl-node-shell-1.10.1.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed685d3d51d8d61296c67891fc9c325688372567151ade3947aae02df492b61 +size 20490 diff --git a/kubectl-node-shell-1.10.2.obscpio b/kubectl-node-shell-1.10.2.obscpio new file mode 100644 index 0000000..057825a --- /dev/null +++ b/kubectl-node-shell-1.10.2.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c107346d4e200f0ef2634357a4ca0edc19b918da822204a8bd9a678f3f2532c3 +size 21002 diff --git a/kubectl-node-shell.changes b/kubectl-node-shell.changes new file mode 100644 index 0000000..1dc247d --- /dev/null +++ b/kubectl-node-shell.changes @@ -0,0 +1,52 @@ +------------------------------------------------------------------- +Wed Nov 13 10:10:10 UTC 2024 - opensuse_buildservice@ojkastl.de + +- Update to version 1.10.2: + * Prepare release v1.10.2 + * qfix readme.md (#67) + * add custom_image (#66) + * Update krew install doc (#42) + +------------------------------------------------------------------- +Mon Jan 22 05:30:25 UTC 2024 - opensuse_buildservice@ojkastl.de + +- Update to version 1.10.1: + * fix grep for check resource quota + +------------------------------------------------------------------- +Sat Jan 20 17:36:49 UTC 2024 - opensuse_buildservice@ojkastl.de + +- Update to version 1.10.0: + * bump version v1.10.0 + * Fix Windows support for 2019 (#47) + * Automatically set or not set resource quota through the cluster + (#59) + +------------------------------------------------------------------- +Sat Jan 20 17:34:59 UTC 2024 - opensuse_buildservice@ojkastl.de + +- Update to version 1.9.0: + * feat(node-shell): optional pod running timeout (#57) + +------------------------------------------------------------------- +Sun Jan 07 18:22:52 UTC 2024 - opensuse_buildservice@ojkastl.de + +- Update to version 1.8.1: + * Support in-cluster configuration (#55) + +------------------------------------------------------------------- +Fri Sep 08 14:16:44 UTC 2023 - kastl@b1-systems.de + +- Update to version 1.8.0: + * Add X-mode for debugging minimal systens (#51) + +------------------------------------------------------------------- +Tue Jan 24 08:43:38 UTC 2023 - kastl@b1-systems.de + +- Update to version 1.7.0: + * Add support for Windows nodes (#45) + +------------------------------------------------------------------- +Thu Jan 12 12:07:24 UTC 2023 - Johannes Kastl + +- new package kubectl-node-shell: Exec into node via kubectl diff --git a/kubectl-node-shell.obsinfo b/kubectl-node-shell.obsinfo new file mode 100644 index 0000000..c03c50d --- /dev/null +++ b/kubectl-node-shell.obsinfo @@ -0,0 +1,4 @@ +name: kubectl-node-shell +version: 1.10.2 +mtime: 1731428321 +commit: 3959c0fcc8b18d644674c0d7f36e4de08e9531aa diff --git a/kubectl-node-shell.spec b/kubectl-node-shell.spec new file mode 100644 index 0000000..e2a2e02 --- /dev/null +++ b/kubectl-node-shell.spec @@ -0,0 +1,53 @@ +# +# spec file for package kubectl-node-shell +# +# 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +# For kubectl to find this correctly, +# the executable needs to be named kubectl-node_shell +# (with an underscore in node_shell) +%define executable_name kubectl-node_shell + +Name: kubectl-node-shell +Version: 1.10.2 +Release: 0 +Summary: Exec into node via kubectl +License: Apache-2.0 +URL: https://github.com/kvaps/kubectl-node-shell +Source: kubectl-node-shell-%{version}.tar.gz +Requires: bash +BuildArch: noarch + +%description +Start a root shell in the node's host OS running. +(formerly known as kubectl-enter) + +%prep +%setup -q + +%build + +%install +sed -i '1s|^.*$|#!%{_bindir}/sh|' %{executable_name} +# Install the binary. +install -D -m 0755 %{executable_name} %{buildroot}/%{_bindir}/%{executable_name} + +%files +%doc README.md +%license LICENSE +%{_bindir}/%{executable_name} + +%changelog