feat: switch ares-golden-image to local source and bump warpgate to v4.7.0#265
Merged
l50 merged 2 commits intofeat/warpgate-azure-templatefrom May 8, 2026
Merged
Conversation
…rift **Changed:** - Switched ares source from remote git repository to local ansible/ path to ensure builds match the working copy and avoid branch drift or GITHUB_TOKEN requirements - Updated file copy step to reference the local source directory structure, simplifying the ansible collection installation process - Improved documentation in comments to clarify the rationale for using local sources and updated context for maintainers
**Changed:** - Bump WARPGATE_VERSION from v4.6.0 to v4.7.0 in build-and-push-templates, test-template-builds, and validate-templates workflows to ensure use of the latest Warpgate release
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Key Changes:
localsource pointing at the in-repoansible/tree, eliminating GITHUB_TOKEN usage and branch ref drift at build timelocalsource type/tmp/nimbus_range/.instead of/tmp/nimbus_range/ansible/.)Changed:
warpgate-templates/templates/ares-golden-image/warpgate.yamlfrom agitsource (cloning dreadnode/ares.git@feat/more-attack-cov via GITHUB_TOKEN) to alocalsource at../../../ansible, so builds always match the working copy and ship only the ansible treecp -r /tmp/nimbus_range/. /root/.ansible/collections/ansible_collections/dreadnode/nimbus_range/to reflect that the local source is rooted atansible/rather than the full repoWARPGATE_VERSIONtov4.7.0in.github/workflows/build-and-push-templates.yaml,.github/workflows/test-template-builds.yaml, and.github/workflows/validate-templates.yaml, since thelocalsource type was added in feat: add support for local directory sources in template sources CowDogMoo/warpgate#1841 and released in v4.7.0warpgate.yamlto describe the local-source setup instead of the prior secure-clone behavior