0.4.0
Welcome Modular Recipes 🥳🎉
This release introduces the concept of modular recipes, starting with AWS, GCP and local K3D deployments. Modular recipes allow the user to selectively enable different components of their stack from the same recipe, eliminating the need to manually extend existing recipes for achieving a different combination than the already provided recipes.
Going forward, modular recipes will completely replace the other recipes as the user will be able to achieve the same output using one or the other combination of stack components. This is also a major step forward in achieving greater ease of deployment of individual stack components, from the CLI and dashboard both.
What's Changed
- run tests on develop by @wjayesh in #27
- Add GCP Airflow recipe using Cloud Composer by @wjayesh in #26
- Modularized recipes by @stefannica in #30
- make enable a variable instead of local by @wjayesh in #32
- K3D minimal recipe by @safoinme in #28
New Contributors
- @stefannica made their first contribution in #30
- @safoinme made their first contribution in #28
Full Changelog: 0.3.1...0.4.0