Skip to content

Commit

Permalink
Publish seh/[email protected] (#1075)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven E. Harris <[email protected]>
  • Loading branch information
publish-to-bcr-bot[bot] and seh authored Oct 30, 2023
1 parent bea091e commit b4e1018
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 1 deletion.
23 changes: 23 additions & 0 deletions modules/rules_kustomize/0.3.6/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
module(
name = "rules_kustomize",
version = "0.3.6",
)

bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "platforms", version = "0.0.8")

helm = use_extension("//kustomize:extensions.bzl", "helm")
use_repo(
helm,
"helm_tool_toolchains",
)

register_toolchains("@helm_tool_toolchains//:all")

kustomize = use_extension("//kustomize:extensions.bzl", "kustomize")
use_repo(
kustomize,
"kustomize_tool_toolchains",
)

register_toolchains("@kustomize_tool_toolchains//:all")
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
===================================================================
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,7 +1,7 @@
module(
name = "rules_kustomize",
- version = "0.0.0",
+ version = "0.3.6",
)

bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "platforms", version = "0.0.8")
22 changes: 22 additions & 0 deletions modules/rules_kustomize/0.3.6/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
matrix: &matrix
platform:
- centos7
- debian10
- macos
- ubuntu2004
- windows
tasks:
verify_targets:
name: Verify that all tests succeed
platform: ${{ platform }}
test_targets:
- '@rules_kustomize//test:all'
bcr_test_module:
module_path: examples/bzlmod
matrix: *matrix
tasks:
run_test_module:
name: Run test module
platform: ${{ platform }}
build_targets:
- //root
9 changes: 9 additions & 0 deletions modules/rules_kustomize/0.3.6/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-ztvD4Uk+EEJs/Dwti5W5+U0iSnduRUSvrAUodrd0BIM=",
"strip_prefix": "rules_kustomize-0.3.6",
"url": "https://github.com/seh/rules_kustomize/releases/download/v0.3.6/vcs-archive-v0.3.6.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-aJU9qV183CxCTAVxJRhkHorZq9EjJoIkor4rXgSPAMU="
},
"patch_strip": 1
}
3 changes: 2 additions & 1 deletion modules/rules_kustomize/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"0.3.2",
"0.3.3",
"0.3.4",
"0.3.5"
"0.3.5",
"0.3.6"
],
"yanked_versions": {}
}

0 comments on commit b4e1018

Please sign in to comment.