Skip to content

Commit

Permalink
chore(deps): update dependency rules_pkg to v0.9.1 (#2364)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [rules_pkg](https://togithub.com/bazelbuild/rules_pkg) | http_archive
| minor | `0.8.1` -> `0.9.1` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>bazelbuild/rules_pkg</summary>

###
[`v0.9.1`](https://togithub.com/bazelbuild/rules_pkg/releases/tag/0.9.1)

[Compare
Source](https://togithub.com/bazelbuild/rules_pkg/compare/0.9.0...0.9.1)

Re-release of 0.9.0 to correct a mismatch of artifacts between
github.com and mirro.bazel.build

**WORKSPACE setup**

```
load("@&#8203;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.9.1/rules_pkg-0.9.1.tar.gz",
        "https://github.com/bazelbuild/rules_pkg/releases/download/0.9.1/rules_pkg-0.9.1.tar.gz",
    ],
    sha256 = "8f9ee2dc10c1ae514ee599a8b42ed99fa262b757058f65ad3c384289ff70c4b8",
)
load("@&#8203;rules_pkg//:deps.bzl", "rules_pkg_dependencies")
rules_pkg_dependencies()

```

**Using the rules**

See [the docs](https://bazelbuild.github.io/rules_pkg/)

###
[`v0.9.0`](https://togithub.com/bazelbuild/rules_pkg/releases/tag/0.9.0)

[Compare
Source](https://togithub.com/bazelbuild/rules_pkg/compare/0.8.1...0.9.0)

**New Features**

- verify_archive rule to do e2e tests on built archives.
([#&#8203;644](https://togithub.com/bazelbuild/rules_pkg/issues/644))

**Incompatible Changes**

- Genericize package manifest system and interface
([#&#8203;660](https://togithub.com/bazelbuild/rules_pkg/issues/660))

\*\* Bug Fixes \*\*

- pkg_tar should not prefix tree artifacts with ./
([#&#8203;681](https://togithub.com/bazelbuild/rules_pkg/issues/681))
- pkg_tar, pkg_zip: improve support for long paths on Windows
([#&#8203;672](https://togithub.com/bazelbuild/rules_pkg/issues/672))

**Thanks to**

Tomasz Wojno, Clint Harrison, Qingyu Sui, Ryan Beasley.

**WORKSPACE setup**

```
load("@&#8203;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.9.0/rules_pkg-0.9.0.tar.gz",
        "https://github.com/bazelbuild/rules_pkg/releases/download/0.9.0/rules_pkg-0.9.0.tar.gz",
    ],
    sha256 = "335632735e625d408870ec3e361e192e99ef7462315caa887417f4d88c4c8fb8",
)
load("@&#8203;rules_pkg//:deps.bzl", "rules_pkg_dependencies")
rules_pkg_dependencies()

```

**Using the rules**

See [the source](https://togithub.com/bazelbuild/rules_pkg/tree/0.9.0).

</details>

---

### 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 becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/aspect-build/silo).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDUuMiIsInVwZGF0ZWRJblZlciI6IjM1LjEwNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex Eagle <alex@aspect.dev>
  • Loading branch information
renovate[bot] and alexeagle authored Jun 3, 2023
1 parent b15e955 commit 1492ab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ def talkie_dependencies():
maybe(
http_archive,
name = "rules_pkg",
sha256 = "8c20f74bca25d2d442b327ae26768c02cf3c99e93fad0381f32be9aab1967675",
urls = ["https://github.com/bazelbuild/rules_pkg/releases/download/0.8.1/rules_pkg-0.8.1.tar.gz"],
sha256 = "8f9ee2dc10c1ae514ee599a8b42ed99fa262b757058f65ad3c384289ff70c4b8",
urls = ["https://github.com/bazelbuild/rules_pkg/releases/download/0.9.1/rules_pkg-0.9.1.tar.gz"],
)
maybe(
http_archive,
Expand Down

0 comments on commit 1492ab6

Please sign in to comment.