diff --git a/content/blog/2024-predictability-and-correctness/index.md b/content/blog/2024-predictability-and-correctness/index.md index e1b276b..ceeb193 100644 --- a/content/blog/2024-predictability-and-correctness/index.md +++ b/content/blog/2024-predictability-and-correctness/index.md @@ -69,10 +69,17 @@ imap-flow supports IDLE out of the box, and thus Aerogramme code is now cleaner Some others quality of life feedbacks not reported here have been made by MrFlos & Nicolas, thanks to all the people that took part in this debugging adventure. -## Download and test the new version +## Conclusion: download and test the new version + +Do not get me wrong: Aerogramme is still not ready for prime time. +But by operating it for real, we start understanding better how it behaves, what are the rough edges, etc. +If you are interested in Aerogramme and put your personal touch to its development, it might be the good time to setup a new cluster, try it +to be ready for its public beta which will correspond to the moment where [Deuxfleurs](https://deuxfleurs.fr) will deploy it for their users. + +In the mean time: ``` -docker run registry.deuxfleurs.org/aerogramme:0.2.2 +docker run -p 1143:1143 registry.deuxfleurs.org/aerogramme:0.2.2 ``` [Download](/download/) - [Changelog](#)