The versions command is supposed to return the current TACC managed services versions by querying the individual services. The current implementation is a stub implementation and thus returns the wrong information.
% tapis info versions
Abaco: 1.3.0
Agave: 2.4.0-r9c8adc7
Aloe: 2.4.0-r9c8adc7
Gitlab 11.4
Keys: 1.0.1
We need to remove Gitlab and Keys and update the code to actually poll Abaco, Agave, and Aloe endpoints.
The
versionscommand is supposed to return the current TACC managed services versions by querying the individual services. The current implementation is a stub implementation and thus returns the wrong information.We need to remove Gitlab and Keys and update the code to actually poll Abaco, Agave, and Aloe endpoints.