Skip to content

Releases: bookingcom/bazeldnf

v0.7.0-rc6

10 Dec 10:12
Compare
Choose a tag to compare
v0.7.0-rc6 Pre-release
Pre-release

Using Bzlmod with Bazel 6:

Add to your MODULE.bazel file:

bazel_dep(name = "bazeldnf", version = "0.7.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 = "ca4b73a83f6a4977e936aac1a69be39f97cf2af2a0ac908eeb4382004b36e46f",
    strip_prefix = "bazeldnf-v0.7.0-rc6",
    url = "https://github.com/bookingcom/bazeldnf/releases/download/v0.7.0-rc6/bazeldnf-v0.7.0-rc6.tar.gz",
)

load(
    "@bazeldnf//bazeldnf:repositories.bzl",
    "bazeldnf_dependencies",
)

bazeldnf_dependencies()

Full Changelog: v0.6.0-rc16...v0.7.0-rc6

v0.7.0-rc5

16 Sep 15:55
Compare
Choose a tag to compare
v0.7.0-rc5 Pre-release
Pre-release

Using Bzlmod with Bazel 6:

Add to your MODULE.bazel file:

bazel_dep(name = "bazeldnf", version = "0.7.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 = "22151c2789fba49a29030618155b207549040ea56c6ec54e322b742b1b265365",
    strip_prefix = "bazeldnf-v0.7.0-rc5",
    url = "https://github.com/bookingcom/bazeldnf/releases/download/v0.7.0-rc5/bazeldnf-v0.7.0-rc5.tar.gz",
)

load(
    "@bazeldnf//bazeldnf:repositories.bzl",
    "bazeldnf_dependencies",
)

bazeldnf_dependencies()

Full Changelog: v0.7.0-rc2...v0.7.0-rc5

v0.7.0-rc3

10 Sep 14:37
Compare
Choose a tag to compare
v0.7.0-rc3 Pre-release
Pre-release

Using Bzlmod with Bazel 6:

Add to your MODULE.bazel file:

bazel_dep(name = "bazeldnf", version = "0.7.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 = "07c16d0fdcd527f8b305760a354c504e69951a397302bc5a76664c9d609880ba",
    strip_prefix = "bazeldnf-v0.7.0-rc3",
    url = "https://github.com/bookingcom/bazeldnf/releases/download/v0.7.0-rc3/bazeldnf-v0.7.0-rc3.tar.gz",
)

load(
    "@bazeldnf//bazeldnf:repositories.bzl",
    "bazeldnf_dependencies",
)

bazeldnf_dependencies()

Full Changelog: v0.7.0-rc2...v0.7.0-rc3

v0.7.0-rc2

09 Sep 13:10
Compare
Choose a tag to compare
v0.7.0-rc2 Pre-release
Pre-release

Using Bzlmod with Bazel 6:

Add to your MODULE.bazel file:

bazel_dep(name = "bazeldnf", version = "0.7.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 = "5e0b0350a83f3094bb4114d31dc7592a30c2178fec106367ba0b62de53c909ee",
    strip_prefix = "bazeldnf-v0.7.0-rc2",
    url = "https://github.com/bookingcom/bazeldnf/releases/download/v0.7.0-rc2/bazeldnf-v0.7.0-rc2.tar.gz",
)

load(
    "@bazeldnf//bazeldnf:repositories.bzl",
    "bazeldnf_dependencies",
)

bazeldnf_dependencies()

Full Changelog: v0.6.0-rc16...v0.7.0-rc2

v0.6.0-rc16

27 Aug 06:16
Compare
Choose a tag to compare
v0.6.0-rc16 Pre-release
Pre-release

Using Bzlmod with Bazel 6:

Add to your MODULE.bazel file:

bazel_dep(name = "bazeldnf", version = "0.6.0-rc16")

This will register a prebuilt bazeldnf

Using WORKSPACE

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "bazeldnf",
    sha256 = "aa2604e37b094d673005b9733974f8d46cd3751e86dba15522baf1fd8f31324d",
    strip_prefix = "bazeldnf-v0.6.0-rc16",
    url = "https://github.com/bookingcom/bazeldnf/releases/download/v0.6.0-rc16/bazeldnf-v0.6.0-rc16.tar.gz",
)

load(
    "@bazeldnf//bazeldnf:repositories.bzl",
    "bazeldnf_dependencies",
)

bazeldnf_dependencies()

v0.6.0-rc15

26 Aug 14:57
Compare
Choose a tag to compare
v0.6.0-rc15 Pre-release
Pre-release

Using Bzlmod with Bazel 6:

Add to your MODULE.bazel file:

bazel_dep(name = "bazeldnf", version = "0.6.0-rc15")

This will register a prebuilt bazeldnf

Using WORKSPACE

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "bazeldnf",
    sha256 = "28a0c11e29e0f9a09733cf689fd9210f6bad170f3862f74295d71a9da53b44fc",
    strip_prefix = "bazeldnf-v0.6.0-rc15",
    url = "https://github.com/bookingcom/bazeldnf/releases/download/v0.6.0-rc15/bazeldnf-v0.6.0-rc15.tar.gz",
)

load(
    "@bazeldnf//bazeldnf:repositories.bzl",
    "bazeldnf_dependencies",
)

bazeldnf_dependencies()

Full Changelog: v0.6.0-rc14...v0.6.0-rc15

v0.6.0-rc14

26 Aug 14:49
Compare
Choose a tag to compare
v0.6.0-rc14 Pre-release
Pre-release

Using Bzlmod with Bazel 6:

Add to your MODULE.bazel file:

bazel_dep(name = "bazeldnf", version = "0.6.0-rc14")

This will register a prebuilt bazeldnf

Using WORKSPACE

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "bazeldnf",
    sha256 = "0f9f94f17ff27d21b5a77c2c51d8dfc67ba58da17f5341ccd384d298d099b324",
    strip_prefix = "bazeldnf-v0.6.0-rc14",
    url = "https://github.com/bookingcom/bazeldnf/releases/download/v0.6.0-rc14/bazeldnf-v0.6.0-rc14.tar.gz",
)

load(
    "@bazeldnf//bazeldnf:repositories.bzl",
    "bazeldnf_dependencies",
)

bazeldnf_dependencies()

Full Changelog: v0.6.0-rc11...v0.6.0-rc14

v0.6.0-rc11

26 Aug 14:18
Compare
Choose a tag to compare
v0.6.0-rc11 Pre-release
Pre-release

Using Bzlmod with Bazel 6:

Add to your MODULE.bazel file:

bazel_dep(name = "bazeldnf", version = "0.6.0-rc11")

This will register a prebuilt bazeldnf

Using WORKSPACE

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "bazeldnf",
    sha256 = "05e7ef661d39bf1bc53412420d8862f2c9388e080431315ccbb2493bfc53ffb7",
    strip_prefix = "bazeldnf-v0.6.0-rc11",
    url = "https://github.com/bookingcom/bazeldnf/releases/download/v0.6.0-rc11/bazeldnf-v0.6.0-rc11.tar.gz",
)

load(
    "@bazeldnf//bazeldnf:repositories.bzl",
    "bazeldnf_dependencies",
)

bazeldnf_dependencies()

Full Changelog: v0.6.0-rc10...v0.6.0-rc11

v0.6.0-rc10

22 Jul 09:54
Compare
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
Compare
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