File tree Expand file tree Collapse file tree 5 files changed +74
-1
lines changed Expand file tree Collapse file tree 5 files changed +74
-1
lines changed Original file line number Diff line number Diff line change 1+ module (
2+ name = "rules_kustomize" ,
3+ version = "0.5.2" ,
4+ )
5+
6+ bazel_dep (name = "bazel_skylib" , version = "1.8.2" )
7+ bazel_dep (name = "platforms" , version = "1.0.0" )
8+ bazel_dep (name = "rules_shell" , version = "0.6.1" )
9+
10+ helm = use_extension ("//kustomize:extensions.bzl" , "helm" )
11+ use_repo (
12+ helm ,
13+ "helm_tool_toolchains" ,
14+ )
15+
16+ register_toolchains ("@helm_tool_toolchains//:all" )
17+
18+ kustomize = use_extension ("//kustomize:extensions.bzl" , "kustomize" )
19+ use_repo (
20+ kustomize ,
21+ "kustomize_tool_toolchains" ,
22+ )
23+
24+ register_toolchains ("@kustomize_tool_toolchains//:all" )
Original file line number Diff line number Diff line change 1+ ===================================================================
2+ --- a/MODULE.bazel
3+ +++ b/MODULE.bazel
4+ @@ -1,7 +1,7 @@
5+ module(
6+ name = "rules_kustomize",
7+ - version = "0.0.0",
8+ + version = "0.5.2",
9+ )
10+
11+ bazel_dep(name = "bazel_skylib", version = "1.8.2")
12+ bazel_dep(name = "platforms", version = "1.0.0")
Original file line number Diff line number Diff line change 1+ matrix : &matrix
2+ platform :
3+ - debian10
4+ - macos
5+ - rockylinux8
6+ - ubuntu2004
7+ - windows
8+ bazel :
9+ - 7.x
10+ - 8.x
11+ tasks :
12+ verify_targets :
13+ name : Verify that all tests succeed
14+ platform : ${{ platform }}
15+ bazel : ${{ bazel }}
16+ test_targets :
17+ - ' @rules_kustomize//test:all'
18+ bcr_test_module :
19+ module_path : examples/bzlmod
20+ matrix : *matrix
21+ tasks :
22+ run_test_module :
23+ name : Run test module
24+ platform : ${{ platform }}
25+ bazel : ${{ bazel }}
26+ build_targets :
27+ - //root
Original file line number Diff line number Diff line change 1+ {
2+ "integrity" : " sha256-+C/L8iHYTAlQtxYi/5GEdw/86bbj5/wMOgD3OOwcOME=" ,
3+ "strip_prefix" : " rules_kustomize-0.5.2" ,
4+ "url" : " https://github.com/seh/rules_kustomize/releases/download/v0.5.2/vcs-archive-v0.5.2.tar.gz" ,
5+ "patches" : {
6+ "module_dot_bazel_version.patch" : " sha256-6qnXoPugtNdmq8B5v2TsRMrXyo4Ml22rmx+avsw+nOU="
7+ },
8+ "patch_strip" : 1
9+ }
Original file line number Diff line number Diff line change 2727 " 0.3.10" ,
2828 " 0.4.0" ,
2929 " 0.5.0" ,
30- " 0.5.1"
30+ " 0.5.1" ,
31+ " 0.5.2"
3132 ],
3233 "yanked_versions" : {}
3334}
You can’t perform that action at this time.
0 commit comments