Skip to content

fix(deps): Update module github.com/cloudquery/filetypes/v4 to v4.5.0#19578

Merged
kodiakhq[bot] merged 2 commits intomainfrom
renovate/github.com-cloudquery-filetypes-v4-4.x
Nov 8, 2024
Merged

fix(deps): Update module github.com/cloudquery/filetypes/v4 to v4.5.0#19578
kodiakhq[bot] merged 2 commits intomainfrom
renovate/github.com-cloudquery-filetypes-v4-4.x

Conversation

@cq-bot
Copy link
Copy Markdown
Contributor

@cq-bot cq-bot commented Nov 7, 2024

This PR contains the following updates:

Package Type Update Change
github.com/cloudquery/filetypes/v4 require minor v4.3.0 -> v4.5.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

cloudquery/filetypes (github.com/cloudquery/filetypes/v4)

v4.5.0

Compare Source

Features
  • Expose max_row_group_length option for Parquet writer (#​589) (4a4b389)
Bug Fixes
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.65.0 (#​581) (136b836)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.66.0 (#​582) (5ca0a10)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.66.1 (#​583) (69a6156)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.67.0 (#​584) (cab4c19)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.67.1 (#​585) (d590743)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.68.0 (#​586) (b19c239)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.68.1 (#​587) (3b9f708)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.68.2 (#​588) (f2be0a6)
  • Optimized CSV writing (#​579) (d688971)

v4.4.0

Compare Source

Features
Bug Fixes
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.60.0 (#​568) (8acf4fa)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.61.0 (#​571) (07c1721)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.62.0 (#​572) (bff5c4a)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.63.0 (#​573) (680cccb)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.64.0 (#​577) (7b77f7c)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.64.1 (#​578) (40c0f19)

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.

@cq-bot cq-bot added the automerge Automatically merge once required checks pass label Nov 7, 2024
@cq-bot
Copy link
Copy Markdown
Contributor Author

cq-bot commented Nov 7, 2024

/gen sha=cafa906663bcce79507ce270f0b32eb7594d3b59 dir=plugins/destination/azblob/go.mod plugins/destination/file/go.mod plugins/destination/gcs/go.mod plugins/destination/kafka/go.mod plugins/destination/s3

@cq-bot
Copy link
Copy Markdown
Contributor Author

cq-bot commented Nov 7, 2024

@erezrokah erezrokah requested review from a team and murarustefaan and removed request for a team November 8, 2024 08:32
@kodiakhq kodiakhq bot merged commit da0440a into main Nov 8, 2024
@kodiakhq kodiakhq bot deleted the renovate/github.com-cloudquery-filetypes-v4-4.x branch November 8, 2024 08:38
kodiakhq bot pushed a commit that referenced this pull request Nov 8, 2024
#### Summary

The support for setting the group length was added in #19578 implicitly via cloudquery/filetypes#589.

This PR adds documentation for it.
kodiakhq bot pushed a commit that referenced this pull request Nov 8, 2024
🤖 I have created a release *beep* *boop*
---


## [7.5.0](plugins-destination-s3-v7.4.12...plugins-destination-s3-v7.5.0) (2024-11-08)


### Features

* Add Parquet format `max_row_group_length` option ([#19583](#19583)) ([4130e1f](4130e1f))


### Bug Fixes

* **deps:** Update dependency @types/jest to v29.5.14 ([#19544](#19544)) ([f0340e5](f0340e5))
* **deps:** Update dependency @types/node to v16.18.119 ([#19545](#19545)) ([299926d](299926d))
* **deps:** Update module github.com/cloudquery/filetypes/v4 to v4.5.0 ([#19578](#19578)) ([da0440a](da0440a))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot pushed a commit that referenced this pull request Nov 13, 2024
🤖 I have created a release *beep* *boop*
---


## [5.2.0](plugins-destination-kafka-v5.1.9...plugins-destination-kafka-v5.2.0) (2024-11-13)


### Features

* Add Parquet format `max_row_group_length` option ([#19583](#19583)) ([4130e1f](4130e1f))


### Bug Fixes

* **deps:** Update module github.com/cloudquery/filetypes/v4 to v4.5.0 ([#19578](#19578)) ([da0440a](da0440a))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot pushed a commit that referenced this pull request Nov 13, 2024
🤖 I have created a release *beep* *boop*
---


## [4.3.0](plugins-destination-azblob-v4.2.8...plugins-destination-azblob-v4.3.0) (2024-11-13)


### Features

* Add Parquet format `max_row_group_length` option ([#19583](#19583)) ([4130e1f](4130e1f))


### Bug Fixes

* **deps:** Update module github.com/cloudquery/filetypes/v4 to v4.5.0 ([#19578](#19578)) ([da0440a](da0440a))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot pushed a commit that referenced this pull request Nov 13, 2024
🤖 I have created a release *beep* *boop*
---


## [5.3.0](plugins-destination-file-v5.2.8...plugins-destination-file-v5.3.0) (2024-11-13)


### Features

* Add Parquet format `max_row_group_length` option ([#19583](#19583)) ([4130e1f](4130e1f))


### Bug Fixes

* **deps:** Update module github.com/cloudquery/filetypes/v4 to v4.5.0 ([#19578](#19578)) ([da0440a](da0440a))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot pushed a commit that referenced this pull request Nov 13, 2024
🤖 I have created a release *beep* *boop*
---


## [5.3.0](plugins-destination-gcs-v5.2.11...plugins-destination-gcs-v5.3.0) (2024-11-13)


### Features

* Add Parquet format `max_row_group_length` option ([#19583](#19583)) ([4130e1f](4130e1f))


### Bug Fixes

* **deps:** Update module github.com/cloudquery/filetypes/v4 to v4.5.0 ([#19578](#19578)) ([da0440a](da0440a))
* **deps:** Update module google.golang.org/api to v0.205.0 ([#19592](#19592)) ([ae0e3e2](ae0e3e2))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants