版本发布 8
## What's Changed * gobump - add `go work use` functionality by @kbsteere in https://github.com/chainguard-dev/gobump/pull/87 **Full Changelog**: https://github.com/chainguard-dev/gobump/compare/v0.9.2...v0.9.3
New feature: Collect all version mismatch errors during update check in https://github.com/chainguard-dev/gobump/pull/73 ## What's Changed * Bump k8s.io/apimachinery from 0.32.0 to 0.32.1 by @dependabot in https://github.com/chainguard-dev/gobump/pull/47 * Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 by @dependabot in https://github.com/chainguard-dev/gobump/pull/48 * don't print usage when any error is encountered by @imjasonh in https://github.com/chainguard-dev/gobump/pull/49 * Bump actions/setup-go from 5.2.0 to 5.3.0 by @dependabot in https://github.com/chainguard-dev/gobump/pull/50 * Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot in https://github.com/chainguard-dev/gobump/pull/56 * Bump k8s.io/apimachinery from 0.32.1 to 0.32.2 by @dependabot in https://github.com/chainguard-dev/gobump/pull/55 * Bump golangci/golangci-lint-action from 6.2.0 to 6.5.0 by @dependabot in https://github.com/chainguard-dev/gobump/pull/54 * Bump golang.org/x/mod from 0.22.0 to 0.23.0 by @dependabot in https://github.com/chainguard-dev/gobump/pull/52 * Bump sigs.k8s.io/release-utils from 0.9.0 to 0.11.0 by @dependabot in https://github.com/chainguard-dev/gobump/pull/51 * Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by @dependabot in https://github.com/chainguard-dev/gobump/pull/57 * Bump golang.org/x/mod from 0.23.0 to 0.24.0 by @dependabot in https://github.com/chainguard-dev/gobump/pull/58 * Bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 by @dependabot in https://github.com/chainguard-dev/gobump/pull/61 * Bump k8s.io/apimachinery from 0.32.2 to 0.32.3 by @dependabot in https://github.com/chainguard-dev/gobump/pull/60 * Bump actions/setup-go from 5.3.0 to 5.4.0 by @dependabot in https://github.com/chainguard-dev/gobump/pull/63 * [StepSecurity] Apply security best practices by @stepsecurity-app in https://github.com/chainguard-dev/gobump/pull/69 * Bump actions/setup-go from 5.4.0 to 5.5.0 by @dependabot in https://github.com/chainguard-dev/gobump/pull/68 * Bump golang.org/x/mod from 0.24.0 to 0.25.0 by @dependabot in https://github.com/chainguard-dev/gobump/pull/71 * Bump step-security/harden-runner from 2.12.0 to 2.12.1 by @dependabot in https://github.com/chainguard-dev/gobump/pull/72 * Feat: Collect all version mismatch errors during update check by @debasishbsws in https://github.com/chainguard-dev/gobump/pull/73 * Bump step-security/harden-runner from 2.12.1 to 2.12.2 by @dependabot in https://github.com/chainguard-dev/gobump/pull/75 ## New Contributors * @stepsecurity-app made their first contribution in https://github.com/chainguard-dev/gobump/pull/69 **Full Changelog**: https://github.com/chainguard-dev/gobump/compare/v0.9.0...v0.9.1
## What's Changed * Bump the dependencies manually until we set up dependabot. by @vaikas in https://github.com/chainguard-dev/gobump/pull/40 * add dependabot by @k4leung4 in https://github.com/chainguard-dev/gobump/pull/41 * Bump golangci/golangci-lint-action from 3.7.0 to 6.1.1 by @dependabot in https://github.com/chainguard-dev/gobump/pull/43 * Bump actions/checkout from 4.1.1 to 4.2.2 by @dependabot in https://github.com/chainguard-dev/gobump/pull/42 * Bump actions/setup-go from 4.1.0 to 5.2.0 by @dependabot in https://github.com/chainguard-dev/gobump/pull/44 * Bump sigs.k8s.io/release-utils from 0.8.5 to 0.9.0 by @dependabot in https://github.com/chainguard-dev/gobump/pull/45 * accept newline-delimited packages and replaces by @imjasonh in https://github.com/chainguard-dev/gobump/pull/46 ## New Contributors * @k4leung4 made their first contribution in https://github.com/chainguard-dev/gobump/pull/41 * @dependabot made their first contribution in https://github.com/chainguard-dev/gobump/pull/43 * @imjasonh made their first contribution in https://github.com/chainguard-dev/gobump/pull/46 **Full Changelog**: https://github.com/chainguard-dev/gobump/compare/v0.8.0...v0.9.0
## What's Changed * Add --bump-file flag that takes arguments from a file. by @vaikas in https://github.com/chainguard-dev/gobump/pull/32 * fail when bumping the main module dependency by @hectorj2f in https://github.com/chainguard-dev/gobump/pull/35 * introduce new `--skip-initial-tidy` flag by @Dentrax in https://github.com/chainguard-dev/gobump/pull/36 ## New Contributors * @vaikas made their first contribution in https://github.com/chainguard-dev/gobump/pull/32 * @Dentrax made their first contribution in https://github.com/chainguard-dev/gobump/pull/36 **Full Changelog**: https://github.com/chainguard-dev/gobump/compare/v0.7.7...v0.8.0
## What's Changed * fix: if a go version is specified we should use that and not determin… by @rawlingsj in https://github.com/chainguard-dev/gobump/pull/31 **Full Changelog**: https://github.com/chainguard-dev/gobump/compare/v0.7.6...v0.7.7
## What's Changed * fix: respect go get order by @hectorj2f in https://github.com/chainguard-dev/gobump/pull/30 **Full Changelog**: https://github.com/chainguard-dev/gobump/compare/v0.7.5...v0.7.6
## What's Changed * switch default go version to come from the build environment rather t… by @rawlingsj in https://github.com/chainguard-dev/gobump/pull/29 ## New Contributors * @rawlingsj made their first contribution in https://github.com/chainguard-dev/gobump/pull/29 **Full Changelog**: https://github.com/chainguard-dev/gobump/compare/v0.7.4...v0.7.5
## What's Changed * add support to run go vendor commands by @hectorj2f in https://github.com/chainguard-dev/gobump/pull/28 **Full Changelog**: https://github.com/chainguard-dev/gobump/compare/v0.7.3...v0.7.4