chore: sync ARO-Tools to c3198b56b79a#5990
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mmazur The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Pull request overview
This PR syncs ARO-HCP’s Go tooling/test modules to a newer ARO-Tools revision (c3198b56b79a), picking up upstream changes (Grafana permissions/schema fixes and multi-stamp execution graph support).
Changes:
- Bump ARO-Tools pseudo-versions across multiple internal modules from
...4612291d5420to...c3198b56b79a. - Update corresponding
go.sumentries to match the new ARO-Tools revisions.
Reviewed changes
Copilot reviewed 9 out of 18 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tooling/yamlwrap/go.mod | Bumps tools/yamlwrap (and indirect testutil) to the new ARO-Tools revision. |
| tooling/yamlwrap/go.sum | Updates checksums for bumped ARO-Tools yamlwrap/testutil entries. |
| tooling/templatize/go.mod | Bumps ARO-Tools dependencies used by templatize to the new revision. |
| tooling/templatize/go.sum | Updates checksums for the bumped ARO-Tools dependencies. |
| tooling/secret-sync/go.mod | Bumps tools/secret-sync and indirect ARO-Tools deps to the new revision. |
| tooling/secret-sync/go.sum | Updates checksums for bumped ARO-Tools dependencies. |
| tooling/pipeline-documentation/go.mod | Bumps pipelines to the new ARO-Tools revision. |
| tooling/pipeline-documentation/go.sum | Updates checksums for bumped ARO-Tools pipelines entry. |
| tooling/helmtest/go.mod | Bumps ARO-Tools dependencies used by helmtest to the new revision. |
| tooling/helmtest/go.sum | Updates checksums for bumped ARO-Tools dependencies. |
| tooling/hcpctl/go.mod | Bumps tools/cmdutils to the new ARO-Tools revision. |
| tooling/hcpctl/go.sum | Updates checksums for bumped ARO-Tools cmdutils entry. |
| tooling/grafanactl/go.mod | Bumps tools/grafanactl (and indirect cmdutils) to the new ARO-Tools revision. |
| tooling/grafanactl/go.sum | Updates checksums for bumped ARO-Tools grafanactl/cmdutils entries. |
| test/go.mod | Bumps direct and indirect ARO-Tools dependencies used by the test module to the new revision. |
| test/go.sum | Updates checksums for bumped ARO-Tools dependencies (but still includes old testutil revision). |
| mgmt-agent/go.mod | Bumps ARO-Tools testutil to the new revision. |
| mgmt-agent/go.sum | Updates checksums for bumped ARO-Tools testutil entry. |
| dario.cat/mergo v1.0.1 // indirect | ||
| github.com/Azure/ARO-Tools/pipelines v0.0.0-20260703091318-4612291d5420 // indirect | ||
| github.com/Azure/ARO-Tools/tools/cmdutils v0.0.0-20260703091318-4612291d5420 // indirect | ||
| github.com/Azure/ARO-Tools/tools/grafanactl v0.0.0-20260703091318-4612291d5420 // indirect | ||
| github.com/Azure/ARO-Tools/tools/helm v0.0.0-20260703091318-4612291d5420 // indirect | ||
| github.com/Azure/ARO-Tools/tools/registration v0.0.0-20260703091318-4612291d5420 // indirect | ||
| github.com/Azure/ARO-Tools/tools/secret-sync v0.0.0-20260703091318-4612291d5420 // indirect | ||
| github.com/Azure/ARO-Tools/tools/yamlwrap v0.0.0-20260703091318-4612291d5420 // indirect | ||
| github.com/Azure/ARO-Tools/pipelines v0.0.0-20260709090636-c3198b56b79a // indirect | ||
| github.com/Azure/ARO-Tools/tools/cmdutils v0.0.0-20260709090636-c3198b56b79a // indirect | ||
| github.com/Azure/ARO-Tools/tools/grafanactl v0.0.0-20260709090636-c3198b56b79a // indirect | ||
| github.com/Azure/ARO-Tools/tools/helm v0.0.0-20260709090636-c3198b56b79a // indirect |
|
@mmazur: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Summary
4612291d5420toc3198b56b79a🤖 Generated with Claude Code