diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e3263d99e29e75..2fd68c8c49da52 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -47,7 +47,7 @@ "plugins/destination/azblob+FILLER": "0.0.0", "plugins/destination/neo4j": "5.5.4", "plugins/destination/neo4j+FILLER": "0.0.0", - "plugins/destination/kafka": "5.7.4", + "plugins/destination/kafka": "5.7.5", "plugins/destination/kafka+FILLER": "0.0.0", "plugins/source/hackernews": "3.9.4", "plugins/source/hackernews+FILLER": "0.0.0", diff --git a/plugins/destination/kafka/CHANGELOG.md b/plugins/destination/kafka/CHANGELOG.md index f5146cdd34347b..e9f60158608585 100644 --- a/plugins/destination/kafka/CHANGELOG.md +++ b/plugins/destination/kafka/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [5.7.5](https://github.com/cloudquery/cloudquery/compare/plugins-destination-kafka-v5.7.4...plugins-destination-kafka-v5.7.5) (2026-03-27) + + +### Bug Fixes + +* **deps:** Update module github.com/buger/jsonparser to v1.1.2 [SECURITY] ([#22325](https://github.com/cloudquery/cloudquery/issues/22325)) ([816b4a0](https://github.com/cloudquery/cloudquery/commit/816b4a0b3b5ddc39e7f21f34f66059863906d9d9)) +* **deps:** Update module github.com/cloudquery/codegen to v0.4.0 ([#22347](https://github.com/cloudquery/cloudquery/issues/22347)) ([782290d](https://github.com/cloudquery/cloudquery/commit/782290dbfc1f9a24f6a5ef805d770db5124e00a1)) +* **deps:** Update module github.com/cloudquery/filetypes/v4 to v4.6.16 ([#22336](https://github.com/cloudquery/cloudquery/issues/22336)) ([19faedf](https://github.com/cloudquery/cloudquery/commit/19faedf96fc1322e14982dfc335e7e5865a8d5d3)) +* **deps:** Update module github.com/cloudquery/filetypes/v4 to v4.7.0 ([#22346](https://github.com/cloudquery/cloudquery/issues/22346)) ([2482597](https://github.com/cloudquery/cloudquery/commit/2482597ee74eb5a899b9caedd29a8c8140f3dfcf)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.94.6 ([#22318](https://github.com/cloudquery/cloudquery/issues/22318)) ([ddde2f0](https://github.com/cloudquery/cloudquery/commit/ddde2f052123ca5561f0e67ea77c14d5bff53cef)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.94.7 ([#22338](https://github.com/cloudquery/cloudquery/issues/22338)) ([5d71062](https://github.com/cloudquery/cloudquery/commit/5d71062b1d6c2b7cbce4539beedbbbc6c5361819)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.95.0 ([#22354](https://github.com/cloudquery/cloudquery/issues/22354)) ([35ed376](https://github.com/cloudquery/cloudquery/commit/35ed3768dfc3691f22b21ab863ecd7f1f96665b5)) +* **deps:** Update module google.golang.org/grpc to v1.79.3 [SECURITY] ([#22260](https://github.com/cloudquery/cloudquery/issues/22260)) ([ecc9c31](https://github.com/cloudquery/cloudquery/commit/ecc9c316882dc07baed14f1b9e0cea330cd84f54)) + ## [5.7.4](https://github.com/cloudquery/cloudquery/compare/plugins-destination-kafka-v5.7.3...plugins-destination-kafka-v5.7.4) (2026-03-16)