[8.19] (backport #11219) Allow artifacts.elastic.co URL for manifest downloads #11286
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.
What does this PR do?
This PR adds a new domain from which the packaging process can download manifest artifacts.
Why is it important?
This is part of the effort to reduce the risk of human error when doing an Independent Agent Release version bump in the
unified-releaserepo.Currently, the version bump is required to find and use the Build ID for the Staging build that was actually released in the previous release.
We are trying to now use part of the new Past Releases API, which now stores the manifest about a past release in a known format. For example: https://artifacts.elastic.co/downloads/9.2.1.json
By using that, we eliminate the manual work needed to find and save the specific Build ID of the Staging build that got promoted to be the actual release.
Currently, the packaging logic does not allow
artifacts.elastic.coas a valid domain name form which to download artifacts. This PR fixes that, which will enable the change in the Independent Agent Release.I mentioned possibly putting this specific domain behind some sort of env var check for whether it was an Independent Agent Release build or not, but @pchila did not think that to be necessary.
Slack convo: https://elastic.slack.com/archives/C054PDS0RCK/p1763139068192439
Related PR: https://github.com/elastic/unified-release/pull/3374
Checklist
./changelog/fragmentsusing the changelog toolDisruptive User Impact
How to test this PR locally
Related issues
Questions to ask yourself
This is an automatic backport of pull request #11219 done by [Mergify](https://mergify.com).