fix: bumping ARO-Tools version so prow job executor respects dry-run#5370
fix: bumping ARO-Tools version so prow job executor respects dry-run#5370rachelvweber wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Pull request overview
This PR bumps the github.com/Azure/ARO-Tools pseudo-version across the repo’s Go-based tooling and test modules so the prow-job-executor dependency includes the fix to respect the --dry-run flag.
Changes:
- Updated
github.com/Azure/ARO-Tools/*dependencies fromv0.0.0-20260521134141-f6ebe44cb703tov0.0.0-20260522235615-eaa4a26770c0in affected modules. - Refreshed corresponding
go.sumentries to match the new dependency versions/checksums.
Reviewed changes
Copilot reviewed 8 out of 16 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tooling/yamlwrap/go.mod | Bumps ARO-Tools tools/yamlwrap (and indirect testutil) to the newer pseudo-version. |
| tooling/yamlwrap/go.sum | Updates checksums for the bumped ARO-Tools dependencies. |
| tooling/templatize/go.mod | Bumps ARO-Tools config/pipelines and related tool deps (including prow-job-executor) to the newer pseudo-version. |
| tooling/templatize/go.sum | Updates checksums for the bumped ARO-Tools dependencies. |
| tooling/secret-sync/go.mod | Bumps ARO-Tools tools/secret-sync and related indirect deps to the newer pseudo-version. |
| tooling/secret-sync/go.sum | Updates checksums for the bumped ARO-Tools dependencies. |
| tooling/pipeline-documentation/go.mod | Bumps ARO-Tools pipelines to the newer pseudo-version. |
| tooling/pipeline-documentation/go.sum | Updates checksums for the bumped ARO-Tools dependency. |
| tooling/helmtest/go.mod | Bumps ARO-Tools config/pipelines and related indirect deps to the newer pseudo-version. |
| tooling/helmtest/go.sum | Updates checksums for the bumped ARO-Tools dependencies. |
| tooling/hcpctl/go.mod | Bumps ARO-Tools tools/cmdutils to the newer pseudo-version. |
| tooling/hcpctl/go.sum | Updates checksums for the bumped ARO-Tools dependency. |
| tooling/grafanactl/go.mod | Bumps ARO-Tools tools/grafanactl (and indirect cmdutils) to the newer pseudo-version. |
| tooling/grafanactl/go.sum | Updates checksums for the bumped ARO-Tools dependencies. |
| test/go.mod | Bumps ARO-Tools config and tools/prow-job-executor to the newer pseudo-version used by tests. |
| test/go.sum | Updates checksums for the bumped ARO-Tools dependencies. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: abiduke612, rachelvweber The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/retest |
ARO-27224
What
bumping ARO-Tools version so prow job executor respects dry-run
Why
Prow job executor used to ignore the dry-run flag. This new version of ARO-Tools respects the flag
Testing
Tested by e2e-parallel gate
Special notes for your reviewer
PR Checklist