Skip to content

v3.0.0

Compare
Choose a tag to compare
@oybed oybed released this 20 Jan 15:57
· 5 commits to main since this release
4d99933

FINALLY here is the first v3.x release.

This release brings a lot of great improvements, including support for helm and kustomize content. Please check on the READMEs for more details on usage, but we believe you will be finding this new functionality very useful.

> git log v2.1.2..v3.0.0 --pretty=format:"%h %s by %an" --no-merges
2c8f4fc Additional Helm functionality and improvements by Øystein Bedin
a53dd03 🦄 allow applier to process helm charts, iterating over mappings not done yet 🦄 (#164) by Patrick C
06290cc Add task file and tests to support kustomize templates with apply -k (#167) by Eric Sauer
37542bc Switch molecule to use localhost as driver rather than Docker (#166) by Eric Sauer
6c829b6 fix typo in example option flag (#163) by zhao-li
944f536 Add support for passing vars to jinja templates, fixes #160 (#161) by Petter Abrahamsson
a182920 Add missing entries to README TOC (#159) by Petter Abrahamsson
6e6addf use ubi instead of centos (#157) by Kevin McAnoy