Releases: RedHatInsights/bonfire
Releases · RedHatInsights/bonfire
Tear down both unit test ns and smoke test ns
Tear down both unit test ns and smoke test ns (#170) * Tear down both unit test ns and smoke test ns * Simplify oc get logic since namespaces are always fresh now
Minor fixes
v3.2.1 if namespace value is empty - return False (#171)
Fix ClowdEnvironments in v2
v2.9.2 updating kafka in clowdenv config (#173)
Add --local=true/false option for template processing
Option for local/remote template processing (#168) * Allow remote processing of oc templates * Fix passing 'local' option to ns commands
Use a different requester id for ephemeral db deployment
v3.1.2 Use different requester id for db env
Remove duplicate '-d' CLI flag
v3.1.1 Remove duplicate '-d' arg shortcut
v3.1.0: Process env vars referenced in target vars (#164)
- Support for recursive parameter substitution
- Send auth headers when fetching gaw github content
Bonfire v3
- We now use the namespace operator for handling namespace reservations. The old "ephemeral-NN" namespaces are now deprecated and only bonfire v2 will utilize those. We will keep the old namespaces around for 2 more weeks.
- The default configuration source has been changed to "appsre". This means that if you type "bonfire deploy app" -- we are now by default fetching configs from the app-interface APIs. You can still switch back to local mode use "--source local". The cicd-common gitlab config is now deprecated and will be removed in 2 weeks -- it is one less thing for app owners to worry about keeping up-to-date.
- We removed the functionality that looks for a config file named "config.yaml" in the current working dir. This tripped up a lot of people in the past more than it helped.