quarkiverse / quarkus-artemis

Quarkus Artemis extensions
Apache License 2.0
12 stars 11 forks source link

Bump io.quarkus.platform:quarkus-camel-bom from 3.8.0.CR1 to 3.8.1 #424

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps io.quarkus.platform:quarkus-camel-bom from 3.8.0.CR1 to 3.8.1.

Commits
  • 68d8e29 [maven-release-plugin] prepare release 3.8.1
  • 7976b3d Merge pull request #1131 from gsmet/quarkus-3.8.1
  • bd3ed08 Upgrade to Quarkus 3.8.1
  • 3fa71db Merge pull request #1130 from vsevel/feature/vault_3.5.0
  • d33c5be Merge pull request #1129 from aldettinger/main
  • a641fb4 Upgrade to Camel Quarkus 3.8.0
  • 33207b7 Vault 3.5.0
  • 5948661 Merge pull request #1128 from scrocquesel/update-amz
  • f9c76f9 Update Quarkus Amazon Services to 2.12.1
  • e4d53a5 Merge pull request #1127 from JiriOndrusek/upgrade-qcxf-3.8.0
  • 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)
github-actions[bot] commented 5 months ago

🚦Reports for run #1019🚦

Reports will be posted here as they get available.

🥳 JUnit JVM Test passed

| Passed | Failed | Skipped | |--------|--------|---------| | ✅ 181 | ❌ 0 | ⚠️ 0 | You can see the report [here](https://github.com/quarkiverse/quarkus-artemis/runs/22109609959).

🥳 JUnit Native Test passed

| Passed | Failed | Skipped | |--------|--------|---------| | ✅ 113 | ❌ 0 | ⚠️ 0 | You can see the report [here](https://github.com/quarkiverse/quarkus-artemis/runs/22109645608).
middagj commented 5 months ago

@dependabot merge

middagj commented 5 months ago

@turing85 shouldn't dependabot wait for successful checks before merging?

github-actions[bot] commented 5 months ago

🚦Reports for run #1021🚦

Reports will be posted here as they get available.

🥳 JUnit JVM Test passed

| Passed | Failed | Skipped | |--------|--------|---------| | ✅ 181 | ❌ 0 | ⚠️ 0 | You can see the report [here](https://github.com/quarkiverse/quarkus-artemis/runs/22113259554).

🥳 JUnit Native Test passed

| Passed | Failed | Skipped | |--------|--------|---------| | ✅ 113 | ❌ 0 | ⚠️ 0 | You can see the report [here](https://github.com/quarkiverse/quarkus-artemis/runs/22113374970).
turing85 commented 5 months ago

@middagj problem is that we need required checks in order for dependabot to wait. We do not have the rights to configure them. I'll talk with @gastaldi, maybe he can help.

gastaldi commented 5 months ago

@turing85 the problem with introducing required checks is that it breaks the release process since you can no longer push modifications without running the checks. Probably creating a release token may be enough to fix that, but I haven't had the chance to test and document it yet.