Skip to content

Releases: masmovil/masorange_rules_helm

v1.7.1

28 Jul 09:25
10cd8d7

Choose a tag to compare

Using Bzlmod with Bazel 6:

Add to your MODULE.bazel file:

bazel_dep(name = "masorange_rules_helm", version = "1.7.1")

Using WORKSPACE:

Paste this into your WORKSPACE file:

http_archive(
    name = "masorange_rules_helm",
    sha256 = "c1eff67e96290856cd4dc4a775cbb434f9ada3f097639b13d1de1a192067e703",
    strip_prefix = "masorange_rules_helm-1.7.1",
    urls = [
        "https://github.com/masmovil/masorange_rules_helm/releases/download/v1.7.1/masorange_rules_helm-v1.7.1.tar.gz",
    ],
)

load("@masorange_rules_helm//:repositories.bzl", "masorange_rules_helm_repositories")

masorange_rules_helm_repositories()

load("@masorange_rules_helm//:config.bzl", "masorange_rules_helm_configure")

masorange_rules_helm_configure()

Full Changelog: v1.7.0...v1.7.1

v1.6.1

30 Apr 07:07
368a3e2

Choose a tag to compare

Using Bzlmod with Bazel 6:

Add to your MODULE.bazel file:

bazel_dep(name = "masorange_rules_helm", version = "1.6.1")

Using WORKSPACE:

Paste this into your WORKSPACE file:

http_archive(
    name = "masorange_rules_helm",
    sha256 = "fa857ba8af4031d6c77ba63a8f98a43b5a06645370bf13925cd24c2b186f171e",
    strip_prefix = "masorange_rules_helm-1.6.1",
    urls = [
        "https://github.com/masmovil/masorange_rules_helm/releases/download/v1.6.1/masorange_rules_helm-v1.6.1.tar.gz",
    ],
)

load("@masorange_rules_helm//:repositories.bzl", "masorange_rules_helm_repositories")

masorange_rules_helm_repositories()

load("@masorange_rules_helm//:config.bzl", "masorange_rules_helm_configure")

masorange_rules_helm_configure()

What's Changed

Full Changelog: v1.6.0...v1.6.1

v1.6.0

23 Apr 08:33
ef7d749

Choose a tag to compare

Using Bzlmod with Bazel 6:

Add to your MODULE.bazel file:

bazel_dep(name = "masorange_rules_helm", version = "1.6.0")

Using WORKSPACE:

Paste this into your WORKSPACE file:

http_archive(
    name = "masorange_rules_helm",
    sha256 = "0f7b54f1d5b7657a04b2c52c8af580d59e9a121811b2e3d556f65d5d2210577c",
    strip_prefix = "masorange_rules_helm-1.6.0",
    urls = [
        "https://github.com/masmovil/masorange_rules_helm/releases/download/v1.6.0/masorange_rules_helm-v1.6.0.tar.gz",
    ],
)

load("@masorange_rules_helm//:repositories.bzl", "masorange_rules_helm_repositories")

masorange_rules_helm_repositories()

load("@masorange_rules_helm//:config.bzl", "masorange_rules_helm_configure")

masorange_rules_helm_configure()

What's Changed

  • feat: add suport for expresing chart version and chart appVersion using yaml or json files by @danigar in #99

Full Changelog: v1.5.1...v1.6.0

v1.5.1

10 Apr 09:35
d111b5d

Choose a tag to compare

Using Bzlmod with Bazel 6:

Add to your MODULE.bazel file:

bazel_dep(name = "masorange_rules_helm", version = "1.5.1")

Using WORKSPACE:

Paste this into your WORKSPACE file:

http_archive(
    name = "masorange_rules_helm",
    sha256 = "83009edd13f7bea8abe7969ccafa8f73ebf890e3f36e67628908d7100f1080c7",
    strip_prefix = "masorange_rules_helm-1.5.1",
    urls = [
        "https://github.com/masmovil/masorange_rules_helm/releases/download/v1.5.1/masorange_rules_helm-v1.5.1.tar.gz",
    ],
)

load("@masorange_rules_helm//:repositories.bzl", "masorange_rules_helm_repositories")

masorange_rules_helm_repositories()

load("@masorange_rules_helm//:config.bzl", "masorange_rules_helm_configure")

masorange_rules_helm_configure()

What's Changed

  • feat: add bcr config to automatize publishing new releases to bcr by @danigar in #90
  • fix(helm): use bin short_path and kubernetes_context as string by @CarlosGamezF in #92

Full Changelog: v1.5.0...v1.5.1

v1.5.0

13 Jan 16:17
fff69dd

Choose a tag to compare

Using Bzlmod with Bazel 6:

Add to your MODULE.bazel file:

bazel_dep(name = "masorange_rules_helm", version = "1.5.0")

Using WORKSPACE:

Paste this into your WORKSPACE file:

http_archive(
    name = "masorange_rules_helm",
    sha256 = "2b47c144349901258e9973b8969f3aae08a32a82eb7d37388bcf2738758c7eac",
    strip_prefix = "masorange_rules_helm-1.5.0",
    urls = [
        "https://github.com/masmovil/masorange_rules_helm/releases/download/v1.5.0/masorange_rules_helm-v1.5.0.tar.gz",
    ],
)

load("@masorange_rules_helm//:repositories.bzl", "masorange_rules_helm_repositories")

masorange_rules_helm_repositories()

load("@masorange_rules_helm//:config.bzl", "masorange_rules_helm_configure")

masorange_rules_helm_configure()

What's Changed

  • feat(bazel|toolchain): Added gcloud.py to toolchain by @carloshdezbueno in #84
  • feat: remove dependency on legacy unmaintained rules_docker by @danigar in #86
  • feat: support age instead of gpg by @danigar in #88
  • chore: convert examples folder in a different workspace/bzlmod by @danigar in #89

New Contributors

Full Changelog: v1.4.2...v1.5.0

v1.4.2

07 Jan 16:43
4614406

Choose a tag to compare

Using Bzlmod with Bazel 6:

Add to your MODULE.bazel file:

bazel_dep(name = "masorange_rules_helm", version = "1.4.2")

Using WORKSPACE:

Paste this into your WORKSPACE file:

http_archive(
    name = "masorange_rules_helm",
    sha256 = "e2457d3e3382dd43eb54e26df54a50ee678aba1fdd97f5d04e06f80c964e5e70",
    strip_prefix = "masorange_rules_helm-1.4.2",
    urls = [
        "https://github.com/masmovil/masorange_rules_helm/releases/download/v1.4.2/masorange_rules_helm-v1.4.2.tar.gz",
    ],
)

load("@masorange_rules_helm//:repositories.bzl", "masorange_rules_helm_repositories")

masorange_rules_helm_repositories()

load("@masorange_rules_helm//:config.bzl", "masorange_rules_helm_configure")

masorange_rules_helm_configure()

What's Changed

Full Changelog: v1.4.1...v1.4.2

v1.4.1

13 Dec 08:03
3fb6bf0

Choose a tag to compare

Using Bzlmod with Bazel 6:

Add to your MODULE.bazel file:

bazel_dep(name = "masorange_rules_helm", version = "1.4.1")

Using WORKSPACE:

Paste this into your WORKSPACE file:

http_archive(
    name = "masorange_rules_helm",
    sha256 = "90ebfc6432ea62587f392d825230b81babd44f69c6d2a7ffafae1ced28ed687c",
    strip_prefix = "masorange_rules_helm-1.4.1",
    urls = [
        "https://github.com/masmovil/masorange_rules_helm/releases/download/v1.4.1/masorange_rules_helm-v1.4.1.tar.gz",
    ],
)

load("@masorange_rules_helm//:repositories.bzl", "masorange_rules_helm_repositories")

masorange_rules_helm_repositories()

load("@masorange_rules_helm//:config.bzl", "masorange_rules_helm_configure")

masorange_rules_helm_configure()

What's Changed

  • fix(gcs): shas reference for latest version 502 by @danigar in #82

Full Changelog: v1.4.0...v1.4.1

v1.4.0

12 Dec 12:40
a6e6438

Choose a tag to compare

Using Bzlmod with Bazel 6:

Add to your MODULE.bazel file:

bazel_dep(name = "masorange_rules_helm", version = "1.4.0")

Using WORKSPACE:

Paste this into your WORKSPACE file:

http_archive(
    name = "masorange_rules_helm",
    sha256 = "81ecdec4d52d62c5640ed338f477b3d7a9b7f2abd62f6089d3f689105b922e4c",
    strip_prefix = "masorange_rules_helm-1.4.0",
    urls = [
        "https://github.com/masmovil/masorange_rules_helm/releases/download/v1.4.0/masorange_rules_helm-v1.4.0.tar.gz",
    ],
)

load("@masorange_rules_helm//:repositories.bzl", "masorange_rules_helm_repositories")

masorange_rules_helm_repositories()

load("@masorange_rules_helm//:config.bzl", "masorange_rules_helm_configure")

masorange_rules_helm_configure()

What's Changed

Full Changelog: v1.3.1...v1.4.0

v1.3.1

09 Dec 10:01
11cea95

Choose a tag to compare

Using Bzlmod with Bazel 6:

Add to your MODULE.bazel file:

bazel_dep(name = "masorange_rules_helm", version = "1.3.1")
git_override(module_name = "masorange_rules_helm", remote = "https://github.com/masmovil/masorange_rules_helm", commit = "11cea9518b2d846b36f53605e9f2084554359ddc")

We are still working on publishing the rules to the bazel central registry. In the meantime, if you want to use this rules you will can override them using git_override to fetch them from this git repository.

Using WORKSPACE:

Paste this into your WORKSPACE file:

workspace(
    name = "helm-workspace",
)

http_archive(
    name = "masorange_rules_helm",
    sha256 = "12d55d3eaa6c98064d16f85f4f5ced787172a74b80eff606301b37413b38b559",
    strip_prefix = "masorange_rules_helm-1.3.1",
    urls = [
        "https://github.com/masmovil/masorange_rules_helm/releases/download/v1.3.1/masorange_rules_helm-v1.3.1.tar.gz",
    ],
)

load("@masorange_rules_helm//:repositories.bzl", "masorange_rules_helm_repositories")

masorange_rules_helm_repositories()

load("@masorange_rules_helm//:config.bzl", "masorange_rules_helm_configure")

masorange_rules_helm_configure()

What's Changed

  • Minor fix on how to helm toolchain is imported in helm_lint test rule.

v1.3.0

04 Dec 10:54
7ea9602

Choose a tag to compare

Using Bzlmod with Bazel 6:

Add to your MODULE.bazel file:

bazel_dep(name = "masorange_rules_helm", version = "1.3.0")
git_override(module_name = "masorange_rules_helm", remote = "https://github.com/masmovil/masorange_rules_helm", commit = "7ea96022369cfe95e98258c51e5dbdf456f30955")

We are still working on publishing the rules to the bazel central registry. In the meantime, if you want to use this rules you will can override them using git_override to fetch them from this git repository.

Using WORKSPACE:

Paste this into your WORKSPACE file:

workspace(
    name = "helm-workspace",
)

http_archive(
    name = "masorange_rules_helm",
    sha256 = "0ece526a034f31bbd04b9b72c04366a20f5059f41b67c9c0faf9adef79250343",
    urls = [
        "https://github.com/masmovil/masorange_rules_helm/archive/refs/tags/v1.3.0.zip",
    ],
)

load("@masorange_rules_helm//:repositories.bzl", "masorange_rules_helm_repositories")

masorange_rules_helm_repositories()

load("@masorange_rules_helm//:config.bzl", "masorange_rules_helm_configure")

masorange_rules_helm_configure()

What's Changed

  • Upgrade gcloud SDK toolchain binary to v5.0.2