Releases: apache/camel-k
2.3.0-nightly
Apache Camel K 2.3.0-nightly build for testing (unstable). This nightly release is using
an unsupported operator image published as docker.io/testcamelk/camel-k:2.3.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.3.0-nightly-arm64 --maven-repository=https://repository.apache.org/content/repositories/snapshots@id=apache-snapshots@snapshots
NOTE: last updated on Mon Apr 8 01:00:56 UTC 2024
2.2.1-nightly
Apache Camel K 2.2.1-nightly build for testing (unstable). This nightly release is using
an unsupported operator image published as docker.io/testcamelk/camel-k:2.2.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.2.1-nightly-arm64 --maven-repository=https://repository.apache.org/content/repositories/snapshots@id=apache-snapshots@snapshots
NOTE: last updated on Mon Jul 29 00:47:11 UTC 2024
v2.2.0
What's Changed
- fix(ci): fabric8 deps update by @squakez in #4828
- chore(ci): no coverage message when coverage unchanged by @squakez in #4829
- fix(ctrl): Change reconciliation of int in error by @gansheer in #4793
- chore(deps): bump knative.dev/serving from 0.38.1 to 0.38.2 by @dependabot in #4833
- fix: removed unnecessary defaul value in route trait by @realMartinez in #4830
- feat(api): Kamelet as static resource by @squakez in #4808
- chore(deps): bump knative.dev/eventing from 0.38.4 to 0.38.5 by @dependabot in #4834
- chore(deps): bump github.com/prometheus/common from 0.44.0 to 0.45.0 by @dependabot in #4835
- feat(build): add root image info by @squakez in #4836
- chore: improved e2e tests documentation. by @valdar in #4838
- chore(ci): release notes procedure by @squakez in #4843
- chore(ci): Use latest minor version of golang in ci workflows by @gansheer in #4840
- chore(deps): bump github.com/fsnotify/fsnotify from 1.6.0 to 1.7.0 by @dependabot in #4842
- feat(helm): 2.1.0 release by @squakez in #4848
- fix(ci): Fix golang setup error in coverage workflow by @gansheer in #4851
- feat(trait): expose conditions by @squakez in #4852
- fix(e2e): Fix TestCamelTrait by @gansheer in #4857
- fix(ci): Fix golang version file setup in coverage workflow by @gansheer in #4862
- feat(runtime): enable source less integrations by @squakez in #4831
- chore(deps): bump google.golang.org/grpc from 1.58.2 to 1.58.3 by @dependabot in #4865
- chore(deps): bump github.com/onsi/gomega from 1.28.0 to 1.29.0 by @dependabot in #4866
- fix(ci): OLM stable-vx channel by @squakez in #4867
- chore(deps): bump github.com/container-tools/spectrum from 0.6.38 to 0.6.39 by @dependabot in #4870
- chore(e2e): Randomize integration names in e2e tests by @gansheer in #4863
- chore(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0 by @dependabot in #4869
- chore(deps): bump github.com/container-tools/spectrum from 0.6.39 to 0.6.40 by @dependabot in #4872
- chore(deps): bump github.com/go-logr/logr from 1.2.4 to 1.3.0 by @dependabot in #4871
- chore(deps): bump sigs.k8s.io/structured-merge-diff/v4 from 4.3.0 to 4.4.0 by @dependabot in #4874
- fix(doc): Remove ambiguous local files usage on config/resources by @gansheer in #4876
- fix(doc): Runtime resources example fix by @gansheer in #4878
- chore(deps): bump github.com/docker/docker from 24.0.0+incompatible to 24.0.7+incompatible by @dependabot in #4879
- chore(deps): bump sigs.k8s.io/structured-merge-diff/v4 from 4.4.0 to 4.4.1 by @dependabot in #4884
- chore(deps): bump k8s.io/klog/v2 from 2.100.1 to 2.110.1 by @dependabot in #4889
- chore(trait): execute mount only when deploying by @squakez in #4888
- fix(core): Access configmap from another namespace for KEP-1755 by @gansheer in #4849
- feat(crd): Add default value trait in CRDs when declared in doc by @gansheer in #4887
- Add e2e test for knative service trait with annotation by @lfabriko in #4895
- Fix SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder" by @claudio4j in #4883
- chore(deps): bump golang.org/x/sync from 0.4.0 to 0.5.0 by @dependabot in #4897
- chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 by @dependabot in #4898
- fix(build): use maven context arguments by @squakez in #4901
- chore(deps): bump golang.org/x/text from 0.13.0 to 0.14.0 by @dependabot in #4904
- chore(api): introduce itp shortname by @squakez in #4903
- chore(deps): bump golang.org/x/time from 0.3.0 to 0.4.0 by @dependabot in #4906
- E2e test for route annotations by @lfabriko in #4907
- fix(e2e): HotReload tests should not reload by default by @gansheer in #4908
- chore(deps): bump github.com/container-tools/spectrum from 0.6.40 to 0.6.42 by @dependabot in #4905
- chore(e2e): Regression test on referenced secret(/cm) properties by @gansheer in #4909
- chore(deps): bump golang.org/x/term from 0.13.0 to 0.14.0 by @dependabot in #4913
- chore(deps): bump github.com/onsi/gomega from 1.29.0 to 1.30.0 by @dependabot in #4911
- chore(deps): bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 by @dependabot in #4912
- Use filepath.clean in json-schema-gen command for destination parameter by @oscerd in #4918
- fix(ci): Remove golint warning for imports by @gansheer in #4920
- fix(#4916): Improve component resolver by @christophd in #4919
- test(health): #3997 structured conditions for scaled integrations by @rinaldodev in #4917
- chore(e2e): Dev mode flaky test randomize name by @gansheer in #4921
- chore(trait): run mount only when necessary by @squakez in #4926
- chore(deps): bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 by @dependabot in #4933
- fix(e2e): Error in check crd support script by @gansheer in #4930
- chore(deps): bump golang.org/x/time from 0.4.0 to 0.5.0 by @dependabot in #4935
- [java] Add sundrio to generate builders by @andreaTP in #4931
- Fix(core): Openshift securityContext on global operator by @gansheer in #4932
- chore(deps): bump ch.qos.logback:logback-core from 1.3.7 to 1.3.12 in /java/maven-logging by @dependabot in #4943
- chore(deps): bump ch.qos.logback:logback-classic from 1.3.7 to 1.3.12 in /java/maven-logging by @dependabot in #4944
- fix(e2e): Upgrade helm procedure test by @gansheer in #4927
- fix(e2e): Set default configuration knative http yaks test by @gansheer in #4952
- chore(test): Health kamelet test cleanup by @gansheer in #4945
- chore(ci): Upgrade kind action and image to kubernetes 1.27 by @gansheer in #4946
- fix(ci): Rollback kind image by @gansheer in #4960
- fix(e2e): Execute helm upgrade test only on main branch by @gansheer in #4959
- chore(deps): bump knative.dev/serving from 0.38.2 to 0.39.2 by @dependabot in #4939
- fix(build): don't override user provided resources by @squakez in #4964
- chore(ci): kubernetes 1.27.7 by @squakez in #4963
- fix(trait): doc to explain initContainers by @squakez in #4966
- fix(#4961): Improve cross-namespace check for Kamelet refs by @christophd in #4965
- chore(deps): bump github.com/operator-framework/api from 0.13.0 to 0.17.7 by @dependabot in #4634
- chore(deps): bump github.com/operator-framework/api from 0.17.7 to 0.19.0 by @dependabot in #4899
- chore(deps): bump knative.dev/eventing from 0.38.5 to 0.39.1 by @dependabot in #4938
- chore(doc): deps matrix by @squakez in #4973
- Remove index table which is not refering to any table by @apupier in #4975
- feat(#4958): Supporting node selectors for the builder pod by @lsergio in #4968
- Set quiet mode to maven overlay build script by @claudio4j in #4980
- chore(deps): bump github.com/spf13/viper from 1.17.0 to 1.18.1 by @dependabot in #4982
- chore: Fix CRD samples by @christophd in #4981
- chore(ci): Upgrade kind-action to 2.0.2 by @gansheer in https://github.com/apach...
2.2.0-nightly
Apache Camel K 2.2.0-nightly build for testing (unstable). This nightly release is using
an unsupported operator image published as docker.io/testcamelk/camel-k:2.2.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.2.0-nightly-arm64 --maven-repository=https://repository.apache.org/content/repositories/snapshots@id=apache-snapshots@snapshots
NOTE: last updated on Mon Jan 8 00:46:57 UTC 2024
2.1.1-nightly
Apache Camel K 2.1.1-nightly build for testing (unstable). This nightly release is using
an unsupported operator image published as docker.io/testcamelk/camel-k:2.1.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.1.1-nightly-arm64 --maven-repository=https://repository.apache.org/content/repositories/snapshots@id=apache-snapshots@snapshots
NOTE: last updated on Tue Apr 2 00:44:55 UTC 2024
v2.1.0
What's Changed
- chore(doc): detailed builder runtime info by @squakez in #4584
- Fix(docs): enhance the documentation on using local and remote depend… by @johnpoth in #4583
- Fix misc tests on global operator by @bouskaJ in #4585
- chore: Refactor operator logs by @christophd in #4586
- chore(deps): bump go.uber.org/automaxprocs from 1.5.2 to 1.5.3 by @dependabot in #4588
- chore(deps): bump github.com/onsi/gomega from 1.27.8 to 1.27.9 by @dependabot in #4591
- feat(ci): Helm release 2.0.0 by @squakez in #4592
- chore(deps): bump github.com/onsi/gomega from 1.27.9 to 1.27.10 by @dependabot in #4595
- chore(deps): bump github.com/container-tools/spectrum from 0.6.29 to 0.6.30 by @dependabot in #4594
- fix(ci): run coverage only on golang code changes by @squakez in #4599
- chore(ci): validate only pkg changes by @squakez in #4601
- fix(ci): update CLIs URL by @squakez in #4598
- fix(ci): update default runtime by @squakez in #4602
- feat(trait): Add maven profile to Integration in builder trait by @gansheer in #4568
- chore(ci): smoke test subset only by @squakez in #4606
- chore(ci): check against latest available runtime by @squakez in #4607
- fix(doc): Add openshift builder image re-creation as known issue by @gansheer in #4611
- chore(deps): bump knative.dev/eventing from 0.37.1 to 0.37.2 by @dependabot in #4603
- chore(ci): default JDK 17 base image by @squakez in #4610
- doc(trait): Add user documentation on maven profile trait by @gansheer in #4615
- fix: use non deprecated components by @squakez in #4616
- chore(deps): bump github.com/container-tools/spectrum from 0.6.30 to 0.6.32 by @dependabot in #4605
- chore(e2e): Test on kamelets configurations by @gansheer in #4619
- feat(build): Upgrade to Golang 1.20 by @gansheer in #4620
- feat(ci): Add govulncheck as ci workflow by @gansheer in #4623
- feat(cmd): improve
kamel promote
by @squakez in #4621 - chore: add license header by @squakez in #4631
- Fix missing role in helm chart by @claudio4j in #4630
- chore(olm): bundle channel by @squakez in #4635
- fix(helm): pipes roles by @squakez in #4636
- Fix cron trait doc, timer usage is missing information by @claudio4j in #4633
- feat(doc): network architecture by @squakez in #4637
- chore(ci): use latest golang version by @squakez in #4640
- chore(deps): bump go.uber.org/zap from 1.24.0 to 1.25.0 by @dependabot in #4638
- chore(deps): bump github.com/container-tools/spectrum from 0.6.32 to 0.6.33 by @dependabot in #4643
- chore(trait): don't print command by default by @squakez in #4642
- chore(ci): kamelet fallback to main branch by @squakez in #4645
- feat(doc): registry configuration by @squakez in #4646
- chore(deps): bump golang.org/x/term from 0.10.0 to 0.11.0 by @dependabot in #4650
- chore(deps): bump golang.org/x/text from 0.11.0 to 0.12.0 by @dependabot in #4651
- chore(deps): bump golang.org/x/oauth2 from 0.10.0 to 0.11.0 by @dependabot in #4652
- chore(deps): bump github.com/container-tools/spectrum from 0.6.33 to 0.6.34 by @dependabot in #4653
- feat(trait): Fail IntegrationKit when custom task defined with build strategy routine by @gansheer in #4649
- fix(ci): sleep 30 minutes by @squakez in #4657
- feat(install): Camel K offline mode by @squakez in #4656
- chore(ci): Updates of otlp collector and some github actions by @gansheer in #4660
- feat(trait): prepare to remove runtime dependencies by @squakez in #4663
- feat: added annotations support for route trait by @realMartinez in #4664
- Enhance CamelCatalog can't be found error msg by @bouskaJ in #4658
- fix(cicd): Add list camelcatalog permission in tekton SA by @gansheer in #4667
- chore(e2e): Test on kamelets configurations using configmaps by @gansheer in #4659
- Fix: Namespace permissions in api groups by @rajat965ng in #4672
- chore(ci): Tekton task onboarded by @squakez in #4679
- chore(deps): bump github.com/google/uuid from 1.3.0 to 1.3.1 by @dependabot in #4681
- feat(ctrl): configmap and secret hot reload by @squakez in #4665
- fix(e2e): helm install procedure by @squakez in #4684
- fix: lint errors and hot reloads by @squakez in #4688
- chore(deps): bump multierr by @squakez in #4691
- chore(deps): bump openshift api by @squakez in #4692
- Add GH Issue Template by @anishrajan25 in #4689
- Reorganize project to have a single Go module by @claudio4j in #4690
- chore(deps): bump sigs.k8s.io/structured-merge-diff/v4 from 4.2.3 to 4.3.0 by @dependabot in #4697
- feat(#1656) : Add Jib publish strategy by @gansheer in #4680
- fix(doc): multi arch build notice by @squakez in #4701
- chore(deps): bump k8s api and friends by @squakez in #4693
- feat(crds): include sources in java dependency by @squakez in #4706
- chore(deps): bump golang.org/x/term from 0.11.0 to 0.12.0 by @dependabot in #4707
- chore(deps): Prometheus 0.67.1 by @squakez in #4705
- chore(deps): bump golang.org/x/text from 0.12.0 to 0.13.0 by @dependabot in #4708
- chore(deps): bump github.com/container-tools/spectrum from 0.6.34 to 0.6.35 by @dependabot in #4710
- chore(deps): bump Knative to v1.11 by @squakez in #4704
- chore(install): helm 2.0.1 by @squakez in #4712
- chore(docs): various updates by @squakez in #4714
- chore(deps): bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 by @dependabot in #4717
- chore(deps): bump knative.dev/eventing from 0.38.1 to 0.38.2 by @dependabot in #4718
- Add Pipe test to olm_upgrade_test by @lfabriko in #4719
- chore(deps): bump github.com/container-tools/spectrum from 0.6.35 to 0.6.36 by @dependabot in #4722
- fix(cli): Use maven repository CLI flag for plugins by @gansheer in #4730
- chore(doc): registry requirements by @squakez in #4735
- chore(deps): bump github.com/evanphx/json-patch from 5.6.0+incompatible to 5.7.0+incompatible by @dependabot in #4732
- doc: Add the remote debug operator link to the navigation by @claudio4j in #4736
- fix(doc): catalog link by @squakez in #4737
- fix(ci): latest released is 2.0.1 by @squakez in #4734
- fix: runtime 3.2.0 errors by @squakez in #4733
- feat: knative service trait annotation support by @realMartinez in #4729
- chore(docs): address old requests by @squakez in #4749
- Fix operator check of the catalog by @claudio4j in #4741
- chore(deps): bump go.uber.org/zap from 1.25.0 to 1.26.0 by @dependabot in #4748
- fix(lint): adding dot by @squakez in #4751
- feat(api): deprecate Buildah and Kaniko by @squakez in #4746
- chore(trait): deprecation notice by @squakez in #4755
- chore(deps): bump knati...
2.0.2-nightly
Apache Camel K 2.0.2-nightly build for testing (unstable). This nightly release is using
an unsupported operator image published as docker.io/testcamelk/camel-k:2.0.2-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.2-nightly-arm64 --maven-repository=https://repository.apache.org/content/repositories/snapshots@id=apache-snapshots@snapshots
NOTE: last updated on Tue Dec 19 01:38:42 UTC 2023
v2.0.1
What's Changed
- [Backport-2.0.x] chore: Refactor operator logs (#4586) by @christophd in #4589
- [Backport 2.0.x] fix(doc): Add openshift builder image re-creation as known issue by @gansheer in #4614
- Fix: Helm roles and doc (2.0.x) by @claudio4j in #4696
- Reorganize project to have a single Go module (2.0.x) by @claudio4j in #4695
Full Changelog: v2.0.0...v2.0.1
2.1.0-nightly
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
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