-
Notifications
You must be signed in to change notification settings - Fork 549
Comparing changes
Open a pull request
base repository: cloudquery/cloudquery
base: v0.26.4
head repository: cloudquery/cloudquery
compare: v0.27.0
- 16 commits
- 59 files changed
- 4 contributors
Commits on Jun 21, 2022
-
Co-authored-by: Kemal Hadimli <disq@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3d387bd - Browse repository at this point
Copy the full SHA 3d387bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a2ec6d - Browse repository at this point
Copy the full SHA 3a2ec6dView commit details -
chore(main): Release v0.27.0-rc1 (#961)
🤖 I have created a release *beep* *boop* --- ## [0.27.0-rc1](v0.26.4...v0.27.0-rc1) (2022-06-21) ### ⚠ BREAKING CHANGES * Remove drift (#887) ### Features * Remove drift ([#887](#887)) ([3d387bd](3d387bd)) ### Miscellaneous Chores * Release 0.27.0-rc1 ([#962](#962)) ([3a2ec6d](3a2ec6d)) --- 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 c217a59 - Browse repository at this point
Copy the full SHA c217a59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 026a9ae - Browse repository at this point
Copy the full SHA 026a9aeView commit details -
fix: Support modules tag in config (#965)
Fixes an issue with old configs.
Configuration menu - View commit details
-
Copy full SHA for 379344f - Browse repository at this point
Copy the full SHA 379344fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd37a11 - Browse repository at this point
Copy the full SHA cd37a11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 706447c - Browse repository at this point
Copy the full SHA 706447cView commit details -
chore(main): Release v0.27.0-rc2 (#964)
🤖 I have created a release *beep* *boop* --- ## [0.27.0-rc2](v0.27.0-rc1...v0.27.0-rc2) (2022-06-21) ### Bug Fixes * Default alias to name ([#966](#966)) ([706447c](706447c)) * Support modules tag in config ([#965](#965)) ([379344f](379344f)) ### Miscellaneous Chores * Release 0.27.0-rc2 ([#967](#967)) ([cd37a11](cd37a11)) --- 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 57ab92f - Browse repository at this point
Copy the full SHA 57ab92fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0f432a - Browse repository at this point
Copy the full SHA a0f432aView commit details -
fix(deps): Update module github.com/cloudquery/cq-provider-sdk to v0.…
…12.1 (#972) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/cq-provider-sdk](https://togithub.com/cloudquery/cq-provider-sdk) | require | patch | `v0.12.0` -> `v0.12.1` | --- ### Release Notes <details> <summary>cloudquery/cq-provider-sdk</summary> ### [`v0.12.1`](https://togithub.com/cloudquery/cq-provider-sdk/releases/tag/v0.12.1) [Compare Source](https://togithub.com/cloudquery/cq-provider-sdk/compare/v0.12.0...v0.12.1) ##### Bug Fixes - Use errgroup SetLimit ([#​363](https://togithub.com/cloudquery/cq-provider-sdk/issues/363)) ([964a1bb](https://togithub.com/cloudquery/cq-provider-sdk/commit/964a1bbb53cf23537b3c918cef4b9d676b526a9d)) - YAML decoding ([#​366](https://togithub.com/cloudquery/cq-provider-sdk/issues/366)) ([964a1bb](https://togithub.com/cloudquery/cq-provider-sdk/commit/862590a2ddd6dbf44894cca49021ee3957a84f43)) </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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
Configuration menu - View commit details
-
Copy full SHA for 1f871e9 - Browse repository at this point
Copy the full SHA 1f871e9View commit details
Commits on Jun 22, 2022
-
fix: Request correct config format (YAML) from provider (#968)
Co-authored-by: Kemal Hadimli <disq@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 999b68d - Browse repository at this point
Copy the full SHA 999b68dView commit details -
test(yaml): Add simple YAML parsing test (#969)
#### Summary Validate YAML parsing ---
Configuration menu - View commit details
-
Copy full SHA for 1e39e6d - Browse repository at this point
Copy the full SHA 1e39e6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf52adb - Browse repository at this point
Copy the full SHA cf52adbView commit details -
chore: Synced file(s) with cloudquery/.github (#974)
Synced local file(s) with [cloudquery/.github](https://github.com/cloudquery/.github). --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#2540965963](https://github.com/cloudquery/.github/actions/runs/2540965963)
Configuration menu - View commit details
-
Copy full SHA for 4cd81c3 - Browse repository at this point
Copy the full SHA 4cd81c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb1f502 - Browse repository at this point
Copy the full SHA cb1f502View commit details -
chore(main): Release v0.27.0 (#977)
🤖 I have created a release *beep* *boop* --- ## [0.27.0](v0.26.4...v0.27.0) (2022-06-22) ### ⚠ BREAKING CHANGES * Remove drift (#887) ### Features * Remove drift ([#887](#887)) ([3d387bd](3d387bd)) * Add YAML configuration support ([#887](#887)) ([3d387bd](3d387bd)) ### Bug Fixes * Default alias to name ([#966](#966)) ([706447c](706447c)) * Support modules tag in config ([#965](#965)) ([379344f](379344f)) * **deps:** Update module github.com/cloudquery/cq-provider-sdk to v0.12.1 ([#972](#972)) ([1f871e9](1f871e9)) * Request correct config format (YAML) from provider ([#968](#968)) ([999b68d](999b68d)) --- 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 58396e5 - Browse repository at this point
Copy the full SHA 58396e5View 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 v0.26.4...v0.27.0