KaotoIO / kaoto-backend

Backend for the Kaoto project to provide an easy to use integration framework based on Apache Camel.
Apache License 2.0
75 stars 32 forks source link

build(deps): bump org.apache.camel.k:camel-k-crds from 2.0.0 to 2.0.1 #845

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps org.apache.camel.k:camel-k-crds from 2.0.0 to 2.0.1.

Release notes

Sourced from org.apache.camel.k:camel-k-crds's releases.

v2.0.1

What's Changed

Full Changelog: https://github.com/apache/camel-k/compare/v2.0.0...v2.0.1

2.0.0-nightly

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

Changelog

Sourced from org.apache.camel.k:camel-k-crds's changelog.

v2.0.1 (2023-08-30)

Full Changelog

camel-k-crds-2.0.1 (2023-08-30)

Full Changelog

Closed issues:

  • [Bug]: cannot report long issues #4699
  • Rearrange Go modules #4686
  • Validate regression and default value for hot reload #4685
  • Update documentation and remove Tekton task from code #4678
  • Camel-k 2.0 - helm change role bindings from kameletbindings #4676
  • Setup of Camel-K: #4671
  • unable to run sample integration #4670
  • error: component not found for URI #4669
  • Tekton ServiceAccount missing camelcatalog access #4666
  • 404 in release page #4654
  • Error running integration on Camel-K v2 #4632
  • camel-k installed with helm does not create cluster role for pipes and kameletbindings #4629
  • Include Camel release subproject in the release process #4627
  • Bot updating docs/antora.yaml causes camel-website build to fail #4624
  • Upgrade to Go 1.19.x or 1.20.x #4613
  • Cannot build with Camel Quarkus 3.0.0 RC1 #4609
  • Changelog action is hitting github API rate limit #4596
  • [Openshift] Repeated install/uninstall and removal of CamelCatalog leads to re-creation of builder image #4569
  • Give the possibility to add a maven profile to an Integration project #4560
  • Documentation and validation for new feature Build Pipeline #4558
  • kamel promote dry run should not validate #4534
  • Helm chart 0.13.1 failed to install #4497
  • Support for Istio sidecar injection for Kamelets data plane #4347
  • error when moving file after processing in sftp #4306
  • camel k operator error when running simple example #4304
  • is there a component for kafka queue to create routes #4279
  • Possibility to bring in pluggable and shareable trait configuration #4271
  • error while increasing the consumer count in kafka #4270
  • Upload local dependencies as maven artifact #4244
  • enabling backlog tracing for routes #4240
  • Failure to deploy as native #4200
  • Multierr dependency upgrade #4197
  • Camel K could go offline #4118
  • Release script utils: Remove examples upload since they don't exist anymore #4069
  • kamel promote with new tenancy model #3890
  • Use govulncheck to check security vulnerabilities #3753
  • update camel-k operator from 0.6.0 #3259
  • Split Operator binary from Kamel CLI binary #3175
  • Document installation on air-gapped clusters #1721
  • Delegate installation to external tools #1503

... (truncated)

Commits
  • 922dd06 Release 2.0.1
  • 4224513 preparing for next release
  • 7dff061 [maven-release-plugin] prepare for next development iteration
  • 27714ad [maven-release-plugin] prepare release camel-k-crds-2.0.1
  • a664795 chore: nightly coverage badge update
  • c704386 chore: nightly SBOM update
  • e25f16f chore: autogenerated project resource update
  • 3a410b6 Reorganize project to have a single Go module (#4695)
  • 8727c46 Fix: Helm roles and doc (#4696)
  • fb69470 chore: nightly SBOM update
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (d87fd48) 70.56% compared to head (31f2fed) 70.56%. Report is 6 commits behind head on main.

:exclamation: Current head 31f2fed differs from pull request most recent head af3a254. Consider uploading reports for the commit af3a254 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #845 +/- ## ========================================= Coverage 70.56% 70.56% Complexity 199 199 ========================================= Files 69 69 Lines 3340 3340 Branches 558 558 ========================================= Hits 2357 2357 Misses 766 766 Partials 217 217 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication