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

Update dependency io_bazel_rules_go to v0.18.0 #283

Merged

Conversation

renovate-bot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change References
io_bazel_rules_go http_archive minor 0.17.1 -> 0.18.0 source

Release Notes

bazelbuild/rules_go

v0.18.0

Compare Source

Compatibility

If you're using go_repository rules and Go 1.12, Gazelle 0.17.0 is now required. Earlier versions of go_repository don't work with Go 1.12.

Updated dependencies

REMINDER: If you need a different version of anything declared in go_rules_dependencies, follow the instructions at Overriding dependencies.

  • bazel_skylib has been updated to 0.7.0.
  • com_github_gogo_protobuf has been updated to v1.2.1.
  • com_github_golang_protobuf has been updated to v1.3.0.
  • com_github_kevinburke_go_bindata has been updated to v3.13.0.
  • com_github_mwitkow_go_proto_validators has been updated to master as of 2019-03-03.
  • com_google_protobuf has been updated to v3.7.0.
  • org_golang_google_grpc has been updated to v1.19.0.
  • org_golang_x_net has been updated to master as of 2019-03-03.
  • org_golang_x_sys has been updated to master as of 2019-03-03.
  • org_golang_x_tools has been updated to master as of 2019-03-03.

http_archive rules that depended on unstable GitHub URLs have been migrated to git_repository.

shallow_since has been set on git_repository rules to improve performance and silence warnings.

Deprecations

No new features have been deprecated.

The following deprecated features have been removed.

  • Go 1.9 support.
  • The go_vet_test rule.

See Deprecation schedule for more information.

WORKSPACE code

To use this release, add the code below to your WORKSPACE file.

REMINDER: All workspace definitions have moved to @io_bazel_rules_go//go:deps.bzl from def.bzl.

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "io_bazel_rules_go",
    urls = ["https://github.com/bazelbuild/rules_go/releases/download/0.18.0/rules_go-0.18.0.tar.gz"],
    sha256 = "301c8b39b0808c49f98895faa6aa8c92cbd605ab5ad4b6a3a652da33a1a2ba2e",
)
load("@​io_bazel_rules_go//go:deps.bzl", "go_rules_dependencies", "go_register_toolchains")
go_rules_dependencies()
go_register_toolchains()

Renovate configuration

📅 Schedule: At any time (no schedule defined).

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

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 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 Renovate Bot. 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.

@forking-renovate
Copy link

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

@nlopezgi
Copy link
Contributor

/ok-to-test

@nlopezgi
Copy link
Contributor

/approve

@k8s-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: nlopezgi, 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

@nlopezgi nlopezgi merged commit de7646a into bazelbuild:master Mar 11, 2019
@renovate-bot renovate-bot deleted the renovate/io_bazel_rules_go-0.x branch March 11, 2019 02:54
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.

3 participants