Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.49.0"
".": "4.49.1"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.49.1](https://github.com/cloudquery/plugin-sdk/compare/v4.49.0...v4.49.1) (2024-07-08)


### Bug Fixes

* **deps:** Update golang.org/x/exp digest to 7f521ea ([#1778](https://github.com/cloudquery/plugin-sdk/issues/1778)) ([2a1f2d6](https://github.com/cloudquery/plugin-sdk/commit/2a1f2d6b5559403e178038520eea16dd45b9849e))
* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.12.0 ([#1783](https://github.com/cloudquery/plugin-sdk/issues/1783)) ([812115d](https://github.com/cloudquery/plugin-sdk/commit/812115d04ce38c03b68274a3f53453b3132442e6))
* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.12.1 ([#1784](https://github.com/cloudquery/plugin-sdk/issues/1784)) ([9cf0394](https://github.com/cloudquery/plugin-sdk/commit/9cf0394018088e382429473d7b4e312770c339c7))
* **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.20.3 ([#1786](https://github.com/cloudquery/plugin-sdk/issues/1786)) ([7b1fc58](https://github.com/cloudquery/plugin-sdk/commit/7b1fc584bd19b1c639bbc32a600b7e21bf438fd1))
* **deps:** Update module github.com/spf13/cobra to v1.8.1 ([#1779](https://github.com/cloudquery/plugin-sdk/issues/1779)) ([e3566a3](https://github.com/cloudquery/plugin-sdk/commit/e3566a3ed202e4d613eb71c2f948aba34dda735b))
* **deps:** Update module google.golang.org/grpc to v1.65.0 ([#1785](https://github.com/cloudquery/plugin-sdk/issues/1785)) ([fcad58f](https://github.com/cloudquery/plugin-sdk/commit/fcad58f3f55c70a735aa3272cb315d2a232ece58))
* Reuse builders on state client flush ([#1777](https://github.com/cloudquery/plugin-sdk/issues/1777)) ([49d43b6](https://github.com/cloudquery/plugin-sdk/commit/49d43b6b5f478697dd88ad83bcf736e7ab8ae7c1))

## [4.49.0](https://github.com/cloudquery/plugin-sdk/compare/v4.48.0...v4.49.0) (2024-06-27)


Expand Down