Skip to content

Update documentation for zip-based releases (v2.7.3+)#528

Merged
cmendible merged 2 commits intomainfrom
copilot/fix-527
Aug 6, 2025
Merged

Update documentation for zip-based releases (v2.7.3+)#528
cmendible merged 2 commits intomainfrom
copilot/fix-527

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Aug 5, 2025

Starting with v2.7.3, Azure Quick Review changed from distributing standalone binaries like azqr-ubuntu-latest-amd64 to zip files like azqr-linux-amd64.zip. This change broke existing installation instructions across the documentation.

This PR updates all installation instructions to use the new zip-based format:

Updated files:

  • README.md - Linux installation instructions now use azqr-linux-amd64.zip with unzip steps
  • docs/content/en/docs/Install/_index.md - Updated both Linux and Windows installation instructions
  • jumpstart_drops/azqr-tutorial/_index.md - Updated tutorial installation steps
  • examples/cicd/azdo-pipeline.yml - Updated Azure DevOps pipeline installation
  • examples/cicd/github-actions.yml - Updated GitHub Actions workflow installation

Key changes:

  • Replace azqr-ubuntu-latest-amd64 with azqr-linux-amd64.zip + unzip steps
  • Replace azqr-windows-latest-amd64.exe with azqr-win-amd64.zip + extract steps
  • Added helpful notes about ARM64 alternatives (azqr-linux-arm64.zip, azqr-win-arm64.zip)
  • Updated CI/CD examples to properly extract binaries from zip files

The new installation flow downloads a zip file, extracts the binary, cleans up the zip, and makes the binary executable - matching the current release format available at https://github.com/Azure/azqr/releases/latest.

Fixes #527.

Warning

Firewall rules blocked me from connecting to one or more addresses

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/Azure/azqr/releases/latest
    • Triggering command: curl -sL REDACTED (http block)
    • Triggering command: curl -s REDACTED (http block)

If you need me to access, download, or install something from one of these locations, you can either:


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

…latest-amd64 package

Co-authored-by: cmendible <266546+cmendible@users.noreply.github.com>
Copilot AI changed the title [WIP] azqr-ubuntu-latest-amd64 missing from v2.7.3 Update documentation for zip-based releases (v2.7.3+) Aug 5, 2025
Copilot AI requested a review from cmendible August 5, 2025 23:51
@cmendible cmendible marked this pull request as ready for review August 6, 2025 11:29
Copy link
Copy Markdown
Member

@cmendible cmendible left a comment

Choose a reason for hiding this comment

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

LGTM

@cmendible cmendible merged commit 0ec6124 into main Aug 6, 2025
11 checks passed
@cmendible cmendible deleted the copilot/fix-527 branch August 6, 2025 11:32
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.

azqr-ubuntu-latest-amd64 missing from v2.7.3

2 participants