Releases: bookingcom/bazeldnf
Releases · bookingcom/bazeldnf
v0.6.0-rc10
Using Bzlmod with Bazel 6:
Add to your MODULE.bazel file:
bazel_dep(name = "bazeldnf", version = "0.6.0-rc10")This will register a prebuilt bazeldnf
Using WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "bazeldnf",
sha256 = "6e2506b9d33cd14a80c15f82ecec09f34ce878637e80eec1b653a1240b5db8c4",
strip_prefix = "bazeldnf-v0.6.0-rc10",
url = "https://github.com/bookingcom/bazeldnf/releases/download/v0.6.0-rc10/bazeldnf-v0.6.0-rc10.tar.gz",
)
load(
"@bazeldnf//bazeldnf:repositories.bzl",
"bazeldnf_dependencies",
)
bazeldnf_dependencies()Full Changelog: https://github.com/bookingcom/bazeldnf/commits/v0.6.0-rc10
v0.6.0-rc8
Using Bzlmod with Bazel 6:
Add to your MODULE.bazel file:
bazel_dep(name = "bazeldnf", version = "0.6.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 = "dccbb15565b6062c9af8b58d7e2ec60b7a9b5823e0db2aff9889ce6fbc3cac75",
strip_prefix = "bazeldnf-v0.6.0-rc8",
url = "https://github.com/bookingcom/bazeldnf/releases/download/v0.6.0-rc8/bazeldnf-v0.6.0-rc8.tar.gz",
)
load(
"@bazeldnf//bazeldnf:repositories.bzl",
"bazeldnf_dependencies",
)
bazeldnf_dependencies()Full Changelog: v0.6.0-rc5...v0.6.0-rc8
v0.6.0-rc7
Using Bzlmod with Bazel 6:
Add to your MODULE.bazel file:
bazel_dep(name = "bazeldnf", version = "0.6.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 = "97e04e4683bb0f5288145d978b0174d43d9fab6ded24380420ba9986f0ad9b87",
strip_prefix = "bazeldnf-v0.6.0-rc7",
url = "https://github.com/bookingcom/bazeldnf/releases/download/v0.6.0-rc7/bazeldnf-v0.6.0-rc7.tar.gz",
)
load(
"@bazeldnf//bazeldnf:repositories.bzl",
"bazeldnf_dependencies",
)
bazeldnf_dependencies()Full Changelog: v0.6.0-rc5...v0.6.0-rc7
v0.6.0-rc6
Using Bzlmod with Bazel 6:
Add to your MODULE.bazel file:
bazel_dep(name = "bazeldnf", version = "0.6.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 = "799df7a52ffa68cb71c090f9960906e0b42e89f19dc90db67c8a65b606c34da9",
strip_prefix = "bazeldnf-v0.6.0-rc6",
url = "https://github.com/bookingcom/bazeldnf/releases/download/v0.6.0-rc6/bazeldnf-v0.6.0-rc6.tar.gz",
)
load(
"@bazeldnf//bazeldnf:repositories.bzl",
"bazeldnf_dependencies",
)
bazeldnf_dependencies()Testing release
Testing if the release process works as expected
v0.7.0-rc1
ci: release is a run target We need to execute the release target instead of build
testing release cycle
bazel: get version from package now while archiving we stamp the content