v0.3.4
Pre-release
Pre-release
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_oci",
sha256 = "31ce886bb530132e5307f9195f6f08a1bb2aa07d541f436dd9429bad265eae4b",
strip_prefix = "rules_oci-0.3.4",
url = "https://github.com/bazel-contrib/rules_oci/releases/download/v0.3.4/rules_oci-v0.3.4.tar.gz",
)
load("@rules_oci//oci:dependencies.bzl", "rules_oci_dependencies")
rules_oci_dependencies()
load("@rules_oci//oci:repositories.bzl", "LATEST_CRANE_VERSION", "LATEST_ZOT_VERSION", "oci_register_toolchains")
oci_register_toolchains(
name = "oci",
crane_version = LATEST_CRANE_VERSION,
zot_version = LATEST_ZOT_VERSION,
)
What's Changed
- chore: configure Publish to BCR app by @alexeagle in #91
- stamping for tags by @alexeagle in #70
- fix: rust does not have a 2022 edition by @bcmyers in #92
New Contributors
Full Changelog: v0.3.3...v0.3.4