What's Changed
- Evaluate build tags as both true and false by @patrickmscott in #1938
- fix: correct updated filepath when updating expected output BUILD files by @jbedard in #2025
- Add more k8s.io default overrides by @mering in #2026
- Add build file generation override for cncf/xds by @faximan in #2027
- Sync vendor directory by @jayconrod in #2028
- prometheus: Add directives needed for prometheus and alertmanager by @zecke in #2032
- Stop using Label.workspace_name by @EdSchouten in #2033
- Update docs for Google API name resolution by @neilconway in #2035
- Watch inputs to
go_repository
by @fmeum in #2037 - perf: do not build trie for directories not being traversed by @jbedard in #2036
- feat: support only updating existing BUILD files by @jbedard in #1921
- feat: add support for bazel8 REPO.bazel ignore_directories by @jbedard in #2039
- Fix a typo in the target name, and use relative target path by @goretkin in #2024
- fix: attr.val is not updated when setting multiple times by @IanDxSSXX in #2046
- walk: add benchmark for Walk by @jayconrod in #2042
- walk: set parallelism to runtime.GOMAXPROCS by @jayconrod in #2047
- refactor: move fs/walk related configuration to walk/config by @jbedard in #2044
- refactor: simplify walkDir signature by @jbedard in #2043
- Add proto override for k8s.io/kubelet to default_gazelle_overrides.bzl by @b-bremer in #2049
- refactor: simplify symlink follow logic by @jbedard in #2054
- fetch_repo: also remove WORKSPACE and MODULE files when cleaning by @pjjw in #1991
- Improve performance of "Evaluate build tags as true and false" feature by @alopezz in #2058
- feat(update-repos): allow users to profile gazelle update-repos by @tyler-french in #2056
- Add proto override for github.com/hashicorp/go-plugin to default_gazelle_overrides.bzl by @uchanchlani in #2062
- Support (and ignore) ‘tool’ directive in go.mod files. by @phst in #2064
- [Feature] Enable support for go.work files in non-root modules by @stefanpenner in #2067
- Improve consistency by prefering bazel_dep over Go by @zecke in #2065
New Contributors
- @patrickmscott made their first contribution in #1938
- @faximan made their first contribution in #2027
- @zecke made their first contribution in #2032
- @neilconway made their first contribution in #2035
- @goretkin made their first contribution in #2024
- @IanDxSSXX made their first contribution in #2046
- @b-bremer made their first contribution in #2049
- @alopezz made their first contribution in #2058
- @uchanchlani made their first contribution in #2062
- @phst made their first contribution in #2064
Full Changelog: v0.42.0...v0.43.0