Skip to content

[pull] main from containerd:main#247

Merged
pull[bot] merged 4 commits intomeonBot:mainfrom
containerd:main
Feb 20, 2026
Merged

[pull] main from containerd:main#247
pull[bot] merged 4 commits intomeonBot:mainfrom
containerd:main

Conversation

@pull
Copy link

@pull pull bot commented Feb 20, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

thaJeztah and others added 4 commits February 7, 2026 13:10
Remove the confusing `(default: false)` that's printed.

Before this:

    ctr --help | tail -n2
       --help, -h                   Show help (default: false)
       --version, -v                Print the version (default: false)

After this:

    ctr --help | tail -n2
       --help, -h                   Show help
       --version, -v                Print the version

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
All other binaries have a `-v` and/or `--version` flag, which can be
useful to perform a quick check if the binary is "functional".

Before this:

    containerd-stress --version | tail -n1
    flag provided but not defined: -version
       --help, -h                    Show help

After this:

    containerd-stress --version | tail -n1
    containerd-stress github.com/containerd/containerd/v2 v2.2.0-306-g2e46d7659.m

    containerd-stress --help | tail -n1
       --version, -v                 Print the version

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
All other binaries have both a `-v` and `--version` flag. Add a long-form
'--version' flag for this binary, useful to perform a quick check if the
binary is "functional".

Before this:

    containerd-shim-runc-v2 --help
    # ...
      -socket string
            socket path to serve
      -v	show the shim version and exit

After this:

    containerd-shim-runc-v2 --help
    # ...
      -socket string
            socket path to serve
      -v
      -version
            show the shim version and exit

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
cmd: fix inconsistencies in command-line flags, and add missing `--version` flags
@pull pull bot locked and limited conversation to collaborators Feb 20, 2026
@pull pull bot added the ⤵️ pull label Feb 20, 2026
@pull pull bot merged commit ddc8502 into meonBot:main Feb 20, 2026
2 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants