Skip to content

Commit 18b5ff4

Browse files
1 parent 3db7089 commit 18b5ff4

File tree

6 files changed

+74
-1
lines changed

6 files changed

+74
-1
lines changed

modules/yq.bzl/0.3.2/MODULE.bazel

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
"Bazel dependencies"
2+
3+
module(
4+
name = "yq.bzl",
5+
compatibility_level = 1,
6+
version = "0.3.2",
7+
)
8+
9+
bazel_dep(name = "bazel_lib", version = "3.0.0")
10+
bazel_dep(name = "bazel_skylib", version = "1.4.1")
11+
bazel_dep(name = "package_metadata", version = "0.0.2")
12+
bazel_dep(name = "platforms", version = "0.0.5")
13+
14+
_toolchains = use_extension("//yq:extensions.bzl", "yq")
15+
_toolchains.toolchain()
16+
use_repo(_toolchains, "yq_toolchains")
17+
18+
register_toolchains("@yq_toolchains//:all")
19+
20+
bazel_dep(name = "buildifier_prebuilt", version = "8.0.3", dev_dependency = True)
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"mediaType": "application/vnd.build.bazel.registry.attestation+json;version=1.0.0",
3+
"attestations": {
4+
"source.json": {
5+
"url": "https://github.com/bazel-contrib/yq.bzl/releases/download/v0.3.2/source.json.intoto.jsonl",
6+
"integrity": "sha256-9wy4cQZ0aKfjqHv6KV6XMwltBDn2TaIp3qRpDZZgQC0="
7+
},
8+
"MODULE.bazel": {
9+
"url": "https://github.com/bazel-contrib/yq.bzl/releases/download/v0.3.2/MODULE.bazel.intoto.jsonl",
10+
"integrity": "sha256-VpafLKc4xhiC8xptIYu8MUpvQczbJTXiz9eR5ghzlwc="
11+
},
12+
"yq.bzl-v0.3.2.tar.gz": {
13+
"url": "https://github.com/bazel-contrib/yq.bzl/releases/download/v0.3.2/yq.bzl-v0.3.2.tar.gz.intoto.jsonl",
14+
"integrity": "sha256-Ed/J+Ap9q5DX1WxxclijwbHY9f/osKbNyPFE00G2ikk="
15+
}
16+
}
17+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
===================================================================
2+
--- a/MODULE.bazel
3+
+++ b/MODULE.bazel
4+
@@ -2,8 +2,9 @@
5+
6+
module(
7+
name = "yq.bzl",
8+
compatibility_level = 1,
9+
+ version = "0.3.2",
10+
)
11+
12+
bazel_dep(name = "bazel_lib", version = "3.0.0")
13+
bazel_dep(name = "bazel_skylib", version = "1.4.1")

modules/yq.bzl/0.3.2/presubmit.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
bcr_test_module:
2+
module_path: "e2e/smoke"
3+
matrix:
4+
platform: ["debian10", "macos", "ubuntu2004", "windows"]
5+
bazel: ["rolling", "8.x", "7.x"]
6+
tasks:
7+
run_tests:
8+
name: "Run test module"
9+
platform: ${{ platform }}
10+
bazel: ${{ bazel }}
11+
test_targets:
12+
- "//..."

modules/yq.bzl/0.3.2/source.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"integrity": "sha256-81xJqMjt7WC50KmC4RBMSlaR1UOajobVs81Gh9CWb50=",
3+
"strip_prefix": "yq.bzl-0.3.2",
4+
"docs_url": "https://github.com/bazel-contrib/yq.bzl/releases/download/v0.3.2/yq.bzl-v0.3.2.docs.tar.gz",
5+
"url": "https://github.com/bazel-contrib/yq.bzl/releases/download/v0.3.2/yq.bzl-v0.3.2.tar.gz",
6+
"patches": {
7+
"module_dot_bazel_version.patch": "sha256-nBdmMrMxCxm8BRE9qPEixMIB5oP8hvhCDyjCaBJymVg="
8+
},
9+
"patch_strip": 1
10+
}

modules/yq.bzl/metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"0.1.1",
2222
"0.2.0",
2323
"0.3.0",
24-
"0.3.1"
24+
"0.3.1",
25+
"0.3.2"
2526
],
2627
"yanked_versions": {}
2728
}

0 commit comments

Comments
 (0)