Releases: rmohr/bazeldnf
Releases · rmohr/bazeldnf
v0.7.0-alpha3
1433
2410
Using Bzlmod with Bazel 6:
Add to your MODULE.bazel
file:
bazel_dep(name = "bazeldnf", version = "0.7.0-alpha3")
This will register a prebuilt bazeldnf
Using WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "bazeldnf",
sha256 = "4c79df93508c99974d9ac7c5c74b5a48d2b4f30983c245fd7adbef367cdfd319",
strip_prefix = "bazeldnf-v0.7.0-alpha3",
url = "https://github.com/rmohr/bazeldnf/releases/download/v0.7.0-alpha3/bazeldnf-v0.7.0-alpha3.tar.gz",
)
load(
"@bazeldnf//bazeldnf:repositories.bzl",
"bazeldnf_dependencies",
)
bazeldnf_dependencies()
What's Changed
- Enable bazel 8 support by @kellyma2 in #99
- Steps needed to release to BCR by @manuelnaranjo in #103
- Remove unused build_deps.bzl by @kellyma2 in #104
- bzlmod: make sure to chroot under bazel run by @manuelnaranjo in #106
- wrapper: make the wrapper a bit more portable by @kellyma2 in #108
- Add .netrc support by @mkosiba in #82
- Small tweaks to
bazeldnf resolve
command by @kellyma2 in #107 - Don't ignore repo if arch is empty by @kellyma2 in #110
- Provide tooling for updating lockfiles by @kellyma2 in #109
- ci: adding job for issue with fedora 41 repos by @manuelnaranjo in #105
- Lock file bzlmod extension by @kellyma2 in #111
- Handle failure modes by @manuelnaranjo in #113
- several small fixes by @manuelnaranjo in #115
- Use integrity instead of sha256 for RPMs by @kellyma2 in #117
- Calculate path to repofile correctly by @kellyma2 in #118
- Add null repository rule for missing RPMs by @kellyma2 in #119
- Watch the lock file by @kellyma2 in #120
- Enable use of architecture for config extension by @kellyma2 in #121
- Improvements for cli by @manuelnaranjo in #122
- Several small non related fixes by @manuelnaranjo in #127
- rpm: stop calling things downloaded by @manuelnaranjo in #126
- chore: bump dependencies by @manuelnaranjo in #125
- Fix paths to repo.yaml and lockfile by @kellyma2 in #129
- Make fetch-repo and update-lock-file publically visible by @kellyma2 in #132
- Xz format by @kellyma2 in #133
- Fix issues on bazeldnf and xattr rule invocations by @rmohr in #135
- Add auth_patterns support to RPM rule by @rmohr in #128
- Make xattr more flexible on different tar formats by @rmohr in #137
New Contributors
Full Changelog: v0.7.0-alpha1...v0.7.0-alpha3
v0.7.0-alpha2
1209
2105
Using Bzlmod with Bazel 6:
Add to your MODULE.bazel
file:
bazel_dep(name = "bazeldnf", version = "0.7.0-alpha2")
This will register a prebuilt bazeldnf
Using WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "bazeldnf",
sha256 = "dabca62342d7e4ad6e60d3dcdb1c2f1df835111c8f82195185f0534070156533",
strip_prefix = "bazeldnf-v0.7.0-alpha2",
url = "https://github.com/rmohr/bazeldnf/releases/download/v0.7.0-alpha2/bazeldnf-v0.7.0-alpha2.tar.gz",
)
load(
"@bazeldnf//bazeldnf:repositories.bzl",
"bazeldnf_dependencies",
)
bazeldnf_dependencies()
v0.7.0-alpha1
Using Bzlmod with Bazel 6:
Add to your MODULE.bazel
file:
bazel_dep(name = "bazeldnf", version = "0.7.0-alpha1")
This will register a prebuilt bazeldnf
Using WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "bazeldnf",
sha256 = "f742b821fb10cd83017125060c4a35efa5a48577f07ab408eee66abd4468114f",
strip_prefix = "bazeldnf-v0.7.0-alpha1",
url = "https://github.com/rmohr/bazeldnf/releases/download/v0.7.0-alpha1/bazeldnf-v0.7.0-alpha1.tar.gz",
)
load(
"@bazeldnf//bazeldnf:repositories.bzl",
"bazeldnf_dependencies",
)
bazeldnf_dependencies()
v0.6.0-rc1
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "bazeldnf",
sha256 = "96c54c4b2d5f0b65a45aa8f39ce6360cb877b828e6d6dde6bf8f8c26ea659274",
urls = [
"https://github.com/rmohr/bazeldnf/releases/download/v0.6.0-rc1/bazeldnf-v0.6.0-rc1.tar.gz",
],
)
load("@bazeldnf//bazeldnf:deps.bzl", "bazeldnf_dependencies")
bazeldnf_dependencies()
v0.5.9
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "bazeldnf",
sha256 = "fb24d80ad9edad0f7bd3000e8cffcfbba89cc07e495c47a7d3b1f803bd527a40",
urls = [
"https://github.com/rmohr/bazeldnf/releases/download/v0.5.9/bazeldnf-v0.5.9.tar.gz",
],
)
load("@bazeldnf//:deps.bzl", "bazeldnf_dependencies")
bazeldnf_dependencies()
v0.5.9-rc2
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "bazeldnf",
sha256 = "8d235794151de1a0e0466d42338ecc02a89ceb09d93935ae0fd43e74aa3bcee8",
urls = [
"https://github.com/rmohr/bazeldnf/releases/download/v0.5.9-rc2/bazeldnf-v0.5.9-rc2.tar.gz",
],
)
load("@bazeldnf//:deps.bzl", "bazeldnf_dependencies")
bazeldnf_dependencies()
v0.5.9-rc1
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "bazeldnf",
sha256 = "ec1434b1687a6c26348de11e093d97483f6dd6afd7d245e0177898ce5ee365b6",
urls = [
"https://github.com/rmohr/bazeldnf/releases/download/v0.5.9-rc1/bazeldnf-v0.5.9-rc1.tar.gz",
],
)
load("@bazeldnf//:deps.bzl", "bazeldnf_dependencies")
bazeldnf_dependencies()
v0.5.8
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "bazeldnf",
sha256 = "cd75fbbad6f191c26b036132d57ca731cce067e9330306a8a2beb3e51af991a8",
urls = [
"https://github.com/rmohr/bazeldnf/releases/download/v0.5.8/bazeldnf-v0.5.8.tar.gz",
],
)
load("@bazeldnf//:deps.bzl", "bazeldnf_dependencies")
bazeldnf_dependencies()
v0.5.8-rc2
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "bazeldnf",
sha256 = "3d06f383f67466efe83b1cfb1ed262033fe21c4014cfe4735290816728674d1c",
urls = [
"https://github.com/rmohr/bazeldnf/releases/download/v0.5.8-rc2/bazeldnf-v0.5.8-rc2.tar.gz",
],
)
load("@bazeldnf//:deps.bzl", "bazeldnf_dependencies")
bazeldnf_dependencies()
v0.5.8-rc1
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "bazeldnf",
sha256 = "e3dbb59484d1e113f8ef7b2750ed9d8630695cc2ce6cfe751dbcb859a3363eb2",
urls = [
"https://github.com/rmohr/bazeldnf/releases/download/v0.5.8-rc1/bazeldnf-v0.5.8-rc1.tar.gz",
],
)
load("@bazeldnf//:deps.bzl", "bazeldnf_dependencies")
bazeldnf_dependencies()