From cf64ee1166ce2fab1c7a7322761c051ef340f1ec Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Tue, 28 Jan 2025 17:42:28 +0000 Subject: [PATCH 1/9] chore: Update CODEOWNERS (#313) --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index c4ff123..8a8bb30 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,4 +1,4 @@ -* @cloudquery/cloudquery-framework +* @cloudquery/integrations-backend lib/build.gradle .release-please-manifest.json From 0b29ccd5940d660f5e471e5055b5d2d1e98c2d29 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sat, 1 Feb 2025 01:01:58 +0000 Subject: [PATCH 2/9] fix(deps): Update dependency gradle to v8.12.1 (#314) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://github.com/gradle/gradle)) | patch | `8.12` -> `8.12.1` | --- ### Release Notes
gradle/gradle (gradle) ### [`v8.12.1`](https://github.com/gradle/gradle/releases/tag/v8.12.1): 8.12.1 [Compare Source](https://github.com/gradle/gradle/compare/v8.12.0...v8.12.1) The Gradle team is excited to announce Gradle 8.12.1. [Read the Release Notes](https://docs.gradle.org/8.12.1/release-notes.html) We would like to thank the following community members for their contributions to this release of Gradle: [Abhiraj Adhikary](https://github.com/abhirajadhikary06), [Ayush Saxena](https://github.com/Ayushcode10), [Björn Kautler](https://github.com/Vampire), [davidburstrom](https://github.com/davidburstrom), [Dominic Fellbaum](https://github.com/felldo), [Emmanuel Ferdman](https://github.com/emmanuel-ferdman), [Finn Petersen](https://github.com/fp7), [Johnny Lim](https://github.com/izeye), [Mahdi Hosseinzadeh](https://github.com/mahozad), [Martin Bonnin](https://github.com/martinbonnin), [Paint_Ninja](https://github.com/PaintNinja), [Petter Måhlén](https://github.com/pettermahlen), [Philip Wedemann](https://github.com/hfhbd), [stegeto22](https://github.com/stegeto22), [Tanish](https://github.com/Taz03), [TheGoesen](https://github.com/TheGoesen), [Tim Nielens](https://github.com/tnielens), [Trout Zhang](https://github.com/TroutZhang), [Victor Merkulov](https://github.com/urdak) #### Upgrade instructions Switch your build to use Gradle 8.12.1 by updating your wrapper: ./gradlew wrapper --gradle-version=8.12.1 See the Gradle [8.x upgrade guide](https://docs.gradle.org/8.12.1/userguide/upgrading_version\_8.html) to learn about deprecations, breaking changes and other considerations when upgrading. For Java, Groovy, Kotlin and Android compatibility, see the [full compatibility notes](https://docs.gradle.org/8.12.1/userguide/compatibility.html). #### Reporting problems If you find a problem with this release, please file a bug on [GitHub Issues](https://github.com/gradle/gradle/issues) adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss). We hope you will build happiness with Gradle, and we look forward to your feedback via [Twitter](https://twitter.com/gradle) or on [GitHub](https://github.com/gradle).
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). --- gradle/wrapper/gradle-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index cea7a79..e18bc25 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME From c888a38482089def2a7bbbcef61b72d562a94268 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sat, 1 Feb 2025 01:06:52 +0000 Subject: [PATCH 3/9] fix(deps): Update eclipse-temurin Docker tag to v21.0.6_7-jre (#315) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | eclipse-temurin | final | patch | `21.0.5_11-jre` -> `21.0.6_7-jre` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 24ae1a8..07ef22b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY . . RUN gradle jar --no-daemon -FROM eclipse-temurin:21.0.5_11-jre +FROM eclipse-temurin:21.0.6_7-jre COPY --from=build /code/lib/build/libs/*.jar /app/app.jar From c1d543d755c5328d9d6f970dbf0191d4d6738e01 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sat, 1 Feb 2025 02:02:26 +0000 Subject: [PATCH 4/9] fix(deps): Update dependency nl.jqno.equalsverifier:equalsverifier to v3.18.1 (#317) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [nl.jqno.equalsverifier:equalsverifier](https://www.jqno.nl/equalsverifier) ([source](https://github.com/jqno/equalsverifier)) | dependencies | minor | `3.17.4` -> `3.18.1` | `3.18.2` | --- ### Release Notes
jqno/equalsverifier (nl.jqno.equalsverifier:equalsverifier) ### [`v3.18.1`](https://github.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#3181---2025-01-09) ##### Added - Improved Kotlin support. ([Issue 506](https://github.com/jqno/equalsverifier/issues/506#issuecomment-2563664670)) ### [`v3.18`](https://github.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#3182---2025-01-30) ##### Fixed - Gives readable error message when trying to use `forPackage()` on third-party dependency package, instead of a `NullPointerException`. ([Issue 1040](https://github.com/jqno/equalsverifier/issues/1040)) ### [`v3.17.5`](https://github.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#3175---2024-12-06) ##### Fixed - SpotBugs-annotations dependency is suddenly needed in builds that do certain kinds of annotation processing. ([Issue 1026](https://github.com/jqno/equalsverifier/issues/1026)) - Significant fields error when testing a class with a field that has a Map with an array as its value type. ([Issue 1027](https://github.com/jqno/equalsverifier/issues/1027)) ##### Changed - Reverted the refactorings introduced in versions 3.17.2, 3.17.3 and 3.17.4, as they were causing more problems than they were solving. See [this blog post](https://jqno.nl/post/2024/12/06/unrefactoring/) for some background.
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 6ee8a00..5240439 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -55,7 +55,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4' testImplementation 'org.mockito:mockito-core:5.14.2' testImplementation 'org.mockito:mockito-junit-jupiter:5.14.2' - testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.17.4' + testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.18.1' testImplementation 'org.assertj:assertj-core:3.26.3' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4' From f3210842975ca24d4cff089e29539450360adbcd Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sat, 1 Feb 2025 02:49:59 +0000 Subject: [PATCH 5/9] fix(deps): Update dependency org.assertj:assertj-core to v3.27.3 (#318) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.assertj:assertj-core](https://assertj.github.io/doc/#assertj-core) ([source](https://github.com/assertj/assertj)) | dependencies | minor | `3.26.3` -> `3.27.3` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 5240439..7d777ea 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -56,7 +56,7 @@ dependencies { testImplementation 'org.mockito:mockito-core:5.14.2' testImplementation 'org.mockito:mockito-junit-jupiter:5.14.2' testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.18.1' - testImplementation 'org.assertj:assertj-core:3.26.3' + testImplementation 'org.assertj:assertj-core:3.27.3' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4' runtimeOnly "org.apache.arrow:arrow-memory-netty:18.1.0" From 97b3b6c2ffce1d61b0966ce29304a4faee39866d Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sat, 1 Feb 2025 02:54:52 +0000 Subject: [PATCH 6/9] fix(deps): Update grpc-java monorepo to v1.70.0 (#319) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.grpc:grpc-inprocess](https://github.com/grpc/grpc-java) | dependencies | minor | `1.68.2` -> `1.70.0` | | [io.grpc:grpc-testing](https://github.com/grpc/grpc-java) | dependencies | minor | `1.68.2` -> `1.70.0` | | [io.grpc:grpc-services](https://github.com/grpc/grpc-java) | dependencies | minor | `1.68.2` -> `1.70.0` | | [io.grpc:grpc-stub](https://github.com/grpc/grpc-java) | dependencies | minor | `1.68.2` -> `1.70.0` | | [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java) | dependencies | minor | `1.68.2` -> `1.70.0` | --- ### Release Notes
grpc/grpc-java (io.grpc:grpc-inprocess) ### [`v1.70.0`](https://github.com/grpc/grpc-java/releases/tag/v1.70.0) ##### **Bug Fixes** - Re-enable animalsniffer, fixing most violations ([`8ea3629`](https://github.com/grpc/grpc-java/commit/8ea362937)). Violations would only have triggered on API level 23 and earlier, and the violations fixed here were highly unlikely to be triggered - api: Fix Android API level 23 and earlier compatibility for StatusRuntimeException without stacktrace ([#​11072](https://github.com/grpc/grpc-java/issues/11072)) ([`ebe2b48`](https://github.com/grpc/grpc-java/commit/ebe2b4867)). This fixes a regression introduced in 1.64.0. The regression should have caused failures on API level 23 and earlier when a StatusRuntimeException or StatusException was created. However, for unknown reasons tests on old devices didn’t notice issues - okhttp: Improve certificate handling by rejecting non-ASCII subject alternative names and hostnames as seen in CVE-2021-0341 ([#​11749](https://github.com/grpc/grpc-java/issues/11749)) ([`a0982ca`](https://github.com/grpc/grpc-java/commit/a0982ca0a)). Hostnames are considered trusted and CAs are required to use punycode for non-ASCII hostnames, so this is expected to provide defense-in-depth. See also the [related GoSecure blog post](https://gosecure.ai/blog/2020/10/27/weakness-in-java-tls-host-verification/) and the [AOSP fix](https://android.googlesource.com/platform/external/okhttp/+/ddc934efe3ed06ce34f3724d41cfbdcd7e7358fc) - okhttp: Fix for ipv6 link local with scope ([#​11725](https://github.com/grpc/grpc-java/issues/11725)) ([`65b32e6`](https://github.com/grpc/grpc-java/commit/65b32e60e)) - xds: Preserve nonce when unsubscribing last watcher of a particular type so that new discovery requests of that type are handled correctly ([`1cf1927`](https://github.com/grpc/grpc-java/commit/1cf1927d1)). This (along with [`6c12c2b`](https://github.com/grpc/grpc-java/commit/6c12c2bd2)) fixes a nonce-handling regression introduced in 1.66.0 that could cause resources to appear to not exist until re-creating the ADS stream. Triggering the behavior required specific config changes. It is easiest to trigger when clusters use EDS and routes are changed from one cluster to another. The error “found 0 leaf (logical DNS or EDS) clusters for root cluster” might then be seen - xds: Remember nonces for unknown types ([`6c12c2b`](https://github.com/grpc/grpc-java/commit/6c12c2bd2)) - xds: Unexpected types in the bootstrap’s server_features should be ignored ([`e8ff6da`](https://github.com/grpc/grpc-java/commit/e8ff6da2c)). They were previously required to be strings - xds: Remove xds authority label from metric registration ([#​11760](https://github.com/grpc/grpc-java/issues/11760)) ([`6516c73`](https://github.com/grpc/grpc-java/commit/6516c7387)). This fixes the error “Incorrect number of required labels provided. Expected: 4” introduced in 1.69.0 - xds: Fixed unsupported unsigned 32 bits issue for circuit breaker ([#​11735](https://github.com/grpc/grpc-java/issues/11735)) ([`f8f6139`](https://github.com/grpc/grpc-java/commit/f8f613984)). This fixes clients treating large max_requests as “no requests” and failing all requests ##### **Improvements** - api: Introduce custom NameResolver.Args ([#​11669](https://github.com/grpc/grpc-java/issues/11669)) ([`0b2d440`](https://github.com/grpc/grpc-java/commit/0b2d44098)) - stub: Introduce new API: BlockingStubV2 which supports Bidi streaming, Client streaming, a cleaner Server streaming and Unary RPCs ([#​10318](https://github.com/grpc/grpc-java/issues/10318)) ([`ea8c31c`](https://github.com/grpc/grpc-java/commit/ea8c31c30)) - bazel: Remove workaround for DoNotCall fixed in Bazel 3.4 ([`805cad3`](https://github.com/grpc/grpc-java/commit/805cad378)) - binder: A standard API for pointing resolvers at a different Android User. ([#​11775](https://github.com/grpc/grpc-java/issues/11775)) ([`1126a8e`](https://github.com/grpc/grpc-java/commit/1126a8e30)) - xds: Fix XDS control plane client retry timer backoff duration when connection closes after results are received ([#​11766](https://github.com/grpc/grpc-java/issues/11766)) ([`ef7c2d5`](https://github.com/grpc/grpc-java/commit/ef7c2d59c)) - xds: Parsing xDS Cluster Metadata ([#​11741](https://github.com/grpc/grpc-java/issues/11741)) ([`1edc4d8`](https://github.com/grpc/grpc-java/commit/1edc4d84d)). Not used actively, but this adds validation. The validation is unlikely to fail but may reject invalid resources. - xds: Use "#server" as dataplane target value for xDS enabled gRPC servers ([#​11715](https://github.com/grpc/grpc-java/issues/11715)) ([`ebb43a6`](https://github.com/grpc/grpc-java/commit/ebb43a69e)). This only impacts the `grpc.target` label in `grpc.xds_client.*` metrics. Previously the empty string was used - rls: Reduce RLS debug channel logging ([`7f9c1f3`](https://github.com/grpc/grpc-java/commit/7f9c1f39f)). This only matters when debug logging is enabled ##### **Documentation** - examples: Simplify graceful shutdown in Hostname example ([`f1109e4`](https://github.com/grpc/grpc-java/commit/f1109e421)) - examples: Remove references to maven-central.storage-download.googleapis.com ([`c96e926`](https://github.com/grpc/grpc-java/commit/c96e926e6)) - examples: Updated the attachHeaders to newAttachHeadersInterceptor in HeaderClientInterceptor ([#​11759](https://github.com/grpc/grpc-java/issues/11759)) ([`5e8abc6`](https://github.com/grpc/grpc-java/commit/5e8abc677)) ##### **Dependencies** - Bazel 8 is released, so replace Bazel 6 testing with Bazel 7 ([`8a5f777`](https://github.com/grpc/grpc-java/commit/8a5f7776d)) ##### **Thanks to** - [@​panchenko](https://github.com/panchenko) - [@​benjaminp](https://github.com/benjaminp) - [@​ZachChuba](https://github.com/ZachChuba) - [@​vinodhabib](https://github.com/vinodhabib) ### [`v1.69.1`](https://github.com/grpc/grpc-java/releases/tag/v1.69.1) ##### Bug Fixes - okhttp: Improve certificate handling by rejecting non-ASCII subject alternative names and hostnames as seen in CVE-2021-0341 ([#​11749](https://github.com/grpc/grpc-java/issues/11749)) ([`a0982ca`](https://github.com/grpc/grpc-java/commit/a0982ca0a)). Hostnames are considered trusted and CAs are required to use punycode for non-ASCII hostnames, so this is expected to provide defense-in-depth. See also the [related GoSecure blog post](https://gosecure.ai/blog/2020/10/27/weakness-in-java-tls-host-verification/) and the [AOSP fix](https://android.googlesource.com/platform/external/okhttp/+/ddc934efe3ed06ce34f3724d41cfbdcd7e7358fc) - xds: Preserve nonce when unsubscribing last watcher of a particular type so that new discovery requests of that type are handled correctly ([`1cf1927`](https://github.com/grpc/grpc-java/commit/1cf1927d1)). This (along with [`6c12c2b`](https://github.com/grpc/grpc-java/commit/6c12c2bd2)) fixes a nonce-handling regression introduced in 1.66.0 that could cause resources to appear to not exist until re-creating the ADS stream. Triggering the behavior required specific config changes. It is easiest to trigger when clusters use EDS and routes are changed from one cluster to another. The error “found 0 leaf (logical DNS or EDS) clusters for root cluster” might then be seen - xds: Remember nonces for unknown types ([`6c12c2b`](https://github.com/grpc/grpc-java/commit/6c12c2bd2)) - xds: Unexpected types in the bootstrap’s server_features should be ignored ([`e8ff6da`](https://github.com/grpc/grpc-java/commit/e8ff6da2c)). They were previously required to be strings - xds: Fixed unsupported unsigned 32 bits issue for circuit breaker ([#​11735](https://github.com/grpc/grpc-java/issues/11735)) ([`f8f6139`](https://github.com/grpc/grpc-java/commit/f8f613984)). This fixes clients treating large max_requests as “no requests” and failing all requests - xds: Remove xds authority label from metric registration ([#​11760](https://github.com/grpc/grpc-java/issues/11760)) ([`6516c73`](https://github.com/grpc/grpc-java/commit/6516c7387)). This fixes the error “Incorrect number of required labels provided. Expected: 4” introduced in 1.69.0 ### [`v1.69.0`](https://github.com/grpc/grpc-java/releases/tag/v1.69.0) **v1.69.0** New Features - api: Allow `LoadBalancer`s to specify an authority per-RPC.([#​11631](https://github.com/grpc/grpc-java/issues/11631)) ([`c167ead`](https://github.com/grpc/grpc-java/commit/c167ead85)) CallOptions.withAuthority() has higher precedence. - netty: Add soft Metadata size limit enforcement. ([#​11603](https://github.com/grpc/grpc-java/issues/11603)) ([`735b3f3`](https://github.com/grpc/grpc-java/commit/735b3f3fe)) The soft limit is a lower size limit that fails an increasing percentage of RPCs as the Metadata size approaches the upper limit. This can be used as an “early warning” that the Metadata size is growing too large - alts: support altsCallCredentials in `GoogleDefaultChannelCredentials` ([#​11634](https://github.com/grpc/grpc-java/issues/11634)) ([`ba8ab79`](https://github.com/grpc/grpc-java/commit/ba8ab796e)) - xds: Add grpc.xds_client metrics, as documented by [OpenTelemetry Metrics](https://grpc.io/docs/guides/opentelemetry-metrics/#xdsclient-instruments) ([#​11661](https://github.com/grpc/grpc-java/issues/11661)) ([`20d09ce`](https://github.com/grpc/grpc-java/commit/20d09cee5)). `grpc.xds.authority` is not yet available Bug Fixes - api: When forwarding from `Listener` onAddresses to `Listener2` continue to use onResult ([#​11666](https://github.com/grpc/grpc-java/issues/11666)) ([`dae078c`](https://github.com/grpc/grpc-java/commit/dae078c0a)). This fixes a 1.68.1 "IllegalStateException: Not called from the SynchronizationContext" regression ([#​11662](https://github.com/grpc/grpc-java/issues/11662)) that could be seen in certain custom NameResolvers - okhttp: If the frame handler thread is null do not schedule it on the executor ([`ef1fe87`](https://github.com/grpc/grpc-java/commit/ef1fe8737)). This fixes a 1.68.1 NullPointerException regression when a custom transportExecutor was provided to the channel and it did not have enough threads to run new tasks Improvements - api: Add `java.time.Duration` overloads to `CallOptions`, `AbstractStub` methods that take TimeUnit and a time value ([#​11562](https://github.com/grpc/grpc-java/issues/11562)) ([`766b923`](https://github.com/grpc/grpc-java/commit/766b92379)) - core: Make timestamp usage in Channelz use nanos from Java.time.Instant when available ([#​11604](https://github.com/grpc/grpc-java/issues/11604)) ([`9176b55`](https://github.com/grpc/grpc-java/commit/9176b5528)). This increases the timestamp precision from milliseconds - okhttp: Fix for ipv6 link local with scope ([#​11725](https://github.com/grpc/grpc-java/issues/11725)[) (e98e7445b)](https://github.com/grpc/grpc-java/commit/e98e7445be6209ed4300724d6c2769635ceef5e4) - binder: Let `AndroidComponentAddress` specify a target UserHandle ([#​11670](https://github.com/grpc/grpc-java/issues/11670)) ([`e58c998`](https://github.com/grpc/grpc-java/commit/e58c998a4)) - servlet: Deframe failures should be logged on the server as warnings ([#​11645](https://github.com/grpc/grpc-java/issues/11645)) ([`a5db67d`](https://github.com/grpc/grpc-java/commit/a5db67d0c)) - s2a: Rename the Bazel target s2av2\_credentials to s2a ([`29dd9ba`](https://github.com/grpc/grpc-java/commit/29dd9bad3)). The target s2a had been referenced by IO_GRPC_GRPC_JAVA_OVERRIDE_TARGETS but didn’t previously exist - services: Make channelz work with proto lite ([#​11685](https://github.com/grpc/grpc-java/issues/11685)) ([`b170334`](https://github.com/grpc/grpc-java/commit/b1703345f)). This compatibility is on the source level. There is not a pre-built binary on Maven Central that supports proto lite - services: Deprecate ProtoReflectionService ([#​11681](https://github.com/grpc/grpc-java/issues/11681)) ([`921f88a`](https://github.com/grpc/grpc-java/commit/921f88ae3)). The class implements the deprecated v1alpha of the reflection protocol. Prefer ProtoReflectionServiceV1, which implements the v1 version of the reflection protocol Dependencies - Upgrade proto-google-common-protos to 2.48.0 ([`1993e68`](https://github.com/grpc/grpc-java/commit/1993e68b0)) - Upgrade google-auth-library to 1.24.1 ([`1993e68`](https://github.com/grpc/grpc-java/commit/1993e68b0)) - Upgrade error_prone_annotations to 2.30.0 ([`1993e68`](https://github.com/grpc/grpc-java/commit/1993e68b0)) - Upgrade Guava to 33.3.1-android ([`1993e68`](https://github.com/grpc/grpc-java/commit/1993e68b0)) - Upgrade opentelemetry-api to 1.43.0 ([`1993e68`](https://github.com/grpc/grpc-java/commit/1993e68b0)) - xds: Remove Bazel dependency on xds v2 ([`664f1fc`](https://github.com/grpc/grpc-java/commit/664f1fcf8)). This had been done for the Maven Central binaries in 1.63.0, but had been missed for Bazel builds Documentation - binder: Update error codes doc for new "Safer Intent" rules. ([#​11639](https://github.com/grpc/grpc-java/issues/11639)) ([`fe350cf`](https://github.com/grpc/grpc-java/commit/fe350cfd5)) - examples: Use xds-enabled server and xds credentials in example-gcp-csm-observability ([#​11706](https://github.com/grpc/grpc-java/issues/11706)) ([`a79982c`](https://github.com/grpc/grpc-java/commit/a79982c7f)) Thanks to\ [@​niloc132](https://github.com/niloc132)\ [@​rockspore](https://github.com/rockspore)\ [@​SreeramdasLavanya](https://github.com/SreeramdasLavanya)\ [@​vinodhabib](https://github.com/vinodhabib) ### [`v1.68.3`](https://github.com/grpc/grpc-java/releases/tag/v1.68.3) ##### Bug Fixes - okhttp: Improve certificate handling by rejecting non-ASCII subject alternative names and hostnames as seen in CVE-2021-0341 ([#​11749](https://github.com/grpc/grpc-java/issues/11749)) ([`a0982ca`](https://github.com/grpc/grpc-java/commit/a0982ca0a)). Hostnames are considered trusted and CAs are required to use punycode for non-ASCII hostnames, so this is expected to provide defense-in-depth. See also the [related GoSecure blog post](https://gosecure.ai/blog/2020/10/27/weakness-in-java-tls-host-verification/) and the [AOSP fix](https://android.googlesource.com/platform/external/okhttp/+/ddc934efe3ed06ce34f3724d41cfbdcd7e7358fc) - xds: Preserve nonce when unsubscribing last watcher of a particular type so that new discovery requests of that type are handled correctly ([`1cf1927`](https://github.com/grpc/grpc-java/commit/1cf1927d1)). This (along with [`6c12c2b`](https://github.com/grpc/grpc-java/commit/6c12c2bd2)) fixes a nonce-handling regression introduced in 1.66.0 that could cause resources to appear to not exist until re-creating the ADS stream. Triggering the behavior required specific config changes. It is easiest to trigger when clusters use EDS and routes are changed from one cluster to another. The error “found 0 leaf (logical DNS or EDS) clusters for root cluster” might then be seen - xds: Remember nonces for unknown types ([`6c12c2b`](https://github.com/grpc/grpc-java/commit/6c12c2bd2)) - xds: Unexpected types in the bootstrap’s server_features should be ignored ([`e8ff6da`](https://github.com/grpc/grpc-java/commit/e8ff6da2c)). They were previously required to be strings - xds: Fixed unsupported unsigned 32 bits issue for circuit breaker ([#​11735](https://github.com/grpc/grpc-java/issues/11735)) ([`f8f6139`](https://github.com/grpc/grpc-java/commit/f8f613984)). This fixes clients treating large max_requests as “no requests” and failing all requests
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). --- lib/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index 7d777ea..0444dfa 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -34,9 +34,9 @@ dependencies { implementation 'com.google.guava:guava:33.4.0-jre' implementation 'info.picocli:picocli:4.7.6' implementation 'com.google.guava:guava:33.4.0-jre' - implementation 'io.grpc:grpc-protobuf:1.68.2' - implementation 'io.grpc:grpc-stub:1.68.2' - implementation 'io.grpc:grpc-services:1.68.2' + implementation 'io.grpc:grpc-protobuf:1.70.0' + implementation 'io.grpc:grpc-stub:1.70.0' + implementation 'io.grpc:grpc-services:1.70.0' implementation 'io.cloudquery:plugin-pb-java:0.0.29' implementation 'org.apache.arrow:arrow-memory-core:18.1.0' implementation 'org.apache.arrow:arrow-vector:18.1.0' @@ -48,8 +48,8 @@ dependencies { implementation 'org.apache.logging.log4j:log4j-api:2.24.3' implementation 'org.apache.logging.log4j:log4j-core:2.24.3' - testImplementation 'io.grpc:grpc-testing:1.68.2' - testImplementation 'io.grpc:grpc-inprocess:1.68.2' + testImplementation 'io.grpc:grpc-testing:1.70.0' + testImplementation 'io.grpc:grpc-inprocess:1.70.0' testImplementation platform('org.junit:junit-bom:5.11.4') testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4' From 5110a9a8f2a93cf808f58b20ca27b1e4a02806a7 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sat, 1 Feb 2025 02:58:15 +0000 Subject: [PATCH 7/9] fix(deps): Update mockito monorepo to v5.15.2 (#320) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) | dependencies | minor | `5.14.2` -> `5.15.2` | | [org.mockito:mockito-core](https://github.com/mockito/mockito) | dependencies | minor | `5.14.2` -> `5.15.2` | --- ### Release Notes
mockito/mockito (org.mockito:mockito-junit-jupiter) ### [`v5.15.2`](https://github.com/mockito/mockito/releases/tag/v5.15.2) *Changelog generated by [Shipkit Changelog Gradle Plugin](https://github.com/shipkit/shipkit-changelog)* ##### 5.15.2 - 2025-01-02 - [2 commit(s)](https://github.com/mockito/mockito/compare/v5.15.1...v5.15.2) by Brice Dutheil, dependabot\[bot] - Fix javadoc publication [(#​3561)](https://github.com/mockito/mockito/pull/3561) - Bump org.assertj:assertj-core from 3.27.0 to 3.27.1 [(#​3560)](https://github.com/mockito/mockito/pull/3560) - The release job is failed again [(#​3542)](https://github.com/mockito/mockito/issues/3542)
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). --- lib/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index 0444dfa..2fee280 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -53,8 +53,8 @@ dependencies { testImplementation platform('org.junit:junit-bom:5.11.4') testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4' - testImplementation 'org.mockito:mockito-core:5.14.2' - testImplementation 'org.mockito:mockito-junit-jupiter:5.14.2' + testImplementation 'org.mockito:mockito-core:5.15.2' + testImplementation 'org.mockito:mockito-junit-jupiter:5.15.2' testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.18.1' testImplementation 'org.assertj:assertj-core:3.27.3' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4' From b875a01de78de0d68d4655614fb542672cb62790 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 3 Feb 2025 11:26:36 +0000 Subject: [PATCH 8/9] fix(deps): Update dependency io.cloudquery:plugin-pb-java to v0.0.30 (#321) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | io.cloudquery:plugin-pb-java | dependencies | patch | `0.0.29` -> `0.0.30` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 2fee280..9b0ba10 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'io.grpc:grpc-protobuf:1.70.0' implementation 'io.grpc:grpc-stub:1.70.0' implementation 'io.grpc:grpc-services:1.70.0' - implementation 'io.cloudquery:plugin-pb-java:0.0.29' + implementation 'io.cloudquery:plugin-pb-java:0.0.30' implementation 'org.apache.arrow:arrow-memory-core:18.1.0' implementation 'org.apache.arrow:arrow-vector:18.1.0' implementation 'commons-io:commons-io:2.18.0' From d88a75743308eefcf314a1286601605794be318f Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:26:05 +0000 Subject: [PATCH 9/9] chore(main): Release v0.0.38 (#316) :robot: I have created a release *beep* *boop* --- ## [0.0.38](https://github.com/cloudquery/plugin-sdk-java/compare/v0.0.37...v0.0.38) (2025-02-03) ### Bug Fixes * **deps:** Update dependency gradle to v8.12.1 ([#314](https://github.com/cloudquery/plugin-sdk-java/issues/314)) ([0b29ccd](https://github.com/cloudquery/plugin-sdk-java/commit/0b29ccd5940d660f5e471e5055b5d2d1e98c2d29)) * **deps:** Update dependency io.cloudquery:plugin-pb-java to v0.0.30 ([#321](https://github.com/cloudquery/plugin-sdk-java/issues/321)) ([b875a01](https://github.com/cloudquery/plugin-sdk-java/commit/b875a01de78de0d68d4655614fb542672cb62790)) * **deps:** Update dependency nl.jqno.equalsverifier:equalsverifier to v3.18.1 ([#317](https://github.com/cloudquery/plugin-sdk-java/issues/317)) ([c1d543d](https://github.com/cloudquery/plugin-sdk-java/commit/c1d543d755c5328d9d6f970dbf0191d4d6738e01)) * **deps:** Update dependency org.assertj:assertj-core to v3.27.3 ([#318](https://github.com/cloudquery/plugin-sdk-java/issues/318)) ([f321084](https://github.com/cloudquery/plugin-sdk-java/commit/f3210842975ca24d4cff089e29539450360adbcd)) * **deps:** Update eclipse-temurin Docker tag to v21.0.6_7-jre ([#315](https://github.com/cloudquery/plugin-sdk-java/issues/315)) ([c888a38](https://github.com/cloudquery/plugin-sdk-java/commit/c888a38482089def2a7bbbcef61b72d562a94268)) * **deps:** Update grpc-java monorepo to v1.70.0 ([#319](https://github.com/cloudquery/plugin-sdk-java/issues/319)) ([97b3b6c](https://github.com/cloudquery/plugin-sdk-java/commit/97b3b6c2ffce1d61b0966ce29304a4faee39866d)) * **deps:** Update mockito monorepo to v5.15.2 ([#320](https://github.com/cloudquery/plugin-sdk-java/issues/320)) ([5110a9a](https://github.com/cloudquery/plugin-sdk-java/commit/5110a9a8f2a93cf808f58b20ca27b1e4a02806a7)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ lib/build.gradle | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b7d91ce..7ed2cd0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.37" + ".": "0.0.38" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e45946..b3136bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.0.38](https://github.com/cloudquery/plugin-sdk-java/compare/v0.0.37...v0.0.38) (2025-02-03) + + +### Bug Fixes + +* **deps:** Update dependency gradle to v8.12.1 ([#314](https://github.com/cloudquery/plugin-sdk-java/issues/314)) ([0b29ccd](https://github.com/cloudquery/plugin-sdk-java/commit/0b29ccd5940d660f5e471e5055b5d2d1e98c2d29)) +* **deps:** Update dependency io.cloudquery:plugin-pb-java to v0.0.30 ([#321](https://github.com/cloudquery/plugin-sdk-java/issues/321)) ([b875a01](https://github.com/cloudquery/plugin-sdk-java/commit/b875a01de78de0d68d4655614fb542672cb62790)) +* **deps:** Update dependency nl.jqno.equalsverifier:equalsverifier to v3.18.1 ([#317](https://github.com/cloudquery/plugin-sdk-java/issues/317)) ([c1d543d](https://github.com/cloudquery/plugin-sdk-java/commit/c1d543d755c5328d9d6f970dbf0191d4d6738e01)) +* **deps:** Update dependency org.assertj:assertj-core to v3.27.3 ([#318](https://github.com/cloudquery/plugin-sdk-java/issues/318)) ([f321084](https://github.com/cloudquery/plugin-sdk-java/commit/f3210842975ca24d4cff089e29539450360adbcd)) +* **deps:** Update eclipse-temurin Docker tag to v21.0.6_7-jre ([#315](https://github.com/cloudquery/plugin-sdk-java/issues/315)) ([c888a38](https://github.com/cloudquery/plugin-sdk-java/commit/c888a38482089def2a7bbbcef61b72d562a94268)) +* **deps:** Update grpc-java monorepo to v1.70.0 ([#319](https://github.com/cloudquery/plugin-sdk-java/issues/319)) ([97b3b6c](https://github.com/cloudquery/plugin-sdk-java/commit/97b3b6c2ffce1d61b0966ce29304a4faee39866d)) +* **deps:** Update mockito monorepo to v5.15.2 ([#320](https://github.com/cloudquery/plugin-sdk-java/issues/320)) ([5110a9a](https://github.com/cloudquery/plugin-sdk-java/commit/5110a9a8f2a93cf808f58b20ca27b1e4a02806a7)) + ## [0.0.37](https://github.com/cloudquery/plugin-sdk-java/compare/v0.0.36...v0.0.37) (2025-01-07) diff --git a/lib/build.gradle b/lib/build.gradle index 9b0ba10..3534cb3 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -11,7 +11,7 @@ ext { group 'io.cloudquery' // x-release-please-start-version -version = '0.0.37' +version = '0.0.38' // x-release-please-end repositories {