Releases: redhat-cop/openshift-applier
v3.0.4
v3.0.3
v3.0.2
v3.0.1
v3.0.0
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
v2.1.2
git log v2.1.1..HEAD --pretty=format:"%h %s by %an" --no-merges
40df5a5 Proposing a feature for inventory-less run mode for simple cases (#155) by Eric Sauer
688f687 Add ability to pass custom arguments to oc/kubectl (#156) by Eric Sauer
ec376e8 Filling in the design philosophy section of the Dash proposal by Eric Sauer
fb354f3 Update README with support for Jinja templates by Petter Abrahamsson
ec077d2 Update design proposal by Tyler Auerbeck
ab374a3 Remove yamllint ignore and fix linting issues (#143) by Petter Abrahamsson
25c2d43 Enable yaml and ansible linting, fixes #141 (#142) by Petter Abrahamsson
v2.1.1
v2.1.0
git log v2.0.10..HEAD --pretty=format:"> %s - %an" --no-merges
Introduce 'exclude_tags' (#124) - Ben Kincaid
Add support for Jinja templates, closes #119 (#120) - Petter Abrahamsson
Add initial design proposal for nextgen applier, Dash (#136) - Eric Sauer
Make oc and kubectl a configurable option (#129) - Eric Sauer
Update precheck to handle OCP4 cli (#130) - Tyler Auerbeck
change all filter_tags variables to include_tags (#127) - Patrick C