Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudquery/cloudquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cli-v2.0.24
Choose a base ref
...
head repository: cloudquery/cloudquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cli-v2.0.25
Choose a head ref
  • 8 commits
  • 44 files changed
  • 3 contributors

Commits on Dec 7, 2022

  1. 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-->
    cq-bot authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    b671f08 View commit details
    Browse the repository at this point in the history
  2. 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-->
    cq-bot authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    00331c2 View commit details
    Browse the repository at this point in the history
  3. 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.
    hermanschaaf authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    a6a74de View commit details
    Browse the repository at this point in the history
  4. 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 ([#&#8203;467](https://togithub.com/cloudquery/plugin-sdk/issues/467)) ([ebef24a](https://togithub.com/cloudquery/plugin-sdk/commit/ebef24a00e667aab04c1e5258c7f9c70757894d6))
    -   **sentry:** Use HTTPSyncTransport, remove flush ([#&#8203;465](https://togithub.com/cloudquery/plugin-sdk/issues/465)) ([4d48306](https://togithub.com/cloudquery/plugin-sdk/commit/4d483064218fbabea350297260dec59bc547bc6e))
    -   Skip relations when initializing metrics ([#&#8203;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-->
    cq-bot authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    58b7432 View commit details
    Browse the repository at this point in the history
  5. 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).
    cq-bot authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    a98c488 View commit details
    Browse the repository at this point in the history
  6. chore: Update plugin destination-snowflake version to v1.0.5 (#5470)

    Updates the `destination-snowflake` plugin latest version to v1.0.5
    cq-bot authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    617a812 View commit details
    Browse the repository at this point in the history
  7. 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.
    
    <!--
    erezrokah authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    6f8ac21 View commit details
    Browse the repository at this point in the history
  8. 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).
    cq-bot authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    a32d5b0 View commit details
    Browse the repository at this point in the history
Loading