Skip to content

Releases: bookingcom/bazeldnf

v0.6.0-rc10

22 Jul 09:54

Choose a tag to compare

v0.6.0-rc10 Pre-release
Pre-release

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

15 Jul 15:11

Choose a tag to compare

v0.6.0-rc8 Pre-release
Pre-release

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

15 Jul 14:35

Choose a tag to compare

v0.6.0-rc7 Pre-release
Pre-release

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

15 Jul 13:49

Choose a tag to compare

v0.6.0-rc6 Pre-release
Pre-release

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

14 Jul 17:25

Choose a tag to compare

Testing release Pre-release
Pre-release

Testing if the release process works as expected

v0.7.0-rc1

09 Sep 09:32

Choose a tag to compare

v0.7.0-rc1 Pre-release
Pre-release
ci: release is a run target

We need to execute the release target instead of build

testing release cycle

17 Jun 10:09

Choose a tag to compare

testing release cycle Pre-release
Pre-release
bazel: get version from package

now while archiving we stamp the content