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

[data-plane]: Bump io.quarkus:quarkus-bom from 3.2.9.Final to 3.6.1 in /data-plane #3511

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2023

Bumps io.quarkus:quarkus-bom from 3.2.9.Final to 3.6.1.

Release notes

Sourced from io.quarkus:quarkus-bom's releases.

3.6.0

Major changes

  • #37241 - Make improvements to REST Client SSE handling

Complete changelog

  • #37242 - Support Docker Desktop for building native executables
  • #37241 - Make improvements to REST Client SSE handling
  • #37240 - Updates Infinispan to 14.0.21.Final
  • #37238 - Build cache - Only store if the access key is around
  • #37236 - Api to read minimum and recommended Java versions from catalog metadata
  • #37221 - Image updates (including Java 21 base image)
  • #37218 - Fix OpenTelemetry trace exclusion of endpoints served from the management interface
  • #37213 - Add basic Range header support
  • #37205 - Resteasy-reactive Partial Content support (Range: bytes http header)
  • #37204 - Allow to define allowed roles as configuration expressions inside @SecureField annotation
  • #37201 - Fixed sample code for KotlinModule initialization
  • #37198 - Some minor refinements for build scans
  • #37193 - AccessDeniedException error with build using native image on linux with Docker Desktop
  • #37185 - Removed DependencyFlags.REMOVED
  • #37170 - Fix snapshots following a collision of pull requests
  • #37166 - Support custom Authorization schemes for OIDC bearer tokens
  • #37162 - Bump org.apache.commons:commons-text from 1.10.0 to 1.11.0
  • #37161 - Bump io.quarkus:quarkus-platform-bom-maven-plugin from 0.0.97 to 0.0.99
  • #37158 - Bump com.unboundid:unboundid-ldapsdk from 6.0.9 to 6.0.10
  • #37153 - Bump smallrye-jwt version to 4.4.0
  • #37149 - Bump com.squareup.okio:okio from 1.17.2 to 1.17.6 in /bom/application
  • #37107 - Rest client able to get full SSE event
  • #37101 - Remove smallrye-opentracing from native tests modules in CI
  • #37094 - Bump jakarta.json:jakarta.json-api from 2.1.2 to 2.1.3
  • #37092 - Bump mongo-client.version from 4.11.0 to 4.11.1
  • #37067 - SmallRye GraphQL 2.6 + custom scalar registration
  • #37053 - Clarify dynamic Environment Variables name conversion
  • #37004 - Move failsafe config to the root instead of in an execution
  • #36976 - Error in JBossLoggerFinder during integration test
  • #36804 - @SecureField add expression support
  • #36801 - Add note that endpointdisabled does not work native
  • #36746 - Allow using a random test port within Google Cloud Function tests
  • #35476 - Random test port does not work together with google-cloud-functions extensions

3.6.0.CR1

Major changes

  • #36935 - Support for dynamic OIDC JWK set resolution
  • #36874 - Move HTTP Permissions and Roles policies from build-time to runtime
  • #36781 - Added Discord as well-known OIDC provider
  • #36728 - JPA Security: allow pointing to a named persistence unit
  • #36634 - Introduce OidcRequestFilter
  • #36631 - Make it possible to acquire OIDC SecurityIdentity after HTTP request has completed

... (truncated)

Commits
  • c57a24f [RELEASE] - Bump version to 3.6.1
  • abdc647 Merge pull request #37495 from gsmet/3.6.1-backports-2
  • d89dde3 Revert "Unlist quarkus-resteasy-qute and quarkus-resteasy-reactive-qute"
  • 58db82b Config: detect injected config value mismatch for missing values
  • 0469ec8 Print correct profiles in native image
  • 0719a47 Update Apache Maven to 3.9.6
  • f433cb0 Merge pull request #37434 from gsmet/3.6.1-backports-1
  • 83a3e51 Make Truffle from GraalVM 23.1 work in all Quarkus modes
  • 78a823c Fix Panache bytecode enhancement for @​Embeddable records
  • cdbc6d6 Test access to fields of @​Immutable embeddables
  • 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 <dependency name> 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)

Bumps [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus) from 3.2.9.Final to 3.6.1.
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.2.9.Final...3.6.1)

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 5, 2023
@knative-prow knative-prow bot requested review from aliok and pierDipi December 5, 2023 20:21
@knative-prow knative-prow bot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/data-plane labels Dec 5, 2023
Copy link

knative-prow bot commented Dec 5, 2023

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please ask for approval from pierdipi. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow knative-prow bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Dec 5, 2023
Copy link

codecov bot commented Dec 5, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7b581b7) 61.53% compared to head (85c8394) 58.46%.
Report is 1 commits behind head on main.

❗ Current head 85c8394 differs from pull request most recent head 4e60f90. Consider uploading reports for the commit 4e60f90 to get more accurate results

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #3511      +/-   ##
============================================
- Coverage     61.53%   58.46%   -3.08%     
============================================
  Files           181       91      -90     
  Lines         12414     9338    -3076     
  Branches        266        0     -266     
============================================
- Hits           7639     5459    -2180     
+ Misses         4165     3443     -722     
+ Partials        610      436     -174     
Flag Coverage Δ
java-unittests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

knative-prow bot commented Dec 5, 2023

@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
unit-tests_eventing-kafka-broker_main 4e60f90 link true /test unit-tests
channel-integration-tests-sasl-plain_eventing-kafka-broker_main 4e60f90 link true /test channel-integration-tests-sasl-plain
channel-reconciler-tests-sasl-plain_eventing-kafka-broker_main 4e60f90 link true /test channel-reconciler-tests-sasl-plain
channel-reconciler-tests-ssl_eventing-kafka-broker_main 4e60f90 link true /test channel-reconciler-tests-ssl
channel-reconciler-tests-sasl-ssl_eventing-kafka-broker_main 4e60f90 link true /test channel-reconciler-tests-sasl-ssl
channel-integration-tests-sasl-ssl_eventing-kafka-broker_main 4e60f90 link true /test channel-integration-tests-sasl-ssl
reconciler-tests_eventing-kafka-broker_main 4e60f90 link true /test reconciler-tests
integration-tests_eventing-kafka-broker_main 4e60f90 link true /test integration-tests
channel-integration-tests-ssl_eventing-kafka-broker_main 4e60f90 link true /test channel-integration-tests-ssl
reconciler-tests-keda_eventing-kafka-broker_main 4e60f90 link true /test reconciler-tests-keda
reconciler-tests-namespaced-broker_eventing-kafka-broker_main 4e60f90 link true /test reconciler-tests-namespaced-broker
upgrade-tests_eventing-kafka-broker_main 4e60f90 link true /test upgrade-tests

Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@matzew
Copy link
Contributor

matzew commented Dec 6, 2023

/close

we stay on 3.2.x

@knative-prow knative-prow bot closed this Dec 6, 2023
Copy link

knative-prow bot commented Dec 6, 2023

@matzew: Closed this PR.

In response to this:

/close

we stay on 3.2.x

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 6, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/data-plane/main/io.quarkus-quarkus-bom-3.6.1 branch December 6, 2023 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/data-plane dependencies Pull requests that update a dependency file java Pull requests that update Java code size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants