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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 27, 2019

This PR contains the following updates:

Package Type Update Change References
bazel_gazelle http_archive minor 0.16.0 -> 0.17.0 source

Release Notes

bazelbuild/bazel-gazelle

v0.17.0

Compare Source

Language agnostic changes

  • The # gazelle:map_kind directive can now be used to generate rules of
    alternative kinds. For example, instead of generating go_binary rules,
    you could generate a call to a macro that takes the same arguments
    (for example, go_image, go_deployable). Thanks to @​robfig!
  • Gazelle exits with status 1 when run with -mode=diff when there are
    differences. Thanks to @​mjduijn and @​achew22!
  • Hidden directories are included when walking the directory tree. Thanks to
    @​linzhp.

Go changes

  • go_repository now works with Go 1.12.
  • The update-repos command now lets you set attributes such as build file
    names and proto modes on the command line. Thanks to @​blico!
  • Alternative compilers can now be set on go_proto_library rules with the
    -go_proto_compiler and -go_grpc_compiler flags. Thanks to @​bartle-stripe!
  • Go repositories may now be imported from Godep. Thanks to @​GauntletWizard!
  • Imports that can't be resolved using the index when the index is enabled
    are now resolved as external, even if they're under the current prefix.
    This is necessary to handle cases where one repository path is a prefix
    of another. Thanks to @​linzhp!

Proto changes

  • The new proto_library attributes import_prefix and strip_import_prefix
    may be set with the # gazelle:proto_import_prefix and
    # gazelle:proto_strip_import_prefix directives or the -proto_import_prefix
    command line argument. Thanks to @​blico!

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.

@renovate renovate bot force-pushed the renovate/bazel_gazelle-0.x branch from 7d58a95 to 7b189f5 Compare April 5, 2019 17:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant