Releases: RedHatInsights/bonfire
Releases · RedHatInsights/bonfire
v4.17.2
v4.17.1
Adds unleash-proxy to frontend dependencies
v4.17.0 Adding unleash proxy to frontend dependencies (#313)
v4.16.0
v4.15.0
v4.14.0
v4.13.0
v4.12.1
Support use of current namespace context
v4.12.0 Update docs for namespace context feature
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 <bsquizza@redhat.com>