Update dependency stern/stern to v1.24.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
stern/stern | ironbank-github | minor |
v1.23.0 -> v1.24.0
|
Release Notes
stern/stern
v1.24.0
⚡ Nortable Changes
Add a short format for timestamps
--timestamps
flag now accepts a format, one of default
or short
.
-
default
: the original format2006-01-02T15:04:05.000000000Z07:00
(RFC3339Nano with trailing zeros) -
short
: the new format01-02 15:04:05
(time.DateTime without year).
If --timestamps
is specified but without value, default
is used to maintain backward compatibility.
$ stern --timestamps=short -n kube-system ds/kindnet --no-follow --tail 1 --only-log-lines
kindnet-hqn2k kindnet-cni 03-12 09:29:53 I0312 00:29:53.620499 1 main.go:250] Node kind-worker3 has CIDR [10.244.1.0/24]
kindnet-5f4ms kindnet-cni 03-12 09:29:53 I0312 00:29:53.374482 1 main.go:250] Node kind-worker3 has CIDR [10.244.1.0/24]
--node
flag to filter on a specific node
Add New --node
flag allows you to filter pods on a specific node. This flag will be helpful when we debug pods on the specific node.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.