forked from LaconicNetwork/kompose
This command will add `kompose command` used to generate artifacts as well as `kompose version`,
for ex,
```
metadata:
annotations:
kompose.cmd: kompose convert -f /home/snarwade --stdout
kompose.version: 1.0.0 (HEAD)
```
For functional test, Now each test has template like,
```
"annotations": {
"kompose.cmd": "%CMD%",
"kompose.version": "%VERSION%"
```
Because, for every machine these values will be different.
Updated functional test with new annotations
|
||
|---|---|---|
| .. | ||
| test | ||
| test_ci | ||
| test_in_container | ||
| test_in_openshift | ||
| check-gofmt.sh | ||
| check-vendor.sh | ||
| deploy_key.enc | ||
| release.sh | ||
| sync-docs.sh | ||