aristanetworks / cloudvision-ztpaas-utils

Utilities for ZTP as a Service with CloudVision
Apache License 2.0
11 stars 14 forks source link

Add Version number in customBootstrapScript #14

Closed sujeethvs closed 8 months ago

sujeethvs commented 8 months ago

Add Version number in customBootstrapScript and define getBootstrapURL in base class

CLOSES: BUG902670

harshitk-arista commented 8 months ago

Will wait for some autotest confirmation (might need to wait a few days)

harshitk-arista commented 8 months ago

It seems we created a version branch here with this change. Was that intentional?

sujeethvs commented 8 months ago

It seems we created a version branch here with this change. Was that intentional?

Yes. That is intentional. SInce dev branch is tested by autotests, we don't want to modify it directly without code reviews. This way, we would get reviews on feature branch and then merge to dev. After autotests are stable enough, we would sync up master and dev.