Skip to content

OpenShift Integration Operator v0.8.2

Latest

Choose a tag to compare

@maximilianoPizarro maximilianoPizarro released this 19 Jun 19:27
· 1 commit to main since this release

What's New

Kaoto & Console UX

  • Responsive Kaoto workspace with collapsible detail and kaotoDesign preview 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.2 tags (no latest strategy).
  • 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 LICENSE file; CNCF incubation governance and release docs.
  • Catalog fix: social webhook examples use valid http component names.

Container Images

All images published to Quay.io:

  • quay.io/maximilianopizarro/openshift-integration-operator:v0.8.2
  • quay.io/maximilianopizarro/integration-console-plugin:v0.8.2
  • quay.io/maximilianopizarro/openshift-integration-operator-bundle:v0.8.2
  • quay.io/maximilianopizarro/camel-worker-core:v0.8.2
  • quay.io/maximilianopizarro/camel-worker-messaging:v0.8.2
  • quay.io/maximilianopizarro/camel-worker-http:v0.8.2
  • quay.io/maximilianopizarro/camel-worker-data:v0.8.2
  • quay.io/maximilianopizarro/camel-worker-cloud:v0.8.2
  • quay.io/maximilianopizarro/camel-worker-ai:v0.8.2
  • quay.io/maximilianopizarro/camel-worker-full:v0.8.2
  • quay.io/maximilianopizarro/camel-yaml-worker:v0.8.2
  • quay.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.2

OLM (operator-sdk)

operator-sdk run bundle quay.io/maximilianopizarro/openshift-integration-operator-bundle:v0.8.2

Changelog: https://maximilianopizarro.github.io/openshift-integration-operator/changelog.html