-
Notifications
You must be signed in to change notification settings - Fork 544
Comparing changes
Open a pull request
base repository: cloudquery/cloudquery
base: cli-v5.1.0
head repository: cloudquery/cloudquery
compare: cli-v5.1.1
- 10 commits
- 137 files changed
- 5 contributors
Commits on Jan 23, 2024
-
chore: Update CLI version to v5.1.0 (#16297)
Updates the CLI latest version to v5.1.0
Configuration menu - View commit details
-
Copy full SHA for ed810c6 - Browse repository at this point
Copy the full SHA ed810c6View commit details -
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.27…
….1 (#16296) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v4.27.0` -> `v4.27.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.27.1`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.27.1) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.27.0...v4.27.1) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.16.6 ([#​1485](https://togithub.com/cloudquery/plugin-sdk/issues/1485)) ([6de5f88](https://togithub.com/cloudquery/plugin-sdk/commit/6de5f886e052c592a7f81ec9a952df6f8d5ef641)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0Ny4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Configuration menu - View commit details
-
Copy full SHA for ab4a0da - Browse repository at this point
Copy the full SHA ab4a0daView commit details
Commits on Jan 24, 2024
-
chore: Remove docker plugins old docs and redirect to Hub (#16258)
#### Summary Now that Airtable, Typeform and Square are published to the Hub we can remove the old docs and redirect to the Hub <!--
Configuration menu - View commit details
-
Copy full SHA for ff91090 - Browse repository at this point
Copy the full SHA ff91090View commit details -
chore(deps): Update dependency cli to v5.1.0 (#16300)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cli](https://togithub.com/cloudquery/cloudquery) | minor | `v5.0.2` -> `v5.1.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cloudquery/cloudquery (cli)</summary> ### [`v5.1.0`](https://togithub.com/cloudquery/cloudquery/releases/tag/cli-v5.1.0) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/cli-v5.0.2...cli-v5.1.0) ##### Features - Report progress for sync runs ([#​16229](https://togithub.com/cloudquery/cloudquery/issues/16229)) ([7ec3b59](https://togithub.com/cloudquery/cloudquery/commit/7ec3b59a3fe09d3ff4b5139c4093e5eb47aecf91)) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.7.0 ([#​16250](https://togithub.com/cloudquery/cloudquery/issues/16250)) ([301e99d](https://togithub.com/cloudquery/cloudquery/commit/301e99d11024a9e5e74ca394266f6e8d5aa29dc5)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.16.6 ([#​16255](https://togithub.com/cloudquery/cloudquery/issues/16255)) ([4b66624](https://togithub.com/cloudquery/cloudquery/commit/4b66624a63042bef191e89ef3f79788fbc95d7bb)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.27.0 ([#​16237](https://togithub.com/cloudquery/cloudquery/issues/16237)) ([3fcdab0](https://togithub.com/cloudquery/cloudquery/commit/3fcdab08816ad9de7bb4eecab59c7be1bda3d00c)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0Ny4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Configuration menu - View commit details
-
Copy full SHA for aba268c - Browse repository at this point
Copy the full SHA aba268cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52221f4 - Browse repository at this point
Copy the full SHA 52221f4View commit details -
doc: Update the deployment guide using kestra (#16233)
Update the deployment page to show the dedicated CloudQuery plugin in kestra based on a simple lightweight example.
Configuration menu - View commit details
-
Copy full SHA for d1c77c2 - Browse repository at this point
Copy the full SHA d1c77c2View commit details -
fix: Build arm64 docker images with arm64 platform (#16231)
Could fix #16218 https://goreleaser.com/cookbooks/multi-platform-docker-images/#creating-multi-platform-docker-images-with-goreleaser also mentions qemu, but I'm not sure it's needed after checking https://github.com/docker/setup-qemu-action/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
Configuration menu - View commit details
-
Copy full SHA for 23dbf9c - Browse repository at this point
Copy the full SHA 23dbf9cView commit details -
chore: Add buildx to validate release (#16303)
<!-- 🎉 Thank you for making CloudQuery awesome by submitting a PR 🎉 --> #### Summary Follow up to #16231 <!-- Use the following steps to ensure your PR is ready to be reviewed - [ ] Read the [contribution guidelines](https://github.com/cloudquery/cloudquery/blob/main/CONTRIBUTING.md) 🧑🎓 - [ ] Run `make lint` to ensure the proposed changes follow the coding style 🚨 (install golangci-lint [here](https://golangci-lint.run/usage/install/#local-installation)) - [ ] Run `make test` to ensure the proposed changes pass the tests 🧪 - [ ] If changing a source plugin run `make gen` to ensure docs are up to date 📝 - [ ] Ensure the status checks below are successful ✅ --->
Configuration menu - View commit details
-
Copy full SHA for 2839f4a - Browse repository at this point
Copy the full SHA 2839f4aView commit details -
<!-- 🎉 Thank you for making CloudQuery awesome by submitting a PR 🎉 --> #### Summary Follow up to #16303 <!-- Use the following steps to ensure your PR is ready to be reviewed - [ ] Read the [contribution guidelines](https://github.com/cloudquery/cloudquery/blob/main/CONTRIBUTING.md) 🧑🎓 - [ ] Run `make lint` to ensure the proposed changes follow the coding style 🚨 (install golangci-lint [here](https://golangci-lint.run/usage/install/#local-installation)) - [ ] Run `make test` to ensure the proposed changes pass the tests 🧪 - [ ] If changing a source plugin run `make gen` to ensure docs are up to date 📝 - [ ] Ensure the status checks below are successful ✅ --->
Configuration menu - View commit details
-
Copy full SHA for 769b002 - Browse repository at this point
Copy the full SHA 769b002View commit details -
chore(main): Release cli v5.1.1 (#16299)
🤖 I have created a release *beep* *boop* --- ## [5.1.1](cli-v5.1.0...cli-v5.1.1) (2024-01-24) ### Bug Fixes * Build arm64 docker images with arm64 platform ([#16231](#16231)) ([23dbf9c](23dbf9c)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.27.1 ([#16296](#16296)) ([ab4a0da](ab4a0da)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 7b11bdc - Browse repository at this point
Copy the full SHA 7b11bdcView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff cli-v5.1.0...cli-v5.1.1