chore(release): flip build and docker defaults to v2 (Milestone 1) #7644
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.
Implements Milestone 1 from
docs/release/remove-v1-checklist.md: reassign build and docker targets to produce v2 artifacts by default while preserving v1 overrides and four v1 exception targets.Changes
scripts/makefiles/BuildBinaries.mkJAEGER_VERSION ?= 2for most build targetsbuild-all-in-one,build-query,build-collector,build-ingester) inMAKECMDGOALSand setsJAEGER_VERSION=1for thoseBUILD_INFO(v1) orBUILD_INFO_V2based onJAEGER_VERSIONscripts/build/build-upload-a-docker-image.shJAEGER_VERSION=2--version <1|2>,--include-legacy-v1,--dry-runflagscompute-tags.shvia environmentscripts/utils/compute-tags.shVERSION=2(reads fromVERSIONorJAEGER_VERSIONenv)jaegertracing/component:X.Y.ZVERSION=1:jaegertracing/component-v1:X.Y.ZINCLUDE_LEGACY_V1=1Scope
Fixes #7497 (Milestone 1)
Original prompt
This pull request was created as a result of the following prompt from Copilot chat.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.