Update dependency rules_pkg to v0.10.1 #13
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.4.0
->0.10.1
Release Notes
bazelbuild/rules_pkg (rules_pkg)
v0.10.1
Compare Source
This is a bug fix release.
Bug Fixes
* Temporarily restore //mappings.bzl and //pkg.bzl (#817)
* Fix RPM package release and version files expansion (#816)
* Apply tar remap_paths to runfiles full paths (#812)
* Use raw string for docstring that contains a backslash (for Python 3.12) (#815)
Thanks to: Alex Bozhenko, Chuck Grindel, Diego Ortin, and Tomasz Wojno
v0.10.0
Compare Source
New Features
Obsoletes
tag in RPM definition (#778)Bug Fixes
%{_builddir}
macro (#792)**Breaking Changes
Thanks to: Adam Azarchs, Alex Eagle, August Karlstedt, Austin Schuh, Adrian Vogelsgesang,
flode, Florian Scheibner, Ignas Kaziukėnas, Jean-Hadrien Chabran, Matt,
Mike Kelly, Paul Draper, Sam Schwebach, Tomasz Wojno, and Vertexwahn
for contributions to this release.
v0.9.1
Compare Source
Re-release of 0.9.0 to correct a mismatch of artifacts between github.com and mirro.bazel.build
WORKSPACE setup
Using the rules
See the docs
v0.9.0
Compare Source
New Features
Incompatible Changes
** Bug Fixes **
Thanks to
Tomasz Wojno, Clint Harrison, Qingyu Sui, Ryan Beasley.
WORKSPACE setup
Using the rules
See the source.
v0.8.1
Compare Source
New Features
Fixes
to_list()
calls (#639)Thanks to
Alex Eagle, Nils Semmelrock, Doug Rabson, Fabian Meumertzheim
WORKSPACE setup
Using the rules
See the documentation
v0.8.0
Compare Source
New Features
Fixes #20
Bug Fixes
--incompatible_config_setting_private_default_visibility
v0.7.1
Compare Source
WORKSPACE setup
Using the rules
See the source and docs.
Major bug fixes since 0.6.x
#612 Directories in tree artifacts created with the wrong mode
#600 Debian description field formatting
#601 Tar format is explicitly GNU rather than accidentally flipping to PAX for some Python versions.
v0.7.0
Compare Source
New Features
renames
.artifact_name
toprint_relnotes
(#541)only need to load what you actually need.
Potentially breaking changes
Bug fixes:
Fixhttps://github.com/bazelbuild/rules_pkg/issues/572/572
Contributors
Thanks to: Andrew Psaltis, Gunnar Wagenknecht, and Sven Mueller
for contributions to this release.
v0.6.0
Compare Source
This revision requires Bazel 4.x or greater
Visible changes
include_runfiles
support for pkg_tar. (#398)Bug fixes:
%dir
RPM filetag whenPackageDirsInfo
is provided (#473)Internal changes
Contributors
Thanks to: Andrew Psaltis, Grant Monroe, Gunnar Wagenknecht, Ken Conley, Motiejus Jakštys, and Ryan Beasley
for contributions to this release.
v0.5.1
Compare Source
New features
pkg_deb(architecture_file)
to provide a way to set the Debian package architecture from the content of a file created at build time. (#390)pkg_install
for a "make install"-like experience in Bazel (#380)pkg_filegroup
framework inpkg_zip
(#373)Closed bugs
v0.5.0
Compare Source
New Features
pkg_*
rules as srcs ofpkg_tar
(#367)Adds support for
pkg_mklink
,pkg_mkdirs
,pkg_files
andpkg_filegroup
topkg_tar
.filter_directory
for basic TreeArtifact processing (#331)stamp
support topkg_tar
(#288) andpkg_zip
(#365)Done in the style of cc_binary
stamp
attribute (1=stamp, 0=no stamp, -1=follow--stamp
)--stamp
command line optionpkg_rpm
changespkg_rpm
to mainline (#338)find_system_rpmbuild
repo rule depend onPATH
(#348)rpmbuild
toolchain (#329)pkg_tar
support for custom compression program (#320)pkg_tar
by ignoring 'path' PAX header. (#250) (#326)This needs user feedback to discover the most pleasing mode. For this
release, I did
blaze build distro:changelog.txt
then took the result toupdate this file (CHANGELOG.md). I would like to do better than that. Thoughts
from users are welcome.
Internal changes
path.bzl
and improve testing (#359)build_tar
,build_zip
and helpers to //private (#353)Incompatible changes
Contributors
This release contains contributions and fixes from aiuto, Alex Eagle,
Andrew Psaltis, Greg Bowyer, katre, Michael Hackner, and Rafael Marinheiro
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.
This PR was generated by Mend Renovate. View the repository job log.