From 6cb7a224ca3319931fc14d4fc7d615e5fc81e414e460edccc66d4a2ac61dfd78 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Sat, 20 Jan 2024 18:13:04 +0000 Subject: [PATCH 1/2] Accepting request 1140190 from home:ojkastl_buildservice:Branch_devel_kubic update to 1.10.0 OBS-URL: https://build.opensuse.org/request/show/1140190 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubectl-node-shell?expand=0&rev=9 --- _service | 2 +- _servicedata | 2 +- kubectl-node-shell-1.10.0.obscpio | 3 +++ kubectl-node-shell-1.8.1.obscpio | 3 --- kubectl-node-shell.changes | 15 +++++++++++++++ kubectl-node-shell.obsinfo | 6 +++--- kubectl-node-shell.spec | 2 +- 7 files changed, 24 insertions(+), 9 deletions(-) create mode 100644 kubectl-node-shell-1.10.0.obscpio delete mode 100644 kubectl-node-shell-1.8.1.obscpio diff --git a/_service b/_service index 7c2438b..3e505c7 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/kvaps/kubectl-node-shell git .git - v1.8.1 + v1.10.0 @PARENT_TAG@ enable v(.*) diff --git a/_servicedata b/_servicedata index ae42e33..b87b958 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/kvaps/kubectl-node-shell - b4c24ea3b2d55988002f727f9d0db6c2d868628a \ No newline at end of file + 07e606c07f4946accbc610b9659f1f58299f9bed \ No newline at end of file diff --git a/kubectl-node-shell-1.10.0.obscpio b/kubectl-node-shell-1.10.0.obscpio new file mode 100644 index 0000000..bd8001c --- /dev/null +++ b/kubectl-node-shell-1.10.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33e8961ee0bac0d42bdfe7b975bfc6358e6171dc272dc4f01a688c949fb80141 +size 20490 diff --git a/kubectl-node-shell-1.8.1.obscpio b/kubectl-node-shell-1.8.1.obscpio deleted file mode 100644 index 9a65b34..0000000 --- a/kubectl-node-shell-1.8.1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e087c12b31479026fbf089d7524e74be6369eed2fbc323f2ed29c8cdd45d1ea -size 20490 diff --git a/kubectl-node-shell.changes b/kubectl-node-shell.changes index a591243..28c3d4d 100644 --- a/kubectl-node-shell.changes +++ b/kubectl-node-shell.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +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 diff --git a/kubectl-node-shell.obsinfo b/kubectl-node-shell.obsinfo index 177f238..16705c7 100644 --- a/kubectl-node-shell.obsinfo +++ b/kubectl-node-shell.obsinfo @@ -1,4 +1,4 @@ name: kubectl-node-shell -version: 1.8.1 -mtime: 1703582649 -commit: b4c24ea3b2d55988002f727f9d0db6c2d868628a +version: 1.10.0 +mtime: 1705597659 +commit: 07e606c07f4946accbc610b9659f1f58299f9bed diff --git a/kubectl-node-shell.spec b/kubectl-node-shell.spec index 848fbe6..0ae2eac 100644 --- a/kubectl-node-shell.spec +++ b/kubectl-node-shell.spec @@ -22,7 +22,7 @@ %define executable_name kubectl-node_shell Name: kubectl-node-shell -Version: 1.8.1 +Version: 1.10.0 Release: 0 Summary: Exec into node via kubectl License: Apache-2.0 From eab33b03ac2f963ffb3225534fd9911fa29555945c67a74b36a7bc456c5ca59a Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Mon, 22 Jan 2024 05:42:45 +0000 Subject: [PATCH 2/2] Accepting request 1140344 from home:ojkastl_buildservice:Branch_devel_kubic update to 1.10.1 OBS-URL: https://build.opensuse.org/request/show/1140344 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubectl-node-shell?expand=0&rev=10 --- _service | 2 +- _servicedata | 2 +- kubectl-node-shell-1.10.0.obscpio | 3 --- kubectl-node-shell-1.10.1.obscpio | 3 +++ kubectl-node-shell.changes | 6 ++++++ kubectl-node-shell.obsinfo | 6 +++--- kubectl-node-shell.spec | 2 +- 7 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 kubectl-node-shell-1.10.0.obscpio create mode 100644 kubectl-node-shell-1.10.1.obscpio diff --git a/_service b/_service index 3e505c7..e5c189f 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/kvaps/kubectl-node-shell git .git - v1.10.0 + v1.10.1 @PARENT_TAG@ enable v(.*) diff --git a/_servicedata b/_servicedata index b87b958..fbaec97 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/kvaps/kubectl-node-shell - 07e606c07f4946accbc610b9659f1f58299f9bed \ No newline at end of file + 76cc9c4c4e385201bd9ebcb9b4478e6bba21d264 \ No newline at end of file diff --git a/kubectl-node-shell-1.10.0.obscpio b/kubectl-node-shell-1.10.0.obscpio deleted file mode 100644 index bd8001c..0000000 --- a/kubectl-node-shell-1.10.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33e8961ee0bac0d42bdfe7b975bfc6358e6171dc272dc4f01a688c949fb80141 -size 20490 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.changes b/kubectl-node-shell.changes index 28c3d4d..6b1f914 100644 --- a/kubectl-node-shell.changes +++ b/kubectl-node-shell.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/kubectl-node-shell.obsinfo b/kubectl-node-shell.obsinfo index 16705c7..a9cce52 100644 --- a/kubectl-node-shell.obsinfo +++ b/kubectl-node-shell.obsinfo @@ -1,4 +1,4 @@ name: kubectl-node-shell -version: 1.10.0 -mtime: 1705597659 -commit: 07e606c07f4946accbc610b9659f1f58299f9bed +version: 1.10.1 +mtime: 1705883842 +commit: 76cc9c4c4e385201bd9ebcb9b4478e6bba21d264 diff --git a/kubectl-node-shell.spec b/kubectl-node-shell.spec index 0ae2eac..3fe30b3 100644 --- a/kubectl-node-shell.spec +++ b/kubectl-node-shell.spec @@ -22,7 +22,7 @@ %define executable_name kubectl-node_shell Name: kubectl-node-shell -Version: 1.10.0 +Version: 1.10.1 Release: 0 Summary: Exec into node via kubectl License: Apache-2.0