Skip to content

v2.9.3

Pre-release
Pre-release

Choose a tag to compare

@squakez squakez released this 31 Aug 15:05
· 367 commits to main since this release

This release is on vote. It is using a staging operator image published as docker.io/camelk/camel-k:2.9.3. The available platforms are AMD64 and ARM64. You can test it following these instructions:

Kubectl

kustomize build github.com/apache/camel-k/install/overlays/kubernetes/descoped?ref=v2.9.3 | sed 's#apache/camel-k#camelk/camel-k#g' | kubectl apply -f - --server-side

Helm

helm install camel-k https://github.com/apache/camel-k/raw/v2.9.3/docs/charts/camel-k-2.9.3.tgz

OLM

Use the operator-sdk tool and run the bundle via:

operator-sdk run bundle docker.io/camelk/camel-k-bundle:2.9.3

Full Changelog: v2.9.2...v2.9.3