Releases: RedHatInsights/bonfire
Releases · RedHatInsights/bonfire
Add --component
--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
- 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
v1.2.2 Add query for saasFilesV2 (#56)
Bug fix for 'pod' not listed as checkable resource
v1.2.1 Fix 'pod' not being a recognized checkable resource
More intelligent waiting for ClowdEnvironment/ClowdApp resources
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
v1.1.5 Correctly sub image tags
Remove duplicate '-t' CLI flag
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
v1.1.3 Collect logs of initContainers (#49)