Skip to content

Prepare azd 1.26.0 core release#8807

Merged
tg-msft merged 5 commits into
mainfrom
copilot/prepare-new-minor-azd-core-release
Jun 25, 2026
Merged

Prepare azd 1.26.0 core release#8807
tg-msft merged 5 commits into
mainfrom
copilot/prepare-new-minor-azd-core-release

Conversation

Copilot AI commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Prepares the next minor azd core release by converting the current unreleased 1.26.0 changelog into a dated release entry and opening the next development placeholder.

  • Release metadata

    • Set cli/version.txt to 1.26.0
    • Updated cli/azd/pkg/azdext/version.go to keep the SDK version in sync
  • Changelog

    • Added the 1.26.0 (2026-06-24) release section
    • Moved the existing unreleased entry into the release
    • Added release notes for user-facing changes since 1.25.6, including:
      • Responsive table layout standardization (#8785, #8667)
      • macOS Homebrew trust fix for azd update and update banner (#8776)
    • Added the next 1.27.0-beta.1 (Unreleased) placeholder

Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com>
Copilot AI changed the title [WIP] Prepare new minor azd core release Prepare azd 1.26.0 core release Jun 24, 2026
Copilot AI requested a review from JeffreyCA June 24, 2026 22:03
@JeffreyCA JeffreyCA linked an issue Jun 24, 2026 that may be closed by this pull request
@JeffreyCA

Copy link
Copy Markdown
Contributor

@copilot can you add an entry for #8785 that was just merged? No need to mention all issue numbers, just #8667 is fine

Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com>

Copilot AI commented Jun 24, 2026

Copy link
Copy Markdown
Contributor Author

@copilot can you add an entry for #8785 that was just merged? No need to mention all issue numbers, just #8667 is fine

Added the 1.26.0 changelog entry for PR #8785, referencing issue #8667, in commit 8aee11d.

@tg-msft tg-msft marked this pull request as ready for review June 24, 2026 23:01
Copilot AI review requested due to automatic review settings June 24, 2026 23:01

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR prepares the azd core 1.26.0 release by syncing the CLI version files and promoting the top changelog “Unreleased” content into a dated 1.26.0 release section, then opening the next development placeholder.

Changes:

  • Set the CLI version to 1.26.0 in cli/version.txt.
  • Updated cli/azd/pkg/azdext/version.go to keep the azdext SDK Version constant in sync with the CLI version.
  • Updated cli/azd/CHANGELOG.md to add 1.26.0 (2026-06-24) and create 1.27.0-beta.1 (Unreleased) as the next placeholder.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
cli/version.txt Bumps the CLI version to the 1.26.0 release version.
cli/azd/pkg/azdext/version.go Keeps the azdext SDK version aligned with the CLI version file.
cli/azd/CHANGELOG.md Cuts the 1.26.0 dated release entry and opens the next unreleased placeholder (1.27.0-beta.1).

@github-actions

Copy link
Copy Markdown

📋 Prioritization Note

Thanks for the contribution! The linked issue isn't in the current milestone yet.
Thank you for logging this issue; our team is reviewing it. If you need urgent prioritization, tag @RickWinter and @kristenwomack to let us know.

@jongio jongio left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified version files (version.txt and version.go) are in sync at 1.26.0. All 11 changelog entries reference merged PRs. Next unreleased section (1.27.0-beta.1) is properly templated.

@hemarina

Copy link
Copy Markdown
Contributor

@copilot There're some PR merged today. Check them and include appropriate ones in the PR.

Co-authored-by: hemarina <104857065+hemarina@users.noreply.github.com>

Copilot AI commented Jun 25, 2026

Copy link
Copy Markdown
Contributor Author

@copilot There're some PR merged today. Check them and include appropriate ones in the PR.

Reviewed all PRs merged on 2026-06-24 and 2026-06-25. Added one new entry in the Bugs Fixed section for PR #8776 — the macOS Homebrew trust fix.

The other merged PRs were either:

@jongio jongio left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified the new entry added since my last review:

  • #8776 (Homebrew trust fix): PR is merged, description accurately reflects the change, format is consistent with other entries.

All 12 changelog entries now reference valid, merged PRs. Version files (version.txt and version.go) remain in sync at 1.26.0. Next unreleased section (1.27.0-beta.1) is properly templated.

Merge conflicts: This PR currently has conflicts that need resolution before it can merge.

@tg-msft

tg-msft commented Jun 25, 2026

Copy link
Copy Markdown
Member

@copilot resolve the merge conflicts in this pull request

…inor-azd-core-release

# Conflicts:
#	cli/azd/CHANGELOG.md

Co-authored-by: tg-msft <1179329+tg-msft@users.noreply.github.com>

Copilot AI commented Jun 25, 2026

Copy link
Copy Markdown
Contributor Author

@copilot resolve the merge conflicts in this pull request

Resolved — merged main into the branch and resolved the CHANGELOG.md conflict in commit 9b58000. The conflict arose because origin/main had added #8776 to the 1.27.0-beta.1 (Unreleased) section; the resolution keeps #8776 under 1.26.0 and leaves the next unreleased placeholder empty.

Copilot AI requested a review from tg-msft June 25, 2026 00:53

@jongio jongio left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incremental review (1 new commit since my last look): merge commit resolving the CHANGELOG conflicts I flagged earlier.

Verified:

@tg-msft

tg-msft commented Jun 25, 2026

Copy link
Copy Markdown
Member

/check-enforcer override

@tg-msft tg-msft enabled auto-merge (squash) June 25, 2026 01:09
@tg-msft tg-msft merged commit 4bddad9 into main Jun 25, 2026
11 checks passed
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.

Prepare new minor azd core release

7 participants