Skip to content

Releases: RedHatInsights/bonfire

Add --component

10 Jun 17:50
b0acee8
Compare
Choose a tag to compare

--component causes bonfire to process/deploy only specific component names when deploying an app. The dependencies of those components will still be deployed unless --no-get-dependencies is used.

Update ClowdEnvironment template and small ns wait fix

03 Jun 14:26
a95a81e
Compare
Choose a tag to compare
  • Updates to ClowdEnvironment for ephemeral environments, including enabling strimzi
  • Use 'kind' instead of 'name' for api resource lookup to avoid querying "pods" at the end of an ns wait

Fix broken app-sre saas file queries

02 Jun 16:24
93453b9
Compare
Choose a tag to compare
v1.2.2

Add query for saasFilesV2 (#56)

Bug fix for 'pod' not listed as checkable resource

26 May 14:25
3571b71
Compare
Choose a tag to compare
v1.2.1

Fix 'pod' not being a recognized checkable resource

More intelligent waiting for ClowdEnvironment/ClowdApp resources

24 May 16:49
f2001ca
Compare
Choose a tag to compare
More intelligent waiting for ClowdEnvironment/ClowdApp resources (#53)

* Create OwnerWaiter to wait on resource which owns other resources

* Add get_api_resources

* Watch status for observed resources in ResourceOwnerWaiter

* Fix ClowdEnvironment status check

* Rewrite resource wait logic

* Wait on any remaining resources

Bug fix for --set-image-tag

21 May 19:18
3a5cbf4
Compare
Choose a tag to compare
v1.1.5

Correctly sub image tags

Remove duplicate '-t' CLI flag

19 May 02:00
6c7b178
Compare
Choose a tag to compare
Allow setting different dockerfile name (#52)

Patchman team uses different Dockerfile name i.e. https://github.com/RedHatInsights/patchman-engine/blob/master/Dockerfile.rhel8

Detect if we are on a cluster that supports ns reservation

12 May 16:58
50c76c2
Compare
Choose a tag to compare
v1.1.3

Collect logs of initContainers (#49)