-
Notifications
You must be signed in to change notification settings - Fork 550
Comparing changes
Open a pull request
base repository: cloudquery/cloudquery
base: cli-v2.0.24
head repository: cloudquery/cloudquery
compare: cli-v2.0.25
- 8 commits
- 44 files changed
- 3 contributors
Commits on Dec 7, 2022
-
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/cognito…
…identity to v1.14.5 (#5454) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/cognitoidentity](https://togithub.com/aws/aws-sdk-go-v2) | require | patch | `v1.14.4` -> `v1.14.5` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.14.5`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/cognitoidentity/v1.14.4...service/cognitoidentity/v1.14.5) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/cognitoidentity/v1.14.4...service/cognitoidentity/v1.14.5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 2am" (UTC), 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:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
Configuration menu - View commit details
-
Copy full SHA for b671f08 - Browse repository at this point
Copy the full SHA b671f08View commit details -
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/rds to …
…v1.33.0 (#5455) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2/service/rds](https://togithub.com/aws/aws-sdk-go-v2) | require | minor | `v1.32.0` -> `v1.33.0` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.33.0`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/rds/v1.32.0...service/rds/v1.33.0) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/rds/v1.32.0...service/rds/v1.33.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 2am" (UTC), 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:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
Configuration menu - View commit details
-
Copy full SHA for 00331c2 - Browse repository at this point
Copy the full SHA 00331c2View commit details -
fix: Prevent concurrent map read & write in snowflake write function (#…
…5452) This happens rarely, but sometimes the `workers` map gets accessed by the goroutine while the loop is still writing to the map, which causes a panic.
Configuration menu - View commit details
-
Copy full SHA for a6a74de - Browse repository at this point
Copy the full SHA a6a74deView commit details -
fix(deps): Update module github.com/cloudquery/plugin-sdk to v1.11.1 (#…
…5458) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v1.11.0` -> `v1.11.1` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk</summary> ### [`v1.11.1`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v1.11.1) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v1.11.0...v1.11.1) ##### Bug Fixes - **codegen:** Column type for slices ([7474c90](https://togithub.com/cloudquery/plugin-sdk/commit/7474c90415119082bdb1cdb145bd16d1ef51a3b2)) - Concurrent read,write to a map ([#​467](https://togithub.com/cloudquery/plugin-sdk/issues/467)) ([ebef24a](https://togithub.com/cloudquery/plugin-sdk/commit/ebef24a00e667aab04c1e5258c7f9c70757894d6)) - **sentry:** Use HTTPSyncTransport, remove flush ([#​465](https://togithub.com/cloudquery/plugin-sdk/issues/465)) ([4d48306](https://togithub.com/cloudquery/plugin-sdk/commit/4d483064218fbabea350297260dec59bc547bc6e)) - Skip relations when initializing metrics ([#​469](https://togithub.com/cloudquery/plugin-sdk/issues/469)) ([5efe564](https://togithub.com/cloudquery/plugin-sdk/commit/5efe56493a21264172655bfc0b769be72d135c91)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
Configuration menu - View commit details
-
Copy full SHA for 58b7432 - Browse repository at this point
Copy the full SHA 58b7432View commit details -
chore(main): Release plugins-destination-snowflake v1.0.5 (#5459)
🤖 I have created a release *beep* *boop* --- ## [1.0.5](plugins-destination-snowflake-v1.0.4...plugins-destination-snowflake-v1.0.5) (2022-12-07) ### Bug Fixes * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.11.1 ([#5458](#5458)) ([58b7432](58b7432)) * Prevent concurrent map read & write in snowflake write function ([#5452](#5452)) ([a6a74de](a6a74de)) --- 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 a98c488 - Browse repository at this point
Copy the full SHA a98c488View commit details -
chore: Update plugin
destination-snowflakeversion to v1.0.5 (#5470)Updates the `destination-snowflake` plugin latest version to v1.0.5
Configuration menu - View commit details
-
Copy full SHA for 617a812 - Browse repository at this point
Copy the full SHA 617a812View commit details -
chore(release-cli): Allow versioned installs via Homebrew (#5478)
#### Summary This should allow users to `brew install cloudquery@<version>`. See example in https://github.com/erezrokah/homebrew-tap Also run `goreleaser release --snapshot --rm-dist --skip-validate --skip-publish --skip-sign -f ./cli/.goreleaser.yaml` and look under `dist/` to see the versioned formula. <!--
Configuration menu - View commit details
-
Copy full SHA for 6f8ac21 - Browse repository at this point
Copy the full SHA 6f8ac21View commit details -
chore(main): Release cli v2.0.25 (#5476)
🤖 I have created a release *beep* *boop* --- ## [2.0.25](cli-v2.0.24...cli-v2.0.25) (2022-12-07) ### Bug Fixes * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.11.1 ([#5458](#5458)) ([58b7432](58b7432)) --- 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 a32d5b0 - Browse repository at this point
Copy the full SHA a32d5b0View 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-v2.0.24...cli-v2.0.25