We should consider placing the HAA installation script under a version control, probably next to the rest of the scripts we use for deploying and configuring UiPath software.
There are benefits stemming from version controlling the script:
use of semantic versioning
easy tracking of changes
issues and feedback
there are multiple examples for this practice:
Nginx installation using the k8s operator uses semantic versioning in path:
We should consider placing the HAA installation script under a version control, probably next to the rest of the scripts we use for deploying and configuring UiPath software.
There are benefits stemming from version controlling the script:
there are multiple examples for this practice:
Nginx installation using the k8s operator uses semantic versioning in path:
installing git on MacOS:
installing OpenTelemetry operator inside a k8s operator, using release branches: