Skip to content

Releases: apache/camel-k

2.1.0-nightly

26 Jul 02:09
Compare
Choose a tag to compare
2.1.0-nightly Pre-release
Pre-release

Apache Camel K 2.1.0-nightly build for testing (unstable). This nightly release is using
an unsupported operator image published as docker.io/testcamelk/camel-k:2.1.0-nightly (default amd64 architecture,
-arm64 suffix for ARM64 architectures)

To test it, download the client for your OS and run:

kamel install --olm=false --maven-repository=https://repository.apache.org/content/repositories/snapshots@id=apache-snapshots@snapshots

To test ARM64 architecture, download the client for your OS and run:

kamel install --olm=false --operator-image=docker.io/testcamelk/camel-k:2.1.0-nightly-arm64 --maven-repository=https://repository.apache.org/content/repositories/snapshots@id=apache-snapshots@snapshots

NOTE: last updated on Tue Oct 24 00:56:57 UTC 2023

2.0.1-nightly

25 Jul 02:07
Compare
Choose a tag to compare
2.0.1-nightly Pre-release
Pre-release

Apache Camel K 2.0.1-nightly build for testing (unstable). This nightly release is using
an unsupported operator image published as docker.io/testcamelk/camel-k:2.0.1-nightly (default amd64 architecture,
-arm64 suffix for ARM64 architectures)

To test it, download the client for your OS and run:

kamel install --olm=false --maven-repository=https://repository.apache.org/content/repositories/snapshots@id=apache-snapshots@snapshots

To test ARM64 architecture, download the client for your OS and run:

kamel install --olm=false --operator-image=docker.io/testcamelk/camel-k:2.0.1-nightly-arm64 --maven-repository=https://repository.apache.org/content/repositories/snapshots@id=apache-snapshots@snapshots

NOTE: last updated on Mon Sep 4 01:35:28 UTC 2023

v2.0.0

24 Jul 07:53
Compare
Choose a tag to compare

Default Camel Dependencies

Changes by Kind

Feature

Bug or Regression

Uncategorized

Dependencies

Added

  • cloud.google.com/go/apigeeregistry: v0.6.0
  • github.com/ProtonMail/go-crypto: 7d5c6f0
  • github.com/alecthomas/kingpin/v2: v2.3.2
  • github.com/aws/aws-sdk-go-v2/service/ssooidc: v1.13.6
  • github.com/bwesterb/go-ristretto: v1.2.3
  • github.com/cloudflare/circl: v1.3.3
  • github.com/docker/docker: v23.0.5+incompatible
  • github.com/flowstack/go-jsonschema: v0.1.1
  • github.com/google/go-containerregistry: v0.15.2
  • github.com/google/go-github/v52: v52.0.0
  • github.com/google/s2a-go: v0.1.4
  • github.com/grpc-ecosystem/grpc-gateway/v2: v2.11.3
  • github.com/xhit/go-str2duration/v2: v2.1.0
  • google.golang.org/genproto/googleapis/api: e85fd2c
  • google.golang.org/genproto/googleapis/bytestream: e85fd2c
  • google.golang.org/genproto/googleapis/rpc: e85fd2c

Changed

  • cloud.google.com/go/accessapproval: v1.5.0 → v1.6.0
  • cloud.google.com/go/accesscontextmanager: v1.4.0 → v1.7.0
  • cloud.google.com/go/aiplatform: v1.27.0 → v1.37.0
  • cloud.google.com/go/analytics: v0.12.0 → v0.19.0
  • cloud.google.com/go/apigateway: v1.4.0 → v1.5.0
  • cloud.google.com/go/apigeeconnect: v1.4.0 → v1.5.0
  • cloud.google.com/go/appengine: v1.5.0 → v1.7.1
  • cloud.google.com/go/area120: v0.6.0 → v0.7.1
  • cloud.google.com/go/artifactregistry: v1.9.0 → v1.13.0
  • cloud.google.com/go/asset: v1.10.0 → v1.13.0
  • cloud.google.com/go/assuredworkloads: v1.9.0 → v1.10.0
  • ...
Read more

1.12.2-nightly

13 Jun 03:00
Compare
Choose a tag to compare
1.12.2-nightly Pre-release
Pre-release

Apache Camel K 1.12.2-nightly build for testing (unstable). This nightly release is using
an unsupported operator image published as docker.io/testcamelk/camel-k:1.12.2-nightly

To test it, download the client for your OS and run:

kamel install --olm=false --maven-repository=https://repository.apache.org/content/repositories/snapshots@id=apache-snapshots@snapshots

NOTE: last updated on Mon Oct 16 02:55:46 UTC 2023

v1.12.1

12 Jun 08:34
Compare
Choose a tag to compare

Camel Dependencies

What's Changed

  • Use more recent link for Camel K tutorials by @apupier in #4071
  • fix(ci): e2e native action name by @squakez in #4095
  • [release-1.12.x] [camel-kamelets] Issue 1330: Deprecating parameters by @manstis in #4098
  • [release-1.12.x] fix(#3956): Add maven settings-security to maven command by @gansheer in #4102
  • feat: Add path-based Ingress options to the ingress trait (1.x backport) by @astefanutti in #4090
  • fix(test): code refactoring by @squakez in #4104
  • 4080 release 1.12.x by @oscerd in #4110
  • [backport 1.12.x] fix(doc): kamelet semver by @squakez in #4116
  • fix(knative): Integration in error state when knative SinkBinding mode=inclusion (backport to branch 1.12.x) by @claudio4j in #4141
  • [Backport 1.12.x] fix(cmd): compatibility check when not a semver by @squakez in #4140
  • [Backport 1.12.x] fix(builder): native from source should rebuild by @squakez in #4161
  • fix #4167 : Default integrationPlatform created at operator startup dose not honor OPERATOR_ID config by @valdar in #4181
  • Remove additional custom labels utility (#4184) (1.12.x branch) by @claudio4j in #4188
  • [Backport 1.12.x] fix(cmd): run does not expand camel properties by @squakez in #4202
  • [Backport 1.12.x] fix(cmd): rebuild KameletBindings by @squakez in #4215
  • Revert "[Backport 1.12.x] fix(cmd): rebuild KameletBindings" by @squakez in #4220
  • Improve error reporting in case of knative is required but not installed (1.12 branch) by @claudio4j in #4248
  • [Backport 1.12.x] fix(operator): do not panic if cannot set GOMAXPROCS by @squakez in #4301
  • [Backport 1.12.x] fix(e2e): Stabilize YAKS E2E tests by @christophd in #4307
  • [Backport 1.12.x] fix: Limit parallel builds on operator by @christophd in #4284
  • [Backport 1.12.x] fix: Consistent integration platform settings hierarchy by @christophd in #4342
  • [Backport 1.12.x] Always uninstall integration platform by @christophd in #4340
  • [Backport 1.12.x] fix(#4336): Restrict Knative binding provider execution by @christophd in #4352
  • [Backport 1.12.x] fix(cmd): promote should load catalog from k8s by @squakez in #4365
  • [Backport-1.12.x] fix: Restrict Knative service trait to Http exposed and passive endpoints by @christophd in #4379
  • Remove unused ocp3 option from CI cluster config (1.12.x branch) by @claudio4j in #4387
  • [Backport-1.12.x] chore: Improve Camel dependency validation by @christophd in #4414
  • chore: preparing for next release by @squakez in #4420
  • [1.12.x] Fix max running builds setting by @christophd in #4447
  • [Backport 1.12.x] fix(ci): temporarily repair upgrade checks by @squakez in #4452
  • [Release 1.12.x] fix(e2e): TestLocalPlatform by @squakez in #4459

Full Changelog: v1.12.0...v1.12.1

2.0.0-nightly

23 Mar 01:39
Compare
Choose a tag to compare
2.0.0-nightly Pre-release
Pre-release

Apache Camel K 2.0.0-nightly build for testing (unstable). This nightly release is using
an unsupported operator image published as docker.io/testcamelk/camel-k:2.0.0-nightly (default amd64 architecture,
-arm64 suffix for ARM64 architectures)

To test it, download the client for your OS and run:

kamel install --olm=false --maven-repository=https://repository.apache.org/content/repositories/snapshots@id=apache-snapshots@snapshots

To test ARM64 architecture, download the client for your OS and run:

kamel install --olm=false --operator-image=docker.io/testcamelk/camel-k:2.0.0-nightly-arm64 --maven-repository=https://repository.apache.org/content/repositories/snapshots@id=apache-snapshots@snapshots

NOTE: last updated on Tue Jul 25 01:38:52 UTC 2023

1.10.5-nightly

14 Mar 03:38
Compare
Choose a tag to compare
1.10.5-nightly Pre-release
Pre-release

Apache Camel K 1.10.5-nightly build for testing (unstable). This nightly release is using
an unsupported operator image published as docker.io/testcamelk/camel-k:1.10.5-nightly

To test it, download the client for your OS and run:

kamel install --olm=false --maven-repository=https://repository.apache.org/content/repositories/snapshots@id=apache-snapshots@snapshots

NOTE: last updated on Tue Jul 11 03:34:01 UTC 2023

1.12.1-nightly

08 Mar 13:30
Compare
Choose a tag to compare
1.12.1-nightly Pre-release
Pre-release

Apache Camel K 1.12.1-nightly build for testing (unstable). This nightly release is using
an unsupported operator image published as docker.io/testcamelk/camel-k:1.12.1-nightly

To test it, download the client for your OS and run:

kamel install --olm=false --maven-repository=https://repository.apache.org/content/repositories/orgapachecamel-1565

NOTE: last updated on Mon Jun 12 03:33:49 UTC 2023

v1.12.0

27 Feb 08:33
Compare
Choose a tag to compare

Camel Dependencies

Feature

Bug or Regression

Uncategorized

Dependencies

Added

  • cloud.google.com/go/accessapproval: v1.5.0
  • cloud.google.com/go/accesscontextmanager: v1.4.0
  • cloud.google.com/go/apigateway: v1.4.0
  • cloud.google.com/go/apigeeconnect: v1.4.0
  • cloud.google.com/go/appengine: v1.5.0
  • cloud.google.com/go/baremetalsolution: v0.4.0
  • cloud.google.com/go/batch: v0.4.0
  • cloud.google.com/go/beyondcorp: v0.3.0
  • cloud.google.com/go/certificatemanager: v1.4.0
  • cloud.google.com/go/channel: v1.9.0
  • cloud.google.com/go/cloudbuild: v1.4.0
  • cloud.google.com/go/clouddms: v1.4.0
  • cloud.google.com/go/contactcenterinsights: v1.4.0
  • cloud.google.com/go/container: v1.7.0
  • cloud.google.com/go/datafusion: v1.5.0
  • cloud.google.com/go/dataplex: v1.4.0
  • cloud.google.com/go/dataproc: v1.8.0
  • cloud.google.com/go/deploy: v1.5.0
  • cloud.google.com/go/dlp: v1.7.0
  • cloud.google.com/go/errorreporting: v0.3.0
  • cloud.google.com/go/essentialcontacts: v1.4.0
  • cloud.google.com/go/eventarc: v1.8.0
  • cloud.google.com/go/filestore: v1.4.0
  • cloud.google.com/go/gkebackup: v0.3.0
  • cloud.google.com/go/gkemulticloud: v0.4.0
  • cloud.google.com/go/gsuiteaddons: v1.4.0
  • cloud.google.com/go/iam: v0.8.0
  • cloud.google.com/go/iap: v1.5.0
  • cloud.google.com/go/ids: v1.2.0
  • cloud.google.com/go/iot: v1.4.0
  • cloud.google.com/go/kms: v1.6.0
  • cloud.google.com/go/logging: v1.6.1
  • cloud.google.com/go/longrunning: v0.3.0
  • cloud.google.com/go/managedidentities: v1.4.0
  • cloud.google.com/go/maps: v0.1.0
  • cloud.google.com/go/monitoring: v1.8.0
  • cloud.google.com/go/networkmanagement: v1.5.0
  • cloud.google.com/go/optimization: v1.2.0
  • cloud.google.com/go/orchestration: v1.4.0
  • cloud.google.com/go/orgpolicy: v1.5.0
  • cloud.google.com/go/policytroubleshooter: v1.4.0
  • cloud.google.com/go/pubsublite: v1.5.0
  • cloud.google.com/go/resourcemanager: v1.4.0
  • cloud.google.com/go/resourcesettings: v1.4.0
  • cloud.google.com/go/run: v0.3.0
  • cloud.google.com/go/secretmanager: v1.9.0
  • cloud.google.com/go/servicecontrol: v1.5.0
  • cloud.google.com/go/servicemanagement: v1.5.0
  • cloud.google.com/go/serviceusage: v1.4.0
  • cloud.google.com/go/shell: v1.4.0
  • cloud.google.com/go/storagetransfer: v1.6.0
  • cloud.google.com/go/texttospeech: v1.5.0
  • cloud.google.com/go/tpu: v1.4.0
  • cloud.google.com/go/trace: v1.4.0
  • cloud.google.com/go/translate: v1.4.0
  • cloud.google.com/go/video: v1.9.0
  • cloud.google.com/go/vmmigration: v1.3.0
  • cloud.google.com/go/vmwareengine: v0.1.0
  • cloud.google.com/go/vpcaccess: v1.5.0
  • cloud.google.com/go/websecurityscanner: v1.4.0
  • github.com/armon/go-socks5: e753329
  • github.com/deepmap/oapi-codegen: v1.8.2
  • github.com/emicklei/go-restful/v3: v3.8.0
  • github.com/google/gnostic: v0.5.7-v3refs
  • github.com/influxdata/influxdb-client-go/v2: v2.9.0
  • github.com/influxdata/line-protocol: 2487e72

Changed

  • cloud.google.com/go/aiplatform: v1.24.0 → v1.27.0
  • cloud.google.com/go/artifactregistry: v1.7.0 → v1.9.0
  • cloud.google.com/go/asset: v1.8.0 → v1.10.0
  • cloud.google.com/go/assuredworkloads: v1.7.0 → v1.9.0
  • cloud.google.com/go/automl: v1.6.0 → v1.8.0
  • cloud.google.com/go/bigquery: v1.42.0 → v1.44.0
  • cloud.google.com/go/billing: v1.5.0 → v1.7.0
  • cloud.google.com/go/binaryauthorization: v1.2.0 → v1.4.0
  • cloud.google.com/go/cloudtasks: v1.6.0 → v1.8.0
  • cloud.google.com/go/compute/metadata: v0.2.1 → v0.2.3
  • cloud.google.com/go/compute: v1.12.1 → v1.14.0
  • cloud.google.com/go/datacatalog: v1.6.0 → v1.8.0
  • cloud.google.com/go/dataform: v0.4.0 → v0.5.0
  • cloud.google.com/go/datastore: v1.1.0 → v1.10.0
  • cloud.google.com/go/datastream: v1.3.0 → v1.5.0
  • cloud.google.com/go/dialogflow: v1.17.0 → v1.19.0
  • cloud.google.com/go/documentai: v1.8.0 → v1.10.0
  • cloud.google.com/go/firestore: v1.8.0 → v1.9.0
  • cloud.google.com/go/functions: v1.7.0 → v1.9.0
  • cloud.google.com/go/gaming: v1.6.0 → v1.8.0
  • cloud.google.com/go/language: v1.6.0 → v1.8.0
  • cloud.google.com/go/memcache: v1.5.0 → v1.7.0
  • cloud.google.com/go/metastore: v1.6.0 → v1.8.0
  • cloud.google.com/go/networkconnectivity: v1.5.0 → v1.7.0
  • cloud.google.com/go/notebooks: v1.3.0 → v1.5.0
  • cloud.google.com/go/osconfig: v1.8.0 → v1.10.0
  • cloud.google.com/go/oslogin: v1.5.0 → v1.7.0
  • cloud.google.com/go/pubsub: v1.5.0 → v1.27.1
  • cloud.google.com/go/recaptchaenterprise/v2: v2.3.0 → v2.5.0
  • cloud.google.com/go/recommender: v1.6.0 → v1.8.0
  • cloud.google.com/go/redis: v1.8.0 → v1.10.0
  • cloud.google.com/go/retail: v1.9.0 → v1.11.0
  • cloud.google.com/go/scheduler: v1.5.0 → v1.7.0
  • cloud.google.com/go/security: v1.8.0 → v1.10.0
  • cloud.google.com/go/securitycenter: v1.14.0 → v1.16.0
  • cloud.google.com/go/servicedirectory: v1.5.0 → v1.7.0
  • cloud.google.com/go/spanner: v1.7.0 → v1.41.0
  • cloud.google.com/go/speech: v1.7.0 → v1.9.0
  • cloud.google.com/go/talent: v1.2.0 → v1.4.0
  • cloud.google.com/go/videointelligence: v1.7.0 → v1.9.0
  • cloud.google.com/go/vision/v2: v2.3.0 → v2.5.0
  • cloud.google.com/go/webrisk: v1.5.0 → v1.7.0
  • cloud.google.com/go/workflows: v1.7.0 → v1.9.0
  • cloud.google.com/go: v0.104.0 → v0.105.0
  • github....
Read more

1.11.2-nightly

02 Feb 02:25
Compare
Choose a tag to compare
1.11.2-nightly Pre-release
Pre-release

Apache Camel K 1.11.2-nightly build for testing (unstable). This nightly release is using
an unsupported operator image published as docker.io/testcamelk/camel-k:1.11.2-nightly

To test it, download the client for your OS and run:

kamel install --olm=false --maven-repository=https://repository.apache.org/content/repositories/snapshots@id=apache-snapshots@snapshots

NOTE: last updated on Mon Feb 27 02:27:16 UTC 2023