Skip to content

chore: sync main into v2 (replaces #2748) - #2749

Closed
fseldow wants to merge 3 commits into
v2from
sync/main-to-v2-20260720
Closed

chore: sync main into v2 (replaces #2748)#2749
fseldow wants to merge 3 commits into
v2from
sync/main-to-v2-20260720

Conversation

@fseldow

@fseldow fseldow commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

Description

Sync main into v2, replacing #2748.

#2748 used main itself as the PR head branch, so resolving its conflicts would have added commits onto main. This PR instead performs the merge on a dedicated sync/main-to-v2-20260720 branch, so main is never modified — it is only read.

Conflict resolution

The only real conflict was in helmfile.yaml.gotmpl (the notation cert / store scope block). Resolved by taking main's corrected chart-schema values while keeping v2's v2.0.0-alpha.2 cert URL:

  • notation.Certs[0] (scalar) → notation.certs[0].cert + notation.certs[0].provider: inline
  • stores[0].scope (not read by the chart) → stores[0].credential.provider: static + required executor.scopes[0]
  • cert URL kept at v2.0.0-alpha.2 (v2 side)

dev.helmfile.yaml.gotmpl, go.mod, and go.sum merged cleanly.

Note on future syncs

To keep main untouched, future main → v2 syncs should use a dedicated branch as the PR head (base=v2, head=sync/...) rather than pointing the PR head at main directly.

dependabot Bot and others added 3 commits July 17, 2026 02:38
…30 (#2736)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…pes (#2747)

Signed-off-by: xinhl <xinhl@microsoft.com>
@fseldow fseldow mentioned this pull request Jul 19, 2026
5 tasks
@fseldow fseldow closed this Jul 19, 2026
@fseldow
fseldow deleted the sync/main-to-v2-20260720 branch July 19, 2026 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant