Skip to content

20260702 release prep - #4031

Merged
BrentOzar merged 1 commit into
devfrom
20260702_release_prep
Jul 2, 2026
Merged

20260702 release prep#4031
BrentOzar merged 1 commit into
devfrom
20260702_release_prep

Conversation

@BrentOzar

Copy link
Copy Markdown
Member

Summary

  • Version bumped to 8.34
  • Version date set to 20260702
  • Install scripts rebuilt
  • All test calls passed on local SQL Server (localhost)

Copilot AI review requested due to automatic review settings July 2, 2026 14:34

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.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@BrentOzar BrentOzar self-assigned this Jul 2, 2026
@BrentOzar BrentOzar added this to the 2026-07 Release milestone Jul 2, 2026
@BrentOzar
BrentOzar merged commit e88d105 into dev Jul 2, 2026
1 check passed
@BrentOzar
BrentOzar deleted the 20260702_release_prep branch July 2, 2026 14:36

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 825202f2c6

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Push-Location $RepoRoot
try {
$ErrorActionPreference = "Continue"
$null = git checkout -b $BranchName 2>&1

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Create the release branch from dev

When this script is launched from any branch other than the intended dev base, this line now creates the release branch from the caller's current HEAD and the later git push/gh pr create --base dev can include unrelated commits or omit recent dev changes. The previous flow checked out dev before creating $BranchName; after moving branch creation to the end, the script should still validate or switch to dev before git checkout -b.

Useful? React with 👍 / 👎.

Comment thread sp_Blitz.sql


SELECT @Version = '8.32', @VersionDate = '20260407';
SELECT @Version = '8.34', @VersionDate = '20260702';

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Don't skip the next release version

The parent release metadata is 8.32, and the release-prep script in this same commit is still documented and implemented to bump by 0.01, so this release should report 8.33 rather than 8.34. Because this value is returned by @VersionCheckMode across the shipped procedures, publishing 8.34 here makes the component version metadata inaccurate for users and version-check tooling.

Useful? React with 👍 / 👎.

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.

2 participants