Add 1.16.0 release notes#7
Merged
Merged
Conversation
Release notes for the fork's first tagged release. Highlights user-facing changes (runtime binary name, build.sh named flags, metric path doc fix) and mentions key under-the-hood changes (Go 1.26.3, dep bumps, module rename). Skips the fork-prep plumbing changes that don't affect the binary's behavior.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the
1.16.0entry torelease-notes.yaml. Required before tagging — the CI'supdate-latest-versionjob runsyq -r '."${{github.ref_name}}"' release-notes.yamland would publish a nulllatest.yamlif the entry is missing.Notes are user-facing only: runtime binary name (PR criteo#195), named-flag build script (PR criteo#192), provider-guide metric path fix (PR criteo#198), plus a short "under the hood" note for the Go/dep bumps and module rename. The fork-prep plumbing (CI workflow bumps, husky, package.json identity, Pages baseurl) isn't included since it doesn't change binary behavior.
Test plan
yq -r '."1.16.0"' release-notes.yamlreturns the expected payload locally