Skip to content

Releases: periareon/rules_ansible

0.1.0

24 Sep 20:17
e904bc8

Choose a tag to compare

0.1.0

http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_ansible",
    integrity = "sha256-NsYlbMSPcjgntfq7Dpm6wwJ+FEIBBh6iX4mY8YCU9BU=",
    urls = ["https://github.com/abrisco/rules_ansible/releases/download/0.1.0/rules_ansible-0.1.0.tar.gz"],
)

Additional documentation can be found at: https://github.com/abrisco/rules_ansible

What's Changed

Full Changelog: 0.0.8...0.1.0

0.0.8

27 Nov 04:17
88ba819

Choose a tag to compare

0.0.8

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_ansible",
    sha256 = "f8bc9b29d7abaabbd9d36cb77ea5927caf67cbada9b64a70e1df6a75a0abeb09",
    urls = ["https://github.com/abrisco/rules_ansible/releases/download/0.0.8/rules_ansible-v0.0.8.tar.gz"],
)

Additional documentation can be found at: https://github.com/abrisco/rules_ansible

What's Changed

Full Changelog: 0.0.7...0.0.8

0.0.7

24 Oct 17:35
5897775

Choose a tag to compare

0.0.7

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_ansible",
    sha256 = "2576c968f0216987d21b85cc312d36ecf22dbea094ebc57da42cac24f92b0e36",
    urls = ["https://github.com/abrisco/rules_ansible/releases/download/0.0.7/rules_ansible-v0.0.7.tar.gz"],
)

Additional documentation can be found at: https://github.com/abrisco/rules_ansible

What's Changed

  • Fixed the lint runner writing temp directories everywhere by @abrisco in #18
  • Release 0.0.7 by @abrisco in #19

Full Changelog: 0.0.6...0.0.7

0.0.6

23 Oct 22:54
c854048

Choose a tag to compare

0.0.6

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_ansible",
    sha256 = "7d96e8e51f5699c826f2b862f8693cc9781ebd4c244ed72ebc018e53d521d5d9",
    urls = ["https://github.com/abrisco/rules_ansible/releases/download/0.0.6/rules_ansible-v0.0.6.tar.gz"],
)

Additional documentation can be found at: https://github.com/abrisco/rules_ansible

What's Changed

  • Combat Ansible's use of os.path.realpath/pathlib.Path.resolve by @abrisco in #15
  • Fixed ansible-vault not using the configured PYTHONPATH by @abrisco in #16
  • Release 0.0.6 by @abrisco in #17

Full Changelog: 0.0.5...0.0.6

0.0.5

22 Oct 15:03
6be1a32

Choose a tag to compare

0.0.5

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_ansible",
    sha256 = "ef884640d6c1c0f798167514d26c86cbd60e8bbf2186b5afbe4c30f748be2f83",
    urls = ["https://github.com/abrisco/rules_ansible/releases/download/0.0.5/rules_ansible-v0.0.5.tar.gz"],
)

Additional documentation can be found at: https://github.com/abrisco/rules_ansible

What's Changed

Full Changelog: 0.0.4...0.0.5

0.0.4

21 Oct 14:00
9867794

Choose a tag to compare

0.0.4

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_ansible",
    sha256 = "af72d3b75c3ce8e90679aa94df20d2f379e68e3da3d03a00533a510134a11392",
    urls = ["https://github.com/abrisco/rules_ansible/releases/download/0.0.4/rules_ansible-v0.0.4.tar.gz"],
)

Additional documentation can be found at: https://github.com/abrisco/rules_ansible

What's Changed

Full Changelog: 0.0.3...0.0.4

0.0.3

16 Oct 17:13
dde59f7

Choose a tag to compare

0.0.3

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_ansible",
    sha256 = "a4aa4f1c5b6f653477b46aa8f21b9a57d78bd77432f5160e3eb1802bd616573a",
    urls = ["https://github.com/abrisco/rules_ansible/releases/download/0.0.3/rules_ansible-v0.0.3.tar.gz"],
)

Additional documentation can be found at: https://github.com/abrisco/rules_ansible

What's Changed

Full Changelog: 0.0.2...0.0.3

0.0.2

06 Oct 03:28
98f93d6

Choose a tag to compare

0.0.2

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_ansible",
    sha256 = "5377d690ecfd2625127fa9d396813a621e4977c31c19779211c7a407efbbf9c5",
    urls = ["https://github.com/abrisco/rules_ansible/releases/download/0.0.2/rules_ansible-v0.0.2.tar.gz"],
)

Additional documentation can be found at: https://github.com/abrisco/rules_ansible

What's Changed

New Contributors

Full Changelog: 0.0.1...0.0.2

0.0.1

04 Oct 15:11

Choose a tag to compare

0.0.1

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_ansible",
    sha256 = "5aeb252f11cbdb21bc8a3741afb3c732915d833c23f726cddd1758f15f4393d5",
    urls = ["https://github.com/abrisco/rules_ansible/releases/download/0.0.1/rules_ansible-v0.0.1.tar.gz"],
)

Additional documentation can be found at: https://github.com/abrisco/rules_ansible

Full Changelog: https://github.com/abrisco/rules_ansible/commits/0.0.1