Skip to content

v0.4.2

Compare
Choose a tag to compare
@CarlosAndreo CarlosAndreo released this 08 Nov 15:31
· 187 commits to main since this release
58e5787

v0.4.2 - 2024-11-08

Added

  • Create input and output directories per each trial networks.
  • New field in trial_network collection called input that contains the inputs files sent to Jenkins.
  • New field in trial_network collection called output that contains the json received by Jenkins.
  • New directory callback_handler for control the data received by Jenkins.
  • Image of trial networks templates.

Changed

  • Rename collection verification_tokens to verification_token in MongoDB.

Fixed

  • If an error occurs during TN creation, the created directory is now deleted to prevent inconsistencies.
  • When purge trial network, also remove pipelines in Jenkins used for deploy and destroy trial network.
  • Validate trial network descriptor when one of the components forming the trial network is tn_init, add tn_vxlan and tn_bastion.

Removed

  • Collection callback from Mongo database.