masmovil / masorange_rules_helm

Bazel rules to manipulate and operate Helm charts with Bazel, decrpyt sops secrets, and run operations over cloud services
Apache License 2.0
61 stars 32 forks source link

Repo Maintenance Inquiry #68

Closed iDiogenes closed 1 week ago

iDiogenes commented 1 year ago

Hello,

First, I'd like to thank you for creating and maintaining helm rules for bazel. I've been using it to manage helm charts in my repo and even extended it in my own repo to perform helm linting.

I've noticed that there hasn't been much recent activity, and there are some open issues and potential enhancements that could benefit the community. Moreover, with the introduction of bzlmod this repo will eventually need to be updated to support it. Can you provide any insights into the current state of this repository? Is there a plan to upgrade to support bzlmod?

Cheers.

danigar commented 11 months ago

Hi @iDiogenes!

Thank you very much for your interest. I'm currently working on making this repo bzlmod compatible. I'm also taking advance of this to introduce some changes to the rules, adding support for helm linting and other major improvements.

You can follow the advances in this branch.

danigar commented 1 week ago

We have deployed a new version of the rules addressing many new features.