Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release: https://github.com/abrisco/rules_helm/releases/tag/0.5.1

_Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_

Co-authored-by: publish-to-bcr-bot <112732530+publish-to-bcr-bot[bot]@users.noreply.github.com>
  • Loading branch information
publish-to-bcr-bot[bot] authored Jun 29, 2024
1 parent ab4fd94 commit 5fe9a21
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 1 deletion.
42 changes: 42 additions & 0 deletions modules/rules_helm/0.5.1/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
"""abrisco/rules_helm"""

module(
name = "rules_helm",
version = "0.5.1",
compatibility_level = 1,
)

bazel_dep(name = "platforms", version = "0.0.7")
bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "stardoc", version = "0.6.2", repo_name = "io_bazel_stardoc")
bazel_dep(name = "rules_go", version = "0.45.1", repo_name = "io_bazel_rules_go")
bazel_dep(name = "rules_oci", version = "1.7.2")

# This is unfortunately required by `rules_oci`.
# https://github.com/bazel-contrib/rules_oci/issues/575
bazel_dep(name = "aspect_bazel_lib", version = "1.36.0")

go_sdk = use_extension("@io_bazel_rules_go//go:extensions.bzl", "go_sdk")
go_sdk.download(version = "1.18.10")

helm = use_extension("@rules_helm//helm:extensions.bzl", "helm")
helm.options()
use_repo(
helm,
"helm",
"helm_darwin_amd64_toolchain",
"helm_darwin_arm64_toolchain",
"helm_linux_amd64_toolchain",
"helm_linux_arm64_toolchain",
"helm_windows_amd64_toolchain",
)
use_repo(helm, "go_yaml_yaml")
use_repo(helm, "helm_test_deps__with_chart_deps", "rules_helm_test_container_base")

register_toolchains(
"@helm_darwin_amd64_toolchain//:toolchain",
"@helm_darwin_arm64_toolchain//:toolchain",
"@helm_linux_amd64_toolchain//:toolchain",
"@helm_linux_arm64_toolchain//:toolchain",
"@helm_windows_amd64_toolchain//:toolchain",
)
21 changes: 21 additions & 0 deletions modules/rules_helm/0.5.1/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
bcr_test_module:
# TODO(abrisco/rules_helm#38): Have this run in a regression test
# directory which is consuming rules_helm and not just testing
# within the same repository.
module_path: "."
matrix:
platform: ["macos", "ubuntu2004", "windows"]
bazel: ["6.x", "7.x"]
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
bazel: ${{ bazel }}
build_flags:
- "--config=strict"
test_targets:
- "--"
- "//..."
# Docs test renders differently in bcr CI, don't test this.
- "-//docs:docs_diff_test"
5 changes: 5 additions & 0 deletions modules/rules_helm/0.5.1/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-w8Wno1JxWvuxVt+6k62y9JZ1WU7gG2LBG3IKl4nXE6M=",
"strip_prefix": "",
"url": "https://github.com/abrisco/rules_helm/releases/download/0.5.1/rules_helm-v0.5.1.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/rules_helm/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"0.3.1",
"0.3.2",
"0.4.0",
"0.5.0"
"0.5.0",
"0.5.1"
],
"yanked_versions": {}
}

0 comments on commit 5fe9a21

Please sign in to comment.