Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Update dependency io_bazel_rules_go to v0.24.2 #607

Merged

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Aug 31, 2020

This PR contains the following updates:

Package Type Update Change
io_bazel_rules_go http_archive minor v0.23.8 -> v0.24.2

Release Notes

bazelbuild/rules_go

v0.24.2

Compare Source

New Go versions

Go 1.15.2 and 1.14.9 are now supported.

WORKSPACE code

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

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "08c3cd71857d58af3cda759112437d9e63339ac9c6e0042add43f4d94caf632d",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.24.2/rules_go-v0.24.2.tar.gz",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.24.2/rules_go-v0.24.2.tar.gz",
    ],
)

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

go_rules_dependencies()

go_register_toolchains()

v0.24.1

Compare Source

New Go versions

Go 1.15.1 and 1.14.8 are now supported.

WORKSPACE code

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

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

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

go_rules_dependencies()

go_register_toolchains()

v0.24.0

Compare Source

Changes
  • Coverage mode is set to atomic when race mode is enabled (thanks @​linzhp).
  • The flag --@​io_bazel_rules_go//go/config:incompatible_package_conflict_is_error may be used to opt into an error when multiple packages with the same package path are passed to the linker. In v0.25.0, this flag will be removed and the behavior will always be on (thanks @​Yannic).
  • Improved compatibility with proto APIv2. Note that we are not yet using APIv2 generators until the gRPC generator is stable. See #​2522 for details.
  • Export data and nogo facts are copied into a separate archive from compiled code. This should reduce the need to recompile dependent packages after incremental changes (thanks @​linzhp).
Compatibility
  • No significant changes to Bazel or Go compatibility in this release.
  • Removal of deprecated features postponed to next release. See Deprecation schedule for details.
Updated dependencies
  • platforms is updated to master as of 2020-08-24.
  • rules_cc is updated to master as of 2020-08-24.
  • org_golang_x_tools is updated to master as of 2020-08-24.
  • org_golang_x_xerrors is updated to master as of 2020-08-24.
  • org_golang_google_protobuf is updated to v1.25.0.
  • com_github_golang_protobuf is updated to v1.4.2.
  • com_github_mwitkow_go_proto_validators is updated to v0.3.2.
  • org_golang_google_genproto is updated to master as of 2020-08-24.
  • go_googleapis is updated to master as of 2020-08-24.
WORKSPACE code
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "08369b54a7cbe9348eea474e36c9bbb19d47101e8860cec75cbf1ccd4f749281",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.24.0/rules_go-v0.24.0.tar.gz",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.24.0/rules_go-v0.24.0.tar.gz",
    ],
)

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

go_rules_dependencies()

go_register_toolchains()

v0.23.10

Compare Source

New Go versions

Go 1.15.2 and 1.14.9 are now supported.

WORKSPACE code

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

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "d9a9d51999acc7d60a5b58e20b391b907b3eaa9c670c1faa07c5e4a93bd8da36",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.23.10/rules_go-v0.23.10.tar.gz",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.23.10/rules_go-v0.23.10.tar.gz",
    ],
)

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

go_rules_dependencies()

go_register_toolchains()

v0.23.9

Compare Source

New Go versions

Go 1.15.1 and 1.14.8 are now supported.

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

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "be9b8be722745ff475051a2f37ebad9e234d48635d9e6d70f8b96c000336fc8d",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.23.9/rules_go-v0.23.9.tar.gz",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.23.9/rules_go-v0.23.9.tar.gz",
    ],
)

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

go_rules_dependencies()

go_register_toolchains()

Renovate configuration

📅 Schedule: "at 7am on Monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, 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 has been generated by WhiteSource Renovate. View repository job log here.

@k8s-ci-robot
Copy link

Hi @renovate-bot. Thanks for your PR.

I'm waiting for a bazelbuild member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@renovate-bot renovate-bot changed the title Update dependency io_bazel_rules_go to v0.24.0 Update dependency io_bazel_rules_go to v0.24.1 Sep 1, 2020
@k8s-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: chases2, renovate-bot

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@fejta
Copy link
Contributor

fejta commented Sep 3, 2020

/ok-to-test

@renovate-bot renovate-bot changed the title Update dependency io_bazel_rules_go to v0.24.1 Update dependency io_bazel_rules_go to v0.24.2 Sep 9, 2020
@k8s-ci-robot k8s-ci-robot removed the lgtm label Sep 9, 2020
@k8s-ci-robot
Copy link

New changes are detected. LGTM label has been removed.

@fejta fejta merged commit 6972d2e into bazelbuild:master Sep 10, 2020
@renovate-bot renovate-bot deleted the renovate/io_bazel_rules_go-0.x branch September 10, 2020 02:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants