Releases: RedHatInsights/bonfire
Releases · RedHatInsights/bonfire
v4.12.0b0
Optional namespace (#276) * feat: use current context namespace by default Use namespace from current context for majority of bonfire commands, making the --namespace optional. The deploy command tries to use current namespace, and if it is not reserved or not owned it reserves a new one. This is to keep backwards compatiblity. This new behavior will not apply if bonfire is in "bot" mode so that automated tests in CI tools (e.g. Jenkins) remains the same. * feat: add reserve option for deploy cmd Adds --reserve option to deploy command to force a reservation of new namespace. Co-authored-by: Brandon Squizzato <[email protected]>
Update both 'replicas' and 'minReplicas' field
v4.11.2 support --single-replicas option when new replicas field is specified…
Extra input validation on Namespace class
v4.11.1 Check if namespace_data is empty or namespace does not exist (#277)
Refactor python packaging and test actions
v4.11.0 Gitlab CI tweaks: Add release back in, tweak pip installs during test…
Refactor python packaging and test actions
v4.11.0b1 Gitlab CI tweaks: Add release back in, tweak pip installs during test…
Refactor python packaging and test actions
Refactor pipelines (#273) * Refactor pipelines - Refactor stages for building sdist and wheel first, then test on different Python versions * handle different Python versions for importlib
v4.10.4: Auto-add a larger list of components for frontends (#271)
* Auto-add a list of components for frontends
v4.10.3
Do not prompt a user for input when not outputting to a tty
Do not prompt a user for input when not outputting to a tty (#262) * fix: Add check for tty when prompting for action If we're not outputting to a tty then we shouldn't prompt a user for input. Setting this up so that we error out sooner Signed-off-by: Stephen Adams <[email protected]> Co-authored-by: Brandon Squizzato <[email protected]>
Use lru_cache instead of cache for py3.6 compatibility
v4.10.1 Use lru_cache instead of cache for py3.6 compat