-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency io_bazel_rules_go to v0.51.0 #1092
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/io_bazel_rules_go-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/io_bazel_rules_go-0.x
branch
2 times, most recently
from
June 19, 2024 21:02
323015c
to
f8c9063
Compare
renovate
bot
changed the title
Update dependency io_bazel_rules_go to v0.48.0
Update dependency io_bazel_rules_go to v0.48.1
Jun 19, 2024
renovate
bot
force-pushed
the
renovate/io_bazel_rules_go-0.x
branch
2 times, most recently
from
July 10, 2024 07:29
1d8c1c6
to
e22a99d
Compare
renovate
bot
force-pushed
the
renovate/io_bazel_rules_go-0.x
branch
2 times, most recently
from
July 13, 2024 06:51
86e6949
to
d980c37
Compare
renovate
bot
changed the title
Update dependency io_bazel_rules_go to v0.48.1
Update dependency io_bazel_rules_go to v0.49.0
Jul 13, 2024
renovate
bot
force-pushed
the
renovate/io_bazel_rules_go-0.x
branch
from
July 16, 2024 11:23
d980c37
to
3275317
Compare
renovate
bot
force-pushed
the
renovate/io_bazel_rules_go-0.x
branch
from
August 2, 2024 20:02
3275317
to
e238d93
Compare
renovate
bot
force-pushed
the
renovate/io_bazel_rules_go-0.x
branch
from
August 30, 2024 16:27
e238d93
to
2258289
Compare
renovate
bot
changed the title
Update dependency io_bazel_rules_go to v0.49.0
Update dependency io_bazel_rules_go to v0.50.0
Aug 30, 2024
renovate
bot
force-pushed
the
renovate/io_bazel_rules_go-0.x
branch
2 times, most recently
from
August 31, 2024 04:55
722adea
to
5ad991b
Compare
renovate
bot
changed the title
Update dependency io_bazel_rules_go to v0.50.0
Update dependency io_bazel_rules_go to v0.50.1
Sep 5, 2024
renovate
bot
force-pushed
the
renovate/io_bazel_rules_go-0.x
branch
from
September 5, 2024 17:08
5ad991b
to
2b7d733
Compare
renovate
bot
force-pushed
the
renovate/io_bazel_rules_go-0.x
branch
2 times, most recently
from
October 2, 2024 13:52
394b2c4
to
986d94a
Compare
renovate
bot
force-pushed
the
renovate/io_bazel_rules_go-0.x
branch
4 times, most recently
from
October 15, 2024 10:05
aa7a86d
to
352ec00
Compare
renovate
bot
force-pushed
the
renovate/io_bazel_rules_go-0.x
branch
2 times, most recently
from
October 24, 2024 23:02
df6084e
to
771fabf
Compare
renovate
bot
force-pushed
the
renovate/io_bazel_rules_go-0.x
branch
2 times, most recently
from
November 5, 2024 00:03
895f191
to
6c3c834
Compare
renovate
bot
force-pushed
the
renovate/io_bazel_rules_go-0.x
branch
2 times, most recently
from
November 14, 2024 23:29
b4ae1e6
to
af54234
Compare
renovate
bot
force-pushed
the
renovate/io_bazel_rules_go-0.x
branch
2 times, most recently
from
November 20, 2024 09:18
08c640c
to
9bf4039
Compare
renovate
bot
force-pushed
the
renovate/io_bazel_rules_go-0.x
branch
10 times, most recently
from
December 10, 2024 12:15
3645eac
to
5ffb6c9
Compare
renovate
bot
changed the title
Update dependency io_bazel_rules_go to v0.50.1
Update dependency io_bazel_rules_go to v0.51.0
Dec 16, 2024
renovate
bot
force-pushed
the
renovate/io_bazel_rules_go-0.x
branch
3 times, most recently
from
December 19, 2024 10:05
a1d5fd5
to
06dd71b
Compare
renovate
bot
force-pushed
the
renovate/io_bazel_rules_go-0.x
branch
from
December 20, 2024 11:36
06dd71b
to
a744f70
Compare
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.
This PR contains the following updates:
Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.
Release Notes
bazelbuild/rules_go (io_bazel_rules_go)
v0.51.0
Compare Source
Breaking changes
In order to reduce CPU and memory usage in the analysis phase and to improve the maintainability of the codebase, this release contains a number of breaking changes.
As the bulk of these changes are to the Go context API, users of the
go_*
rules should not be affected (with a very minor exception below).The maintainers would like to give a special thanks to @dzbarsky for numerous contributions to this release!
Changes to rules
go_default_library
has been removed. Modern versions of Gazelle do not generate this target name, please ensure you are up to date. (c8a7ebca3)Changes to the Go context API and behavior
Converted SDK files to depsets (
go.sdk.tools
,go.sdk.headers
,go.sdk.libs
,go.sdk.srcs
). To migrate, either callto_list()
on those properties or, preferably, use them asdepset
s in your downstream actions. To remain compatible with older versions, consider a conditional conversion such asdepset_or_list if type(depset_or_list) == type([]) else depset_or_list.to_list()
(3994841a)go.sdk_files
has been removed and can be replaced withdepset(direct = [go.sdk.go], transitive = [go.sdk.srcs, go.sdk.headers, go.sdk.libs, go.sdk.tools])
(which is adepset
). Wherever possible, try to use only the subset of those files that's actually needed.GoSource
andGoLibrary
providers have been merged and renamed toGoInfo
. The previous names are now aliases, but can result in errors about duplicate providers when both are returned from the same rule.go.new_library
andgo.library_to_source
are now deprecated. To migrate, usego.new_go_info
. To remain compatible with older versions that require both providers, consider checking whetherGoSource != GoLibrary
. (564f8204)Some fields on the Go context object are marked deprecated.
go_context
will still add them to the context object, unless it is invoked withinclude_deprecated_properties = False
. This default will be flipped in the future and eventually this codepath will be removed. (aa96a1174) You can migrate as follows:go.root
->go.env["GOROOT"]
go.go
->go.sdk.go
go.sdk_root
->go.sdk.root_file
go.sdk_tools
->go.sdk.tools
go.package_list
->go.sdk.package_list
go.tags
->go.mode.tags
go.stamp
->go.mode.stamp
go.cover_format
->go.mode.cover_format
go.pgoprofile
->go.mode.pgoprofile
Removed
get_nogo
from the Go context object (0f88f8c8)Removed
exe_extension
andshared_extension
from the Go context object. (c419453a)Removed
GoSource.cc_info
. If you need to access theCcInfo
from a Go target, you will need to apply the_go_cc_aspect
fromgo/private/rules/binary.bzl
. Please let us know if it's needed and we can move it to public API. (a01ba7c72)go_binary
andgo_test
targets no longer exposeGoInfo
,GoSource
orGoLibrary
providers. If you need a dedicated provider to attach an aspect to, please let us know. (2d2266)The Go context's
mode
property is now aGoConfigInfo
provider instead of a bare struct.go.mode.link
has been renamed togo.mode.linkmode
(5933f872)If you are relying on
go_context
to read an_stdlib
attribute from yourattr
s, please ensure the attribute is not transitioned, as it will no longer handle a list value. (9214edcd126)go_context
now accepts keyword arguments for the following fields:go_context_data
,importpath
,importmap
,embed
,importpath_aliases
. If these properties are omitted, the function will continue to fall back to reading them fromattr
. Consider passing these explicitly to improve code clarity and analysis phase performance. (6749a3819, f3029e2a8)Changes to providers
GoSource
Removed
cgo_deps
, usecdeps
instead (56d415d)Removed
orig_srcs
(520bee50)Removed
cgo_exports
(86c3f3ae97)Converted
cover
to adepset
(692d008c96)deps
is now a list ofGoArchive
s instead ofTarget
s (a32f3e1)GoArchive
mode
, usesource.mode
instead (bfd99a663)GoArchiveData
data_files
, use withrunfiles
instead, which is arunfiles
object (60f55c91ce)CgoContextInfo
cc_toolchain_files
to adepset
(3994841)WORKSPACE
codeWhat's Changed
go_deps.gazelle_default_attributes
by @tyler-french in https://github.com/bazel-contrib/rules_go/pull/4021-typed
flag by @maratori in https://github.com/bazel-contrib/rules_go/pull/4017suffixes
attribute ofgo_proto_compiler
by @leskin-in in https://github.com/bazel-contrib/rules_go/pull/3970go_reset_target
public by @tyler-french in https://github.com/bazel-contrib/rules_go/pull/3965-testfilter
to nogo and fix failure in case of no srcs by @fmeum in https://github.com/bazel-contrib/rules_go/pull/4075//go get
as direct by @fmeum in https://github.com/bazel-contrib/rules_go/pull/4027GoArchiveData
docs by @fmeum in https://github.com/bazel-contrib/rules_go/pull/4130srcs
lists forgo_library
andgo_test
rules. by @eljobe in https://github.com/bazel-contrib/rules_go/pull/4151go_tool_binary
non-hermeticity and Go 1.19 incompatibility by @fmeum in https://github.com/bazel-contrib/rules_go/pull/4167testing.Testing()
function by @apsaltis-ddog in https://github.com/bazel-contrib/rules_go/pull/4190New Contributors
Full Changelog: bazel-contrib/rules_go@v0.50.1...v0.51.0
v0.50.1
Compare Source
WORKSPACE
codeFixes Included:
#4081
#4082
#4083
Full Changelog: bazel-contrib/rules_go@v0.50.0...v0.50.1
v0.50.0
Compare Source
WORKSPACE
codeWhat's Changed
New Contributors
Full Changelog: bazel-contrib/rules_go@release-0.49...release-0.50
v0.49.0
Compare Source
WORKSPACE
codeWhat's Changed
bazel mod tidy
in@rules_go//go
by @fmeum in https://github.com/bazelbuild/rules_go/pull/3927purego
tag whenpure
(#3901)" by @fmeum in https://github.com/bazelbuild/rules_go/pull/3961go_sdk.host()
in bzlmod.md (see #713) by @vorburger in https://github.com/bazelbuild/rules_go/pull/3968fs.FS
implementation torunfiles
by @fmeum in https://github.com/bazelbuild/rules_go/pull/3969New Contributors
Full Changelog: bazel-contrib/rules_go@v0.48.0...v0.49.0
v0.48.1
Compare Source
WORKSPACE
codeFull Changelog: bazel-contrib/rules_go@v0.48.0...v0.48.1
v0.48.0
Compare Source
Important Changes!
--incompatible_enable_proto_toolchain_resolution
is now supported inrules_go
. This means that protoc should now be supplied as a toolchain.protoc
can be registered using https://github.com/aspect-build/toolchains_protoc, or a local proto toolchain can be added.rules_proto
6.0.0 is required to use Go proto rules.WORKSPACE
codeWhat's Changed
purego
tag whenpure
by @mattyclarkson in https://github.com/bazelbuild/rules_go/pull/3901--incompatible_enable_proto_toolchain_resolution
by @fmeum in https://github.com/bazelbuild/rules_go/pull/3919New Contributors
Full Changelog: bazel-contrib/rules_go@v0.47.1...v0.48.0
Configuration
📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.