Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible deadlock between integration builds #5755

Closed
lsergio opened this issue Aug 8, 2024 · 9 comments · Fixed by #5757
Closed

Possible deadlock between integration builds #5755

lsergio opened this issue Aug 8, 2024 · 9 comments · Fixed by #5757
Labels
area/builder kind/bug Something isn't working
Milestone

Comments

@lsergio
Copy link
Contributor

lsergio commented Aug 8, 2024

What happened?

After creating 4 integrations at the same time, 3 of the builds are hanging for minutes after the first build has finished.

Steps to reproduce

  • Clean up all Integration Kits on the Camel K installation.
  • Create the following Integrations using a single yaml file:
apiVersion: camel.apache.org/v1
kind: Integration
metadata:
  name: deploy-a41357e7-14c0-4a64-9933-80044f023ad3-381
spec:  
  sources:
  - name: main.yaml
    content: |-
      - from:
          uri: quartz://ipaas/trigger?cron=0+*+*+?+*+*
          steps:
          - log:
              message: "It worked"
  traits:
    camel:
      runtimeVersion: 3.8.1
    cron:
      fallback: true
---
apiVersion: camel.apache.org/v1
kind: Integration
metadata:
  name: deploy-a41357e7-14c0-4a64-9933-80044f023ad3-323
spec:  
  sources:
  - name: main.yaml
    content: |-
      - from:
          uri: quartz://ipaas/trigger?cron=0+*+*+?+*+*
          steps:
          - log:
              message: "It worked"
  traits:
    camel:
      runtimeVersion: 3.2.3
    cron:
      fallback: true
---
apiVersion: camel.apache.org/v1
kind: Integration
metadata:
  name: deploy-fc949ea7-e5ea-4d59-8fed-83471b9350e0-381
spec:  
  sources:
  - name: main.yaml
    content: |-
      - from:
          uri: rest:get:/demo
          steps:
          - setBody:
              constant: "It worked"
  traits:
    knative-service:
      minScale: 1
    camel:
      runtimeVersion: 3.8.1
---
apiVersion: camel.apache.org/v1
kind: Integration
metadata:
  name: deploy-fc949ea7-e5ea-4d59-8fed-83471b9350e0-323
spec:  
  sources:
  - name: main.yaml
    content: |-
      - from:
          uri: rest:get:/demo
          steps:
          - setBody:
              constant: "It worked"
  traits:
    knative-service:
      minScale: 1
    camel:
      runtimeVersion: 3.2.3

This will create 4 Builds:

NAME                       PHASE        AGE   STARTED   DURATION   ATTEMPTS
kit-cqqft44lsn2s73ed6ufg   Running      55s   55s                  
kit-cqqft44lsn2s73ed6ug0   Scheduling   55s                        
kit-cqqft4clsn2s73ed6ugg   Scheduling   54s                        
kit-cqqft4clsn2s73ed6uh0   Scheduling   54s                        
  • Wait for the first build to finish.
  • Keep waiting for the second build to start.
  • Even after minutes waiting, the build is still in Scheduling status; (I waited for ~5 minutes)

Checking the operator log I see:

{"level":"info","ts":"2024-08-08T17:24:23Z","logger":"camel-k.controller.build","msg":"Waiting for build (kit-cqqft44lsn2s73ed6ug0) to finish in order to use incremental image builds - the build (kit-cqqft4clsn2s73ed6uh0) gets enqueued","request-namespace":"a1b2c3d4e5","request-name":"deploy-fc949ea7-e5ea-4d59-8fed-83471b9350e0-323","order-strategy":"dependencies","api-version":"camel.apache.org/v1","kind":"Build","ns":"a1b2c3d4e5","name":"kit-cqqft4clsn2s73ed6uh0"}
{"level":"info","ts":"2024-08-08T17:24:27Z","logger":"camel-k.controller.build","msg":"Waiting for build (kit-cqqft4clsn2s73ed6ugg) to finish in order to use incremental image builds - the build (kit-cqqft44lsn2s73ed6ug0) gets enqueued","request-namespace":"a1b2c3d4e5","request-name":"deploy-a41357e7-14c0-4a64-9933-80044f023ad3-323","order-strategy":"dependencies","api-version":"camel.apache.org/v1","kind":"Build","ns":"a1b2c3d4e5","name":"kit-cqqft44lsn2s73ed6ug0"}
{"level":"info","ts":"2024-08-08T17:24:27Z","logger":"camel-k.controller.build","msg":"Waiting for build (kit-cqqft44lsn2s73ed6ug0) to finish in order to use incremental image builds - the build (kit-cqqft4clsn2s73ed6ugg) gets enqueued","request-namespace":"a1b2c3d4e5","request-name":"deploy-fc949ea7-e5ea-4d59-8fed-83471b9350e0-381","order-strategy":"dependencies","api-version":"camel.apache.org/v1","kind":"Build","ns":"a1b2c3d4e5","name":"kit-cqqft4clsn2s73ed6ugg"}
{"level":"info","ts":"2024-08-08T17:24:28Z","logger":"camel-k.controller.build","msg":"Waiting for build (kit-cqqft44lsn2s73ed6ug0) to finish in order to use incremental image builds - the build (kit-cqqft4clsn2s73ed6uh0) gets enqueued","request-namespace":"a1b2c3d4e5","request-name":"deploy-fc949ea7-e5ea-4d59-8fed-83471b9350e0-323","order-strategy":"dependencies","api-version":"camel.apache.org/v1","kind":"Build","ns":"a1b2c3d4e5","name":"kit-cqqft4clsn2s73ed6uh0"}
{"level":"info","ts":"2024-08-08T17:24:32Z","logger":"camel-k.controller.build","msg":"Waiting for build (kit-cqqft4clsn2s73ed6ugg) to finish in order to use incremental image builds - the build (kit-cqqft44lsn2s73ed6ug0) gets enqueued","request-namespace":"a1b2c3d4e5","request-name":"deploy-a41357e7-14c0-4a64-9933-80044f023ad3-323","order-strategy":"dependencies","api-version":"camel.apache.org/v1","kind":"Build","ns":"a1b2c3d4e5","name":"kit-cqqft44lsn2s73ed6ug0"}
{"level":"info","ts":"2024-08-08T17:24:32Z","logger":"camel-k.controller.build","msg":"Waiting for build (kit-cqqft44lsn2s73ed6ug0) to finish in order to use incremental image builds - the build (kit-cqqft4clsn2s73ed6ugg) gets enqueued","request-namespace":"a1b2c3d4e5","request-name":"deploy-fc949ea7-e5ea-4d59-8fed-83471b9350e0-381","order-strategy":"dependencies","api-version":"camel.apache.org/v1","kind":"Build","ns":"a1b2c3d4e5","name":"kit-cqqft4clsn2s73ed6ugg"}
{"level":"info","ts":"2024-08-08T17:24:33Z","logger":"camel-k.controller.build","msg":"Waiting for build (kit-cqqft44lsn2s73ed6ug0) to finish in order to use incremental image builds - the build (kit-cqqft4clsn2s73ed6uh0) gets enqueued","request-namespace":"a1b2c3d4e5","request-name":"deploy-fc949ea7-e5ea-4d59-8fed-83471b9350e0-323","order-strategy":"dependencies","api-version":"camel.apache.org/v1","kind":"Build","ns":"a1b2c3d4e5","name":"kit-cqqft4clsn2s73ed6uh0"}
{"level":"info","ts":"2024-08-08T17:24:37Z","logger":"camel-k.controller.build","msg":"Waiting for build (kit-cqqft4clsn2s73ed6ugg) to finish in order to use incremental image builds - the build (kit-cqqft44lsn2s73ed6ug0) gets enqueued","request-namespace":"a1b2c3d4e5","request-name":"deploy-a41357e7-14c0-4a64-9933-80044f023ad3-323","order-strategy":"dependencies","api-version":"camel.apache.org/v1","kind":"Build","ns":"a1b2c3d4e5","name":"kit-cqqft44lsn2s73ed6ug0"}
{"level":"info","ts":"2024-08-08T17:24:37Z","logger":"camel-k.controller.build","msg":"Waiting for build (kit-cqqft44lsn2s73ed6ug0) to finish in order to use incremental image builds - the build (kit-cqqft4clsn2s73ed6ugg) gets enqueued","request-namespace":"a1b2c3d4e5","request-name":"deploy-fc949ea7-e5ea-4d59-8fed-83471b9350e0-381","order-strategy":"dependencies","api-version":"camel.apache.org/v1","kind":"Build","ns":"a1b2c3d4e5","name":"kit-cqqft4clsn2s73ed6ugg"}
{"level":"info","ts":"2024-08-08T17:24:38Z","logger":"camel-k.controller.build","msg":"Waiting for build (kit-cqqft44lsn2s73ed6ug0) to finish in order to use incremental image builds - the build (kit-cqqft4clsn2s73ed6uh0) gets enqueued","request-namespace":"a1b2c3d4e5","request-name":"deploy-fc949ea7-e5ea-4d59-8fed-83471b9350e0-323","order-strategy":"dependencies","api-version":"camel.apache.org/v1","kind":"Build","ns":"a1b2c3d4e5","name":"kit-cqqft4clsn2s73ed6uh0"}

It seems like each build is waiting for another one to finish;

Relevant log output

No response

Camel K version

2.4.0

@lsergio lsergio added the kind/bug Something isn't working label Aug 8, 2024
@lsergio
Copy link
Contributor Author

lsergio commented Aug 8, 2024

Adding the trait:

    builder:
      incrementalImageBuild: false

to each Integration or to the IntegrationPlatform didn't change the results.

@lsergio
Copy link
Contributor Author

lsergio commented Aug 8, 2024

The same scenario with Camel K 2.3.3 worked as expected. The builds ran sequentially.

@lsergio
Copy link
Contributor Author

lsergio commented Aug 8, 2024

Trying to understand the code, I guess this is related to how this method is implemented.

BuilderDependencies() will load the dependencies from the builder task in each build. Taking one of my builds as an example, I see the list:

      dependencies:
      - camel:quartz
      - mvn:org.apache.camel.k:camel-k-cron
      - mvn:org.apache.camel.k:camel-k-runtime
      - mvn:org.apache.camel.quarkus:camel-quarkus-yaml-dsl

These strings do not take into account the jar version. If two builds use the same Camel components, but with different camel-k-runtimes, HasMachingBuild will work as if the dependencies were the same, but they are not.

@lsergio
Copy link
Contributor Author

lsergio commented Aug 8, 2024

This difference between 2.3.x and 2.4.0 is due to #5669. Indeed, changing the build order strategy to sequential in 2.4.0 fixes the issue and replicates the 2.3.x behavior.

@squakez
Copy link
Contributor

squakez commented Aug 9, 2024

Thanks for reporting. Yes, apparently the dependencies strategy is having some problem. We need to fix it, but in the while, the solution is to revert the build order strategy.

@squakez squakez added this to the 2.5.0 milestone Aug 9, 2024
@squakez
Copy link
Contributor

squakez commented Aug 9, 2024

BTW, feel free to work on its resolution if you have the availability to.

@lsergio
Copy link
Contributor Author

lsergio commented Aug 9, 2024

After more troubleshooting, I figured out that the problem happens if 2 builds have exactly the same dependencies and have been created within the same second.
This condition was supposed to give priority to whatever build was created first, but as the creationTimestamp precision is down to the second only, we may have equal timestamps and no build will be prioritized.

I think that in this case we might prioritize based on anothet criteria, like the build name, which is unique.

@squakez I'll try to come up with a solution and submit a PR. It this gets more complicated than I antecipated I'll let you know so we can unsassign the issue.

@squakez
Copy link
Contributor

squakez commented Aug 9, 2024

Excellent, thanks. Sure, just let me know how it goes.

lsergio added a commit to lsergio/camel-k that referenced this issue Aug 9, 2024
… build order strategy when the builds share enough dependencies
@lsergio
Copy link
Contributor Author

lsergio commented Aug 9, 2024

The scenario was a bit trickier. I opened a draft PR for review, but I still need to build the operator and test it on a K8s cluster. I'll do it in the next few days.

lsergio added a commit to lsergio/camel-k that referenced this issue Aug 9, 2024
…es build order strategy when the builds share enough dependencies
lsergio added a commit to lsergio/camel-k that referenced this issue Aug 9, 2024
…es build order strategy when the builds share enough dependencies
lsergio added a commit to lsergio/camel-k that referenced this issue Aug 12, 2024
…es build order strategy when the builds share enough dependencies
lsergio added a commit to lsergio/camel-k that referenced this issue Aug 12, 2024
…es build order strategy when the builds share enough dependencies
lsergio added a commit to lsergio/camel-k that referenced this issue Aug 13, 2024
…es build order strategy when the builds share enough dependencies
lsergio added a commit to lsergio/camel-k that referenced this issue Aug 13, 2024
…es build order strategy when the builds share enough dependencies
squakez pushed a commit that referenced this issue Aug 14, 2024
…ld order strategy when the builds share enough dependencies
gansheer pushed a commit that referenced this issue Aug 14, 2024
…ld order strategy when the builds share enough dependencies
realMartinez added a commit to realMartinez/camel-k that referenced this issue Sep 9, 2024
commit bb4f647e442763c5c907bec343c977e95f068a74
Merge: e95f44ec7 fefa0e74a
Author: Martin Olšiak <56640450+realMartinez@users.noreply.github.com>
Date:   Mon Sep 9 12:34:48 2024 +0200

    Merge branch 'apache:main' into knative_service_url

commit e95f44ec74f0cb42393382f571e0474fc3429827
Author: Claudio Miranda <claudio@claudius.com.br>
Date:   Wed Aug 28 17:49:17 2024 +0100

    Fix knative service url e2e test

commit fefa0e74a8a768901cd5a4d7378c1168e7981433
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Sat Sep 7 23:35:05 2024 +0000

    chore: nightly automatic updates

commit 36b2e679ecd8bd47d6553a41d6a7d91f2bb79689
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Sat Sep 7 07:19:23 2024 +0200

    feat(deployer): deprecate client side apply enforcement

commit 57f7e5bd6a329d0c161225630ba747e4e3b63196
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Fri Sep 6 23:37:19 2024 +0000

    chore: nightly automatic updates

commit e5ff79837712f64456905f84cdf4d25e49e81aba
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Fri Sep 6 12:01:42 2024 +0200

    chore(doc): update Pipe spec

commit 284cced5f245426bd0ac5332259ed7a92fa7f49d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Sep 6 06:03:07 2024 +0000

    chore(deps): bump github.com/prometheus/common from 0.58.0 to 0.59.1

    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.58.0 to 0.59.1.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)
    - [Commits](https://github.com/prometheus/common/compare/v0.58.0...v0.59.1)

    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 31bfb8bca1caf48ecdab8d05b493a75df4796090
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Sep 6 06:15:32 2024 +0000

    chore(deps): bump github.com/container-tools/spectrum

    Bumps [github.com/container-tools/spectrum](https://github.com/container-tools/spectrum) from 0.6.60 to 0.6.61.
    - [Release notes](https://github.com/container-tools/spectrum/releases)
    - [Changelog](https://github.com/container-tools/spectrum/blob/master/.goreleaser.yml)
    - [Commits](https://github.com/container-tools/spectrum/compare/v0.6.60...v0.6.61)

    ---
    updated-dependencies:
    - dependency-name: github.com/container-tools/spectrum
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 4bd20d504ad5f2b22cabe81d209187dd160d6459
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Thu Sep 5 17:21:37 2024 +0200

    chore(ci): remove unused files and actions

    Changelog is not really useful as we generated the changelog during release in Github releases

    Closes #5813

commit b6bcb2bc462f2b085bde00bf0ddb85d3a735a6a7
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Thu Sep 5 17:30:42 2024 +0200

    fix(trait): add size to emptydir

    It is good to have a limit for security reasons and it is also a workaround for #5752

    Closes #5752

commit 9d18286e72f28c9b89b2921476ba5086712a44e0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Sep 6 00:50:42 2024 +0000

    chore(deps): bump github.com/prometheus/client_golang

    Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.20.2 to 1.20.3.
    - [Release notes](https://github.com/prometheus/client_golang/releases)
    - [Changelog](https://github.com/prometheus/client_golang/blob/v1.20.3/CHANGELOG.md)
    - [Commits](https://github.com/prometheus/client_golang/compare/v1.20.2...v1.20.3)

    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 7fa24984a6581c97752bc250dbb5c4379916630f
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Thu Sep 5 23:48:05 2024 +0000

    chore: nightly automatic updates

commit 80328ab14b47ad761017a0e69db0bfbf6d8044b2
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Thu Sep 5 12:08:24 2024 +0200

    feat(api): expose Camel core version

    It is useful to know what core version of Camel the runtime is running

commit 0b04044239901ec7e3d83991cc2b7c2cedd1e177
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Sep 5 06:21:24 2024 +0000

    chore(deps): bump golang.org/x/text from 0.17.0 to 0.18.0

    Bumps [golang.org/x/text](https://github.com/golang/text) from 0.17.0 to 0.18.0.
    - [Release notes](https://github.com/golang/text/releases)
    - [Commits](https://github.com/golang/text/compare/v0.17.0...v0.18.0)

    ---
    updated-dependencies:
    - dependency-name: golang.org/x/text
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 63ff7fa9db7a3cc6eea5ed49c47464d2207bf501
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Thu Sep 5 08:33:32 2024 +0200

    chore(doc): minor adjustments

commit 10f03f21e46872acfb49a9715dd6c7cc4646576b
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Wed Sep 4 15:11:47 2024 +0200

    chore(helm): deprecate installation with platform

    Required in order to provide a uniform user experience and make it explicit the role of the IntegrationPlatform

commit d98019387cf660ec4eba2a4c73ab37c1a306f1a1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Sep 5 00:12:00 2024 +0000

    chore(deps): bump golang.org/x/oauth2 from 0.22.0 to 0.23.0

    Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.22.0 to 0.23.0.
    - [Commits](https://github.com/golang/oauth2/compare/v0.22.0...v0.23.0)

    ---
    updated-dependencies:
    - dependency-name: golang.org/x/oauth2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit cc0981e2f47e72cff9b47a951fa694bcb6171c0b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Sep 5 00:11:48 2024 +0000

    chore(deps): bump golang.org/x/term from 0.23.0 to 0.24.0

    Bumps [golang.org/x/term](https://github.com/golang/term) from 0.23.0 to 0.24.0.
    - [Commits](https://github.com/golang/term/compare/v0.23.0...v0.24.0)

    ---
    updated-dependencies:
    - dependency-name: golang.org/x/term
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 9b6031ed4aa2285e8241e1bac5ed2765edf0b49c
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed Sep 4 23:48:40 2024 +0000

    chore: nightly automatic updates

commit cbaa59c3ad9f410294a61d7e8d776d1663d3b847
Author: Gaelle Fournier <gaelle.fournier.work@gmail.com>
Date:   Wed Sep 4 15:17:37 2024 +0200

    feat(5787): Add depreciation condition for telemetry as addon

commit 50b8b042b610740fe8ffdd101843cef43c61d2e2
Author: Gaelle Fournier <gaelle.fournier.work@gmail.com>
Date:   Tue Sep 3 16:43:03 2024 +0200

    feat(trait): Move addon Telemetry to traits

commit fff69fd31c1593db4975be9bc2cc383830d6ad79
Author: Gaelle Fournier <gaelle.fournier.work@gmail.com>
Date:   Tue Sep 3 17:57:28 2024 +0200

    e2e(telemetry): Add e2e test with explicit addon configuration

commit 479ac1568f66d835e736d3b5c73b7ab2b9f7e1a3
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Wed Sep 4 15:35:28 2024 +0200

    fix(ci): website build

commit 6d67fdec66acdd13c54013e4a6b7c3044a8823c6
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Wed Sep 4 14:20:49 2024 +0200

    chore(doc): minor adjustment

commit d80d868656470557df970ea63b9c6291e92b1b0b
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Wed Sep 4 14:19:55 2024 +0200

    chore(doc): minor adjustement

commit db5ad3ce847dc7c8b1375b62ea59febe61a02c61
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Tue Sep 3 17:29:08 2024 +0200

    doc: polish documentation

commit a664283ef4148a40987380a44b917613fe17a314
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Sep 4 00:22:32 2024 +0000

    chore(deps): bump github.com/prometheus/common from 0.57.0 to 0.58.0

    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.57.0 to 0.58.0.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)
    - [Commits](https://github.com/prometheus/common/compare/v0.57.0...v0.58.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 1bff5fe3ed6eb4b0c589e4a74c3b68f755e85c29
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Sep 4 00:22:47 2024 +0000

    chore(deps): bump knative.dev/eventing from 0.40.3 to 0.42.1

    Bumps [knative.dev/eventing](https://github.com/knative/eventing) from 0.40.3 to 0.42.1.
    - [Release notes](https://github.com/knative/eventing/releases)
    - [Commits](https://github.com/knative/eventing/compare/v0.40.3...v0.42.1)

    ---
    updated-dependencies:
    - dependency-name: knative.dev/eventing
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit d871da986d48ae884640f4688b3d2a832950ab62
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Tue Sep 3 23:48:09 2024 +0000

    chore: nightly automatic updates

commit 8f9b49dc082207be8c1fa270c2f35a35b2a9b38d
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Mon Sep 2 16:37:19 2024 +0200

    feat: support kamelet version in Pipe

commit b82257944a201a459535852f7deacb87cbcaa890
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Mon Sep 2 16:00:33 2024 +0200

    feat(trait): support kamelet versions in Integration

commit fc91c3eda8fecb6b9eed1f744f1259c42452e624
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Fri Aug 30 10:12:34 2024 +0200

    feat(api): Kamelet version parameter

commit 24b34b7d7f2e3d33e08c3afba13f57f05243fa2f
Author: Gaelle Fournier <gaelle.fournier.work@gmail.com>
Date:   Mon Sep 2 18:08:01 2024 +0200

    fix(e2e): Get the most recent pod in e2e tests

commit e0a3931c553634faf33651af44f4b103aac34869
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Sep 2 23:48:27 2024 +0000

    chore: nightly automatic updates

commit 422bba510d133e4f18f1a9d5f923170ec708c95f
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Thu Aug 29 14:39:21 2024 +0200

    feat(cli): promote kitless

commit 515c7629b3b39d724b00d7217bd6c6bd5682b647
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Wed Aug 28 15:19:12 2024 +0200

    feat(api): Kit-less Integration

    Closes #2365

commit 0e8e20fd3678a893074b543a11b39569d261f2e6
Merge: 591809757 8b9571f70
Author: Martin Olšiak <56640450+realMartinez@users.noreply.github.com>
Date:   Mon Sep 2 10:47:00 2024 +0200

    Merge branch 'apache:main' into knative_service_url

commit 8b9571f704370e5c70592304dc1719d7912977ff
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Sep 2 00:27:50 2024 +0000

    chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin

    Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.4.0 to 3.5.0.
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.4.0...surefire-3.5.0)

    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-surefire-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 7b6b5899a490839e14b1fb78b1db37a54a729c17
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Sun Sep 1 23:48:09 2024 +0000

    chore: nightly automatic updates

commit eccff5ab5b96fe16d9438ca35e9797ca3a55105b
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Sat Aug 31 23:43:55 2024 +0000

    chore: nightly automatic updates

commit bfb0943be50fb5c1bc69fd301ce82e707ec38afe
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Fri Aug 30 23:48:00 2024 +0000

    chore: nightly automatic updates

commit 3960019705168cbda54a0032fc1bc0a7f5b5d437
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Fri Aug 30 09:00:05 2024 +0200

    fix(ci): proper kamelet catalog

commit c29e5f8954d69f3c6e042cc2f2f0bcb144597f93
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Thu Aug 29 23:48:34 2024 +0000

    chore: nightly automatic updates

commit c5615b6bd0eecf48d9dcb7102d9d77976642f7d4
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Thu Aug 29 16:34:08 2024 +0200

    chore(api): print Kamelets info

    Useful to understand for which version the Kamelet was for or who is the provider

commit b408e56f4cb6a0165b333edf79fc28c98d64e9b2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Aug 29 00:34:06 2024 +0000

    chore(deps): bump github.com/onsi/gomega from 1.34.1 to 1.34.2

    Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.34.1 to 1.34.2.
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/onsi/gomega/compare/v1.34.1...v1.34.2)

    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/gomega
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 8e7d8751826c12ac78b897953e9c9aa4e1df41fd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Aug 29 00:33:56 2024 +0000

    chore(deps): bump github.com/container-tools/spectrum

    Bumps [github.com/container-tools/spectrum](https://github.com/container-tools/spectrum) from 0.6.59 to 0.6.60.
    - [Release notes](https://github.com/container-tools/spectrum/releases)
    - [Changelog](https://github.com/container-tools/spectrum/blob/master/.goreleaser.yml)
    - [Commits](https://github.com/container-tools/spectrum/compare/v0.6.59...v0.6.60)

    ---
    updated-dependencies:
    - dependency-name: github.com/container-tools/spectrum
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 49c125d94aaf0c32cb50f7c895302047eb32c2fe
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Aug 29 00:33:44 2024 +0000

    chore(deps): bump github.com/prometheus/common from 0.56.0 to 0.57.0

    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.56.0 to 0.57.0.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)
    - [Commits](https://github.com/prometheus/common/compare/v0.56.0...v0.57.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 6863b4f72450594aaa90d683e7b93e139f414d4e
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed Aug 28 23:48:03 2024 +0000

    chore: nightly automatic updates

commit 6d9bdaadeef0090f8afcecffaa8ffc10c230ca17
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Wed Aug 28 13:14:23 2024 +0200

    fix(ci): coverage badge script

commit 89cfeacb873aa16efef000f821ea7ba8cddcb1b1
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Mon Aug 26 14:58:08 2024 +0200

    chore(doc): camel runtimes adjustment

commit eba01873efaf3303d2677f7c1b65fe61efbd5d85
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Thu Aug 22 10:48:36 2024 +0200

    chore(traits): removed camel catalog condition

    The default is to have a CamelCatalog, so, there is no need to skip traits any longer

commit 0dc8ee17994d5238ea96890dcf6b190a26de6d94
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Wed Aug 21 11:35:54 2024 +0200

    feat(trait): operate via default catalog

    With this refactoring, we allow any trait to be executed with at least a default CamelCatalog.
    This is useful when we run sourceless where, from now on, we can pick the catalog used to operate, regardless if it's a managed Integration or not.

commit ffe477831723d1519fabdc01c8b506bf66bb7ef1
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Wed Aug 21 09:44:56 2024 +0200

    chore: consume source code refactoring

    We should allow the consume of sources and meta from trait package only via consumer funcs. In this way we can control the logic for instance, allowing to consume only when sources or catalog are available.

commit 87d5ffb68b4ca67572b34cb59afc9ad929912c2f
Author: Luis Sergio Carneiro <luissergio+github@gmail.com>
Date:   Mon Aug 26 08:13:55 2024 -0300

    feat: adding ingressClassName field to the Ingress trait

commit 8c4265d914dc1463aaef01ce3ad65c850f0bf833
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Aug 28 00:06:05 2024 +0000

    chore(deps): bump github.com/prometheus/common from 0.55.0 to 0.56.0

    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.55.0 to 0.56.0.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)
    - [Commits](https://github.com/prometheus/common/compare/v0.55.0...v0.56.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 1b3bc535649723f10342d91cd212f70d3eb8998c
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Tue Aug 27 08:45:25 2024 +0200

    chore(ci): only updates readme for badge value change

commit 410d17b5a9415f6962a378ee618e9048e846fb9c
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Mon Aug 26 09:47:44 2024 +0200

    fix(ci): badge permission

commit 44d15837a6406d9dfdf921d2f00fb9b0db597e9e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Aug 26 01:01:02 2024 +0000

    chore(deps): bump github.com/rs/xid from 1.5.0 to 1.6.0

    Bumps [github.com/rs/xid](https://github.com/rs/xid) from 1.5.0 to 1.6.0.
    - [Release notes](https://github.com/rs/xid/releases)
    - [Commits](https://github.com/rs/xid/compare/v1.5.0...v1.6.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/rs/xid
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit c712ea5b3091c46d02ebc512145347c2218a23ff
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Aug 26 01:00:58 2024 +0000

    chore(deps): bump github.com/prometheus/client_golang

    Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.20.1 to 1.20.2.
    - [Release notes](https://github.com/prometheus/client_golang/releases)
    - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/prometheus/client_golang/compare/v1.20.1...v1.20.2)

    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 95bfa8ba11c7ba6a06f2b987197222e35f920b7a
Author: Gaelle Fournier <gaelle.fournier.work@gmail.com>
Date:   Wed Aug 21 11:36:16 2024 +0200

    chore(e2e): Add cronjobs to test support dump

commit 2c35ef59d445ab93199abcb3da0c64b06f3e05d9
Author: Gaelle Fournier <gaelle.fournier.work@gmail.com>
Date:   Wed Aug 21 10:07:06 2024 +0200

    fix(e2e): Cron e2e logs

commit 0f4e5c899c69a7494d941814618538ad04b3a510
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Thu Aug 22 09:57:59 2024 +0200

    fix(ci): badge calculation

commit 3b6a5b2b958d352a207175fb6464bfdcaf7aac92
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Thu Aug 22 09:26:35 2024 +0200

    chore(ci): proper olm job name

commit 2535c7a9758afd2c46327e5b51b3cc72716b27bc
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Thu Aug 22 09:19:14 2024 +0200

    chore(ci): nightly release helm link

commit 0c87284ae49d9e560e4c6bb64e0c382cd3860f60
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed Aug 21 23:48:01 2024 +0000

    chore: nightly automatic updates

commit c3607cedd56614d35f1104ca2dac8473edb730ea
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Wed Aug 21 11:58:42 2024 +0200

    fix(e2e): olm needs to create an Integration Platform

commit a2dc0fb216e67c113b60d23f6069a4046e7d54f6
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Wed Aug 21 14:25:51 2024 +0200

    fix(ci): push and use proper tag

commit fca5132530c7e7b8a56b14438d0287009c1b4a1f
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Wed Aug 21 11:43:06 2024 +0200

    chore(ci): push nightly branch

commit 3f3bd52e0118b1a1d4f8870051ddf6d7e819b382
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Aug 21 00:12:47 2024 +0000

    chore(deps): bump github.com/prometheus/client_golang

    Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.20.0 to 1.20.1.
    - [Release notes](https://github.com/prometheus/client_golang/releases)
    - [Changelog](https://github.com/prometheus/client_golang/blob/v1.20.1/CHANGELOG.md)
    - [Commits](https://github.com/prometheus/client_golang/compare/v1.20.0...v1.20.1)

    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 431e4ff6f5471957ffbfd28955ff140fead87404
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Tue Aug 20 09:46:05 2024 +0200

    chore(cmd): more subcommands deprecated

commit c29c2845aa0e558ce6dd11124fc6b21eac0f3088
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Mon Aug 19 10:35:24 2024 +0200

    chore(cmd): deprecate CLIs subcommands

commit a1ae9fb8123802f928d3770de327b78f3437f1ba
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Tue Aug 20 23:44:11 2024 +0000

    chore: nightly automatic updates

commit 7b4fa3d8d079a980a337780355ce4c1910f562c2
Author: Gaelle Fournier <gaelle.fournier.work@gmail.com>
Date:   Tue Aug 20 12:23:26 2024 +0200

    fix(e2e): Kamelet in route logs

commit df631080fc61a318840456b21733207837acfbb1
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Tue Aug 20 17:06:33 2024 +0200

    chore(ci): release tag from commit

commit b422830ff92d90f230078ef02e3e08cc0ab6c351
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Tue Aug 20 14:05:38 2024 +0200

    chore(ci): grant contents write permissions

commit 199db783042e1f2ca0955ccf6d20e5d322000e32
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Tue Aug 20 09:34:04 2024 +0200

    chore(ci): nightly release bundle

commit 840c1c47bccb7fda2b566321e0e6ffb33b133108
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Mon Aug 19 16:38:41 2024 +0200

    chore(ci): nightly release adjustment

commit dd84adf53f37a0d355fb7e293278d175192c0196
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Mon Aug 19 10:44:22 2024 +0200

    chore(api): deprecate PublishStrategyOptions

    It's no longer in use for some time now.

commit 74860143a7eb8b63bea247b62065d5e541cb2cd3
Author: Luis Sergio Carneiro <luis.carneiro@sensedia.com>
Date:   Fri Aug 16 18:50:14 2024 -0300

    bugfix(#5758): incremental image build should not consider the application jar when matching dependencies

commit d66be5ed4c38deea46f09073d80ee25fa360a83c
Author: Luis Sergio Carneiro <luis.carneiro@sensedia.com>
Date:   Wed Aug 14 14:47:37 2024 -0300

    bugfix(#5758): changing dependencies build order strategy to be compatible with the incremental image build algorithm

commit 69c0eb170a08c313f9cd98df36375d1b02f15ced
Author: Luis Sergio Carneiro <luis.carneiro@sensedia.com>
Date:   Tue Aug 13 20:29:53 2024 -0300

    bugfix(#5758): changing incremental image build to not allow extra dependencies

commit b8e42f3a67879747852654af819f927d302f8d9a
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Mon Aug 19 14:08:55 2024 +0200

    fix(doc): registry link

commit a5a79eed66330a5d6ff50dc36df0ea7aa0f60051
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Mon Aug 19 10:21:54 2024 +0200

    feat: explicit IntegrationPlatform installation

commit dbf71e599d3a228a2b7932f214af0b84bc2df104
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Mon Aug 19 11:29:38 2024 +0200

    chore(ci): include nightly releases resources

commit 6e3d0501e77242adb1997d14db2078d411a50b31
Author: Gaelle Fournier <gaelle.fournier.work@gmail.com>
Date:   Mon Aug 19 09:16:09 2024 +0200

    chore(dep): Upgrade operator-framework/api to v0.23.0

commit 3bb6a5b0565605a5a8737e9fb821e19cd5b7f69d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Aug 19 00:37:16 2024 +0000

    chore(deps): bump github.com/container-tools/spectrum

    Bumps [github.com/container-tools/spectrum](https://github.com/container-tools/spectrum) from 0.6.58 to 0.6.59.
    - [Release notes](https://github.com/container-tools/spectrum/releases)
    - [Changelog](https://github.com/container-tools/spectrum/blob/master/.goreleaser.yml)
    - [Commits](https://github.com/container-tools/spectrum/compare/v0.6.58...v0.6.59)

    ---
    updated-dependencies:
    - dependency-name: github.com/container-tools/spectrum
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit b7401fcc46b91653b021d83cc66540d809016d83
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Aug 19 07:06:42 2024 +0000

    chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin

    Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.3.1 to 3.4.0.
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.1...surefire-3.4.0)

    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-surefire-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit d4479444bc16b21cc67722aa782aaf80cde65857
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Aug 19 00:33:30 2024 +0000

    chore(deps): bump fabric8-version from 6.13.2 to 6.13.3 in /java/crds

    Bumps `fabric8-version` from 6.13.2 to 6.13.3.

    Updates `io.fabric8:kubernetes-client-bom-with-deps` from 6.13.2 to 6.13.3
    - [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
    - [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/fabric8io/kubernetes-client/compare/v6.13.2...v6.13.3)

    Updates `io.fabric8:java-generator-maven-plugin` from 6.13.2 to 6.13.3

    ---
    updated-dependencies:
    - dependency-name: io.fabric8:kubernetes-client-bom-with-deps
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.fabric8:java-generator-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit a5af8d1113a05ac5f5cc2e15ded29885da73dca5
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Fri Aug 16 23:47:44 2024 +0000

    chore: nightly automatic updates

commit fb091c0406e67c0b4b66c70b9dc30039894dc5c5
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Fri Aug 16 10:28:15 2024 +0200

    chore(e2e): wait for platform

commit 765b653aa99f272e6584661affdfc94fc0713fba
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Fri Aug 16 09:53:35 2024 +0200

    fix(ci): badge update

commit 27415eea53eca58117b76bcde1421880d325befa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Aug 15 00:48:59 2024 +0000

    chore(deps): bump github.com/prometheus/client_golang

    Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.19.1 to 1.20.0.
    - [Release notes](https://github.com/prometheus/client_golang/releases)
    - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/prometheus/client_golang/compare/v1.19.1...v1.20.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_golang
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit c4dfe68ddca68da1bffbcc13aebac8194798a9c8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Aug 15 00:48:51 2024 +0000

    chore(deps): bump github.com/container-tools/spectrum

    Bumps [github.com/container-tools/spectrum](https://github.com/container-tools/spectrum) from 0.6.57 to 0.6.58.
    - [Release notes](https://github.com/container-tools/spectrum/releases)
    - [Changelog](https://github.com/container-tools/spectrum/blob/master/.goreleaser.yml)
    - [Commits](https://github.com/container-tools/spectrum/compare/v0.6.57...v0.6.58)

    ---
    updated-dependencies:
    - dependency-name: github.com/container-tools/spectrum
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 0274dd084687d2541fcc2eaa9cdccfe33f3626ed
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Thu Aug 15 23:43:55 2024 +0000

    chore: nightly automatic updates

commit 3d4198faa4bb9788d94bb2ca1b01e496188546d6
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed Aug 14 23:56:35 2024 +0000

    chore: nightly automatic updates

commit d1cbf5e5d23f4471dc42782c59afa04c0da5afac
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Tue Aug 13 16:12:13 2024 +0200

    chore(traits): remove mounting from configuration

commit c1c57cf4004a6138669edbbc0aa57336790b3b7f
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Tue Aug 13 15:45:08 2024 +0200

    chore(trait): drop support for scanKameletsImplicitLabelSecrets

commit d6b9b273867a8f902bad6cdd08d22a1a9aa66afd
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Tue Aug 13 15:37:50 2024 +0200

    chore: remove unused code

commit 20b7dcf9b2b45d99bd8ab7144cb94a7e268b6ea9
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Wed Aug 14 14:23:11 2024 +0200

    fix: Quarkus native badge

commit 57574056213e31347853552f179169105fb469ab
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Wed Aug 14 14:22:05 2024 +0200

    chore: Quarkus native badge update

commit e77a31440761d6ac99154eb050c0c46dedfde208
Author: Luis Sergio Carneiro <luis.carneiro@sensedia.com>
Date:   Tue Aug 13 17:30:20 2024 -0300

    lint: reducing code complexity

commit a88601969333d5f4486e365994e7c2c8ce3b792f
Author: Luis Sergio Carneiro <luis.carneiro@sensedia.com>
Date:   Mon Aug 12 08:52:24 2024 -0300

    Creating compareBuilds function

commit 3a4338e4cee66c2787544793a1257dc7ea95549b
Author: Luis Sergio Carneiro <luis.carneiro@sensedia.com>
Date:   Fri Aug 9 12:10:37 2024 -0300

    bugfix(#5755): avoiding deadlock between builds with dependencies build order strategy when the builds share enough dependencies

commit 648b4cc80b86e3f5ed6d14374c40126388dfcf69
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Wed Aug 14 10:06:14 2024 +0200

    chore(ci): exclude mock, util and generated code from coverage

commit 94d9a9a62e9710d1ca629cba789acd69908bdd06
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Tue Aug 13 15:03:27 2024 +0200

    chore(traits): remove tracing

commit 240be66e695646cec9b922a10cbab204691c0a18
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Aug 14 06:45:13 2024 +0000

    chore(deps): bump github.com/container-tools/spectrum

    Bumps [github.com/container-tools/spectrum](https://github.com/container-tools/spectrum) from 0.6.56 to 0.6.57.
    - [Release notes](https://github.com/container-tools/spectrum/releases)
    - [Changelog](https://github.com/container-tools/spectrum/blob/master/.goreleaser.yml)
    - [Commits](https://github.com/container-tools/spectrum/compare/v0.6.56...v0.6.57)

    ---
    updated-dependencies:
    - dependency-name: github.com/container-tools/spectrum
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit b54348f6f1259fdbcabe86c51fb60bea1dfa3fe1
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Wed Aug 14 09:10:17 2024 +0200

    fix(ci): use new infra configuration

commit bff152c304246e5800e084749355e703856c6135
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Wed Aug 14 09:03:01 2024 +0200

    chore(ci): action not available in 2.3

commit 963b1eb01a564b4d33b9cdc7a8d6c8d84664f44a
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Thu Aug 8 14:43:39 2024 +0200

    feat(trait): set env as configmaps/secrets

    Closes #5522

commit 62205666f8125dacfe6bf5ef489c383b492d0f85
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Aug 13 13:03:49 2024 +0000

    chore(deps): bump knative.dev/serving from 0.42.1 to 0.42.2

    Bumps [knative.dev/serving](https://github.com/knative/serving) from 0.42.1 to 0.42.2.
    - [Release notes](https://github.com/knative/serving/releases)
    - [Commits](https://github.com/knative/serving/compare/v0.42.1...v0.42.2)

    ---
    updated-dependencies:
    - dependency-name: knative.dev/serving
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit f37633571e8725dfeb5bf4ed7010ba1bff407dd3
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Tue Aug 13 23:43:24 2024 +0000

    chore: nightly automatic updates

commit e039e22e065675fd6d56860eee688e01fbdfdfaf
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Mon Aug 12 12:44:27 2024 +0200

    chore(ci): move OLM test as nightly

commit d3efe3cab02405363a43ecd551fb2cc2cf55a31e
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Wed Aug 7 14:10:58 2024 +0200

    chore(ci): Helm CRDs refactoring

commit db7148ca467d2988a98bd10810cf20bd43414744
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Wed Aug 7 14:10:40 2024 +0200

    chore(ci): use operator-sdk to test OLM

commit e6f63825b43ea63a6a9c4a88b57bfc43c28ce6b8
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Tue Aug 6 14:59:01 2024 +0200

    chore(ci): simplify OLM testing

commit 573e993e624cb04ee158452ec6132db0ea8b2615
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Mon Aug 5 17:01:45 2024 +0200

    fix(ci): OLM test refactoring

commit d5c298ee082103db6f768142b20eff39c168830b
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Mon Aug 5 12:16:17 2024 +0200

    chore(e2e): upgrade test independent from install method

    The upgrade test should be generic and test the expected logic regardless the way the operator is installed.

commit 1e0d4bd180754aa6d50ec8d5d6b771e1bde5618b
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Wed Jul 31 11:32:07 2024 +0200

    feat(ci): minikube usage

commit b16064e94de5696d6fc7ae6b19afa9c2c487b22e
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Aug 12 23:48:51 2024 +0000

    chore: nightly automatic updates

commit 5066aed326d05e17c460231cbbecbabe833247c1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Aug 12 00:49:47 2024 +0000

    chore(deps): bump fabric8-version from 6.13.1 to 6.13.2 in /java/crds

    Bumps `fabric8-version` from 6.13.1 to 6.13.2.

    Updates `io.fabric8:kubernetes-client-bom-with-deps` from 6.13.1 to 6.13.2
    - [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
    - [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/fabric8io/kubernetes-client/compare/v6.13.1...v6.13.2)

    Updates `io.fabric8:java-generator-maven-plugin` from 6.13.1 to 6.13.2

    ---
    updated-dependencies:
    - dependency-name: io.fabric8:kubernetes-client-bom-with-deps
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.fabric8:java-generator-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 15e708d4d427e0a35dd2d66ee6871a4e41618cb2
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Sat Aug 10 23:47:50 2024 +0000

    chore: nightly automatic updates

commit cd3fbf2d5824065a6dbd9952abad470ed3bab59b
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Thu Aug 8 23:48:35 2024 +0000

    chore: nightly automatic updates

commit f3748c80826848c567c6fdc4c545aabcc5b1049b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Aug 8 00:08:54 2024 +0000

    chore(deps): bump github.com/container-tools/spectrum

    Bumps [github.com/container-tools/spectrum](https://github.com/container-tools/spectrum) from 0.6.55 to 0.6.56.
    - [Release notes](https://github.com/container-tools/spectrum/releases)
    - [Changelog](https://github.com/container-tools/spectrum/blob/master/.goreleaser.yml)
    - [Commits](https://github.com/container-tools/spectrum/compare/v0.6.55...v0.6.56)

    ---
    updated-dependencies:
    - dependency-name: github.com/container-tools/spectrum
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit d8811710c93664052b7600d3d8b2834810f7d3a3
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed Aug 7 23:48:40 2024 +0000

    chore: nightly automatic updates

commit 3a90ba09cfef299f94f6ccccecd7efea3de45d79
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Aug 7 12:15:52 2024 +0000

    chore(deps): bump golang.org/x/term from 0.22.0 to 0.23.0

    Bumps [golang.org/x/term](https://github.com/golang/term) from 0.22.0 to 0.23.0.
    - [Commits](https://github.com/golang/term/compare/v0.22.0...v0.23.0)

    ---
    updated-dependencies:
    - dependency-name: golang.org/x/term
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 426bdca5abd1d388b8e2999afac0157399c31cdf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Aug 7 00:22:40 2024 +0000

    chore(deps): bump golang.org/x/text from 0.16.0 to 0.17.0

    Bumps [golang.org/x/text](https://github.com/golang/text) from 0.16.0 to 0.17.0.
    - [Release notes](https://github.com/golang/text/releases)
    - [Commits](https://github.com/golang/text/compare/v0.16.0...v0.17.0)

    ---
    updated-dependencies:
    - dependency-name: golang.org/x/text
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 9c237b775eaab9a1870deefd8654e0a3fccc6703
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Wed Aug 7 09:33:57 2024 +0200

    chore(release): bump next version to 2.5.0-SNAPSHOT

commit 53f500ee437466acbac468e30227f1faf2466647
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Wed Aug 7 09:23:55 2024 +0200

    chore(ci): 2.4.0 helm release

commit bda7b04bd158b7d02d2780d845a1f3e7e15c352b
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Tue Aug 6 23:47:52 2024 +0000

    chore: nightly automatic updates

commit 20ba70744e0a1b454e3df6a66c3b2d20d872da5c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Aug 5 15:13:13 2024 +0000

    chore(deps): bump golang.org/x/sync from 0.7.0 to 0.8.0

    Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.7.0 to 0.8.0.
    - [Commits](https://github.com/golang/sync/compare/v0.7.0...v0.8.0)

    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sync
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit d6e52eb4f90677776c33ea4e3607c37e3c8ccb4c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Aug 6 00:54:28 2024 +0000

    chore(deps): bump github.com/container-tools/spectrum

    Bumps [github.com/container-tools/spectrum](https://github.com/container-tools/spectrum) from 0.6.54 to 0.6.55.
    - [Release notes](https://github.com/container-tools/spectrum/releases)
    - [Changelog](https://github.com/container-tools/spectrum/blob/master/.goreleaser.yml)
    - [Commits](https://github.com/container-tools/spectrum/compare/v0.6.54...v0.6.55)

    ---
    updated-dependencies:
    - dependency-name: github.com/container-tools/spectrum
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 1328d3bb0ae1cb6a2416cd4e0d0bd46a4e531b0d
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Aug 5 23:47:52 2024 +0000

    chore: nightly automatic updates

commit a1fadbf10ea71f787e9d31593bdf40dbeb59c6a3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Aug 5 00:26:39 2024 +0000

    chore(deps): bump golang.org/x/oauth2 from 0.21.0 to 0.22.0

    Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.21.0 to 0.22.0.
    - [Commits](https://github.com/golang/oauth2/compare/v0.21.0...v0.22.0)

    ---
    updated-dependencies:
    - dependency-name: golang.org/x/oauth2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit d289658d6195020c4716153211c0c1f1e59da45e
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Fri Aug 2 12:53:19 2024 +0200

    chore(trait): drop support for registry

commit 54a344fbfd01a923d453d2305f8b4518bbc0b4b0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Aug 5 00:26:30 2024 +0000

    chore(deps): bump golang.org/x/time from 0.5.0 to 0.6.0

    Bumps [golang.org/x/time](https://github.com/golang/time) from 0.5.0 to 0.6.0.
    - [Commits](https://github.com/golang/time/compare/v0.5.0...v0.6.0)

    ---
    updated-dependencies:
    - dependency-name: golang.org/x/time
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 8d27493823046e7f97b86a477ed025c628592b8b
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Fri Aug 2 15:01:56 2024 +0200

    chore(deps): bump linter

commit ad7ba272c4d720fad08c41a3fda58a67489598cd
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Fri Aug 2 14:35:44 2024 +0200

    chore: remove deprecated unused code

commit 1fec50e882f6d88423f24c4a45b56c93bd25868e
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Sun Aug 4 23:46:53 2024 +0000

    chore: nightly automatic updates

commit 0dd3f9c65079521dec467a64afa6204541a08e5b
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Fri Aug 2 23:44:16 2024 +0000

    chore: nightly automatic updates

commit 471cc9cd606e66fcc865640e8c004540c2ed87b5
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Fri Aug 2 10:31:51 2024 +0200

    feat(trait): drop support for swagger

    Closes #5735

commit 083a8c93c2ef2696f6cfd1a2fb2c98603ed46885
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Aug 2 01:02:24 2024 +0000

    chore(deps): bump knative.dev/serving from 0.40.1 to 0.42.1

    Bumps [knative.dev/serving](https://github.com/knative/serving) from 0.40.1 to 0.42.1.
    - [Release notes](https://github.com/knative/serving/releases)
    - [Commits](https://github.com/knative/serving/compare/v0.40.1...v0.42.1)

    ---
    updated-dependencies:
    - dependency-name: knative.dev/serving
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit ad17262e4bb30149f7eca75d7c37f352ebc9b46e
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Fri Aug 2 09:50:19 2024 +0200

    chore(deps): update controllergen

commit 749458012b67e63a87906ab5e2ac513c5e183985
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Thu Aug 1 10:25:41 2024 +0200

    chore(deps): bump prometheus

commit ca355bf89f34fd4e914f7d5a721c0e8f7b1009bf
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Wed Jul 31 16:05:51 2024 +0200

    chore(deps): bump kubernetes to 1.29.7

commit 873dfcf7df6bffa285a6a4a86aa7a73ca2da70ed
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Wed Jul 31 09:36:43 2024 +0200

    fix(ci): latest runtime openapi snapshot repo

commit 608dd6c143813875329716e3bbb694af03f20768
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Tue Jul 30 17:17:37 2024 +0200

    chore(deps): bump knative

commit 8f5cdd07e7d6c72f5754f0ece151b313891ef417
Author: Gaelle Fournier <gaelle.fournier.work@gmail.com>
Date:   Tue Jul 30 19:26:01 2024 +0200

    chore(lint): Fix golang 1.22 lint

commit a4bf2a9741145af36ddccc3a4a3db00dabbf24db
Author: Gaelle Fournier <gaelle.fournier.work@gmail.com>
Date:   Tue Jul 30 18:37:57 2024 +0200

    chore(ci): Upgrade golang to 1.22

commit 1ea28eb00c89579051d5d02520cbd49c3903d935
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jul 31 00:22:02 2024 +0000

    chore(deps): bump github.com/container-tools/spectrum

    Bumps [github.com/container-tools/spectrum](https://github.com/container-tools/spectrum) from 0.6.53 to 0.6.54.
    - [Release notes](https://github.com/container-tools/spectrum/releases)
    - [Changelog](https://github.com/container-tools/spectrum/blob/master/.goreleaser.yml)
    - [Commits](https://github.com/container-tools/spectrum/compare/v0.6.53...v0.6.54)

    ---
    updated-dependencies:
    - dependency-name: github.com/container-tools/spectrum
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 5225288d5e2639fa52ced5dbc34947a593840bc7
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Tue Jul 30 23:45:17 2024 +0000

    chore: nightly automatic updates

commit 3d3bfac6589ec61ea76f683b3fdc30420089fcb4
Author: Gaelle Fournier <gaelle.fournier.work@gmail.com>
Date:   Tue Jul 30 17:20:02 2024 +0200

    chore(deps): Upgrade controller runtime to 0.17.x

commit 2116801435899b283eb5413b1e0eab06b9a405a6
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Tue Jul 30 16:03:23 2024 +0200

    chore(ci): upgrade Kind to 1.30

commit 42de79c47afd4cd17c2877184d67b098207a3b01
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Tue Jul 30 15:48:11 2024 +0200

    chore(ci): upgrade kubectl

commit 520e91a188b3dbd43c95ef05494fbf42b2f28336
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Tue Jul 30 15:47:59 2024 +0200

    chore(ci): move to ptr package

commit 4b4e01cda0d1e558c290db3facc37700524f49c6
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Tue Jul 30 14:51:33 2024 +0200

    chore(ci): upgrade kubernetes API to 1.29

    Closes #5307

commit 56dcdc1fe487141d899b586f44b6c8248fae66ee
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Tue Jul 30 14:30:44 2024 +0200

    chore(ci): removing staging variables

commit 591809757899e7f239147581a0b89c7e80245e0a
Author: realMartinez <tess322sk@gmail.com>
Date:   Wed Jun 26 14:42:41 2024 +0200

    knative service URL test

commit 75b3eeed377b0a5be0794f9b1b302f39e7dad2da
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jul 30 00:39:50 2024 +0000

    chore(deps): bump github.com/container-tools/spectrum

    Bumps [github.com/container-tools/spectrum](https://github.com/container-tools/spectrum) from 0.6.52 to 0.6.53.
    - [Release notes](https://github.com/container-tools/spectrum/releases)
    - [Changelog](https://github.com/container-tools/spectrum/blob/master/.goreleaser.yml)
    - [Commits](https://github.com/container-tools/spectrum/compare/v0.6.52...v0.6.53)

    ---
    updated-dependencies:
    - dependency-name: github.com/container-tools/spectrum
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 0f9a926a4f8730fa3b8d8e8193e07a0891de16b8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jul 30 00:39:58 2024 +0000

    chore(deps): bump github.com/onsi/gomega from 1.34.0 to 1.34.1

    Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.34.0 to 1.34.1.
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/onsi/gomega/compare/v1.34.0...v1.34.1)

    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/gomega
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 23a9301e8cf7ef43466959cdc5d48d498c1d407f
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Jul 29 23:47:59 2024 +0000

    chore: nightly automatic updates

commit c48cd7e955ea5056b057fdad3d4c5b936213e427
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Mon Jul 29 15:52:20 2024 +0200

    chore: minor update release doc

commit 31ddb20abd04f6d22c42c691e5f7aa70710ef3d1
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Mon Jul 29 15:32:02 2024 +0200

    chore: starting release branch for release-2.4.x

commit f2b6e7bef4085fdc12be36911cf8b4706ee7cfc2
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Mon Jul 29 09:34:01 2024 +0200

    fix(ci): tune resources

commit e518ffb949ba55b3682f0f90fa1a312fc5b903da
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Fri Jul 26 16:12:52 2024 +0200

    fix(trait): sourceless openapi

    Ref #5680

commit d126ceb507de52acd9f41b434a7c776003b9c632
Author: Luis Sergio Carneiro <luis.carneiro@sensedia.com>
Date:   Fri Jul 26 11:02:42 2024 -0300

    fix(#5706): removing trait prefix from condition type

commit 54f6102ae59af24c7411eefaae1a685ccac5b48a
Author: hernanguardado <hernan.guardado@datagrate.com>
Date:   Fri Jul 26 19:41:02 2024 -0400

    Adding sourceless test for telemetry trait

commit b8ae4830b197c40803a344533f0b3a3a98f510d0
Author: hernanguardado <hernan.guardado@datagrate.com>
Date:   Fri Jul 12 18:42:16 2024 -0400

    adding forcefullyEnabled for sourceless

commit 535a5a87f2e61dd9bf80475100f80894c69fe2dc
Author: hernanguardado <hernan.guardado@datagrate.com>
Date:   Thu Jul 25 17:51:15 2024 -0400

    Added emptyDir support to mount trait

commit b4a1852253e8ee282db59594a421207f43382564
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 29 01:42:04 2024 +0000

    chore(deps): bump github.com/container-tools/spectrum

    Bumps [github.com/container-tools/spectrum](https://github.com/container-tools/spectrum) from 0.6.48 to 0.6.52.
    - [Release notes](https://github.com/container-tools/spectrum/releases)
    - [Changelog](https://github.com/container-tools/spectrum/blob/master/.goreleaser.yml)
    - [Commits](https://github.com/container-tools/spectrum/compare/v0.6.48...v0.6.52)

    ---
    updated-dependencies:
    - dependency-name: github.com/container-tools/spectrum
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 73e3483511e809f79090b58635da94a73657b707
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Fri Jul 26 23:43:51 2024 +0000

    chore: nightly automatic updates

commit 99e99830b19e83cfcab9a9fbf10d37fad3dbc29a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Jul 26 00:15:56 2024 +0000

    chore(deps): bump github.com/onsi/gomega from 1.33.1 to 1.34.0

    Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.33.1 to 1.34.0.
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/onsi/gomega/compare/v1.33.1...v1.34.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/gomega
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit bf7f4e3209d934def23cc0bcb63f42edeb94b937
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed Jul 24 23:48:21 2024 +0000

    chore: nightly automatic updates

commit 887ffc48ae7ff3afaac3c60f33586ce0a10c448d
Author: Gaelle Fournier <gaelle.fournier.work@gmail.com>
Date:   Tue Jul 23 14:31:48 2024 +0200

    fix(ci): Reduce parallelism for smoke tests

    Ref #5696

commit 5227f8246abc60076d029da811625c9db48181ec
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Jul 22 23:48:01 2024 +0000

    chore: nightly automatic updates

commit 3da4b5dcb6037afb032ac3c097c8270b767419bf
Author: Gaelle Fournier <gaelle.fournier.work@gmail.com>
Date:   Fri Jul 19 13:14:11 2024 +0200

    fix(e2e): Fix cron test

commit 8e840f9743ac9f628c6ceb83133940175419499d
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Sat Jul 20 23:43:54 2024 +0000

    chore: nightly automatic updates

commit 6c93e7efabda1524870bd471b7667b062e630a84
Author: Gaelle Fournier <gaelle.fournier.work@gmail.com>
Date:   Thu Jul 18 16:13:53 2024 +0200

    chore(ci): Dump some cluster infos

commit 71fb434dfc2057c38938e8d5f13f4e197b9ff3bc
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed Jul 17 23:43:47 2024 +0000

    chore: nightly automatic updates

commit 2c962f1973f47d8cc3ad5974da1ae7c92b2cf2b2
Author: Gaelle Fournier <gaelle.fournier.work@gmail.com>
Date:   Tue Jul 16 11:38:02 2024 +0200

    fix(ci): raise again default resource footprint

commit a529eebf4886280651bb44e38e5439a05d983c55
Author: realMartinez <tess322sk@gmail.com>
Date:   Wed Jun 26 14:42:41 2024 +0200

    knative service URL test

commit 48cd16428d2397b8fe958904597fc695964e1e12
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Jul 15 23:44:13 2024 +0000

    chore: nightly automatic updates

commit 5d20ae1983222894191cff633e0e000f54edb9f8
Author: realMartinez <tess322sk@gmail.com>
Date:   Wed Jun 26 14:42:41 2024 +0200

    knative service URL test

commit 860a20138f9d66aaa783f0f7da097995c15f8ab4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 00:52:16 2024 +0000

    chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin

    Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.3.0 to 3.3.1.
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.0...surefire-3.3.1)

    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-surefire-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 6db438eeb6689d037630c1e0b3cd5b048d8700ef
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 00:52:13 2024 +0000

    chore(deps): bump org.apache:apache from 32 to 33 in /java/crds

    Bumps [org.apache:apache](https://github.com/apache/maven-apache-parent) from 32 to 33.
    - [Release notes](https://github.com/apache/maven-apache-parent/releases)
    - [Commits](https://github.com/apache/maven-apache-parent/commits)

    ---
    updated-dependencies:
    - dependency-name: org.apache:apache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 17c61e994d314b9accba2eda0a39ef8725f96fa4
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Tue Jul 9 23:43:40 2024 +0000

    chore: nightly automatic updates

commit 249d80ee341e28e461ca33f76cd2a636716b5bb5
Author: Gaelle Fournier <gaelle.fournier.work@gmail.com>
Date:   Mon Jul 8 10:19:47 2024 +0200

    chore(build): Fix docker build warnings

commit 5c059a5a3a05de0ac59849f5eb1951cd797c7102
Author: Gaelle Fournier <gaelle.fournier.work@gmail.com>
Date:   Mon Jul 8 15:47:15 2024 +0200

    fix(helm): Remove duplicate clusterrole

commit 6028e024bb819299b477b0631e55eb10a5364abf
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Jul 8 23:46:49 2024 +0000

    chore: nightly automatic updates

commit 3a11689da0904c1907cc3003ae5e490d21b5a942
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Jul 5 00:42:15 2024 +0000

    chore(deps): bump golang.org/x/term from 0.21.0 to 0.22.0

    Bumps [golang.org/x/term](https://github.com/golang/term) from 0.21.0 to 0.22.0.
    - [Commits](https://github.com/golang/term/compare/v0.21.0...v0.22.0)

    ---
    updated-dependencies:
    - dependency-name: golang.org/x/term
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 5fb21193f24ff139e5d59a62926389dc0a86796b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 8 01:03:55 2024 +0000

    chore(deps): bump fabric8-version from 6.13.0 to 6.13.1 in /java/crds

    Bumps `fabric8-version` from 6.13.0 to 6.13.1.

    Updates `io.fabric8:kubernetes-client-bom-with-deps` from 6.13.0 to 6.13.1
    - [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
    - [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/fabric8io/kubernetes-client/compare/v6.13.0...v6.13.1)

    Updates `io.fabric8:java-generator-maven-plugin` from 6.13.0 to 6.13.1

    ---
    updated-dependencies:
    - dependency-name: io.fabric8:kubernetes-client-bom-with-deps
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.fabric8:java-generator-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit bf4d4ce133c6767e9e74c88d20eb247793bf0d9e
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Thu Jul 4 23:46:55 2024 +0000

    chore: nightly automatic updates

commit efd5a8a3fe0a569aa4de75c7f5980fe8e2fbd122
Author: Gaelle Fournier <gaelle.fournier.work@gmail.com>
Date:   Wed Jul 3 15:16:23 2024 +0200

    fix(install): avoid kubectl execution on Makefile evaluation

commit 54b82ea90194198ab1d6ef49c70658eaa09afc8d
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed Jul 3 23:46:51 2024 +0000

    chore: nightly automatic updates

commit 0a9c9c78300595fea76f44d971bde18567bc2ac1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jul 3 00:22:00 2024 +0000

    chore(deps): bump github.com/container-tools/spectrum

    Bumps [github.com/container-tools/spectrum](https://github.com/container-tools/spectrum) from 0.6.47 to 0.6.48.
    - [Release notes](https://github.com/container-tools/spectrum/releases)
    - [Changelog](https://github.com/container-tools/spectrum/blob/master/.goreleaser.yml)
    - [Commits](https://github.com/container-tools/spectrum/compare/v0.6.47...v0.6.48)

    ---
    updated-dependencies:
    - dependency-name: github.com/container-tools/spectrum
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 0c42e44b5367a02535be0223c3ed896565c69f3e
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Tue Jul 2 23:43:23 2024 +0000

    chore: nightly automatic updates

commit 5bed6dc202de8b778809ff651c16253b08d62f85
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Wed Jun 26 13:25:17 2024 +0200

    feat: dependencies default order strategy

commit 30c229f11841f821a502d2350f9288c1ecf85c59
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Tue Jul 2 08:06:42 2024 +0200

    chore(install): reduce default resource footprint

commit e3a7df29fea9fd6f1badaf2dd39521afb9c25deb
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Tue Jul 2 08:37:04 2024 +0200

    fix(helm): force IntegrationPlatform override

commit bc094e8318ae8acad8dd4bfebc620439929d6dc7
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Mon Jul 1 17:18:05 2024 +0200

    fix(helm): account for operator id value

commit d46121de7fbc05805ec68c3a6245560ee68dbc64
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Mon Jul 1 14:44:09 2024 +0200

    fix(e2e): remove uninstall unsupported methods

commit f2d6e5f65ca2e518a260267db8a8ca8d705d5ba3
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Mon Jul 1 13:24:56 2024 +0200

    chore(e2e): more parallelism

commit 9176a3c011dad40f94d9dde01d857e952604b4d7
Author: Pasquale Congiusti <pasquale.congiusti@gmail.com>
Date:   Mon Jul 1 12:29:…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/builder kind/bug Something isn't working
Projects
None yet
2 participants