bazelbuild / rules_pkg

Bazel rules for creating packages of many types (zip, tar, deb, rpm, ...)
Apache License 2.0
221 stars 174 forks source link

Do a 1.0.0 release #867

Closed aiuto closed 2 months ago

aiuto commented 4 months ago

We have a number of breaking changes built up as well as fixes.

Plan do do a release by end of May.

riking commented 3 months ago

The release is done on Github but not uploaded to the module registry

aiuto commented 3 months ago

Yes. This was a breaking change, so it bumped the compatibility level. It turns out that this royally breaks the registry presubmits. There is a transitive dependency loop back to the lower compatibility level, and no good way to resolve that. We're working on that independently.

Bring it in with WORKSPACE.bzlmod for now.