chore(release): prepare v0.27.1 - #747
Merged
Merged
Conversation
The `lint` and `lint-fix` targets pinned GOTOOLCHAIN=go1.26.4 while go.mod moved to toolchain go1.26.5 in #746, so golangci-lint was built with a different toolchain than the one the build and CI use. Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
|
There was a problem hiding this comment.
Automated approval for maintainer PR
All automated quality gates passed. See SECURITY_CONTROLS.md for compensating controls.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #747 +/- ##
=======================================
Coverage 87.57% 87.57%
=======================================
Files 90 90
Lines 12012 12012
=======================================
Hits 10519 10519
Misses 1204 1204
Partials 289 289
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.



Release prep for v0.27.1 (patch — one fix, dependency refresh, toolchain bump; no new features since v0.27.0).
Changes
chore: align Makefile GOTOOLCHAIN pin with go.mod toolchain— thelint/lint-fixtargets still pinnedGOTOOLCHAIN=go1.26.4after chore(deps): update Go dependencies and bump toolchain to go1.26.5 #746 moved go.mod totoolchain go1.26.5, so golangci-lint was built with a different toolchain than the build and CI use.chore(release): prepare v0.27.1— CHANGELOG entry covering theRunJob.Deletefix (fix(web): default RunJob.Delete to true for API-created and persisted jobs #745) and the dependency/toolchain refresh (chore(deps): bump the go-dependencies group with 4 updates #744, chore(deps): update Go dependencies and bump toolchain to go1.26.5 #746).After merge
Tag
v0.27.1(signed, annotated) gets pushed to trigger the Release workflow.Verification
go build ./...,go vet ./...— passGOTOOLCHAINpin in the two lint targets.