support configuring nomad/consul/vault/ebi versions#2868
Conversation
PR SummaryLow Risk Overview Reviewed by Cursor Bugbot for commit ecc874b. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
Code Review
This pull request parameterizes the source AMI filter name and Packer build variables, and updates the Consul and Nomad installation scripts to use the unzip -n flag. However, using -n prevents overwriting existing binaries in /tmp, which could silently result in outdated or incorrect versions being installed; it is recommended to use the -o flag instead to force overwriting.
❌ 4 Tests Failed:
View the full list of 4 ❄️ flaky test(s)
To view more test analytics, go to the Test Analytics Dashboard |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit d227a32. Configure here.

No description provided.