-
Notifications
You must be signed in to change notification settings - Fork 374
kata-check: check for newer release #2976
kata-check: check for newer release #2976
Conversation
Backport of kata-containers/kata-containers#735. |
/test |
44c63dc
to
eb47b77
Compare
/test |
Codecov Report
@@ Coverage Diff @@
## master #2976 +/- ##
==========================================
- Coverage 51.65% 50.27% -1.38%
==========================================
Files 118 119 +1
Lines 17430 15758 -1672
==========================================
- Hits 9003 7923 -1080
+ Misses 7342 6753 -589
+ Partials 1085 1082 -3 |
Update `kata-check` to see if there is a newer version available for download. Useful for users installing static packages (without a package manager). Fixes: kata-containers#2975. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
eb47b77
to
a707608
Compare
Fix the linter errors caught in the `runtime` repos `master` branch [1], but not in the `2.0-dev` branch [2]. See [3] for further details. [1] - kata-containers/runtime#2976 [2] - kata-containers#735 [3] - kata-containers/tests#2870 Fixes: kata-containers#783. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
Ping @kata-containers/runtime ! |
@jodh-intel started looking at it.. .Thanks |
Name: "verbose, v", | ||
Usage: "display the list of checks performed", | ||
Name: "check-version-only", | ||
Usage: "Only compare the current and latest available versions (requires network, non-root only)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A minor nit.. It's not obvious from the description that it checks for release
versions only. Although the subsequent options help with the clarification. Just noting down in case if it makes sense to make it more explicit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Thanks @jodh-intel
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Ping @kata-containers/runtime. This can land with one more qualifying ack (it's already landed in 2.x so really shouldn't take much time to review.... :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @jodh-intel
/test |
Fix the linter errors caught in the `runtime` repos `master` branch [1], but not in the `2.0-dev` branch [2]. See [3] for further details. [1] - kata-containers/runtime#2976 [2] - kata-containers#735 [3] - kata-containers/tests#2870 Fixes: kata-containers#783. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
Fix the linter errors caught in the `runtime` repos `master` branch [1], but not in the `2.0-dev` branch [2]. See [3] for further details. [1] - kata-containers/runtime#2976 [2] - #735 [3] - kata-containers/tests#2870 Fixes: #783. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
Fix the linter errors caught in the `runtime` repos `master` branch [1], but not in the `2.0-dev` branch [2]. See [3] for further details. [1] - kata-containers/runtime#2976 [2] - #735 [3] - kata-containers/tests#2870 Fixes: #783. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
Fix the linter errors caught in the `runtime` repos `master` branch [1], but not in the `2.0-dev` branch [2]. See [3] for further details. [1] - kata-containers/runtime#2976 [2] - kata-containers#735 [3] - kata-containers/tests#2870 Fixes: kata-containers#783. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
Update
kata-check
to see if there is a newer version available for download. Useful for users installing static packages (without a package manager).Fixes: #2975.
Signed-off-by: James O. D. Hunt james.o.hunt@intel.com