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-v6.7.1
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-v6.8.0
Choose a head ref
  • 4 commits
  • 17 files changed
  • 2 contributors

Commits on Sep 19, 2024

  1. chore: Update CLI version to v6.7.1 (#19210)

    Updates the CLI latest version to v6.7.1
    cq-bot authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    fd9b470 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Update dependency cli to v6.7.1 (#19211)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [cli](https://togithub.com/cloudquery/cloudquery) | patch | `v6.7.0` -> `v6.7.1` |
    
    ---
    
    > [!WARNING]
    > Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/cloudquery (cli)</summary>
    
    ### [`v6.7.1`](https://togithub.com/cloudquery/cloudquery/releases/tag/cli-v6.7.1)
    
    [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/cli-v6.7.0...cli-v6.7.1)
    
    ##### Bug Fixes
    
    -   **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.22.3 ([#&#8203;19171](https://togithub.com/cloudquery/cloudquery/issues/19171)) ([c690a76](https://togithub.com/cloudquery/cloudquery/commit/c690a7683bb27a1f1d0fccd6b0111ee2b8796a7f))
    -   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.63.0 ([#&#8203;19176](https://togithub.com/cloudquery/cloudquery/issues/19176)) ([00b2de0](https://togithub.com/cloudquery/cloudquery/commit/00b2de08ed424b7dbcc60a143a386c9c42133a70))
    -   Don't interleave send calls from different Go routines ([#&#8203;19209](https://togithub.com/cloudquery/cloudquery/issues/19209)) ([d6dc789](https://togithub.com/cloudquery/cloudquery/commit/d6dc7893f16d8a22df1c58642883b49cd059bffe))
    -   Fix lack of error on destination close. ([#&#8203;19178](https://togithub.com/cloudquery/cloudquery/issues/19178)) ([c11ad21](https://togithub.com/cloudquery/cloudquery/commit/c11ad21d2394eb67ae6e77234553b037eed7d5eb))
    
    </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.
    
    ---
    
     - [ ] If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    cq-bot authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ab07a18 View commit details
    Browse the repository at this point in the history
  3. feat: Add sharding support (#19169)

    #### Summary
    
    We'll need to release a few plugins with cloudquery/plugin-sdk#1891 first, hence the future date in the command description
    erezrokah authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    e9dfd0b View commit details
    Browse the repository at this point in the history
  4. chore(main): Release cli v6.8.0 (#19212)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [6.8.0](cli-v6.7.1...cli-v6.8.0) (2024-09-19)
    
    
    ### Features
    
    * Add sharding support ([#19169](#19169)) ([e9dfd0b](e9dfd0b))
    
    ---
    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 Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b473b07 View commit details
    Browse the repository at this point in the history
Loading