Skip to content
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

chore(deps): update dependency io_bazel_rules_go to v0.50.1 #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2022

This PR contains the following updates:

Package Type Update Change
io_bazel_rules_go http_archive minor v0.35.0 -> v0.50.1

Release Notes

bazelbuild/rules_go (io_bazel_rules_go)

v0.50.1

Compare Source

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "f4a9314518ca6acfa16cc4ab43b0b8ce1e4ea64b81c38d8a3772883f153346b8",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.50.1/rules_go-v0.50.1.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.50.1/rules_go-v0.50.1.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.23.0")

Fixes Included:

#​4081
#​4082
#​4083

Full Changelog: bazelbuild/rules_go@v0.50.0...v0.50.1

v0.50.0

Compare Source

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "67b4d1f517ba73e0a92eb2f57d821f2ddc21f5bc2bd7a231573f11bd8758192e",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.50.0/rules_go-v0.50.0.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.50.0/rules_go-v0.50.0.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.23.0")

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_go@release-0.49...release-0.50

v0.49.0

Compare Source

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "d93ef02f1e72c82d8bb3d5169519b36167b33cf68c252525e3b9d3d5dd143de7",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.49.0/rules_go-v0.49.0.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.49.0/rules_go-v0.49.0.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.22.5")

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_go@v0.48.0...v0.49.0

v0.48.1

Compare Source

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "b2038e2de2cace18f032249cb4bb0048abf583a36369fa98f687af1b3f880b26",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.48.1/rules_go-v0.48.1.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.48.1/rules_go-v0.48.1.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.22.4")

Full Changelog: bazelbuild/rules_go@v0.48.0...v0.48.1

v0.48.0

Compare Source

Important Changes!

--incompatible_enable_proto_toolchain_resolution is now supported in rules_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 code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "33acc4ae0f70502db4b893c9fc1dd7a9bf998c23e7ff2c4517741d4049a976f8",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.48.0/rules_go-v0.48.0.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.48.0/rules_go-v0.48.0.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.22.3")

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_go@v0.47.1...v0.48.0

v0.47.1

Compare Source

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "f74c98d6df55217a36859c74b460e774abc0410a47cc100d822be34d5f990f16",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.47.1/rules_go-v0.47.1.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.47.1/rules_go-v0.47.1.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.22.2")

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_go@v0.47.0...v0.47.1

v0.47.0

Compare Source

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "af47f30e9cbd70ae34e49866e201b3f77069abb111183f2c0297e7e74ba6bbc0",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.47.0/rules_go-v0.47.0.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.47.0/rules_go-v0.47.0.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.22.2")

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_go@v0.46.0...v0.47.0

v0.46.0

Compare Source

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "80a98277ad1311dacd837f9b16db62887702e9f1d1c4c9f796d0121a46c8e184",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.46.0/rules_go-v0.46.0.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.46.0/rules_go-v0.46.0.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.22.0")

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_go@v0.45.1...v0.46.0

v0.45.1

Compare Source

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "6734a719993b1ba4ebe9806e853864395a8d3968ad27f9dd759c196b3eb3abe8",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.45.1/rules_go-v0.45.1.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.45.1/rules_go-v0.45.1.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.21.6")

What's Changed

Full Changelog: bazelbuild/rules_go@v0.45.0...v0.45.1

v0.45.0

Compare Source

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "de7974538c31f76658e0d333086c69efdf6679dbc6a466ac29e65434bf47076d",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.45.0/rules_go-v0.45.0.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.45.0/rules_go-v0.45.0.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.21.6")

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_go@v0.44.2...v0.45.0

v0.44.2

Compare Source

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "7c76d6236b28ff695aa28cf35f95de317a9472fd1fb14ac797c9bf684f09b37c",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.44.2/rules_go-v0.44.2.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.44.2/rules_go-v0.44.2.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.21.5")

What's Changed

Full Changelog: bazelbuild/rules_go@v0.44.1...v0.44.2

v0.44.1

Compare Source

Why a patch release

This patch release is to include bazelbuild/rules_go@43c40a9 which reverts a change to forcefully upgrade genproto transitively, which is causing linker failures since google.golang.org/genproto/googleapis/rpc was separated from google.golang.org/genproto

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "b6828eb2d03bb5ef76f2077f8670b211fe792e77ddb83450ea9f887df04db9c7",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.44.1/rules_go-v0.44.1.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.44.1/rules_go-v0.44.1.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.21.5")

What's Changed

Full Changelog: bazelbuild/rules_go@v0.44.0...v0.44.1

v0.44.0

Compare Source

IMPORTANT CHANGES

Tests now call panic() when they timeout

This means there is a running goroutine (which will fail goleak detection)

[Goroutine 26 in state chan receive, with github.com/bazelbuild/rules_go/go/tools/bzltestutil.RegisterTimeoutHandler.func1 on top of the

This also means there may be some different behavior when calling SIGTERM directly from within a test.

For more information see: https://github.com/bazelbuild/rules_go/pull/3749

Bzlmod support for nogo

This can be added in your MODULE.bazel file:

go_sdk = use_extension("@​rules_go//go:extensions.bzl", "go_sdk")
go_sdk.download(
    name = "go_sdk",
    ...
)
go_sdk.nogo(
    nogo = "//:default_nogo",
)

For more information see https://github.com/bazelbuild/rules_go/pull/3782

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "c8035e8ae248b56040a65ad3f0b7434712e2037e5dfdcebfe97576e620422709",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.44.0/rules_go-v0.44.0.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.44.0/rules_go-v0.44.0.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.21.5")

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_go@v0.43.0...v0.44.0

v0.43.0

Compare Source

Breaking x/tools upgrade

This change includes a breaking upgrade to golang.org/x/tools

Please make sure to upgrade x/tools to version v0.15.0 to ensure compatibility with rules_go's NoGo.

If you need to use an older version of x/tools (v0.13.0 or earlier), apply the following patch to rules_go:
x-tools.patch

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_go@v0.42.0...v0.43.0

v0.42.0

Compare Source

What's Changed

Added patches to go_download_sdk:

Patches can now be applied to the standard library using go_download_sdk (and go_sdk.download for Bzlmod).

Example:

    go_download_sdk(
        name = "go_sdk",
        sdks = {
            "linux_amd64": (
                "go{}.linux-amd64.mirror6598503.tar.gz".format(go_version),
                "3f5c50e592d8845d30eebd08ddb9c670fd2d909e032b6c2b83ecf97afb34660c",
            ),
            "darwin_arm64": (
                "go{}.darwin-arm64.mirror6598503.tar.gz".format(go_version),
                "fbe78beee7861da09de9319498a1521bc41a8b79d3ead2218ce307b9fa5503e5",
            ),
        },
        patches = [
            "//patches:golang_osx_dns_workaround.patch",
        ],
        urls = ["https://dl.google.com/go/{}"],
        version = go_version,
    )

Other changes included:

Full Changelog: bazelbuild/rules_go@v0.41.0...v0.42.0

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "91585017debb61982f7054c9688857a2ad1fd823fc3f9cb05048b0025c47d023",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.42.0/rules_go-v0.42.0.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.42.0/rules_go-v0.42.0.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.21.1")

v0.41.0

Compare Source

What's Changed

Starting this release, rules_go no longer ship with @go_googleapis repo. Together with Gazelle v0.32.0, it means that all Go code importing generated code from Google APIs will depend on @org_golang_google_genproto, which is resolved by Go modules. For proto files importing Google APIs proto and generating Go code, users need to:

  1. Add an http_archive rule to download Google APIs, e.g.,

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency io_bazel_rules_go to v0.36.0 Update dependency io_bazel_rules_go to v0.37.0 Dec 6, 2022
@renovate renovate bot changed the title Update dependency io_bazel_rules_go to v0.37.0 chore(deps): update dependency io_bazel_rules_go to v0.37.0 Dec 19, 2022
@renovate renovate bot changed the title chore(deps): update dependency io_bazel_rules_go to v0.37.0 chore(deps): update dependency io_bazel_rules_go to v0.38.1 Mar 9, 2023
@renovate renovate bot force-pushed the renovate/io_bazel_rules_go-0.x branch from d9e8d43 to f219644 Compare March 9, 2023 13:44
@renovate renovate bot force-pushed the renovate/io_bazel_rules_go-0.x branch from f219644 to 88e71f3 Compare March 29, 2023 07:26
@renovate renovate bot changed the title chore(deps): update dependency io_bazel_rules_go to v0.38.1 chore(deps): update dependency io_bazel_rules_go to v0.39.0 Mar 30, 2023
@renovate renovate bot force-pushed the renovate/io_bazel_rules_go-0.x branch from 88e71f3 to 964d679 Compare June 1, 2023 05:38
@renovate renovate bot changed the title chore(deps): update dependency io_bazel_rules_go to v0.39.0 chore(deps): update dependency io_bazel_rules_go to v0.39.1 Jun 1, 2023
@renovate renovate bot changed the title chore(deps): update dependency io_bazel_rules_go to v0.39.1 chore(deps): update dependency io_bazel_rules_go to v0.40.0 Jun 22, 2023
@renovate renovate bot force-pushed the renovate/io_bazel_rules_go-0.x branch from 964d679 to 42aff75 Compare June 22, 2023 18:54
@renovate renovate bot changed the title chore(deps): update dependency io_bazel_rules_go to v0.40.0 chore(deps): update dependency io_bazel_rules_go to v0.40.1 Jun 28, 2023
@renovate renovate bot force-pushed the renovate/io_bazel_rules_go-0.x branch from 42aff75 to 150d36d Compare June 28, 2023 23:20
@renovate renovate bot changed the title chore(deps): update dependency io_bazel_rules_go to v0.40.1 chore(deps): update dependency io_bazel_rules_go to v0.41.0 Jul 10, 2023
@renovate renovate bot force-pushed the renovate/io_bazel_rules_go-0.x branch from 150d36d to d7e3ca2 Compare July 10, 2023 22:06
@renovate renovate bot changed the title chore(deps): update dependency io_bazel_rules_go to v0.41.0 chore(deps): update dependency io_bazel_rules_go to v0.42.0 Sep 29, 2023
@renovate renovate bot force-pushed the renovate/io_bazel_rules_go-0.x branch from d7e3ca2 to 9d2b7c2 Compare September 29, 2023 22:24
@renovate renovate bot changed the title chore(deps): update dependency io_bazel_rules_go to v0.42.0 chore(deps): update dependency io_bazel_rules_go to v0.43.0 Nov 20, 2023
@renovate renovate bot force-pushed the renovate/io_bazel_rules_go-0.x branch from 9d2b7c2 to 28c553c Compare November 20, 2023 19:51
@renovate renovate bot force-pushed the renovate/io_bazel_rules_go-0.x branch from 28c553c to 6b270d9 Compare December 19, 2023 19:48
@renovate renovate bot changed the title chore(deps): update dependency io_bazel_rules_go to v0.43.0 chore(deps): update dependency io_bazel_rules_go to v0.44.0 Dec 19, 2023
@renovate renovate bot force-pushed the renovate/io_bazel_rules_go-0.x branch from 6b270d9 to cde41d6 Compare December 29, 2023 23:09
@renovate renovate bot changed the title chore(deps): update dependency io_bazel_rules_go to v0.44.0 chore(deps): update dependency io_bazel_rules_go to v0.44.1 Dec 29, 2023
@renovate renovate bot force-pushed the renovate/io_bazel_rules_go-0.x branch from cde41d6 to 8cf7f79 Compare January 3, 2024 22:35
@renovate renovate bot changed the title chore(deps): update dependency io_bazel_rules_go to v0.44.1 chore(deps): update dependency io_bazel_rules_go to v0.44.2 Jan 3, 2024
@renovate renovate bot force-pushed the renovate/io_bazel_rules_go-0.x branch from 8cf7f79 to e34533e Compare January 12, 2024 20:26
@renovate renovate bot changed the title chore(deps): update dependency io_bazel_rules_go to v0.44.2 chore(deps): update dependency io_bazel_rules_go to v0.45.0 Jan 12, 2024
@renovate renovate bot force-pushed the renovate/io_bazel_rules_go-0.x branch from e34533e to 4ebc91f Compare January 19, 2024 17:04
@renovate renovate bot changed the title chore(deps): update dependency io_bazel_rules_go to v0.45.0 chore(deps): update dependency io_bazel_rules_go to v0.45.1 Jan 19, 2024
@renovate renovate bot force-pushed the renovate/io_bazel_rules_go-0.x branch from 4ebc91f to 7fcead0 Compare February 10, 2024 01:08
@renovate renovate bot changed the title chore(deps): update dependency io_bazel_rules_go to v0.45.1 chore(deps): update dependency io_bazel_rules_go to v0.46.0 Feb 10, 2024
@renovate renovate bot force-pushed the renovate/io_bazel_rules_go-0.x branch from 7fcead0 to 216433a Compare April 23, 2024 16:54
@renovate renovate bot changed the title chore(deps): update dependency io_bazel_rules_go to v0.46.0 chore(deps): update dependency io_bazel_rules_go to v0.47.0 Apr 23, 2024
@renovate renovate bot force-pushed the renovate/io_bazel_rules_go-0.x branch from 216433a to 4fd33cd Compare May 6, 2024 22:03
@renovate renovate bot changed the title chore(deps): update dependency io_bazel_rules_go to v0.47.0 chore(deps): update dependency io_bazel_rules_go to v0.47.1 May 6, 2024
@renovate renovate bot force-pushed the renovate/io_bazel_rules_go-0.x branch from 4fd33cd to 9a0b94d Compare May 22, 2024 11:14
@renovate renovate bot changed the title chore(deps): update dependency io_bazel_rules_go to v0.47.1 chore(deps): update dependency io_bazel_rules_go to v0.48.0 May 22, 2024
@renovate renovate bot force-pushed the renovate/io_bazel_rules_go-0.x branch from 9a0b94d to bdeeacd Compare June 19, 2024 23:06
@renovate renovate bot changed the title chore(deps): update dependency io_bazel_rules_go to v0.48.0 chore(deps): update dependency io_bazel_rules_go to v0.48.1 Jun 19, 2024
@renovate renovate bot force-pushed the renovate/io_bazel_rules_go-0.x branch from bdeeacd to 67149c0 Compare July 13, 2024 04:39
@renovate renovate bot changed the title chore(deps): update dependency io_bazel_rules_go to v0.48.1 chore(deps): update dependency io_bazel_rules_go to v0.49.0 Jul 13, 2024
@renovate renovate bot force-pushed the renovate/io_bazel_rules_go-0.x branch from 67149c0 to e172846 Compare August 30, 2024 20:07
@renovate renovate bot changed the title chore(deps): update dependency io_bazel_rules_go to v0.49.0 chore(deps): update dependency io_bazel_rules_go to v0.50.0 Aug 30, 2024
@renovate renovate bot force-pushed the renovate/io_bazel_rules_go-0.x branch from e172846 to 6aace66 Compare September 5, 2024 16:31
@renovate renovate bot changed the title chore(deps): update dependency io_bazel_rules_go to v0.50.0 chore(deps): update dependency io_bazel_rules_go to v0.50.1 Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants