Skip to content

Releases: RedHatInsights/bonfire

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 <[email protected]>

Update both 'replicas' and 'minReplicas' field

01 Dec 19:12
77145d9
Compare
Choose a tag to compare
v4.11.2

support --single-replicas option when new replicas field is specified…

Extra input validation on Namespace class

29 Nov 19:58
839497a
Compare
Choose a tag to compare
v4.11.1

Check if namespace_data is empty or namespace does not exist (#277)

Refactor python packaging and test actions

22 Nov 21:24
6fefc68
Compare
Choose a tag to compare
v4.11.0

Gitlab CI tweaks: Add release back in, tweak pip installs during test…

Refactor python packaging and test actions

22 Nov 17:55
6fefc68
Compare
Choose a tag to compare
v4.11.0b1

Gitlab CI tweaks: Add release back in, tweak pip installs during test…

Refactor python packaging and test actions

22 Nov 15:46
d6ab304
Compare
Choose a tag to compare
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)

16 Nov 19:49
22bcf56
Compare
Choose a tag to compare
* Auto-add a list of components for frontends

v4.10.3

15 Nov 19:52
d2dec39
Compare
Choose a tag to compare
Remove deuplicate f short options (#269)

Do not prompt a user for input when not outputting to a tty

04 Nov 18:49
3ec5205
Compare
Choose a tag to compare
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

25 Oct 15:50
de03c7e
Compare
Choose a tag to compare
v4.10.1

Use lru_cache instead of cache for py3.6 compat