feat: add jsonnet version to version panel (#4845)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
This commit is contained in:
Alexander Matyushentsev 2020-11-16 20:20:03 -08:00 committed by GitHub
parent ffa824bbba
commit 51f2949883
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,6 +46,7 @@ export class VersionPanel extends React.Component<VersionPanelProps, {copyState:
'Compiler': version.Compiler,
'Platform': version.Platform,
'ksonnet': version.KsonnetVersion,
'jsonnet': version.JsonnetVersion,
'kustomize': version.KustomizeVersion,
'Helm': version.HelmVersion,
'kubectl': version.KubectlVersion