0.1.3
🚨 BROKEN: UPGRADE TO 0.1.5 OR NEWER 🚨
THIS RELEASE DOES NOT RESTREAM, USE 0.1.1 UNTIL A NEWER FIXED RELEASE IS AVAILABLE
Stream Sprout 0.1.3 is out! 🚀
- Replaced
yq
with a yaml parser implemented withawk
andsed
- This has been done to drastically reduce the external dependencies of Stream Sprout, as the Python implementation of
yq
(which is most widely packaged in distros) has a boatload of Python dependencies. While this awk/sed implementation doesn't support the full scope of yaml, it is more than sufficient for the limited requirements of Stream Sprout:
- This has been done to drastically reduce the external dependencies of Stream Sprout, as the Python implementation of
What's Changed
- refactor: replace yq with a yaml parser implemented with awk/sed by @flexiondotorg in #16
Full Changelog: 0.1.2...0.1.3