Skip to content

Releases: RedHatInsights/bonfire

v4.17.2

09 Aug 21:04
8e8bedf
Compare
Choose a tag to compare

Upgrade kafka to '3.4' in ClowdEnvironment template file

v4.17.1

28 Jul 15:34
effd719
Compare
Choose a tag to compare

Improved network connection checks

Adds unleash-proxy to frontend dependencies

18 Jul 16:40
b976754
Compare
Choose a tag to compare
v4.17.0

Adding unleash proxy to frontend dependencies (#313)

v4.16.0

30 May 18:36
eb75571
Compare
Choose a tag to compare

Add chrome-service to default frontend dependencies

v4.15.0

22 May 20:48
b0d84d5
Compare
Choose a tag to compare

Revert adding chrome-service to default frontend dependencies

v4.14.0

22 May 20:13
16994a9
Compare
Choose a tag to compare
  • Add chrome-service to default frontend dependencies
  • Moved shell scripts to cicd-tools repo

v4.13.0

17 Apr 17:38
6c639be
Compare
Choose a tag to compare
  • Fetch list of namespace pools from cluster instead of hard-coding
  • Tweaks to bonfire namespace describe command

v4.12.1

11 Apr 14:09
4168ee9
Compare
Choose a tag to compare
Handle deploy targets that have None namespace (#303)

Support use of current namespace context

15 Dec 22:59
590412a
Compare
Choose a tag to compare
v4.12.0

Update docs for namespace context feature

v4.12.0b0

15 Dec 22:22
69b3f34
Compare
Choose a tag to compare
v4.12.0b0 Pre-release
Pre-release
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>