Releases: bookingcom/bazeldnf
v0.99.1-rc1
1559
2824
Using Bzlmod with Bazel 6:
Add to your MODULE.bazel file:
bazel_dep(name = "bazeldnf", version = "0.99.1-rc1")This will register a prebuilt bazeldnf
Using WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "bazeldnf",
sha256 = "3f6590115c5d0613da85c82bc6a7d30add8bbfa46f684794eb4cb965d6801447",
strip_prefix = "bazeldnf-v0.99.1-rc1",
url = "https://github.com/bookingcom/bazeldnf/releases/download/v0.99.1-rc1/bazeldnf-v0.99.1-rc1.tar.gz",
)
load(
"@bazeldnf//bazeldnf:repositories.bzl",
"bazeldnf_dependencies",
)
bazeldnf_dependencies()
load("@tar.bzl//tar:extensions.bzl", "create_repositories")
create_repositories()
register_toolchains("@bsd_tar_toolchains//:all")
load("@bazel_lib//lib:repositories.bzl", "bazel_lib_dependencies", "bazel_lib_register_toolchains")
bazel_lib_dependencies()
bazel_lib_register_toolchains()
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
load("@platforms//host:extension.bzl", "host_platform_repo")
maybe(
host_platform_repo,
name = "host_platform",
)Full Changelog: v0.6.0-rc16...v0.99.1-rc1
v0.99.1-rc0
1512
2751
Using Bzlmod with Bazel 6:
Add to your MODULE.bazel file:
bazel_dep(name = "bazeldnf", version = "0.99.1-rc0")This will register a prebuilt bazeldnf
Using WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "bazeldnf",
sha256 = "5419c8fb81df8e72bb4d9945fe5851163f507315e67219bb522516d646a4aeaa",
strip_prefix = "bazeldnf-v0.99.1-rc0",
url = "https://github.com/bookingcom/bazeldnf/releases/download/v0.99.1-rc0/bazeldnf-v0.99.1-rc0.tar.gz",
)
load(
"@bazeldnf//bazeldnf:repositories.bzl",
"bazeldnf_dependencies",
)
bazeldnf_dependencies()Full Changelog: v0.6.0-rc16...v0.99.1-rc0
v0.8.0-rc9
1478
2410
Using Bzlmod with Bazel 6:
Add to your MODULE.bazel file:
bazel_dep(name = "bazeldnf", version = "0.8.0-rc9")This will register a prebuilt bazeldnf
Using WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "bazeldnf",
sha256 = "352ad03c8a5ce1f0e5be694fdc4f6a1417da15490a4eda4ef01b83162726fc1d",
strip_prefix = "bazeldnf-v0.8.0-rc9",
url = "https://github.com/bookingcom/bazeldnf/releases/download/v0.8.0-rc9/bazeldnf-v0.8.0-rc9.tar.gz",
)
load(
"@bazeldnf//bazeldnf:repositories.bzl",
"bazeldnf_dependencies",
)
bazeldnf_dependencies()Full Changelog: v0.6.0-rc16...v0.8.0-rc9
v0.8.0-rc8
1433
2410
Using Bzlmod with Bazel 6:
Add to your MODULE.bazel file:
bazel_dep(name = "bazeldnf", version = "0.8.0-rc8")This will register a prebuilt bazeldnf
Using WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "bazeldnf",
sha256 = "0ce9340d6351fa289a0b479bbc49a5af42fd971a02b116c8b14cdd8cc56d0676",
strip_prefix = "bazeldnf-v0.8.0-rc8",
url = "https://github.com/bookingcom/bazeldnf/releases/download/v0.8.0-rc8/bazeldnf-v0.8.0-rc8.tar.gz",
)
load(
"@bazeldnf//bazeldnf:repositories.bzl",
"bazeldnf_dependencies",
)
bazeldnf_dependencies()v0.8.0-rc7
1402
2410
Using Bzlmod with Bazel 6:
Add to your MODULE.bazel file:
bazel_dep(name = "bazeldnf", version = "0.8.0-rc7")This will register a prebuilt bazeldnf
Using WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "bazeldnf",
sha256 = "638c15cd0732bff116f852d93ea5e43ead0f5abb96f88c893d0448d00a802657",
strip_prefix = "bazeldnf-v0.8.0-rc7",
url = "https://github.com/bookingcom/bazeldnf/releases/download/v0.8.0-rc7/bazeldnf-v0.8.0-rc7.tar.gz",
)
load(
"@bazeldnf//bazeldnf:repositories.bzl",
"bazeldnf_dependencies",
)
bazeldnf_dependencies()Full Changelog: v0.8.0-rc6...v0.8.0-rc7
new rc
1402
2410
Using Bzlmod with Bazel 6:
Add to your MODULE.bazel file:
bazel_dep(name = "bazeldnf", version = "0.8.0-rc6")This will register a prebuilt bazeldnf
Using WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "bazeldnf",
sha256 = "858384033453e167fdb1625b3c3736f8810b48acc8d526b5a56fd96618484037",
strip_prefix = "bazeldnf-v0.8.0-rc6",
url = "https://github.com/bookingcom/bazeldnf/releases/download/v0.8.0-rc6/bazeldnf-v0.8.0-rc6.tar.gz",
)
load(
"@bazeldnf//bazeldnf:repositories.bzl",
"bazeldnf_dependencies",
)
bazeldnf_dependencies()v0.8.0-rc5
1501
2257
Using Bzlmod with Bazel 6:
Add to your MODULE.bazel file:
bazel_dep(name = "bazeldnf", version = "0.8.0-rc5")This will register a prebuilt bazeldnf
Using WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "bazeldnf",
sha256 = "6e7ae88ad1c5c50567efed7fcac5710d2550634fd6d35851ded962ae38291989",
strip_prefix = "bazeldnf-v0.8.0-rc5",
url = "https://github.com/bookingcom/bazeldnf/releases/download/v0.8.0-rc5/bazeldnf-v0.8.0-rc5.tar.gz",
)
load(
"@bazeldnf//bazeldnf:repositories.bzl",
"bazeldnf_dependencies",
)
bazeldnf_dependencies()Full Changelog: v0.8.0-rc4...v0.8.0-rc5
v0.8.0-rc4
1501
2257
Using Bzlmod with Bazel 6:
Add to your MODULE.bazel file:
bazel_dep(name = "bazeldnf", version = "0.8.0-rc4")This will register a prebuilt bazeldnf
Using WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "bazeldnf",
sha256 = "7814032399849a5a361db765d132982e0826521eb90167e7e2a566b81757c363",
strip_prefix = "bazeldnf-v0.8.0-rc4",
url = "https://github.com/bookingcom/bazeldnf/releases/download/v0.8.0-rc4/bazeldnf-v0.8.0-rc4.tar.gz",
)
load(
"@bazeldnf//bazeldnf:repositories.bzl",
"bazeldnf_dependencies",
)
bazeldnf_dependencies()Full Changelog: v0.8.0-rc3...v0.8.0-rc4
v0.8.0-rc3
1501
2257
Using Bzlmod with Bazel 6:
Add to your MODULE.bazel file:
bazel_dep(name = "bazeldnf", version = "0.8.0-rc3")This will register a prebuilt bazeldnf
Using WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "bazeldnf",
sha256 = "40cc2d6c6769283ade0a9b2eff557dc483aaac1b3d63534dc51680cbe24a36ad",
strip_prefix = "bazeldnf-v0.8.0-rc3",
url = "https://github.com/bookingcom/bazeldnf/releases/download/v0.8.0-rc3/bazeldnf-v0.8.0-rc3.tar.gz",
)
load(
"@bazeldnf//bazeldnf:repositories.bzl",
"bazeldnf_dependencies",
)
bazeldnf_dependencies()Full Changelog: v0.8.0-rc2...v0.8.0-rc3
v0.8.0-rc2
1501
2257
Using Bzlmod with Bazel 6:
Add to your MODULE.bazel file:
bazel_dep(name = "bazeldnf", version = "0.8.0-rc2")This will register a prebuilt bazeldnf
Using WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "bazeldnf",
sha256 = "31c5dea91c790619cbac6a680ed1b0a939a4998270e8f83dafb4792b19843048",
strip_prefix = "bazeldnf-v0.8.0-rc2",
url = "https://github.com/bookingcom/bazeldnf/releases/download/v0.8.0-rc2/bazeldnf-v0.8.0-rc2.tar.gz",
)
load(
"@bazeldnf//bazeldnf:repositories.bzl",
"bazeldnf_dependencies",
)
bazeldnf_dependencies()Full Changelog: v0.8.0-rc1...v0.8.0-rc2