19 commits, 59 changed files, 2,404 additions and 588 deletions... and more than a month's on and off work.
[0.10 is out](https://github.com/openstack/ara/releases/tag/0.10.0) !
[0.10 is out](https://github.com/ansible-community/ara/releases/tag/0.10.0) !
Where to get it ? Get started easily by [installing](http://ara.readthedocs.io/en/latest/installation.html) and [configuring](http://ara.readthedocs.io/en/latest/configuration.html) ARA.
We're on the road to version 1.0.0 and we're getting closer: introducing the release of version 0.11!
[Four new contributors](https://github.com/openstack/ara/graphs/contributors) (!), [55 commits](https://github.com/openstack/ara/compare/0.10.0...0.11.0) since 0.10 and 112 files changed for a total of 2,247 additions and 939 deletions.
[Four new contributors](https://github.com/ansible-community/ara/graphs/contributors) (!), [55 commits](https://github.com/ansible-community/ara/compare/0.10.0...0.11.0) since 0.10 and 112 files changed for a total of 2,247 additions and 939 deletions.
New features, more stability, better documentation and better test coverage.
@ -41,10 +41,10 @@ New features, more stability, better documentation and better test coverage.
Thanks [Jason Rist](https://twitter.com/knowncitizen) for the contribution, really appreciate it !
[With the icon](https://github.com/openstack/ara/blob/master/doc/source/_static/ara-with-icon.png):
[With the icon](https://github.com/ansible-community/ara/blob/master/doc/source/_static/ara-with-icon.png):

[Without the icon](https://github.com/openstack/ara/blob/master/doc/source/_static/ara.png):
[Without the icon](https://github.com/ansible-community/ara/blob/master/doc/source/_static/ara.png):

## Taking the newest version of ARA out for a spin
I don't consider myself a professional programmer by any stretch. Just a system
administrator passionate with building tools to help him in his job.
Lars came around with [code contributions](https://github.com/openstack/ara/commits?author=larsks)
Lars came around with [code contributions](https://github.com/ansible-community/ara/commits?author=larsks)
for things I admittedly wasn't very good at.
A much better database schema, a better structure and framework for the flask web
@ -82,9 +82,9 @@ With this post came a second demo video:
We're **June 7th 2016**, [ARA is one month old and we've broken 200 commits already](https://dmsimard.com/2016/06/07/ara-one-month-and-200-commits-later/).
**June 8th 2016**, the [patch](https://review.openstack.org/#/c/321226/) to make ARA
an OpenStack community project merges and [github.com/openstack/ara](https://github.com/openstack/ara) is born.
an OpenStack community project merges and [github.com/ansible-community/ara](https://github.com/ansible-community/ara) is born.
To this day, I still keep the [github.com/dmsimard/ara](https://github.com/openstack/ara) repository around for
To this day, I still keep the [github.com/dmsimard/ara](https://github.com/ansible-community/ara) repository around for
the sake of keeping the history of issues and pull requests that were created before ARA
joined the OpenStack community.
@ -128,7 +128,7 @@ of the interface ARA still uses today:
<br>
## ARA 0.11: ARA gets a logo and a new UI prototype
@ -20,7 +20,7 @@ Just for fun, let's look at what I had written back in May to summarize what
was probably coming:
- ~~Python 3 compatibility~~
- This is done and was shipped in [ARA 0.14](https://github.com/openstack/ara/releases/tag/0.14.0)!
- This is done and was shipped in [ARA 0.14](https://github.com/ansible-community/ara/releases/tag/0.14.0)!
It was a lot of work but ARA is now working and is fully tested against both python2.7 and python3.5.
- ~~An implementation in Zuul~~
- This is in [progress](https://review.openstack.org/#/c/487853/) ! It's no longer a question of "if" but rather "how".
@ -182,7 +182,7 @@ other output drivers.
A significant amount of work has been done on the database model.
The magnitude of these changes have made me consider backwards incompatibility
for the first time since ARA introduced database upgrades in [ARA 0.10 from December 2016](https://github.com/openstack/ara/releases/tag/0.10.0).
for the first time since ARA introduced database upgrades in [ARA 0.10 from December 2016](https://github.com/ansible-community/ara/releases/tag/0.10.0).
The decision to move forward without supporting migrations and upgrades was to make this work possible and drastically easier.
@ -85,7 +85,7 @@ Zuul is awesome and let me try to give you a (long) elevator pitch of some of my
- Every project managed by Zuul is independant and can manage their own jobs, inventories and pipeline configuration in tree.
- When evaluating a change or a pull request, Zuul will speculatively load and run the new configuration coming from the change. This means you can create a new job and iterate on it until it works without even merging any code or commits.
- Horizontally scalable for the vast majority of it's workloads, Zuul is highly available and is designed to consume multiple clouds and regions concurrently with the expectation that they will eventually fail.
- Zuul provides an implementation of [ARA Records Ansible](https://github.com/openstack/ara) for providing host and task granular results and metrics through an intuitive reporting web interface.
- Zuul provides an implementation of [ARA Records Ansible](https://github.com/ansible-community/ara) for providing host and task granular results and metrics through an intuitive reporting web interface.
{{<tweet1032799030131142657>}}
@ -117,4 +117,4 @@ The upcoming major release, ARA 1.0, is all but a complete rewrite and has been
1.0 will feature a brand new REST API which will let users query and integrate their Ansible execution data in their tools and workflows.
The to-do list for 1.0 is shrinking and I'm really excited that we're getting to a point where people can start using it for testing purposes.
If you'd like to test 1.0 or contribute to ARA, please reach out to me on [IRC, Slack](https://github.com/openstack/ara#community-and-getting-help) or [Twitter](https://twitter.com/dmsimard)!
If you'd like to test 1.0 or contribute to ARA, please reach out to me on [IRC, Slack](https://github.com/ansible-community/ara#community-and-getting-help) or [Twitter](https://twitter.com/dmsimard)!