Skip to content

[doc] cover the native collector packages in the release guide - #4380

Merged
zqr10159 merged 1 commit into
apache:masterfrom
Duansg:fix-doc
Sep 14, 2026
Merged

zqr10159 merged 1 commit into
apache:masterfrom
Duansg:fix-doc

Conversation

@Duansg

@Duansg Duansg commented Sep 14, 2026

Copy link
Copy Markdown
Member

What's changed?

The release guide signs and checksums artifacts with:

for i in *.tar.gz; do ... done

Since 1.9.0 the release also contains *-windows-amd64-bin.zip, which that glob does not match. The shell skips it without any error, so the Windows native collector package went into the 1.9.0-RC2 vote with no .asc and no .sha512 — a -1 under the ASF release policy.

Changes

  • match *.zip in both loops
  • skip artifacts that already have a signature or checksum, so re-running the step does not re-sign artifacts that are already published
  • list the three native collector packages in the expected dist contents

Both the English and the Chinese version of the guide are updated.

Checklist

  • I have read the Contributing Guide
  • I have written the necessary doc or comment.
  • I have added the necessary unit tests and all cases have passed.

Add or update API

  • I have added the necessary e2e tests and all cases have passed.

@Duansg
Duansg requested a review from zqr10159 September 14, 2026 02:13
@github-actions github-actions Bot added the doc Improvements or additions to documentation label Sep 14, 2026
@zqr10159
zqr10159 merged commit 3a33d8e into apache:master Sep 14, 2026
3 checks passed
@Duansg
Duansg deleted the fix-doc branch September 14, 2026 02:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants