chore: prepare release 2.17.0 - #613
Merged
Merged
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
cspath1
approved these changes
Aug 13, 2026
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
Prepares the 2.17.0 release by hand, same approach as 2.16.0 in #608 and 2.14.0 in #563: rulesets block the release workflow from pushing version bumps straight to
main, so the bump lands as a normal PR. Tag, GitHub release, Docker Hub publish (if not already done by a release workflow run), and the downstreamfind-code-referencesAction update are done manually afterward.Ships the
/dockerAction entry point from #611 so customers can override the scanner image registry (e.g. Artifactory / Docker Hub proxy).What changed
internal/version/version.go2.16.0→2.17.0CHANGELOG.md[Unreleased]→2.17.0(2026-08-13)build/metadata/github-actions/Dockerfile2.17.0build/metadata/github-actions/README.mdfind-code-references@v2.17.0(+/dockerexample image tag)build/metadata/github-actions/docker/action.ymldockerImage→…:2.17.0Behavior notes
v2.17.0as usual, thencp -a build/metadata/github-actions/.intolaunchdarkly/find-code-references(includes newdocker/), commit, tagv2.17.0(and updatev2if that is still your practice). Usegit add -Asodocker/action.ymlis included on first publish.Test plan
go build ./...(version constant only)find-code-referencesand confirmdocker/action.ymlis present atv2.17.0uses: launchdarkly/find-code-references/docker@v2.17.0Made with Cursor