diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 307dcac361aa7b..876af779062ed5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -25,7 +25,7 @@ "plugins/destination/test+FILLER": "0.0.0", "plugins/destination/sqlite": "2.14.4", "plugins/destination/sqlite+FILLER": "0.0.0", - "plugins/destination/snowflake": "5.2.4", + "plugins/destination/snowflake": "5.2.5", "plugins/destination/snowflake+FILLER": "0.0.0", "plugins/source/datadog": "4.3.10", "plugins/source/datadog+FILLER": "0.0.0", diff --git a/plugins/destination/snowflake/CHANGELOG.md b/plugins/destination/snowflake/CHANGELOG.md index 3b6b783f5075da..c2d39e6be2f5dd 100644 --- a/plugins/destination/snowflake/CHANGELOG.md +++ b/plugins/destination/snowflake/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [5.2.5](https://github.com/cloudquery/cloudquery/compare/plugins-destination-snowflake-v5.2.4...plugins-destination-snowflake-v5.2.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/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] ([#22268](https://github.com/cloudquery/cloudquery/issues/22268)) ([3066881](https://github.com/cloudquery/cloudquery/commit/30668813574daee971cb94984327784eb455edd5)) +* Update old subdomain URLs to new path-based domains ([#22319](https://github.com/cloudquery/cloudquery/issues/22319)) ([a7cec25](https://github.com/cloudquery/cloudquery/commit/a7cec25bfcedc0a6f8b147ec6ee7b84bf02ed65c)) + ## [5.2.4](https://github.com/cloudquery/cloudquery/compare/plugins-destination-snowflake-v5.2.3...plugins-destination-snowflake-v5.2.4) (2026-03-16)