-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version: Add podman bundle version to version command/api
``` ✗ ./crc version CodeReady Containers version: 1.99.1+d6808d02 OpenShift version: 4.9.12 (not embedded in executable) Podman version: 3.4.4 ✗ ./crc version -ojson { "version": "1.99.1", "commit": "d6808d02", "openshiftVersion": "4.9.12", "podmanVersion": "3.4.4" } ✗ curl --unix-socket ~/.crc/crc-http.sock http:/c/api/version | jq . { "CrcVersion": "1.99.1", "CommitSha": "d6808d02", "OpenshiftVersion": "4.9.12", "PodmanVersion": "3.4.4" } ```
- Loading branch information
1 parent
66660ff
commit 181954f
Showing
6 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters