Announcing the release of ARA 1.7.0

stable diffusion, img2img with controlnet: low poly, paper craft origami parrot, illustration, studio lighting ARA 1.7.0 has been released and you can try it out with the getting started guide or by checking out the live demo at https://demo.recordsansible.org. TL;DR: # Install ansible and ara in a virtualenv python3 -m venv ~/.ara/venv source ~/.ara/venv/bin/activate pip install ansible ara[server] # Run a playbook with ara enabled export ANSIBLE_CALLBACK_PLUGINS=$(python3 -m ara....

September 12, 2023 · 4 min · David Moreau Simard

Announcing the release of ARA 1.6.0

ARA 1.6.0 has been released and you can try it out with the getting started guide or by checking out the live demo at https://demo.recordsansible.org. This blog post will highlight some of the changes since 1.5.8 but for the full list, see: the changelog on GitHub the list of commits since 1.5.8 You can also catch up on the changelog and release notes for every version until now in the documentation....

December 5, 2022 · 7 min · David Moreau Simard

Announcing the release of ARA 1.5.8

ARA 1.5.8 has been released and you can try it out with the getting started guide or by checking out the live demo at https://demo.recordsansible.org. For the full list of changes, see the changelog on GitHub as well as the list of commits since 1.5.7. You can also catch up on the changelog and release notes for every version until now in the documentation. 1.5.8 features fixes as well as general maintenance work to address python and dependency deprecations while adding a few features....

March 31, 2022 · 2 min · David Moreau Simard

Announcing the release of ARA 1.5.7

ARA 1.5.7 has been released and you can try it out with the getting started guide or by checking out the live demo at https://demo.recordsansible.org. For the full list of changes, see the changelog on GitHub as well as the list of commits since 1.5.6. You can also catch up on the changelog and release notes for every version until now in the documentation. 1.5.7 features a brand new “hosts” page to browse and search playbook reports by host as well as fixes and improvements....

August 2, 2021 · 4 min · David Moreau Simard

Announcing the release of ARA 1.5.6

ARA 1.5.6 has been released and you can try it out with the getting started guide or by checking out the live demo at https://demo.recordsansible.org. For the full list of changes, see the changelog on GitHub as well as the list of commits since 1.5.5. It’s been a while since the last release highlight for 1.5.0 but you can catch up on changelogs and release notes for every version until now in the documentation....

April 15, 2021 · 3 min · David Moreau Simard

Announcing the release of ARA 1.5.0

ARA 1.5.0 as well as 1.5.1 (due to a release issue with PyPi) have been released ! For the full list of changes, see the changelog on GitHub as well as the list of commits since 1.4.3. The changelogs and release notes for every version are now included in the documentation as well. Check out the refreshed getting started guide to try it out. Here you can find some of the highlights for this new release....

September 23, 2020 · 6 min · David Moreau Simard

Announcing the upcoming release of ARA 1.4.0

1.4 is a significant milestone for the project and adds a number of new features, bugfixes and improvements. The first release candidate, 1.4.0rc1, is available for testing from PyPi with pip install --pre ara[server]. Here you can find some of the highlights for this upcoming release. For the full list of changes, see the changelog or the list of commits since 1.3.2. The ara_api Ansible role now supports EL8 The ara_api Ansible role can be used to deploy and configure a production-ready ARA API server and, in fact, this is the role used to deploy the live demo on api....

April 15, 2020 · 6 min · David Moreau Simard

ARA 0.16.7 and end of life for 0.x

0.16.7 is a maintenance release for ARA 0.x. Changes since 0.16.6: Fix typo in ara.setup.env for ANSIBLE_ACTION_PLUGINS (pull request) Pin pyfakefs to <4 in order to avoid breaking python2 usage (issue) Pin junit-xml to <=1.8 in order to avoid deprecation warnings in unit tests ARA 0.x end of life The code base for ARA 0.x has not been actively maintained and developed since 2018 and will officially reach end of life June 4th, 2019, one year after the release of ARA 1....

April 14, 2020 · 1 min · David Moreau Simard

2019 in restrospective for ARA Records Ansible

ARA has come a long way since I created it as a side project back in 2016. The end of 2019 is here and I thought this was a good opportunity to look back at the progress of the project over the past year. The journey to finally release 1.0 ARA 0.x has been successful at recording Ansible playbook runs and providing reporting capabitilies. However, it lacked – amongst other things – an API to make it easier to integrate with other systems....

December 31, 2019 · 5 min · David Moreau Simard

Announcing the release of ARA Records Ansible 1.3

ARA 1.3.0 has been released ! You can refer to GitHub repository for the changelog as well as the full list of changes since 1.2. Here are some of the highlights in this new version: Required python version Before ARA 1.3, it was required to run the API server under at least python 3.6 and above. We’ve removed the requirement on python 3.6 by replacing a few instances of python f-strings by a compatible string format....

December 3, 2019 · 2 min · David Moreau Simard