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

Update dependency rules_pkg to v0.8.1 #110

Merged
merged 1 commit into from
Feb 23, 2023

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Type Update Change
rules_pkg http_archive patch 0.8.0 -> 0.8.1

Release Notes

bazelbuild/rules_pkg

v0.8.1

Compare Source

New Features

  • Expose tar manifest as an output (#​643)
  • Support license attribute in pkg_deb (#​651)
  • Add support for the txz extension in pkg_tar (#​653) (#​654)

Fixes

  • Explicitly store implicit parent directories in zip files (#​640)
  • Remove unnecessary to_list() calls (#​639)
  • Apply package_dir to pkg_mklink (#​637)

Thanks to
Alex Eagle, Nils Semmelrock, Doug Rabson, Fabian Meumertzheim

WORKSPACE setup

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_pkg",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.8.1/rules_pkg-0.8.1.tar.gz",
        "https://github.com/bazelbuild/rules_pkg/releases/download/0.8.1/rules_pkg-0.8.1.tar.gz",
    ],
    sha256 = "8c20f74bca25d2d442b327ae26768c02cf3c99e93fad0381f32be9aab1967675",
)
load("@​rules_pkg//:deps.bzl", "rules_pkg_dependencies")
rules_pkg_dependencies()

Using the rules

See the documentation


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot force-pushed the renovate/rules_pkg-0.x branch 3 times, most recently from f7c9a2c to a0e2717 Compare February 23, 2023 03:00
@ralimi ralimi merged commit 1502f44 into google:master Feb 23, 2023
@renovate-bot renovate-bot deleted the renovate/rules_pkg-0.x branch February 23, 2023 05:53
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.

None yet

2 participants