What's New
Kaoto & Console UX
- Responsive Kaoto workspace with collapsible detail and
kaotoDesignpreview panels — Source/Design stays usable without closing OpenShift navigation. - Improved ephemeral flow logs: controlled polling/retries and backend readiness checks so transient worker startup no longer shows false “running without logs”.
Versioning & Runtime
- Unified operator, console plugin, Helm chart, CSV, and ephemeral worker defaults to pinned
v0.8.2tags (nolateststrategy). - Java 21 LTS and Node 24 LTS aligned across CI, UBI images, and the console plugin build.
CI & Quality
- Kind-based ephemeral smoke test in GitHub Actions — validates flow startup and runtime logs during image builds.
- CI migrated to Node 24–compatible actions; Helm installed directly in workflows.
- Ephemeral reconciler keeps reconciling while worker is deploying/building until
Running.
Documentation & Governance
- OpenSSF Best Practices badge (project 13312).
- Expanded
SECURITY.md(Artifact Hub Trivy reports, GitHub Private Vulnerability Reporting). - Apache 2.0
LICENSEfile; CNCF incubation governance and release docs. - Catalog fix: social webhook examples use valid
httpcomponent names.
Container Images
All images published to Quay.io:
quay.io/maximilianopizarro/openshift-integration-operator:v0.8.2quay.io/maximilianopizarro/integration-console-plugin:v0.8.2quay.io/maximilianopizarro/openshift-integration-operator-bundle:v0.8.2quay.io/maximilianopizarro/camel-worker-core:v0.8.2quay.io/maximilianopizarro/camel-worker-messaging:v0.8.2quay.io/maximilianopizarro/camel-worker-http:v0.8.2quay.io/maximilianopizarro/camel-worker-data:v0.8.2quay.io/maximilianopizarro/camel-worker-cloud:v0.8.2quay.io/maximilianopizarro/camel-worker-ai:v0.8.2quay.io/maximilianopizarro/camel-worker-full:v0.8.2quay.io/maximilianopizarro/camel-yaml-worker:v0.8.2quay.io/maximilianopizarro/camel-test-runner:v0.8.2
Install
Helm
helm repo add openshift-integration https://maximilianopizarro.github.io/openshift-integration-operator/
helm install openshift-integration-operator openshift-integration/openshift-integration-operator --version 0.8.2OLM (operator-sdk)
operator-sdk run bundle quay.io/maximilianopizarro/openshift-integration-operator-bundle:v0.8.2Changelog: https://maximilianopizarro.github.io/openshift-integration-operator/changelog.html