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.6.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.6.2
Choose a head ref
  • 6 commits
  • 36 files changed
  • 3 contributors

Commits on Sep 5, 2024

  1. chore: Update CLI version to v6.6.1 (#19098)

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

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [cli](https://togithub.com/cloudquery/cloudquery) | patch | `v6.6.0` -> `v6.6.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.6.1`](https://togithub.com/cloudquery/cloudquery/releases/tag/cli-v6.6.1)
    
    [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/cli-v6.6.0...cli-v6.6.1)
    
    ##### Bug Fixes
    
    -   Use correct spec path in init command hint ([#&#8203;19096](https://togithub.com/cloudquery/cloudquery/issues/19096)) ([dc080dd](https://togithub.com/cloudquery/cloudquery/commit/dc080dd77ab2d33f29956b10003324cabf9e9fbd))
    
    </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 5, 2024
    Configuration menu
    Copy the full SHA
    dbada05 View commit details
    Browse the repository at this point in the history
  3. refactor: Inline quick start guide configure components (#19100)

    #### Summary
    
    At the moment the quick start guide is split into many components making it harder to update it. This was done to support multiple operating systems via components composition. However we can use the same approach as in #19095 (a `switch/case` to handle the logic) instead.
    That allows us to have a single component with all the guide, making it easier to update
    erezrokah authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    8d1d404 View commit details
    Browse the repository at this point in the history
  4. chore(deps): Update dependency @cloudquery/plugin-config-ui-lib to ^0…

    ….0.80 (#19104)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [@cloudquery/plugin-config-ui-lib](https://togithub.com/cloudquery/plugin-config-ui-lib) | dependencies | patch | [`^0.0.79` -> `^0.0.80`](https://renovatebot.com/diffs/npm/@cloudquery%2fplugin-config-ui-lib/0.0.79/0.0.80) |
    
    ---
    
    > [!WARNING]
    > Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-config-ui-lib (@&#8203;cloudquery/plugin-config-ui-lib)</summary>
    
    ### [`v0.0.80`](https://togithub.com/cloudquery/plugin-config-ui-lib/compare/f31e387f3d7b78d2c9d228725fd992af54622eba...4212f06ec3c92c022d24115515ea29b0e8d5423e)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-config-ui-lib/compare/f31e387f3d7b78d2c9d228725fd992af54622eba...4212f06ec3c92c022d24115515ea29b0e8d5423e)
    
    </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 5, 2024
    Configuration menu
    Copy the full SHA
    ff06b18 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    25682d6 View commit details
    Browse the repository at this point in the history
  2. chore(main): Release cli v6.6.2 (#19106)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [6.6.2](cli-v6.6.1...cli-v6.6.2) (2024-09-06)
    
    
    ### Bug Fixes
    
    * Close Transformers pipeline on both source and destination closes ([#19105](#19105)) ([25682d6](25682d6))
    
    ---
    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 6, 2024
    Configuration menu
    Copy the full SHA
    b41498a View commit details
    Browse the repository at this point in the history
Loading