This is an automated email from the ASF dual-hosted git repository.

astefanutti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 66953d7b3a9e24b3e3e87974b8af96aefa0909b5
Author: Antonin Stefanutti <anto...@stefanutti.fr>
AuthorDate: Wed Feb 26 10:59:08 2020 +0100

    chore: Display Buildah version in operator prelude
---
 pkg/cmd/operator/operator.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pkg/cmd/operator/operator.go b/pkg/cmd/operator/operator.go
index 6f43b16..5ad9160 100644
--- a/pkg/cmd/operator/operator.go
+++ b/pkg/cmd/operator/operator.go
@@ -56,6 +56,7 @@ func printVersion() {
        log.Info(fmt.Sprintf("Go Version: %s", runtime.Version()))
        log.Info(fmt.Sprintf("Go OS/Arch: %s/%s", runtime.GOOS, runtime.GOARCH))
        log.Info(fmt.Sprintf("Operator SDK Version: %v", sdkVersion.Version))
+       log.Info(fmt.Sprintf("Buildah Version: %v", defaults.BuildahVersion))
        log.Info(fmt.Sprintf("Kaniko Version: %v", defaults.KanikoVersion))
        log.Info(fmt.Sprintf("Camel K Operator Version: %v", defaults.Version))
        log.Info(fmt.Sprintf("Camel K Git Commit: %v", GitCommit))

Reply via email to