Releases: ekhabarov/rules_ytt
Releases · ekhabarov/rules_ytt
v0.2.1
Paste this snippet into your file:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_ytt",
sha256 = "6ba1a063e193199a24e2d3e54efd9fcba9a8ddcfd05dcdedc111de565ff5d8e1",
strip_prefix = "rules_ytt-0.2.1",
url = "https://github.com/ekhabarov/rules_ytt/releases/download/v0.2.1/rules_ytt-v0.2.1.tar.gz",
)
load("@rules_ytt//ytt:repositories.bzl", "rules_ytt_dependencies", "rules_ytt_register_toolchains")
rules_ytt_dependencies()
rules_ytt_register_toolchains()
What's Changed
- Fix linux/arm64 toolchain detection. by @ekhabarov in #7
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Paste this snippet into your file:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_ytt",
sha256 = "876ab0223567ec7556107374a9b9cb3e3db9ba5bb97e778c35d36f1d1f717879",
strip_prefix = "rules_ytt-0.2.0",
url = "https://github.com/ekhabarov/rules_ytt/releases/download/v0.2.0/rules_ytt-v0.2.0.tar.gz",
)
load("@rules_ytt//ytt:repositories.bzl", "rules_ytt_dependencies", "rules_ytt_register_toolchains")
rules_ytt_dependencies()
rules_ytt_register_toolchains()
What's Changed
- Add Ytt toolchain. by @ekhabarov in #1
- Add docs. by @ekhabarov in #2
- Replace image property with data.read example. by @ekhabarov in #3
- Add CI. by @ekhabarov in #4
- Update ci.yaml: realease. by @ekhabarov in #5
- Set tag_name for release. by @ekhabarov in #6
New Contributors
- @ekhabarov made their first contribution in #1
Full Changelog: v0.1.0...v0.2.0