Releases: yanndegat/rules_tf
v0.0.9
⚙️ MODULE.bazel setup
bazel_dep(name = "rules_tf", version = "0.0.9")
⚙️ WORKSPACE setup
BZL MOD only!
📚 Using the rules
See the source.
Changelog
- 244201c: ci: fix tests (by yann degat)
- ed5ecc6: Add more ci tests (by yann degat)
- 3772059: Merge pull request #12 from chrisirhc/chua/11-12-fix-rules-pkg (by yanndegat)
- 3972799: unblock upgrading to rules_pkg 0.10 (by chua)
- 41a8a3d: Merge pull request #9 from JamesDuncanNz/main (by yanndegat)
- 75ece7e: Update README.md (by James Duncan)
- f6d6146: bump after release v0.0.8 (by yann degat)
v0.0.8
⚙️ MODULE.bazel setup
bazel_dep(name = "rules_tf", version = "0.0.8")
⚙️ WORKSPACE setup
BZL MOD only!
📚 Using the rules
See the source.
Changelog
v0.0.7
⚙️ MODULE.bazel setup
bazel_dep(name = "rules_tf", version = "0.0.7")
⚙️ WORKSPACE setup
BZL MOD only!
📚 Using the rules
See the source.
Changelog
- 43f714e: feat: add extra args to tflint rule (by yann degat)
- a67a226: fix issue #7: tf_validate/tf_lint fails: No such file or directory (by yann degat)
- 13777dc: feat: possibility to use tflint/tfdoc custom versions (by yann degat)
- 7e50c82: Merge pull request #3 from yanndegat/dependabot/github_actions/softprops/action-gh-release-2 (by yanndegat)
- 2c77557: Bump softprops/action-gh-release from 1 to 2 (by dependabot[bot])
- 57e8f17: bump versions after 0.0.6 release (by yann degat)
v0.0.6
⚙️ MODULE.bazel setup
bazel_dep(name = "rules_tf", version = "0.0.6")
⚙️ WORKSPACE setup
BZL MOD only!
📚 Using the rules
See the source.
Changelog
v0.0.5
⚙️ MODULE.bazel setup
bazel_dep(name = "rules_tf", version = "0.0.5")
⚙️ WORKSPACE setup
BZL MOD only!
📚 Using the rules
See the source.
Changelog
v0.0.4
⚙️ MODULE.bazel setup
bazel_dep(name = "rules_tf", version = "0.0.4")
⚙️ WORKSPACE setup
BZL MOD only!
📚 Using the rules
See the source.
Changelog
v0.0.3
⚙️ MODULE.bazel setup
bazel_dep(name = "rules_tf", version = "0.0.3")
⚙️ WORKSPACE setup
BZL MOD only!
📚 Using the rules
See the source.
Changelog
- 579b021: Update README (by yann degat)
- 97e8a34: Can now choose to use terraform or tofu and according version (by yann degat)
- 9da0c76: add support for experiments (by yann degat)
- 82c266c: declare tofu as terraform_toolchain_type (by yann degat)
- 4a0570f: fix module:srcs target visibility (by yann degat)
- 5eb6f7e: fix module transitive srcs (by yann degat)
- 74f8806: update bazel version to 7.0.0 (by yann degat)
- 93c2466: bump version after v0.0.2 release (by yann degat)
v0.0.2
⚙️ MODULE.bazel setup
bazel_dep(name = "rules_tf", version = "0.0.2")
⚙️ WORKSPACE setup
BZL MOD only!
📚 Using the rules
See the source.
Changelog
- 8859363: Bump tofu to v1.6.0 (by yann degat)
- 34291ec: Better release notes (by yann degat)
- 5fc6125: bump version to v0.0.2 (by yann degat)
- 2567349: enable tags arguments to rules, don't sandbox tf_providers_versions (by yann degat)
- 445e920: move rules_python to dev_dependency (by yann degat)
- d6e4816: remove useless target repo refs in tests/bcr (by yann degat)
v0.0.1
⚙️ MODULE.bazel setup
bazel_dep(name = "rules_tf", version = "0.0.1")
⚙️ WORKSPACE setup
BZL MOD only!
📚 Using the rules
See the source.
Changelog
First release
!!!: Make sure to copy the file to the release notes.
If you are using Google Cloud Storage, you might use a command like
gsutil cp bazel-bin/distro/rules_tf-0.0.1.tar.gz gs://bazel-mirror/github.com/yanndegat/rules_tf/releases/download/0.0.1/rules_tf-0.0.1.tar.gz
gsutil setmeta -h "Cache-Control: public, max-age=31536000" "gs://bazel-mirror/github.com/yanndegat/rules_tf/releases/download/0.0.1/rules_tf-0.0.1.tar.gz"